/* Variables */
/* Paddings */
/* Gutter */
/* Soft border radius */
/* Selectors */
/* Base classes */

/* Sections, rows and columns */
.bt_bb_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.bt_bb_row .bt_bb_column {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: 100%;
}
.bt_bb_row_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.bt_bb_row_inner .bt_bb_column {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: 100%;
}
.bt_bb_column[data-width="12"],
.bt_bb_column_inner[data-width="12"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.bt_bb_column[data-width="11"],
.bt_bb_column_inner[data-width="11"] {
    -webkit-flex-basis: 91.666666%;
    flex-basis: 91.666666%;
    max-width: 91.666666%;
}
.bt_bb_column[data-width="10"],
.bt_bb_column_inner[data-width="10"] {
    -webkit-flex-basis: 83.333333%;
    flex-basis: 83.333333%;
    max-width: 83.333333%;
}
.bt_bb_column[data-width="9.6"],
.bt_bb_column_inner[data-width="9.6"] {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
}
.bt_bb_column[data-width="9"],
.bt_bb_column_inner[data-width="9"] {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
.bt_bb_column[data-width="8"],
.bt_bb_column_inner[data-width="8"] {
    -webkit-flex-basis: 66.666666%;
    flex-basis: 66.666666%;
    max-width: 66.666666%;
}
.bt_bb_column[data-width="7.2"],
.bt_bb_column_inner[data-width="7.2"] {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
}
.bt_bb_column[data-width="7"],
.bt_bb_column_inner[data-width="7"] {
    -webkit-flex-basis: 58.333333%;
    flex-basis: 58.333333%;
    max-width: 58.333333%;
}
.bt_bb_column[data-width="6"],
.bt_bb_column_inner[data-width="6"] {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.bt_bb_column[data-width="5"],
.bt_bb_column_inner[data-width="5"] {
    -webkit-flex-basis: 41.666666%;
    flex-basis: 41.666666%;
    max-width: 41.666666%;
}
.bt_bb_column[data-width="4.8"],
.bt_bb_column_inner[data-width="4.8"] {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
}
.bt_bb_column[data-width="4"],
.bt_bb_column_inner[data-width="4"] {
    -webkit-flex-basis: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 33.333333%;
}
.bt_bb_column[data-width="2.4"],
.bt_bb_column_inner[data-width="2.4"] {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
}
.bt_bb_column[data-width="3"],
.bt_bb_column_inner[data-width="3"] {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.bt_bb_column[data-width="2"],
.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 16.666666%;
    flex-basis: 16.666666%;
    max-width: 16.666666%;
}
.bt_bb_column[data-width="1"],
.bt_bb_column_inner[data-width="1"] {
    -webkit-flex-basis: 8.333333%;
    flex-basis: 8.333333%;
    max-width: 8.333333%;
}
@media (max-width: 992px) {
    .bt_bb_column[data-width="12"],
    .bt_bb_column[data-width="11"],
    .bt_bb_column[data-width="10"],
    .bt_bb_column[data-width="9"],
    .bt_bb_column[data-width="8"],
    .bt_bb_column[data-width="7"],
    .bt_bb_column[data-width="6"],
    .bt_bb_column[data-width="5"],
    .bt_bb_column[data-width="4"],
    .bt_bb_column_inner[data-width="12"],
    .bt_bb_column_inner[data-width="11"],
    .bt_bb_column_inner[data-width="10"],
    .bt_bb_column_inner[data-width="9"],
    .bt_bb_column_inner[data-width="8"],
    .bt_bb_column_inner[data-width="7"],
    .bt_bb_column_inner[data-width="6"],
    .bt_bb_column_inner[data-width="5"],
    .bt_bb_column_inner[data-width="4"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .bt_bb_column[data-width="3"],
    .bt_bb_column_inner[data-width="3"] {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .bt_bb_column[data-width="2"],
    .bt_bb_column_inner[data-width="2"] {
        -webkit-flex-basis: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
    .bt_bb_column[data-width="2.4"],
    .bt_bb_column[data-width="9.6"],
    .bt_bb_column_inner[data-width="2.4"],
    .bt_bb_column_inner[data-width="9.6"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .bt_bb_column[data-width="4.8"],
    .bt_bb_column[data-width="7.2"],
    .bt_bb_column_inner[data-width="4.8"],
    .bt_bb_column_inner[data-width="7.2"] {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 480px) {
    .bt_bb_column[data-width="3"] .bt_bb_column[data-width="2"],
    .bt_bb_column_inner[data-width="3"] .bt_bb_column_inner[data-width="2"] {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .bt_bb_column[data-width="4.8"],
    .bt_bb_column[data-width="7.2"],
    .bt_bb_column_inner[data-width="4.8"],
    .bt_bb_column_inner[data-width="7.2"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 370px) {
    .bt_bb_column[data-width="3"] .bt_bb_column[data-width="2"],
    .bt_bb_column_inner[data-width="3"] .bt_bb_column_inner[data-width="2"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* Grid Fix */
@media (max-width: 992px) and (min-width: 621px) {
    .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"],
    .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"] {
        -webkit-flex-basis: 66.666666%;
        flex-basis: 66.666666%;
        max-width: 66.666666%;
    }
    .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"],
    .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"] {
        -webkit-flex-basis: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
    .bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"],
    .bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"] {
        -webkit-flex-basis: 66.666666%;
        flex-basis: 66.666666%;
        max-width: 66.666666%;
    }
    .bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"],
    .bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"] {
        -webkit-flex-basis: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 620px) {
    .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"],
    .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"],
    .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"],
    .bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"],
    .bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* Responsive grid columns */
@media (min-width: 1201px) {
    .bt_bb_column.col-xl-12,
    .bt_bb_column_inner.col-xl-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .bt_bb_column.col-xl-11,
    .bt_bb_column_inner.col-xl-11 {
        -webkit-flex-basis: 91.666666%;
        flex-basis: 91.666666%;
        max-width: 91.666666%;
    }
    .bt_bb_column.col-xl-10,
    .bt_bb_column_inner.col-xl-10 {
        -webkit-flex-basis: 83.33%;
        flex-basis: 83.33%;
        max-width: 83.33%;
    }
    .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.66%;
        flex-basis: 66.66%;
        max-width: 66.66%;
    }
    .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.33%;
        flex-basis: 58.33%;
        max-width: 58.33%;
    }
    .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.66%;
        flex-basis: 41.66%;
        max-width: 41.66%;
    }
    .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.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
    .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.66%;
        flex-basis: 16.66%;
        max-width: 16.66%;
    }
    .bt_bb_column.col-xl-1,
    .bt_bb_column_inner.col-xl-1 {
        -webkit-flex-basis: 8.33%;
        flex-basis: 8.33%;
        max-width: 8.33%;
    }
}

@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.33%;
        flex-basis: 83.33%;
        max-width: 83.33%;
    }
    .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.66%;
        flex-basis: 66.66%;
        max-width: 66.66%;
    }
    .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.33%;
        flex-basis: 58.33%;
        max-width: 58.33%;
    }
    .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.66%;
        flex-basis: 41.66%;
        max-width: 41.66%;
    }
    .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.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
    .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.66%;
        flex-basis: 16.66%;
        max-width: 16.66%;
    }
    .bt_bb_column.col-lg-1,
    .bt_bb_column_inner.col-lg-1 {
        -webkit-flex-basis: 8.33%;
        flex-basis: 8.33%;
        max-width: 8.33%;
    }
}

@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.33%;
        flex-basis: 83.33%;
        max-width: 83.33%;
    }
    .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.66%;
        flex-basis: 66.66%;
        max-width: 66.66%;
    }
    .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.33%;
        flex-basis: 58.33%;
        max-width: 58.33%;
    }
    .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.66%;
        flex-basis: 41.66%;
        max-width: 41.66%;
    }
    .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.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
    .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.66%;
        flex-basis: 16.66%;
        max-width: 16.66%;
    }
    .bt_bb_column.col-md-1,
    .bt_bb_column_inner.col-md-1 {
        -webkit-flex-basis: 8.33%;
        flex-basis: 8.33%;
        max-width: 8.33%;
    }
}

@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.33%;
        flex-basis: 83.33%;
        max-width: 83.33%;
    }
    .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.66%;
        flex-basis: 66.66%;
        max-width: 66.66%;
    }
    .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.33%;
        flex-basis: 58.33%;
        max-width: 58.33%;
    }
    .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.66%;
        flex-basis: 41.66%;
        max-width: 41.66%;
    }
    .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.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
    .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.66%;
        flex-basis: 16.66%;
        max-width: 16.66%;
    }
    .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.33%;
        flex-basis: 8.33%;
        max-width: 8.33%;
    }
}

@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.33%;
        flex-basis: 83.33%;
        max-width: 83.33%;
    }
    .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.66%;
        flex-basis: 66.66%;
        max-width: 66.66%;
    }
    .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.33%;
        flex-basis: 58.33%;
        max-width: 58.33%;
    }
    .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.66%;
        flex-basis: 41.66%;
        max-width: 41.66%;
    }
    .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.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
    .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.66%;
        flex-basis: 16.66%;
        max-width: 16.66%;
    }
    .bt_bb_column.col-xs-1,
    .bt_bb_column_inner.col-xs-1 {
        -webkit-flex-basis: 8.33%;
        flex-basis: 8.33%;
        max-width: 8.33%;
    }
}

/* 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) {
    .bt_bb_hidden_lg {
        display: none !important;
    }
}

/* Content elements */
.bt_bb_wrapper {
    overflow: hidden;
    position: relative;
}
.bt_bb_section {
    position: relative;
}
.bt_bb_section.bt_bb_full_screen > .bt_bb_port {
    min-height: 100vh;
}
.bt_bb_section > .bt_bb_port {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bt_bb_section > .bt_bb_port .rtl {
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
}
.bt_bb_section > .bt_bb_port .bt_bb_cell {
    position: relative;
}
.bt_bb_section.bt_bb_vertical_align_bottom > .bt_bb_port {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.bt_bb_section.bt_bb_vertical_align_top > .bt_bb_port {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.bt_bb_section[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bt_bb_section[class*="bt_bb_background_overlay"]:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_cell {
    position: relative;
    z-index: 1;
}
.bt_bb_section[class*="dark_stripes"]:before {
    background-image: -webkit-linear-gradient(left top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-image: -moz-linear-gradient(left top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-image: linear-gradient(to right top,transparent 33%,rgba(0,0,0,.75) 33%,rgba(0,0,0,.75) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
}
.bt_bb_section[class*="light_stripes"]:before {
    background-image: -webkit-linear-gradient(left top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-image: -moz-linear-gradient(left top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-image: linear-gradient(to right top,transparent 33%,rgba(255,255,255,.5) 33%,rgba(255,255,255,.5) 66%,transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
}
.bt_bb_section[class*="light_solid"]:before {
    background-color: rgba(255,255,255,.5);
}
.bt_bb_section[class*="dark_solid"]:before {
    background-color: rgba(0,0,0,.5);
}
.bt_bb_section[class*="dark_gradient"]:before {
    background: -webkit-linear-gradient(top,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_video {
    overflow: hidden;
    padding-bottom: 0;
}
.bt_bb_section.bt_bb_video > video {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    min-width: 100%;
    max-width: inherit;
    min-height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
.bt_bb_section.bt_bb_video .bt_bb_port {
    position: relative;
    z-index: 2;
}
.bt_bb_section.bt_bb_video[class*="bt_bb_background_overlay"]:before {
    z-index: 2;
}

/* Row / Grid related */
.bt_bb_row {
    margin: 0 -20px;
}
.bt_bb_row .bt_bb_column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
}
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_top {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.bt_bb_row .bt_bb_column[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bt_bb_row .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
}
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
}
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content > .bt_bb_image {
    margin-left: -20px;
    margin-right: -20px;
}
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content > .bt_bb_image img {
    display: block;
    width: 100%;
    height: auto;
}
.bt_bb_row .bt_bb_column .bt_bb_column_content {
    width: 100%;
}
.bt_bb_row_inner {
    margin: 0 -20px;
}
.bt_bb_row_inner .bt_bb_column_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_top {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_bottom {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.bt_bb_row_inner .bt_bb_column_inner[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content > .bt_bb_image {
    margin-left: -20px;
    margin-right: -20px;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content > .bt_bb_image img {
    display: block;
    width: 100%;
    height: auto;
}
.bt_bb_row_inner .bt_bb_column_inner .bt_bb_column_inner_content {
    width: 100%;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_column,
.bt_bb_align_center .bt_bb_align_right.bt_bb_column,
.bt_bb_align_left .bt_bb_align_right .bt_bb_column,
.bt_bb_align_center .bt_bb_align_right .bt_bb_column,
.bt_bb_align_right.bt_bb_column,
.bt_bb_align_right .bt_bb_column,
.bt_bb_align_left .bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_align_right .bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_right .bt_bb_column_inner,
.bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_column_inner {
    text-align: right;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_column,
.bt_bb_align_center .bt_bb_align_left.bt_bb_column,
.bt_bb_align_right .bt_bb_align_left .bt_bb_column,
.bt_bb_align_center .bt_bb_align_left .bt_bb_column,
.bt_bb_align_left.bt_bb_column,
.bt_bb_align_left .bt_bb_column,
.bt_bb_align_right .bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_left .bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_left .bt_bb_column_inner,
.bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_column_inner {
    text-align: left;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_column,
.bt_bb_align_right .bt_bb_align_center.bt_bb_column,
.bt_bb_align_left .bt_bb_align_center .bt_bb_column,
.bt_bb_align_right .bt_bb_align_center .bt_bb_column,
.bt_bb_align_center.bt_bb_column,
.bt_bb_align_center .bt_bb_column,
.bt_bb_align_left .bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_align_center .bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_center .bt_bb_column_inner,
.bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_column_inner {
    text-align: center;
}
.bt_bb_cell {
    width: 100%;
}
.bt_bb_layout_boxed .bt_bb_cell {
    width: 1200px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}
.bt_bb_layout_boxed_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_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_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_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_row.bt_bb_column_gap_extra_small {
    max-width: -webkit-calc(100% + .5em);
    max-width: -moz-calc(100% + .5em);
    max-width: calc(100% + .5em);
    margin-left: -.25em;
    margin-right: -.25em;
}
.bt_bb_row.bt_bb_column_gap_extra_small .bt_bb_column {
    padding-left: .25em;
    padding-right: .25em;
}
.bt_bb_row.bt_bb_column_gap_small {
    max-width: -webkit-calc(100% + 1em);
    max-width: -moz-calc(100% + 1em);
    max-width: calc(100% + 1em);
    margin-left: .5em;
    margin-right: -.5em;
}
.bt_bb_row.bt_bb_column_gap_small .bt_bb_column {
    padding-left: .5em;
    padding-right: .5em;
}
.bt_bb_row.bt_bb_column_gap_normal {
    max-width: -webkit-calc(100% + 2em);
    max-width: -moz-calc(100% + 2em);
    max-width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
}
.bt_bb_row.bt_bb_column_gap_normal .bt_bb_column {
    padding-left: 1em;
    padding-right: 1em;
}
.bt_bb_row.bt_bb_column_gap_medium {
    max-width: -webkit-calc(100% + 4em);
    max-width: -moz-calc(100% + 4em);
    max-width: calc(100% + 4em);
    margin-left: -2em;
    margin-right: -2em;
}
.bt_bb_row.bt_bb_column_gap_medium .bt_bb_column {
    padding-left: 2em;
    padding-right: 2em;
}
.bt_bb_row.bt_bb_column_gap_large {
    max-width: -webkit-calc(100% + 8em);
    max-width: -moz-calc(100% + 8em);
    max-width: calc(100% + 8em);
    margin-left: -4em;
    margin-right: -4em;
}
.bt_bb_row.bt_bb_column_gap_large .bt_bb_column {
    padding-left: 4em;
    padding-right: 4em;
}
.bt_bb_row.bt_bb_column_gap_0 {
    max-width: -webkit-calc(100% + 0);
    max-width: -moz-calc(100% + 0);
    max-width: calc(100% + 0);
    margin-left: -0px;
    margin-right: -0px;
}
.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column {
    padding-left: 0;
    padding-right: 0;
}
.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 0;
    padding-right: 0;
}
.bt_bb_row.bt_bb_column_gap_5 {
    max-width: -webkit-calc(100% + 10px);
    max-width: -moz-calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}
.bt_bb_row.bt_bb_column_gap_5 .bt_bb_column {
    padding-left: 5px;
    padding-right: 5px;
}
.bt_bb_row.bt_bb_column_gap_5 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 10px;
    padding-right: 10px;
}
.bt_bb_row.bt_bb_column_gap_10 {
    max-width: -webkit-calc(100% + 20px);
    max-width: -moz-calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}
.bt_bb_row.bt_bb_column_gap_10 .bt_bb_column {
    padding-left: 10px;
    padding-right: 10px;
}
.bt_bb_row.bt_bb_column_gap_10 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
}
.bt_bb_row.bt_bb_column_gap_15 {
    max-width: -webkit-calc(100% + 30px);
    max-width: -moz-calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.bt_bb_row.bt_bb_column_gap_15 .bt_bb_column {
    padding-left: 15px;
    padding-right: 15px;
}
.bt_bb_row.bt_bb_column_gap_15 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 30px;
    padding-right: 30px;
}
.bt_bb_row.bt_bb_column_gap_20 {
    max-width: -webkit-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}
.bt_bb_row.bt_bb_column_gap_20 .bt_bb_column {
    padding-left: 20px;
    padding-right: 20px;
}
.bt_bb_row.bt_bb_column_gap_20 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 40px;
    padding-right: 40px;
}
.bt_bb_row.bt_bb_column_gap_25 {
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
}
.bt_bb_row.bt_bb_column_gap_25 .bt_bb_column {
    padding-left: 25px;
    padding-right: 25px;
}
.bt_bb_row.bt_bb_column_gap_25 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 50px;
    padding-right: 50px;
}
.bt_bb_row.bt_bb_column_gap_30 {
    max-width: -webkit-calc(100% + 60px);
    max-width: -moz-calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}
.bt_bb_row.bt_bb_column_gap_30 .bt_bb_column {
    padding-left: 30px;
    padding-right: 30px;
}
.bt_bb_row.bt_bb_column_gap_30 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 60px;
    padding-right: 60px;
}
.bt_bb_row.bt_bb_column_gap_35 {
    max-width: -webkit-calc(100% + 70px);
    max-width: -moz-calc(100% + 70px);
    max-width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
}
.bt_bb_row.bt_bb_column_gap_35 .bt_bb_column {
    padding-left: 35px;
    padding-right: 35px;
}
.bt_bb_row.bt_bb_column_gap_35 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 70px;
    padding-right: 70px;
}
.bt_bb_row.bt_bb_column_gap_40 {
    max-width: -webkit-calc(100% + 80px);
    max-width: -moz-calc(100% + 80px);
    max-width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
}
.bt_bb_row.bt_bb_column_gap_40 .bt_bb_column {
    padding-left: 40px;
    padding-right: 40px;
}
.bt_bb_row.bt_bb_column_gap_40 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 80px;
    padding-right: 80px;
}
.bt_bb_row.bt_bb_column_gap_45 {
    max-width: -webkit-calc(100% + 90px);
    max-width: -moz-calc(100% + 90px);
    max-width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
}
.bt_bb_row.bt_bb_column_gap_45 .bt_bb_column {
    padding-left: 45px;
    padding-right: 45px;
}
.bt_bb_row.bt_bb_column_gap_45 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 90px;
    padding-right: 90px;
}
.bt_bb_row.bt_bb_column_gap_50 {
    max-width: -webkit-calc(100% + 100px);
    max-width: -moz-calc(100% + 100px);
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
}
.bt_bb_row.bt_bb_column_gap_50 .bt_bb_column {
    padding-left: 50px;
    padding-right: 50px;
}
.bt_bb_row.bt_bb_column_gap_50 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 100px;
    padding-right: 100px;
}
.bt_bb_row.bt_bb_column_gap_60 {
    max-width: -webkit-calc(100% + 120px);
    max-width: -moz-calc(100% + 120px);
    max-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
}
.bt_bb_row.bt_bb_column_gap_60 .bt_bb_column {
    padding-left: 60px;
    padding-right: 60px;
}
.bt_bb_row.bt_bb_column_gap_60 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 120px;
    padding-right: 120px;
}
.bt_bb_row.bt_bb_column_gap_70 {
    max-width: -webkit-calc(100% + 140px);
    max-width: -moz-calc(100% + 140px);
    max-width: calc(100% + 140px);
    margin-left: -70px;
    margin-right: -70px;
}
.bt_bb_row.bt_bb_column_gap_70 .bt_bb_column {
    padding-left: 70px;
    padding-right: 70px;
}
.bt_bb_row.bt_bb_column_gap_70 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 140px;
    padding-right: 140px;
}
.bt_bb_row.bt_bb_column_gap_80 {
    max-width: -webkit-calc(100% + 160px);
    max-width: -moz-calc(100% + 160px);
    max-width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
}
.bt_bb_row.bt_bb_column_gap_80 .bt_bb_column {
    padding-left: 80px;
    padding-right: 80px;
}
.bt_bb_row.bt_bb_column_gap_80 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 160px;
    padding-right: 160px;
}
.bt_bb_row.bt_bb_column_gap_90 {
    max-width: -webkit-calc(100% + 180px);
    max-width: -moz-calc(100% + 180px);
    max-width: calc(100% + 180px);
    margin-left: -90px;
    margin-right: -90px;
}
.bt_bb_row.bt_bb_column_gap_90 .bt_bb_column {
    padding-left: 90px;
    padding-right: 90px;
}
.bt_bb_row.bt_bb_column_gap_90 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 180px;
    padding-right: 180px;
}
.bt_bb_row.bt_bb_column_gap_100 {
    max-width: -webkit-calc(100% + 200px);
    max-width: -moz-calc(100% + 200px);
    max-width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
}
.bt_bb_row.bt_bb_column_gap_100 .bt_bb_column {
    padding-left: 100px;
    padding-right: 100px;
}
.bt_bb_row.bt_bb_column_gap_100 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 200px;
    padding-right: 200px;
}

/* Fix -0px problem and senseless double 0px padding */
.bt_bb_row.bt_bb_column_gap_0 {
    margin-left: 0;
    margin-right: 0;
}
.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column {
    padding-left: 0;
    padding-right: 0;
}
.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
}
html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_parallax {
    -webkit-transition-property: background-position;
    -moz-transition-property: background-position;
    transition-property: background-position;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transform: none;
}
html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_section.bt_bb_background_image {
    background-attachment: scroll;
}
html[data-bt_bb_screen_resolution="xl"].bt_bb_backgroud_fixed_supported .bt_bb_section.bt_bb_background_image.bt_bb_parallax {
    background-attachment: fixed;
}
html:not([data-bt_bb_screen_resolution="xl"]).bt_bb_backgroud_fixed_supported .bt_bb_section.bt_bb_background_image {
    background-position: center center !important;
}
html[data-useragent*="Edge"] .bt_bb_section.bt_bb_background_image {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

/* Boxer rows */
/* @set boxedDelta 0; */
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 {
    max-width: 1200px;
    margin: auto;
}
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column {
    max-width: 100%;
}
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right,
.bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
    max-width: 100%;
}
@media (max-width: 1239px) {
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 {
        padding: 0 20px;
        max-width: 100%;
    }
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide {
        padding: 0;
    }
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide .bt_bb_row {
        margin: 0;
    }
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:first-child {
        padding: 0;
    }
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) {
        padding: 0 20px;
    }
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_left .bt_bb_column:not(:first-child) .bt_bb_column_content {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:last-child {
        padding: 0;
    }
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) {
        padding: 0 20px;
    }
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_content_wide.bt_bb_row_push_right .bt_bb_column:not(:last-child) .bt_bb_column_content {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .bt_bb_layout_wide .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right.bt_bb_content_wide {
        padding-right: 0;
    }
    .bt_bb_layout_wide .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left.bt_bb_content_wide {
        padding-left: 0;
    }
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

@media (min-width: 1240px) {
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_row_push_right) .bt_bb_row {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row .bt_bb_column:first-child .bt_bb_column_content {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_row_push_left) .bt_bb_row {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 103.33433px;
        -ms-flex: 0 0 103.33433px;
        flex: 0 0 103.33433px;
        max-width: 103.33433px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 516.66767px);
        max-width: -moz-calc(50% - 516.66767px);
        max-width: calc(50% - 516.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 63.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 516.66767px);
        max-width: -moz-calc(50% - 516.66767px);
        max-width: calc(50% - 516.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 63.33433px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 100.001px;
        -ms-flex: 0 0 100.001px;
        flex: 0 0 100.001px;
        max-width: 100.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 500.001px);
        max-width: -moz-calc(50% - 500.001px);
        max-width: calc(50% - 500.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 100.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 100.83433px;
        -ms-flex: 0 0 100.83433px;
        flex: 0 0 100.83433px;
        max-width: 100.83433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 504.16767px);
        max-width: -moz-calc(50% - 504.16767px);
        max-width: calc(50% - 504.16767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 90.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 101.66767px;
        -ms-flex: 0 0 101.66767px;
        flex: 0 0 101.66767px;
        max-width: 101.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 508.33433px);
        max-width: -moz-calc(50% - 508.33433px);
        max-width: calc(50% - 508.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 81.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 102.501px;
        -ms-flex: 0 0 102.501px;
        flex: 0 0 102.501px;
        max-width: 102.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 512.501px);
        max-width: -moz-calc(50% - 512.501px);
        max-width: calc(50% - 512.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 72.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 103.33433px;
        -ms-flex: 0 0 103.33433px;
        flex: 0 0 103.33433px;
        max-width: 103.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 516.66767px);
        max-width: -moz-calc(50% - 516.66767px);
        max-width: calc(50% - 516.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 63.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 104.16767px;
        -ms-flex: 0 0 104.16767px;
        flex: 0 0 104.16767px;
        max-width: 104.16767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 520.83433px);
        max-width: -moz-calc(50% - 520.83433px);
        max-width: calc(50% - 520.83433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 54.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 105.001px;
        -ms-flex: 0 0 105.001px;
        flex: 0 0 105.001px;
        max-width: 105.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 525.001px);
        max-width: -moz-calc(50% - 525.001px);
        max-width: calc(50% - 525.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 45.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 105.83433px;
        -ms-flex: 0 0 105.83433px;
        flex: 0 0 105.83433px;
        max-width: 105.83433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 529.16767px);
        max-width: -moz-calc(50% - 529.16767px);
        max-width: calc(50% - 529.16767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 35.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 106.66767px;
        -ms-flex: 0 0 106.66767px;
        flex: 0 0 106.66767px;
        max-width: 106.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 533.33433px);
        max-width: -moz-calc(50% - 533.33433px);
        max-width: calc(50% - 533.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 26.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 107.501px;
        -ms-flex: 0 0 107.501px;
        flex: 0 0 107.501px;
        max-width: 107.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 537.501px);
        max-width: -moz-calc(50% - 537.501px);
        max-width: calc(50% - 537.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 17.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 108.33433px;
        -ms-flex: 0 0 108.33433px;
        flex: 0 0 108.33433px;
        max-width: 108.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 541.66767px);
        max-width: -moz-calc(50% - 541.66767px);
        max-width: calc(50% - 541.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: 8.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 110.001px;
        -ms-flex: 0 0 110.001px;
        flex: 0 0 110.001px;
        max-width: 110.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 550.001px);
        max-width: -moz-calc(50% - 550.001px);
        max-width: calc(50% - 550.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -9.999px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 111.66767px;
        -ms-flex: 0 0 111.66767px;
        flex: 0 0 111.66767px;
        max-width: 111.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 558.33433px);
        max-width: -moz-calc(50% - 558.33433px);
        max-width: calc(50% - 558.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -28.33233px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 113.33433px;
        -ms-flex: 0 0 113.33433px;
        flex: 0 0 113.33433px;
        max-width: 113.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 566.66767px);
        max-width: -moz-calc(50% - 566.66767px);
        max-width: calc(50% - 566.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -46.66567px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 115.001px;
        -ms-flex: 0 0 115.001px;
        flex: 0 0 115.001px;
        max-width: 115.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 575.001px);
        max-width: -moz-calc(50% - 575.001px);
        max-width: calc(50% - 575.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -64.999px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"] {
        -webkit-flex: 0 0 116.66767px;
        -ms-flex: 0 0 116.66767px;
        flex: 0 0 116.66767px;
        max-width: 116.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 583.33433px);
        max-width: -moz-calc(50% - 583.33433px);
        max-width: calc(50% - 583.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:first-child .bt_bb_column_content {
        max-width: -83.33233px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 500.001px);
        max-width: -moz-calc(50% - 500.001px);
        max-width: calc(50% - 500.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 100.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 504.16767px);
        max-width: -moz-calc(50% - 504.16767px);
        max-width: calc(50% - 504.16767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 90.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 508.33433px);
        max-width: -moz-calc(50% - 508.33433px);
        max-width: calc(50% - 508.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 81.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 512.501px);
        max-width: -moz-calc(50% - 512.501px);
        max-width: calc(50% - 512.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 72.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 516.66767px);
        max-width: -moz-calc(50% - 516.66767px);
        max-width: calc(50% - 516.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 63.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 520.83433px);
        max-width: -moz-calc(50% - 520.83433px);
        max-width: calc(50% - 520.83433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 54.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 525.001px);
        max-width: -moz-calc(50% - 525.001px);
        max-width: calc(50% - 525.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 45.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 529.16767px);
        max-width: -moz-calc(50% - 529.16767px);
        max-width: calc(50% - 529.16767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 35.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 533.33433px);
        max-width: -moz-calc(50% - 533.33433px);
        max-width: calc(50% - 533.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 26.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 537.501px);
        max-width: -moz-calc(50% - 537.501px);
        max-width: calc(50% - 537.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 17.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 541.66767px);
        max-width: -moz-calc(50% - 541.66767px);
        max-width: calc(50% - 541.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: 8.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 550.001px);
        max-width: -moz-calc(50% - 550.001px);
        max-width: calc(50% - 550.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: -9.999px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 558.33433px);
        max-width: -moz-calc(50% - 558.33433px);
        max-width: calc(50% - 558.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: -28.33233px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 566.66767px);
        max-width: -moz-calc(50% - 566.66767px);
        max-width: calc(50% - 566.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: -46.66567px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 575.001px);
        max-width: -moz-calc(50% - 575.001px);
        max-width: calc(50% - 575.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: -64.999px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 583.33433px);
        max-width: -moz-calc(50% - 583.33433px);
        max-width: calc(50% - 583.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="1"]:last-child .bt_bb_column_content {
        max-width: -83.33233px;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 206.66767px;
        -ms-flex: 0 0 206.66767px;
        flex: 0 0 206.66767px;
        max-width: 206.66767px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 413.33433px);
        max-width: -moz-calc(50% - 413.33433px);
        max-width: calc(50% - 413.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 166.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 413.33433px);
        max-width: -moz-calc(50% - 413.33433px);
        max-width: calc(50% - 413.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 166.66767px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 200.001px;
        -ms-flex: 0 0 200.001px;
        flex: 0 0 200.001px;
        max-width: 200.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 400.001px);
        max-width: -moz-calc(50% - 400.001px);
        max-width: calc(50% - 400.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 201.66767px;
        -ms-flex: 0 0 201.66767px;
        flex: 0 0 201.66767px;
        max-width: 201.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 403.33433px);
        max-width: -moz-calc(50% - 403.33433px);
        max-width: calc(50% - 403.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 191.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 203.33433px;
        -ms-flex: 0 0 203.33433px;
        flex: 0 0 203.33433px;
        max-width: 203.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 406.66767px);
        max-width: -moz-calc(50% - 406.66767px);
        max-width: calc(50% - 406.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 183.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 205.001px;
        -ms-flex: 0 0 205.001px;
        flex: 0 0 205.001px;
        max-width: 205.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 410.001px);
        max-width: -moz-calc(50% - 410.001px);
        max-width: calc(50% - 410.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 175.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 206.66767px;
        -ms-flex: 0 0 206.66767px;
        flex: 0 0 206.66767px;
        max-width: 206.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 413.33433px);
        max-width: -moz-calc(50% - 413.33433px);
        max-width: calc(50% - 413.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 166.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 208.33433px;
        -ms-flex: 0 0 208.33433px;
        flex: 0 0 208.33433px;
        max-width: 208.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 416.66767px);
        max-width: -moz-calc(50% - 416.66767px);
        max-width: calc(50% - 416.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 158.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 210.001px;
        -ms-flex: 0 0 210.001px;
        flex: 0 0 210.001px;
        max-width: 210.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 420.001px);
        max-width: -moz-calc(50% - 420.001px);
        max-width: calc(50% - 420.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 150.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 211.66767px;
        -ms-flex: 0 0 211.66767px;
        flex: 0 0 211.66767px;
        max-width: 211.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 423.33433px);
        max-width: -moz-calc(50% - 423.33433px);
        max-width: calc(50% - 423.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 141.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 213.33433px;
        -ms-flex: 0 0 213.33433px;
        flex: 0 0 213.33433px;
        max-width: 213.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 426.66767px);
        max-width: -moz-calc(50% - 426.66767px);
        max-width: calc(50% - 426.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 133.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 215.001px;
        -ms-flex: 0 0 215.001px;
        flex: 0 0 215.001px;
        max-width: 215.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 430.001px);
        max-width: -moz-calc(50% - 430.001px);
        max-width: calc(50% - 430.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 125.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 216.66767px;
        -ms-flex: 0 0 216.66767px;
        flex: 0 0 216.66767px;
        max-width: 216.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 433.33433px);
        max-width: -moz-calc(50% - 433.33433px);
        max-width: calc(50% - 433.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 116.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 220.001px;
        -ms-flex: 0 0 220.001px;
        flex: 0 0 220.001px;
        max-width: 220.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 440.001px);
        max-width: -moz-calc(50% - 440.001px);
        max-width: calc(50% - 440.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 100.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 223.33433px;
        -ms-flex: 0 0 223.33433px;
        flex: 0 0 223.33433px;
        max-width: 223.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 446.66767px);
        max-width: -moz-calc(50% - 446.66767px);
        max-width: calc(50% - 446.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 83.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 226.66767px;
        -ms-flex: 0 0 226.66767px;
        flex: 0 0 226.66767px;
        max-width: 226.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 453.33433px);
        max-width: -moz-calc(50% - 453.33433px);
        max-width: calc(50% - 453.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 66.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 230.001px;
        -ms-flex: 0 0 230.001px;
        flex: 0 0 230.001px;
        max-width: 230.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 460.001px);
        max-width: -moz-calc(50% - 460.001px);
        max-width: calc(50% - 460.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 50.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"] {
        -webkit-flex: 0 0 233.33433px;
        -ms-flex: 0 0 233.33433px;
        flex: 0 0 233.33433px;
        max-width: 233.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 466.66767px);
        max-width: -moz-calc(50% - 466.66767px);
        max-width: calc(50% - 466.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:first-child .bt_bb_column_content {
        max-width: 33.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 400.001px);
        max-width: -moz-calc(50% - 400.001px);
        max-width: calc(50% - 400.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 403.33433px);
        max-width: -moz-calc(50% - 403.33433px);
        max-width: calc(50% - 403.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 191.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 406.66767px);
        max-width: -moz-calc(50% - 406.66767px);
        max-width: calc(50% - 406.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 183.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 410.001px);
        max-width: -moz-calc(50% - 410.001px);
        max-width: calc(50% - 410.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 175.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 413.33433px);
        max-width: -moz-calc(50% - 413.33433px);
        max-width: calc(50% - 413.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 166.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 416.66767px);
        max-width: -moz-calc(50% - 416.66767px);
        max-width: calc(50% - 416.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 158.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 420.001px);
        max-width: -moz-calc(50% - 420.001px);
        max-width: calc(50% - 420.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 150.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 423.33433px);
        max-width: -moz-calc(50% - 423.33433px);
        max-width: calc(50% - 423.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 141.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 426.66767px);
        max-width: -moz-calc(50% - 426.66767px);
        max-width: calc(50% - 426.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 133.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 430.001px);
        max-width: -moz-calc(50% - 430.001px);
        max-width: calc(50% - 430.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 125.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 433.33433px);
        max-width: -moz-calc(50% - 433.33433px);
        max-width: calc(50% - 433.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 116.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 440.001px);
        max-width: -moz-calc(50% - 440.001px);
        max-width: calc(50% - 440.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 100.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 446.66767px);
        max-width: -moz-calc(50% - 446.66767px);
        max-width: calc(50% - 446.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 83.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 453.33433px);
        max-width: -moz-calc(50% - 453.33433px);
        max-width: calc(50% - 453.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 66.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 460.001px);
        max-width: -moz-calc(50% - 460.001px);
        max-width: calc(50% - 460.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 50.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 466.66767px);
        max-width: -moz-calc(50% - 466.66767px);
        max-width: calc(50% - 466.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2"]:last-child .bt_bb_column_content {
        max-width: 33.33433px;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 248.001px;
        -ms-flex: 0 0 248.001px;
        flex: 0 0 248.001px;
        max-width: 248.001px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 372.001px);
        max-width: -moz-calc(50% - 372.001px);
        max-width: calc(50% - 372.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 208.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 372.001px);
        max-width: -moz-calc(50% - 372.001px);
        max-width: calc(50% - 372.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 208.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 240.001px;
        -ms-flex: 0 0 240.001px;
        flex: 0 0 240.001px;
        max-width: 240.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 360.001px);
        max-width: -moz-calc(50% - 360.001px);
        max-width: calc(50% - 360.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 240.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 242.001px;
        -ms-flex: 0 0 242.001px;
        flex: 0 0 242.001px;
        max-width: 242.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 363.001px);
        max-width: -moz-calc(50% - 363.001px);
        max-width: calc(50% - 363.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 232.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 244.001px;
        -ms-flex: 0 0 244.001px;
        flex: 0 0 244.001px;
        max-width: 244.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 366.001px);
        max-width: -moz-calc(50% - 366.001px);
        max-width: calc(50% - 366.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 224.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 246.001px;
        -ms-flex: 0 0 246.001px;
        flex: 0 0 246.001px;
        max-width: 246.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 369.001px);
        max-width: -moz-calc(50% - 369.001px);
        max-width: calc(50% - 369.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 216.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 248.001px;
        -ms-flex: 0 0 248.001px;
        flex: 0 0 248.001px;
        max-width: 248.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 372.001px);
        max-width: -moz-calc(50% - 372.001px);
        max-width: calc(50% - 372.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 208.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 250.001px;
        -ms-flex: 0 0 250.001px;
        flex: 0 0 250.001px;
        max-width: 250.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 375.001px);
        max-width: -moz-calc(50% - 375.001px);
        max-width: calc(50% - 375.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 252.001px;
        -ms-flex: 0 0 252.001px;
        flex: 0 0 252.001px;
        max-width: 252.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 378.001px);
        max-width: -moz-calc(50% - 378.001px);
        max-width: calc(50% - 378.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 192.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 254.001px;
        -ms-flex: 0 0 254.001px;
        flex: 0 0 254.001px;
        max-width: 254.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 381.001px);
        max-width: -moz-calc(50% - 381.001px);
        max-width: calc(50% - 381.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 184.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 256.001px;
        -ms-flex: 0 0 256.001px;
        flex: 0 0 256.001px;
        max-width: 256.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 384.001px);
        max-width: -moz-calc(50% - 384.001px);
        max-width: calc(50% - 384.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 176.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 258.001px;
        -ms-flex: 0 0 258.001px;
        flex: 0 0 258.001px;
        max-width: 258.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 387.001px);
        max-width: -moz-calc(50% - 387.001px);
        max-width: calc(50% - 387.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 168.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 260.001px;
        -ms-flex: 0 0 260.001px;
        flex: 0 0 260.001px;
        max-width: 260.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 390.001px);
        max-width: -moz-calc(50% - 390.001px);
        max-width: calc(50% - 390.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 160.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 264.001px;
        -ms-flex: 0 0 264.001px;
        flex: 0 0 264.001px;
        max-width: 264.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 396.001px);
        max-width: -moz-calc(50% - 396.001px);
        max-width: calc(50% - 396.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 144.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 268.001px;
        -ms-flex: 0 0 268.001px;
        flex: 0 0 268.001px;
        max-width: 268.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 402.001px);
        max-width: -moz-calc(50% - 402.001px);
        max-width: calc(50% - 402.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 128.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 272.001px;
        -ms-flex: 0 0 272.001px;
        flex: 0 0 272.001px;
        max-width: 272.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 408.001px);
        max-width: -moz-calc(50% - 408.001px);
        max-width: calc(50% - 408.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 112.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 276.001px;
        -ms-flex: 0 0 276.001px;
        flex: 0 0 276.001px;
        max-width: 276.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 414.001px);
        max-width: -moz-calc(50% - 414.001px);
        max-width: calc(50% - 414.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 96.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"] {
        -webkit-flex: 0 0 280.001px;
        -ms-flex: 0 0 280.001px;
        flex: 0 0 280.001px;
        max-width: 280.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 420.001px);
        max-width: -moz-calc(50% - 420.001px);
        max-width: calc(50% - 420.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:first-child .bt_bb_column_content {
        max-width: 80.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 360.001px);
        max-width: -moz-calc(50% - 360.001px);
        max-width: calc(50% - 360.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 240.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 363.001px);
        max-width: -moz-calc(50% - 363.001px);
        max-width: calc(50% - 363.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 232.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 366.001px);
        max-width: -moz-calc(50% - 366.001px);
        max-width: calc(50% - 366.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 224.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 369.001px);
        max-width: -moz-calc(50% - 369.001px);
        max-width: calc(50% - 369.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 216.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 372.001px);
        max-width: -moz-calc(50% - 372.001px);
        max-width: calc(50% - 372.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 208.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 375.001px);
        max-width: -moz-calc(50% - 375.001px);
        max-width: calc(50% - 375.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 378.001px);
        max-width: -moz-calc(50% - 378.001px);
        max-width: calc(50% - 378.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 192.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 381.001px);
        max-width: -moz-calc(50% - 381.001px);
        max-width: calc(50% - 381.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 184.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 384.001px);
        max-width: -moz-calc(50% - 384.001px);
        max-width: calc(50% - 384.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 176.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 387.001px);
        max-width: -moz-calc(50% - 387.001px);
        max-width: calc(50% - 387.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 168.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 390.001px);
        max-width: -moz-calc(50% - 390.001px);
        max-width: calc(50% - 390.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 160.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 396.001px);
        max-width: -moz-calc(50% - 396.001px);
        max-width: calc(50% - 396.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 144.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 402.001px);
        max-width: -moz-calc(50% - 402.001px);
        max-width: calc(50% - 402.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 128.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 408.001px);
        max-width: -moz-calc(50% - 408.001px);
        max-width: calc(50% - 408.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 112.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 414.001px);
        max-width: -moz-calc(50% - 414.001px);
        max-width: calc(50% - 414.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 96.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 420.001px);
        max-width: -moz-calc(50% - 420.001px);
        max-width: calc(50% - 420.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="2.4"]:last-child .bt_bb_column_content {
        max-width: 80.001px;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 310.001px;
        -ms-flex: 0 0 310.001px;
        flex: 0 0 310.001px;
        max-width: 310.001px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 310.001px);
        max-width: -moz-calc(50% - 310.001px);
        max-width: calc(50% - 310.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 270.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 310.001px);
        max-width: -moz-calc(50% - 310.001px);
        max-width: calc(50% - 310.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 270.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 300.001px;
        -ms-flex: 0 0 300.001px;
        flex: 0 0 300.001px;
        max-width: 300.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 300.001px);
        max-width: -moz-calc(50% - 300.001px);
        max-width: calc(50% - 300.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 300.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 302.501px;
        -ms-flex: 0 0 302.501px;
        flex: 0 0 302.501px;
        max-width: 302.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 302.501px);
        max-width: -moz-calc(50% - 302.501px);
        max-width: calc(50% - 302.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 292.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 305.001px;
        -ms-flex: 0 0 305.001px;
        flex: 0 0 305.001px;
        max-width: 305.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 305.001px);
        max-width: -moz-calc(50% - 305.001px);
        max-width: calc(50% - 305.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 285.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 307.501px;
        -ms-flex: 0 0 307.501px;
        flex: 0 0 307.501px;
        max-width: 307.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 307.501px);
        max-width: -moz-calc(50% - 307.501px);
        max-width: calc(50% - 307.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 277.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 310.001px;
        -ms-flex: 0 0 310.001px;
        flex: 0 0 310.001px;
        max-width: 310.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 310.001px);
        max-width: -moz-calc(50% - 310.001px);
        max-width: calc(50% - 310.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 270.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 312.501px;
        -ms-flex: 0 0 312.501px;
        flex: 0 0 312.501px;
        max-width: 312.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 312.501px);
        max-width: -moz-calc(50% - 312.501px);
        max-width: calc(50% - 312.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 262.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 315.001px;
        -ms-flex: 0 0 315.001px;
        flex: 0 0 315.001px;
        max-width: 315.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 315.001px);
        max-width: -moz-calc(50% - 315.001px);
        max-width: calc(50% - 315.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 255.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 317.501px;
        -ms-flex: 0 0 317.501px;
        flex: 0 0 317.501px;
        max-width: 317.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 317.501px);
        max-width: -moz-calc(50% - 317.501px);
        max-width: calc(50% - 317.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 247.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 320.001px;
        -ms-flex: 0 0 320.001px;
        flex: 0 0 320.001px;
        max-width: 320.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 320.001px);
        max-width: -moz-calc(50% - 320.001px);
        max-width: calc(50% - 320.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 240.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 322.501px;
        -ms-flex: 0 0 322.501px;
        flex: 0 0 322.501px;
        max-width: 322.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 322.501px);
        max-width: -moz-calc(50% - 322.501px);
        max-width: calc(50% - 322.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 232.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 325.001px;
        -ms-flex: 0 0 325.001px;
        flex: 0 0 325.001px;
        max-width: 325.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 325.001px);
        max-width: -moz-calc(50% - 325.001px);
        max-width: calc(50% - 325.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 225.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 330.001px;
        -ms-flex: 0 0 330.001px;
        flex: 0 0 330.001px;
        max-width: 330.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 330.001px);
        max-width: -moz-calc(50% - 330.001px);
        max-width: calc(50% - 330.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 210.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 335.001px;
        -ms-flex: 0 0 335.001px;
        flex: 0 0 335.001px;
        max-width: 335.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 335.001px);
        max-width: -moz-calc(50% - 335.001px);
        max-width: calc(50% - 335.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 195.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 340.001px;
        -ms-flex: 0 0 340.001px;
        flex: 0 0 340.001px;
        max-width: 340.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 340.001px);
        max-width: -moz-calc(50% - 340.001px);
        max-width: calc(50% - 340.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 180.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 345.001px;
        -ms-flex: 0 0 345.001px;
        flex: 0 0 345.001px;
        max-width: 345.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 345.001px);
        max-width: -moz-calc(50% - 345.001px);
        max-width: calc(50% - 345.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 165.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"] {
        -webkit-flex: 0 0 350.001px;
        -ms-flex: 0 0 350.001px;
        flex: 0 0 350.001px;
        max-width: 350.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 350.001px);
        max-width: -moz-calc(50% - 350.001px);
        max-width: calc(50% - 350.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:first-child .bt_bb_column_content {
        max-width: 150.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 300.001px);
        max-width: -moz-calc(50% - 300.001px);
        max-width: calc(50% - 300.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 300.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 302.501px);
        max-width: -moz-calc(50% - 302.501px);
        max-width: calc(50% - 302.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 292.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 305.001px);
        max-width: -moz-calc(50% - 305.001px);
        max-width: calc(50% - 305.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 285.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 307.501px);
        max-width: -moz-calc(50% - 307.501px);
        max-width: calc(50% - 307.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 277.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 310.001px);
        max-width: -moz-calc(50% - 310.001px);
        max-width: calc(50% - 310.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 270.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 312.501px);
        max-width: -moz-calc(50% - 312.501px);
        max-width: calc(50% - 312.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 262.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 315.001px);
        max-width: -moz-calc(50% - 315.001px);
        max-width: calc(50% - 315.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 255.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 317.501px);
        max-width: -moz-calc(50% - 317.501px);
        max-width: calc(50% - 317.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 247.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 320.001px);
        max-width: -moz-calc(50% - 320.001px);
        max-width: calc(50% - 320.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 240.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 322.501px);
        max-width: -moz-calc(50% - 322.501px);
        max-width: calc(50% - 322.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 232.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 325.001px);
        max-width: -moz-calc(50% - 325.001px);
        max-width: calc(50% - 325.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 225.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 330.001px);
        max-width: -moz-calc(50% - 330.001px);
        max-width: calc(50% - 330.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 210.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 335.001px);
        max-width: -moz-calc(50% - 335.001px);
        max-width: calc(50% - 335.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 195.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 340.001px);
        max-width: -moz-calc(50% - 340.001px);
        max-width: calc(50% - 340.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 180.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 345.001px);
        max-width: -moz-calc(50% - 345.001px);
        max-width: calc(50% - 345.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 165.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 350.001px);
        max-width: -moz-calc(50% - 350.001px);
        max-width: calc(50% - 350.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="3"]:last-child .bt_bb_column_content {
        max-width: 150.001px;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 413.33433px;
        -ms-flex: 0 0 413.33433px;
        flex: 0 0 413.33433px;
        max-width: 413.33433px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 206.66767px);
        max-width: -moz-calc(50% - 206.66767px);
        max-width: calc(50% - 206.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 373.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 206.66767px);
        max-width: -moz-calc(50% - 206.66767px);
        max-width: calc(50% - 206.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 373.33433px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 400.001px;
        -ms-flex: 0 0 400.001px;
        flex: 0 0 400.001px;
        max-width: 400.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 200.001px);
        max-width: -moz-calc(50% - 200.001px);
        max-width: calc(50% - 200.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 400.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 403.33433px;
        -ms-flex: 0 0 403.33433px;
        flex: 0 0 403.33433px;
        max-width: 403.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 201.66767px);
        max-width: -moz-calc(50% - 201.66767px);
        max-width: calc(50% - 201.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 393.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 406.66767px;
        -ms-flex: 0 0 406.66767px;
        flex: 0 0 406.66767px;
        max-width: 406.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 203.33433px);
        max-width: -moz-calc(50% - 203.33433px);
        max-width: calc(50% - 203.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 386.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 410.001px;
        -ms-flex: 0 0 410.001px;
        flex: 0 0 410.001px;
        max-width: 410.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 205.001px);
        max-width: -moz-calc(50% - 205.001px);
        max-width: calc(50% - 205.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 380.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 413.33433px;
        -ms-flex: 0 0 413.33433px;
        flex: 0 0 413.33433px;
        max-width: 413.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 206.66767px);
        max-width: -moz-calc(50% - 206.66767px);
        max-width: calc(50% - 206.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 373.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 416.66767px;
        -ms-flex: 0 0 416.66767px;
        flex: 0 0 416.66767px;
        max-width: 416.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 208.33433px);
        max-width: -moz-calc(50% - 208.33433px);
        max-width: calc(50% - 208.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 366.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 420.001px;
        -ms-flex: 0 0 420.001px;
        flex: 0 0 420.001px;
        max-width: 420.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 210.001px);
        max-width: -moz-calc(50% - 210.001px);
        max-width: calc(50% - 210.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 360.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 423.33433px;
        -ms-flex: 0 0 423.33433px;
        flex: 0 0 423.33433px;
        max-width: 423.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 211.66767px);
        max-width: -moz-calc(50% - 211.66767px);
        max-width: calc(50% - 211.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 353.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 426.66767px;
        -ms-flex: 0 0 426.66767px;
        flex: 0 0 426.66767px;
        max-width: 426.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 213.33433px);
        max-width: -moz-calc(50% - 213.33433px);
        max-width: calc(50% - 213.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 346.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 430.001px;
        -ms-flex: 0 0 430.001px;
        flex: 0 0 430.001px;
        max-width: 430.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 215.001px);
        max-width: -moz-calc(50% - 215.001px);
        max-width: calc(50% - 215.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 340.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 433.33433px;
        -ms-flex: 0 0 433.33433px;
        flex: 0 0 433.33433px;
        max-width: 433.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 216.66767px);
        max-width: -moz-calc(50% - 216.66767px);
        max-width: calc(50% - 216.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 333.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 440.001px;
        -ms-flex: 0 0 440.001px;
        flex: 0 0 440.001px;
        max-width: 440.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 220.001px);
        max-width: -moz-calc(50% - 220.001px);
        max-width: calc(50% - 220.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 320.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 446.66767px;
        -ms-flex: 0 0 446.66767px;
        flex: 0 0 446.66767px;
        max-width: 446.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 223.33433px);
        max-width: -moz-calc(50% - 223.33433px);
        max-width: calc(50% - 223.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 306.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 453.33433px;
        -ms-flex: 0 0 453.33433px;
        flex: 0 0 453.33433px;
        max-width: 453.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 226.66767px);
        max-width: -moz-calc(50% - 226.66767px);
        max-width: calc(50% - 226.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 293.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 460.001px;
        -ms-flex: 0 0 460.001px;
        flex: 0 0 460.001px;
        max-width: 460.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 230.001px);
        max-width: -moz-calc(50% - 230.001px);
        max-width: calc(50% - 230.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 280.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"] {
        -webkit-flex: 0 0 466.66767px;
        -ms-flex: 0 0 466.66767px;
        flex: 0 0 466.66767px;
        max-width: 466.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 233.33433px);
        max-width: -moz-calc(50% - 233.33433px);
        max-width: calc(50% - 233.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:first-child .bt_bb_column_content {
        max-width: 266.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 200.001px);
        max-width: -moz-calc(50% - 200.001px);
        max-width: calc(50% - 200.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 400.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 201.66767px);
        max-width: -moz-calc(50% - 201.66767px);
        max-width: calc(50% - 201.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 393.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 203.33433px);
        max-width: -moz-calc(50% - 203.33433px);
        max-width: calc(50% - 203.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 386.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 205.001px);
        max-width: -moz-calc(50% - 205.001px);
        max-width: calc(50% - 205.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 380.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 206.66767px);
        max-width: -moz-calc(50% - 206.66767px);
        max-width: calc(50% - 206.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 373.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 208.33433px);
        max-width: -moz-calc(50% - 208.33433px);
        max-width: calc(50% - 208.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 366.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 210.001px);
        max-width: -moz-calc(50% - 210.001px);
        max-width: calc(50% - 210.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 360.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 211.66767px);
        max-width: -moz-calc(50% - 211.66767px);
        max-width: calc(50% - 211.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 353.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 213.33433px);
        max-width: -moz-calc(50% - 213.33433px);
        max-width: calc(50% - 213.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 346.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 215.001px);
        max-width: -moz-calc(50% - 215.001px);
        max-width: calc(50% - 215.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 340.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 216.66767px);
        max-width: -moz-calc(50% - 216.66767px);
        max-width: calc(50% - 216.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 333.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 220.001px);
        max-width: -moz-calc(50% - 220.001px);
        max-width: calc(50% - 220.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 320.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 223.33433px);
        max-width: -moz-calc(50% - 223.33433px);
        max-width: calc(50% - 223.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 306.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 226.66767px);
        max-width: -moz-calc(50% - 226.66767px);
        max-width: calc(50% - 226.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 293.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 230.001px);
        max-width: -moz-calc(50% - 230.001px);
        max-width: calc(50% - 230.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 280.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 233.33433px);
        max-width: -moz-calc(50% - 233.33433px);
        max-width: calc(50% - 233.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4"]:last-child .bt_bb_column_content {
        max-width: 266.66767px;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 496.001px;
        -ms-flex: 0 0 496.001px;
        flex: 0 0 496.001px;
        max-width: 496.001px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 124.001px);
        max-width: -moz-calc(50% - 124.001px);
        max-width: calc(50% - 124.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 456.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 124.001px);
        max-width: -moz-calc(50% - 124.001px);
        max-width: calc(50% - 124.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 456.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 480.001px;
        -ms-flex: 0 0 480.001px;
        flex: 0 0 480.001px;
        max-width: 480.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 120.001px);
        max-width: -moz-calc(50% - 120.001px);
        max-width: calc(50% - 120.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 480.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 484.001px;
        -ms-flex: 0 0 484.001px;
        flex: 0 0 484.001px;
        max-width: 484.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 121.001px);
        max-width: -moz-calc(50% - 121.001px);
        max-width: calc(50% - 121.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 474.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 488.001px;
        -ms-flex: 0 0 488.001px;
        flex: 0 0 488.001px;
        max-width: 488.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 122.001px);
        max-width: -moz-calc(50% - 122.001px);
        max-width: calc(50% - 122.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 468.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 492.001px;
        -ms-flex: 0 0 492.001px;
        flex: 0 0 492.001px;
        max-width: 492.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 123.001px);
        max-width: -moz-calc(50% - 123.001px);
        max-width: calc(50% - 123.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 462.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 496.001px;
        -ms-flex: 0 0 496.001px;
        flex: 0 0 496.001px;
        max-width: 496.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 124.001px);
        max-width: -moz-calc(50% - 124.001px);
        max-width: calc(50% - 124.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 456.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 500.001px;
        -ms-flex: 0 0 500.001px;
        flex: 0 0 500.001px;
        max-width: 500.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 125.001px);
        max-width: -moz-calc(50% - 125.001px);
        max-width: calc(50% - 125.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 450.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 504.001px;
        -ms-flex: 0 0 504.001px;
        flex: 0 0 504.001px;
        max-width: 504.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 126.001px);
        max-width: -moz-calc(50% - 126.001px);
        max-width: calc(50% - 126.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 444.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 508.001px;
        -ms-flex: 0 0 508.001px;
        flex: 0 0 508.001px;
        max-width: 508.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 127.001px);
        max-width: -moz-calc(50% - 127.001px);
        max-width: calc(50% - 127.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 438.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 512.001px;
        -ms-flex: 0 0 512.001px;
        flex: 0 0 512.001px;
        max-width: 512.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 128.001px);
        max-width: -moz-calc(50% - 128.001px);
        max-width: calc(50% - 128.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 432.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 516.001px;
        -ms-flex: 0 0 516.001px;
        flex: 0 0 516.001px;
        max-width: 516.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 129.001px);
        max-width: -moz-calc(50% - 129.001px);
        max-width: calc(50% - 129.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 426.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 520.001px;
        -ms-flex: 0 0 520.001px;
        flex: 0 0 520.001px;
        max-width: 520.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 130.001px);
        max-width: -moz-calc(50% - 130.001px);
        max-width: calc(50% - 130.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 420.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 528.001px;
        -ms-flex: 0 0 528.001px;
        flex: 0 0 528.001px;
        max-width: 528.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 132.001px);
        max-width: -moz-calc(50% - 132.001px);
        max-width: calc(50% - 132.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 408.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 536.001px;
        -ms-flex: 0 0 536.001px;
        flex: 0 0 536.001px;
        max-width: 536.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 134.001px);
        max-width: -moz-calc(50% - 134.001px);
        max-width: calc(50% - 134.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 396.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 544.001px;
        -ms-flex: 0 0 544.001px;
        flex: 0 0 544.001px;
        max-width: 544.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 136.001px);
        max-width: -moz-calc(50% - 136.001px);
        max-width: calc(50% - 136.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 384.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 552.001px;
        -ms-flex: 0 0 552.001px;
        flex: 0 0 552.001px;
        max-width: 552.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 138.001px);
        max-width: -moz-calc(50% - 138.001px);
        max-width: calc(50% - 138.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 372.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"] {
        -webkit-flex: 0 0 560.001px;
        -ms-flex: 0 0 560.001px;
        flex: 0 0 560.001px;
        max-width: 560.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 140.001px);
        max-width: -moz-calc(50% - 140.001px);
        max-width: calc(50% - 140.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:first-child .bt_bb_column_content {
        max-width: 360.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 120.001px);
        max-width: -moz-calc(50% - 120.001px);
        max-width: calc(50% - 120.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 480.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 121.001px);
        max-width: -moz-calc(50% - 121.001px);
        max-width: calc(50% - 121.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 474.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 122.001px);
        max-width: -moz-calc(50% - 122.001px);
        max-width: calc(50% - 122.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 468.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 123.001px);
        max-width: -moz-calc(50% - 123.001px);
        max-width: calc(50% - 123.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 462.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 124.001px);
        max-width: -moz-calc(50% - 124.001px);
        max-width: calc(50% - 124.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 456.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 125.001px);
        max-width: -moz-calc(50% - 125.001px);
        max-width: calc(50% - 125.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 450.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 126.001px);
        max-width: -moz-calc(50% - 126.001px);
        max-width: calc(50% - 126.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 444.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 127.001px);
        max-width: -moz-calc(50% - 127.001px);
        max-width: calc(50% - 127.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 438.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 128.001px);
        max-width: -moz-calc(50% - 128.001px);
        max-width: calc(50% - 128.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 432.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 129.001px);
        max-width: -moz-calc(50% - 129.001px);
        max-width: calc(50% - 129.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 426.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 130.001px);
        max-width: -moz-calc(50% - 130.001px);
        max-width: calc(50% - 130.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 420.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 132.001px);
        max-width: -moz-calc(50% - 132.001px);
        max-width: calc(50% - 132.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 408.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 134.001px);
        max-width: -moz-calc(50% - 134.001px);
        max-width: calc(50% - 134.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 396.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 136.001px);
        max-width: -moz-calc(50% - 136.001px);
        max-width: calc(50% - 136.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 384.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 138.001px);
        max-width: -moz-calc(50% - 138.001px);
        max-width: calc(50% - 138.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 372.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 140.001px);
        max-width: -moz-calc(50% - 140.001px);
        max-width: calc(50% - 140.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="4.8"]:last-child .bt_bb_column_content {
        max-width: 360.001px;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 516.66767px;
        -ms-flex: 0 0 516.66767px;
        flex: 0 0 516.66767px;
        max-width: 516.66767px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 103.33433px);
        max-width: -moz-calc(50% - 103.33433px);
        max-width: calc(50% - 103.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 476.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 103.33433px);
        max-width: -moz-calc(50% - 103.33433px);
        max-width: calc(50% - 103.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 476.66767px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 500.001px;
        -ms-flex: 0 0 500.001px;
        flex: 0 0 500.001px;
        max-width: 500.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 100.001px);
        max-width: -moz-calc(50% - 100.001px);
        max-width: calc(50% - 100.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 500.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 504.16767px;
        -ms-flex: 0 0 504.16767px;
        flex: 0 0 504.16767px;
        max-width: 504.16767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 100.83433px);
        max-width: -moz-calc(50% - 100.83433px);
        max-width: calc(50% - 100.83433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 494.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 508.33433px;
        -ms-flex: 0 0 508.33433px;
        flex: 0 0 508.33433px;
        max-width: 508.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 101.66767px);
        max-width: -moz-calc(50% - 101.66767px);
        max-width: calc(50% - 101.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 488.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 512.501px;
        -ms-flex: 0 0 512.501px;
        flex: 0 0 512.501px;
        max-width: 512.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 102.501px);
        max-width: -moz-calc(50% - 102.501px);
        max-width: calc(50% - 102.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 482.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 516.66767px;
        -ms-flex: 0 0 516.66767px;
        flex: 0 0 516.66767px;
        max-width: 516.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 103.33433px);
        max-width: -moz-calc(50% - 103.33433px);
        max-width: calc(50% - 103.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 476.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 520.83433px;
        -ms-flex: 0 0 520.83433px;
        flex: 0 0 520.83433px;
        max-width: 520.83433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 104.16767px);
        max-width: -moz-calc(50% - 104.16767px);
        max-width: calc(50% - 104.16767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 470.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 525.001px;
        -ms-flex: 0 0 525.001px;
        flex: 0 0 525.001px;
        max-width: 525.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 105.001px);
        max-width: -moz-calc(50% - 105.001px);
        max-width: calc(50% - 105.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 465.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 529.16767px;
        -ms-flex: 0 0 529.16767px;
        flex: 0 0 529.16767px;
        max-width: 529.16767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 105.83433px);
        max-width: -moz-calc(50% - 105.83433px);
        max-width: calc(50% - 105.83433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 459.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 533.33433px;
        -ms-flex: 0 0 533.33433px;
        flex: 0 0 533.33433px;
        max-width: 533.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 106.66767px);
        max-width: -moz-calc(50% - 106.66767px);
        max-width: calc(50% - 106.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 453.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 537.501px;
        -ms-flex: 0 0 537.501px;
        flex: 0 0 537.501px;
        max-width: 537.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 107.501px);
        max-width: -moz-calc(50% - 107.501px);
        max-width: calc(50% - 107.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 447.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 541.66767px;
        -ms-flex: 0 0 541.66767px;
        flex: 0 0 541.66767px;
        max-width: 541.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 108.33433px);
        max-width: -moz-calc(50% - 108.33433px);
        max-width: calc(50% - 108.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 441.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 550.001px;
        -ms-flex: 0 0 550.001px;
        flex: 0 0 550.001px;
        max-width: 550.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 110.001px);
        max-width: -moz-calc(50% - 110.001px);
        max-width: calc(50% - 110.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 430.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 558.33433px;
        -ms-flex: 0 0 558.33433px;
        flex: 0 0 558.33433px;
        max-width: 558.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 111.66767px);
        max-width: -moz-calc(50% - 111.66767px);
        max-width: calc(50% - 111.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 418.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 566.66767px;
        -ms-flex: 0 0 566.66767px;
        flex: 0 0 566.66767px;
        max-width: 566.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 113.33433px);
        max-width: -moz-calc(50% - 113.33433px);
        max-width: calc(50% - 113.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 406.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 575.001px;
        -ms-flex: 0 0 575.001px;
        flex: 0 0 575.001px;
        max-width: 575.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 115.001px);
        max-width: -moz-calc(50% - 115.001px);
        max-width: calc(50% - 115.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 395.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"] {
        -webkit-flex: 0 0 583.33433px;
        -ms-flex: 0 0 583.33433px;
        flex: 0 0 583.33433px;
        max-width: 583.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 116.66767px);
        max-width: -moz-calc(50% - 116.66767px);
        max-width: calc(50% - 116.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:first-child .bt_bb_column_content {
        max-width: 383.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 100.001px);
        max-width: -moz-calc(50% - 100.001px);
        max-width: calc(50% - 100.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 500.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 100.83433px);
        max-width: -moz-calc(50% - 100.83433px);
        max-width: calc(50% - 100.83433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 494.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 101.66767px);
        max-width: -moz-calc(50% - 101.66767px);
        max-width: calc(50% - 101.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 488.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 102.501px);
        max-width: -moz-calc(50% - 102.501px);
        max-width: calc(50% - 102.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 482.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 103.33433px);
        max-width: -moz-calc(50% - 103.33433px);
        max-width: calc(50% - 103.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 476.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 104.16767px);
        max-width: -moz-calc(50% - 104.16767px);
        max-width: calc(50% - 104.16767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 470.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 105.001px);
        max-width: -moz-calc(50% - 105.001px);
        max-width: calc(50% - 105.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 465.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 105.83433px);
        max-width: -moz-calc(50% - 105.83433px);
        max-width: calc(50% - 105.83433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 459.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 106.66767px);
        max-width: -moz-calc(50% - 106.66767px);
        max-width: calc(50% - 106.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 453.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 107.501px);
        max-width: -moz-calc(50% - 107.501px);
        max-width: calc(50% - 107.501px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 447.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 108.33433px);
        max-width: -moz-calc(50% - 108.33433px);
        max-width: calc(50% - 108.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 441.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 110.001px);
        max-width: -moz-calc(50% - 110.001px);
        max-width: calc(50% - 110.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 430.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 111.66767px);
        max-width: -moz-calc(50% - 111.66767px);
        max-width: calc(50% - 111.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 418.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 113.33433px);
        max-width: -moz-calc(50% - 113.33433px);
        max-width: calc(50% - 113.33433px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 406.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 115.001px);
        max-width: -moz-calc(50% - 115.001px);
        max-width: calc(50% - 115.001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 395.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 116.66767px);
        max-width: -moz-calc(50% - 116.66767px);
        max-width: calc(50% - 116.66767px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="5"]:last-child .bt_bb_column_content {
        max-width: 383.33433px;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 620.001px;
        -ms-flex: 0 0 620.001px;
        flex: 0 0 620.001px;
        max-width: 620.001px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 580.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 580.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 600.001px;
        -ms-flex: 0 0 600.001px;
        flex: 0 0 600.001px;
        max-width: 600.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 600.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 605.001px;
        -ms-flex: 0 0 605.001px;
        flex: 0 0 605.001px;
        max-width: 605.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 595.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 610.001px;
        -ms-flex: 0 0 610.001px;
        flex: 0 0 610.001px;
        max-width: 610.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 590.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 615.001px;
        -ms-flex: 0 0 615.001px;
        flex: 0 0 615.001px;
        max-width: 615.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 585.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 620.001px;
        -ms-flex: 0 0 620.001px;
        flex: 0 0 620.001px;
        max-width: 620.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 580.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 625.001px;
        -ms-flex: 0 0 625.001px;
        flex: 0 0 625.001px;
        max-width: 625.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 575.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 630.001px;
        -ms-flex: 0 0 630.001px;
        flex: 0 0 630.001px;
        max-width: 630.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 570.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 635.001px;
        -ms-flex: 0 0 635.001px;
        flex: 0 0 635.001px;
        max-width: 635.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 565.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 640.001px;
        -ms-flex: 0 0 640.001px;
        flex: 0 0 640.001px;
        max-width: 640.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 560.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 645.001px;
        -ms-flex: 0 0 645.001px;
        flex: 0 0 645.001px;
        max-width: 645.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 555.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 650.001px;
        -ms-flex: 0 0 650.001px;
        flex: 0 0 650.001px;
        max-width: 650.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 550.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 660.001px;
        -ms-flex: 0 0 660.001px;
        flex: 0 0 660.001px;
        max-width: 660.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 540.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 670.001px;
        -ms-flex: 0 0 670.001px;
        flex: 0 0 670.001px;
        max-width: 670.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 530.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 680.001px;
        -ms-flex: 0 0 680.001px;
        flex: 0 0 680.001px;
        max-width: 680.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 520.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 690.001px;
        -ms-flex: 0 0 690.001px;
        flex: 0 0 690.001px;
        max-width: 690.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 510.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"] {
        -webkit-flex: 0 0 700.001px;
        -ms-flex: 0 0 700.001px;
        flex: 0 0 700.001px;
        max-width: 700.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:first-child .bt_bb_column_content {
        max-width: 500.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 600.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 595.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 590.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 585.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 580.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 575.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 570.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 565.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 560.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 555.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 550.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 540.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 530.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 520.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 510.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="6"]:last-child .bt_bb_column_content {
        max-width: 500.001px;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 723.33433px;
        -ms-flex: 0 0 723.33433px;
        flex: 0 0 723.33433px;
        max-width: 723.33433px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -103.33233px);
        max-width: -moz-calc(50% - -103.33233px);
        max-width: calc(50% - -103.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 683.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -103.33233px);
        max-width: -moz-calc(50% - -103.33233px);
        max-width: calc(50% - -103.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 683.33433px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 700.001px;
        -ms-flex: 0 0 700.001px;
        flex: 0 0 700.001px;
        max-width: 700.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -99.999px);
        max-width: -moz-calc(50% - -99.999px);
        max-width: calc(50% - -99.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 700.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 705.83433px;
        -ms-flex: 0 0 705.83433px;
        flex: 0 0 705.83433px;
        max-width: 705.83433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -100.83233px);
        max-width: -moz-calc(50% - -100.83233px);
        max-width: calc(50% - -100.83233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 695.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 711.66767px;
        -ms-flex: 0 0 711.66767px;
        flex: 0 0 711.66767px;
        max-width: 711.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -101.66567px);
        max-width: -moz-calc(50% - -101.66567px);
        max-width: calc(50% - -101.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 691.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 717.501px;
        -ms-flex: 0 0 717.501px;
        flex: 0 0 717.501px;
        max-width: 717.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -102.499px);
        max-width: -moz-calc(50% - -102.499px);
        max-width: calc(50% - -102.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 687.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 723.33433px;
        -ms-flex: 0 0 723.33433px;
        flex: 0 0 723.33433px;
        max-width: 723.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -103.33233px);
        max-width: -moz-calc(50% - -103.33233px);
        max-width: calc(50% - -103.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 683.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 729.16767px;
        -ms-flex: 0 0 729.16767px;
        flex: 0 0 729.16767px;
        max-width: 729.16767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -104.16567px);
        max-width: -moz-calc(50% - -104.16567px);
        max-width: calc(50% - -104.16567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 679.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 735.001px;
        -ms-flex: 0 0 735.001px;
        flex: 0 0 735.001px;
        max-width: 735.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -104.999px);
        max-width: -moz-calc(50% - -104.999px);
        max-width: calc(50% - -104.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 675.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 740.83433px;
        -ms-flex: 0 0 740.83433px;
        flex: 0 0 740.83433px;
        max-width: 740.83433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -105.83233px);
        max-width: -moz-calc(50% - -105.83233px);
        max-width: calc(50% - -105.83233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 670.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 746.66767px;
        -ms-flex: 0 0 746.66767px;
        flex: 0 0 746.66767px;
        max-width: 746.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -106.66567px);
        max-width: -moz-calc(50% - -106.66567px);
        max-width: calc(50% - -106.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 666.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 752.501px;
        -ms-flex: 0 0 752.501px;
        flex: 0 0 752.501px;
        max-width: 752.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -107.499px);
        max-width: -moz-calc(50% - -107.499px);
        max-width: calc(50% - -107.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 662.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 758.33433px;
        -ms-flex: 0 0 758.33433px;
        flex: 0 0 758.33433px;
        max-width: 758.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -108.33233px);
        max-width: -moz-calc(50% - -108.33233px);
        max-width: calc(50% - -108.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 658.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 770.001px;
        -ms-flex: 0 0 770.001px;
        flex: 0 0 770.001px;
        max-width: 770.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -109.999px);
        max-width: -moz-calc(50% - -109.999px);
        max-width: calc(50% - -109.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 650.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 781.66767px;
        -ms-flex: 0 0 781.66767px;
        flex: 0 0 781.66767px;
        max-width: 781.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -111.66567px);
        max-width: -moz-calc(50% - -111.66567px);
        max-width: calc(50% - -111.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 641.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 793.33433px;
        -ms-flex: 0 0 793.33433px;
        flex: 0 0 793.33433px;
        max-width: 793.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -113.33233px);
        max-width: -moz-calc(50% - -113.33233px);
        max-width: calc(50% - -113.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 633.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 805.001px;
        -ms-flex: 0 0 805.001px;
        flex: 0 0 805.001px;
        max-width: 805.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -114.999px);
        max-width: -moz-calc(50% - -114.999px);
        max-width: calc(50% - -114.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 625.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"] {
        -webkit-flex: 0 0 816.66767px;
        -ms-flex: 0 0 816.66767px;
        flex: 0 0 816.66767px;
        max-width: 816.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -116.66567px);
        max-width: -moz-calc(50% - -116.66567px);
        max-width: calc(50% - -116.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:first-child .bt_bb_column_content {
        max-width: 616.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -99.999px);
        max-width: -moz-calc(50% - -99.999px);
        max-width: calc(50% - -99.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 700.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -100.83233px);
        max-width: -moz-calc(50% - -100.83233px);
        max-width: calc(50% - -100.83233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 695.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -101.66567px);
        max-width: -moz-calc(50% - -101.66567px);
        max-width: calc(50% - -101.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 691.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -102.499px);
        max-width: -moz-calc(50% - -102.499px);
        max-width: calc(50% - -102.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 687.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -103.33233px);
        max-width: -moz-calc(50% - -103.33233px);
        max-width: calc(50% - -103.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 683.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -104.16567px);
        max-width: -moz-calc(50% - -104.16567px);
        max-width: calc(50% - -104.16567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 679.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -104.999px);
        max-width: -moz-calc(50% - -104.999px);
        max-width: calc(50% - -104.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 675.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -105.83233px);
        max-width: -moz-calc(50% - -105.83233px);
        max-width: calc(50% - -105.83233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 670.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -106.66567px);
        max-width: -moz-calc(50% - -106.66567px);
        max-width: calc(50% - -106.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 666.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -107.499px);
        max-width: -moz-calc(50% - -107.499px);
        max-width: calc(50% - -107.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 662.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -108.33233px);
        max-width: -moz-calc(50% - -108.33233px);
        max-width: calc(50% - -108.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 658.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -109.999px);
        max-width: -moz-calc(50% - -109.999px);
        max-width: calc(50% - -109.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 650.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -111.66567px);
        max-width: -moz-calc(50% - -111.66567px);
        max-width: calc(50% - -111.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 641.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -113.33233px);
        max-width: -moz-calc(50% - -113.33233px);
        max-width: calc(50% - -113.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 633.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -114.999px);
        max-width: -moz-calc(50% - -114.999px);
        max-width: calc(50% - -114.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 625.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -116.66567px);
        max-width: -moz-calc(50% - -116.66567px);
        max-width: calc(50% - -116.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7"]:last-child .bt_bb_column_content {
        max-width: 616.66767px;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 744.001px;
        -ms-flex: 0 0 744.001px;
        flex: 0 0 744.001px;
        max-width: 744.001px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -123.999px);
        max-width: -moz-calc(50% - -123.999px);
        max-width: calc(50% - -123.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 704.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -123.999px);
        max-width: -moz-calc(50% - -123.999px);
        max-width: calc(50% - -123.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 704.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 720.001px;
        -ms-flex: 0 0 720.001px;
        flex: 0 0 720.001px;
        max-width: 720.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -119.999px);
        max-width: -moz-calc(50% - -119.999px);
        max-width: calc(50% - -119.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 720.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 726.001px;
        -ms-flex: 0 0 726.001px;
        flex: 0 0 726.001px;
        max-width: 726.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -120.999px);
        max-width: -moz-calc(50% - -120.999px);
        max-width: calc(50% - -120.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 716.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 732.001px;
        -ms-flex: 0 0 732.001px;
        flex: 0 0 732.001px;
        max-width: 732.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -121.999px);
        max-width: -moz-calc(50% - -121.999px);
        max-width: calc(50% - -121.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 712.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 738.001px;
        -ms-flex: 0 0 738.001px;
        flex: 0 0 738.001px;
        max-width: 738.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -122.999px);
        max-width: -moz-calc(50% - -122.999px);
        max-width: calc(50% - -122.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 708.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 744.001px;
        -ms-flex: 0 0 744.001px;
        flex: 0 0 744.001px;
        max-width: 744.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -123.999px);
        max-width: -moz-calc(50% - -123.999px);
        max-width: calc(50% - -123.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 704.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 750.001px;
        -ms-flex: 0 0 750.001px;
        flex: 0 0 750.001px;
        max-width: 750.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -124.999px);
        max-width: -moz-calc(50% - -124.999px);
        max-width: calc(50% - -124.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 700.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 756.001px;
        -ms-flex: 0 0 756.001px;
        flex: 0 0 756.001px;
        max-width: 756.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -125.999px);
        max-width: -moz-calc(50% - -125.999px);
        max-width: calc(50% - -125.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 696.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 762.001px;
        -ms-flex: 0 0 762.001px;
        flex: 0 0 762.001px;
        max-width: 762.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -126.999px);
        max-width: -moz-calc(50% - -126.999px);
        max-width: calc(50% - -126.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 692.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 768.001px;
        -ms-flex: 0 0 768.001px;
        flex: 0 0 768.001px;
        max-width: 768.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -127.999px);
        max-width: -moz-calc(50% - -127.999px);
        max-width: calc(50% - -127.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 688.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 774.001px;
        -ms-flex: 0 0 774.001px;
        flex: 0 0 774.001px;
        max-width: 774.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -128.999px);
        max-width: -moz-calc(50% - -128.999px);
        max-width: calc(50% - -128.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 684.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 780.001px;
        -ms-flex: 0 0 780.001px;
        flex: 0 0 780.001px;
        max-width: 780.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -129.999px);
        max-width: -moz-calc(50% - -129.999px);
        max-width: calc(50% - -129.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 680.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 792.001px;
        -ms-flex: 0 0 792.001px;
        flex: 0 0 792.001px;
        max-width: 792.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -131.999px);
        max-width: -moz-calc(50% - -131.999px);
        max-width: calc(50% - -131.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 672.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 804.001px;
        -ms-flex: 0 0 804.001px;
        flex: 0 0 804.001px;
        max-width: 804.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -133.999px);
        max-width: -moz-calc(50% - -133.999px);
        max-width: calc(50% - -133.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 664.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 816.001px;
        -ms-flex: 0 0 816.001px;
        flex: 0 0 816.001px;
        max-width: 816.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -135.999px);
        max-width: -moz-calc(50% - -135.999px);
        max-width: calc(50% - -135.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 656.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 828.001px;
        -ms-flex: 0 0 828.001px;
        flex: 0 0 828.001px;
        max-width: 828.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -137.999px);
        max-width: -moz-calc(50% - -137.999px);
        max-width: calc(50% - -137.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 648.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"] {
        -webkit-flex: 0 0 840.001px;
        -ms-flex: 0 0 840.001px;
        flex: 0 0 840.001px;
        max-width: 840.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -139.999px);
        max-width: -moz-calc(50% - -139.999px);
        max-width: calc(50% - -139.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:first-child .bt_bb_column_content {
        max-width: 640.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -119.999px);
        max-width: -moz-calc(50% - -119.999px);
        max-width: calc(50% - -119.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 720.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -120.999px);
        max-width: -moz-calc(50% - -120.999px);
        max-width: calc(50% - -120.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 716.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -121.999px);
        max-width: -moz-calc(50% - -121.999px);
        max-width: calc(50% - -121.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 712.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -122.999px);
        max-width: -moz-calc(50% - -122.999px);
        max-width: calc(50% - -122.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 708.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -123.999px);
        max-width: -moz-calc(50% - -123.999px);
        max-width: calc(50% - -123.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 704.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -124.999px);
        max-width: -moz-calc(50% - -124.999px);
        max-width: calc(50% - -124.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 700.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -125.999px);
        max-width: -moz-calc(50% - -125.999px);
        max-width: calc(50% - -125.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 696.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -126.999px);
        max-width: -moz-calc(50% - -126.999px);
        max-width: calc(50% - -126.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 692.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -127.999px);
        max-width: -moz-calc(50% - -127.999px);
        max-width: calc(50% - -127.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 688.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -128.999px);
        max-width: -moz-calc(50% - -128.999px);
        max-width: calc(50% - -128.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 684.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -129.999px);
        max-width: -moz-calc(50% - -129.999px);
        max-width: calc(50% - -129.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 680.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -131.999px);
        max-width: -moz-calc(50% - -131.999px);
        max-width: calc(50% - -131.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 672.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -133.999px);
        max-width: -moz-calc(50% - -133.999px);
        max-width: calc(50% - -133.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 664.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -135.999px);
        max-width: -moz-calc(50% - -135.999px);
        max-width: calc(50% - -135.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 656.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -137.999px);
        max-width: -moz-calc(50% - -137.999px);
        max-width: calc(50% - -137.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 648.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -139.999px);
        max-width: -moz-calc(50% - -139.999px);
        max-width: calc(50% - -139.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="7.2"]:last-child .bt_bb_column_content {
        max-width: 640.001px;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 826.66767px;
        -ms-flex: 0 0 826.66767px;
        flex: 0 0 826.66767px;
        max-width: 826.66767px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -206.66567px);
        max-width: -moz-calc(50% - -206.66567px);
        max-width: calc(50% - -206.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 786.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -206.66567px);
        max-width: -moz-calc(50% - -206.66567px);
        max-width: calc(50% - -206.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 786.66767px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 800.001px;
        -ms-flex: 0 0 800.001px;
        flex: 0 0 800.001px;
        max-width: 800.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -199.999px);
        max-width: -moz-calc(50% - -199.999px);
        max-width: calc(50% - -199.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 800.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 806.66767px;
        -ms-flex: 0 0 806.66767px;
        flex: 0 0 806.66767px;
        max-width: 806.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -201.66567px);
        max-width: -moz-calc(50% - -201.66567px);
        max-width: calc(50% - -201.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 796.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 813.33433px;
        -ms-flex: 0 0 813.33433px;
        flex: 0 0 813.33433px;
        max-width: 813.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -203.33233px);
        max-width: -moz-calc(50% - -203.33233px);
        max-width: calc(50% - -203.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 793.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 820.001px;
        -ms-flex: 0 0 820.001px;
        flex: 0 0 820.001px;
        max-width: 820.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -204.999px);
        max-width: -moz-calc(50% - -204.999px);
        max-width: calc(50% - -204.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 790.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 826.66767px;
        -ms-flex: 0 0 826.66767px;
        flex: 0 0 826.66767px;
        max-width: 826.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -206.66567px);
        max-width: -moz-calc(50% - -206.66567px);
        max-width: calc(50% - -206.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 786.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 833.33433px;
        -ms-flex: 0 0 833.33433px;
        flex: 0 0 833.33433px;
        max-width: 833.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -208.33233px);
        max-width: -moz-calc(50% - -208.33233px);
        max-width: calc(50% - -208.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 783.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 840.001px;
        -ms-flex: 0 0 840.001px;
        flex: 0 0 840.001px;
        max-width: 840.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -209.999px);
        max-width: -moz-calc(50% - -209.999px);
        max-width: calc(50% - -209.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 780.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 846.66767px;
        -ms-flex: 0 0 846.66767px;
        flex: 0 0 846.66767px;
        max-width: 846.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -211.66567px);
        max-width: -moz-calc(50% - -211.66567px);
        max-width: calc(50% - -211.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 776.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 853.33433px;
        -ms-flex: 0 0 853.33433px;
        flex: 0 0 853.33433px;
        max-width: 853.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -213.33233px);
        max-width: -moz-calc(50% - -213.33233px);
        max-width: calc(50% - -213.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 773.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 860.001px;
        -ms-flex: 0 0 860.001px;
        flex: 0 0 860.001px;
        max-width: 860.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -214.999px);
        max-width: -moz-calc(50% - -214.999px);
        max-width: calc(50% - -214.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 770.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 866.66767px;
        -ms-flex: 0 0 866.66767px;
        flex: 0 0 866.66767px;
        max-width: 866.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -216.66567px);
        max-width: -moz-calc(50% - -216.66567px);
        max-width: calc(50% - -216.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 766.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 880.001px;
        -ms-flex: 0 0 880.001px;
        flex: 0 0 880.001px;
        max-width: 880.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -219.999px);
        max-width: -moz-calc(50% - -219.999px);
        max-width: calc(50% - -219.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 760.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 893.33433px;
        -ms-flex: 0 0 893.33433px;
        flex: 0 0 893.33433px;
        max-width: 893.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -223.33233px);
        max-width: -moz-calc(50% - -223.33233px);
        max-width: calc(50% - -223.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 753.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 906.66767px;
        -ms-flex: 0 0 906.66767px;
        flex: 0 0 906.66767px;
        max-width: 906.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -226.66567px);
        max-width: -moz-calc(50% - -226.66567px);
        max-width: calc(50% - -226.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 746.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 920.001px;
        -ms-flex: 0 0 920.001px;
        flex: 0 0 920.001px;
        max-width: 920.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -229.999px);
        max-width: -moz-calc(50% - -229.999px);
        max-width: calc(50% - -229.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 740.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"] {
        -webkit-flex: 0 0 933.33433px;
        -ms-flex: 0 0 933.33433px;
        flex: 0 0 933.33433px;
        max-width: 933.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -233.33233px);
        max-width: -moz-calc(50% - -233.33233px);
        max-width: calc(50% - -233.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:first-child .bt_bb_column_content {
        max-width: 733.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -199.999px);
        max-width: -moz-calc(50% - -199.999px);
        max-width: calc(50% - -199.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 800.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -201.66567px);
        max-width: -moz-calc(50% - -201.66567px);
        max-width: calc(50% - -201.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 796.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -203.33233px);
        max-width: -moz-calc(50% - -203.33233px);
        max-width: calc(50% - -203.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 793.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -204.999px);
        max-width: -moz-calc(50% - -204.999px);
        max-width: calc(50% - -204.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 790.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -206.66567px);
        max-width: -moz-calc(50% - -206.66567px);
        max-width: calc(50% - -206.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 786.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -208.33233px);
        max-width: -moz-calc(50% - -208.33233px);
        max-width: calc(50% - -208.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 783.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -209.999px);
        max-width: -moz-calc(50% - -209.999px);
        max-width: calc(50% - -209.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 780.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -211.66567px);
        max-width: -moz-calc(50% - -211.66567px);
        max-width: calc(50% - -211.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 776.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -213.33233px);
        max-width: -moz-calc(50% - -213.33233px);
        max-width: calc(50% - -213.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 773.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -214.999px);
        max-width: -moz-calc(50% - -214.999px);
        max-width: calc(50% - -214.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 770.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -216.66567px);
        max-width: -moz-calc(50% - -216.66567px);
        max-width: calc(50% - -216.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 766.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -219.999px);
        max-width: -moz-calc(50% - -219.999px);
        max-width: calc(50% - -219.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 760.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -223.33233px);
        max-width: -moz-calc(50% - -223.33233px);
        max-width: calc(50% - -223.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 753.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -226.66567px);
        max-width: -moz-calc(50% - -226.66567px);
        max-width: calc(50% - -226.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 746.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -229.999px);
        max-width: -moz-calc(50% - -229.999px);
        max-width: calc(50% - -229.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 740.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -233.33233px);
        max-width: -moz-calc(50% - -233.33233px);
        max-width: calc(50% - -233.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="8"]:last-child .bt_bb_column_content {
        max-width: 733.33433px;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 930.001px;
        -ms-flex: 0 0 930.001px;
        flex: 0 0 930.001px;
        max-width: 930.001px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -309.999px);
        max-width: -moz-calc(50% - -309.999px);
        max-width: calc(50% - -309.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 890.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -309.999px);
        max-width: -moz-calc(50% - -309.999px);
        max-width: calc(50% - -309.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 890.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 900.001px;
        -ms-flex: 0 0 900.001px;
        flex: 0 0 900.001px;
        max-width: 900.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -299.999px);
        max-width: -moz-calc(50% - -299.999px);
        max-width: calc(50% - -299.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 900.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 907.501px;
        -ms-flex: 0 0 907.501px;
        flex: 0 0 907.501px;
        max-width: 907.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -302.499px);
        max-width: -moz-calc(50% - -302.499px);
        max-width: calc(50% - -302.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 897.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 915.001px;
        -ms-flex: 0 0 915.001px;
        flex: 0 0 915.001px;
        max-width: 915.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -304.999px);
        max-width: -moz-calc(50% - -304.999px);
        max-width: calc(50% - -304.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 895.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 922.501px;
        -ms-flex: 0 0 922.501px;
        flex: 0 0 922.501px;
        max-width: 922.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -307.499px);
        max-width: -moz-calc(50% - -307.499px);
        max-width: calc(50% - -307.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 892.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 930.001px;
        -ms-flex: 0 0 930.001px;
        flex: 0 0 930.001px;
        max-width: 930.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -309.999px);
        max-width: -moz-calc(50% - -309.999px);
        max-width: calc(50% - -309.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 890.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 937.501px;
        -ms-flex: 0 0 937.501px;
        flex: 0 0 937.501px;
        max-width: 937.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -312.499px);
        max-width: -moz-calc(50% - -312.499px);
        max-width: calc(50% - -312.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 887.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 945.001px;
        -ms-flex: 0 0 945.001px;
        flex: 0 0 945.001px;
        max-width: 945.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -314.999px);
        max-width: -moz-calc(50% - -314.999px);
        max-width: calc(50% - -314.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 885.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 952.501px;
        -ms-flex: 0 0 952.501px;
        flex: 0 0 952.501px;
        max-width: 952.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -317.499px);
        max-width: -moz-calc(50% - -317.499px);
        max-width: calc(50% - -317.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 882.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 960.001px;
        -ms-flex: 0 0 960.001px;
        flex: 0 0 960.001px;
        max-width: 960.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -319.999px);
        max-width: -moz-calc(50% - -319.999px);
        max-width: calc(50% - -319.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 880.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 967.501px;
        -ms-flex: 0 0 967.501px;
        flex: 0 0 967.501px;
        max-width: 967.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -322.499px);
        max-width: -moz-calc(50% - -322.499px);
        max-width: calc(50% - -322.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 877.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 975.001px;
        -ms-flex: 0 0 975.001px;
        flex: 0 0 975.001px;
        max-width: 975.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -324.999px);
        max-width: -moz-calc(50% - -324.999px);
        max-width: calc(50% - -324.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 875.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 990.001px;
        -ms-flex: 0 0 990.001px;
        flex: 0 0 990.001px;
        max-width: 990.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -329.999px);
        max-width: -moz-calc(50% - -329.999px);
        max-width: calc(50% - -329.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 870.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1005.001px;
        -ms-flex: 0 0 1005.001px;
        flex: 0 0 1005.001px;
        max-width: 1005.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -334.999px);
        max-width: -moz-calc(50% - -334.999px);
        max-width: calc(50% - -334.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 865.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1020.001px;
        -ms-flex: 0 0 1020.001px;
        flex: 0 0 1020.001px;
        max-width: 1020.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -339.999px);
        max-width: -moz-calc(50% - -339.999px);
        max-width: calc(50% - -339.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 860.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1035.001px;
        -ms-flex: 0 0 1035.001px;
        flex: 0 0 1035.001px;
        max-width: 1035.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -344.999px);
        max-width: -moz-calc(50% - -344.999px);
        max-width: calc(50% - -344.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 855.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"] {
        -webkit-flex: 0 0 1050.001px;
        -ms-flex: 0 0 1050.001px;
        flex: 0 0 1050.001px;
        max-width: 1050.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -349.999px);
        max-width: -moz-calc(50% - -349.999px);
        max-width: calc(50% - -349.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:first-child .bt_bb_column_content {
        max-width: 850.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -299.999px);
        max-width: -moz-calc(50% - -299.999px);
        max-width: calc(50% - -299.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 900.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -302.499px);
        max-width: -moz-calc(50% - -302.499px);
        max-width: calc(50% - -302.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 897.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -304.999px);
        max-width: -moz-calc(50% - -304.999px);
        max-width: calc(50% - -304.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 895.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -307.499px);
        max-width: -moz-calc(50% - -307.499px);
        max-width: calc(50% - -307.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 892.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -309.999px);
        max-width: -moz-calc(50% - -309.999px);
        max-width: calc(50% - -309.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 890.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -312.499px);
        max-width: -moz-calc(50% - -312.499px);
        max-width: calc(50% - -312.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 887.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -314.999px);
        max-width: -moz-calc(50% - -314.999px);
        max-width: calc(50% - -314.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 885.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -317.499px);
        max-width: -moz-calc(50% - -317.499px);
        max-width: calc(50% - -317.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 882.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -319.999px);
        max-width: -moz-calc(50% - -319.999px);
        max-width: calc(50% - -319.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 880.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -322.499px);
        max-width: -moz-calc(50% - -322.499px);
        max-width: calc(50% - -322.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 877.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -324.999px);
        max-width: -moz-calc(50% - -324.999px);
        max-width: calc(50% - -324.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 875.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -329.999px);
        max-width: -moz-calc(50% - -329.999px);
        max-width: calc(50% - -329.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 870.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -334.999px);
        max-width: -moz-calc(50% - -334.999px);
        max-width: calc(50% - -334.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 865.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -339.999px);
        max-width: -moz-calc(50% - -339.999px);
        max-width: calc(50% - -339.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 860.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -344.999px);
        max-width: -moz-calc(50% - -344.999px);
        max-width: calc(50% - -344.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 855.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -349.999px);
        max-width: -moz-calc(50% - -349.999px);
        max-width: calc(50% - -349.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9"]:last-child .bt_bb_column_content {
        max-width: 850.001px;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 992.001px;
        -ms-flex: 0 0 992.001px;
        flex: 0 0 992.001px;
        max-width: 992.001px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -371.999px);
        max-width: -moz-calc(50% - -371.999px);
        max-width: calc(50% - -371.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 952.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -371.999px);
        max-width: -moz-calc(50% - -371.999px);
        max-width: calc(50% - -371.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 952.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 960.001px;
        -ms-flex: 0 0 960.001px;
        flex: 0 0 960.001px;
        max-width: 960.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -359.999px);
        max-width: -moz-calc(50% - -359.999px);
        max-width: calc(50% - -359.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 960.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 968.001px;
        -ms-flex: 0 0 968.001px;
        flex: 0 0 968.001px;
        max-width: 968.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -362.999px);
        max-width: -moz-calc(50% - -362.999px);
        max-width: calc(50% - -362.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 958.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 976.001px;
        -ms-flex: 0 0 976.001px;
        flex: 0 0 976.001px;
        max-width: 976.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -365.999px);
        max-width: -moz-calc(50% - -365.999px);
        max-width: calc(50% - -365.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 956.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 984.001px;
        -ms-flex: 0 0 984.001px;
        flex: 0 0 984.001px;
        max-width: 984.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -368.999px);
        max-width: -moz-calc(50% - -368.999px);
        max-width: calc(50% - -368.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 954.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 992.001px;
        -ms-flex: 0 0 992.001px;
        flex: 0 0 992.001px;
        max-width: 992.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -371.999px);
        max-width: -moz-calc(50% - -371.999px);
        max-width: calc(50% - -371.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 952.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1000.001px;
        -ms-flex: 0 0 1000.001px;
        flex: 0 0 1000.001px;
        max-width: 1000.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -374.999px);
        max-width: -moz-calc(50% - -374.999px);
        max-width: calc(50% - -374.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 950.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1008.001px;
        -ms-flex: 0 0 1008.001px;
        flex: 0 0 1008.001px;
        max-width: 1008.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -377.999px);
        max-width: -moz-calc(50% - -377.999px);
        max-width: calc(50% - -377.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 948.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1016.001px;
        -ms-flex: 0 0 1016.001px;
        flex: 0 0 1016.001px;
        max-width: 1016.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -380.999px);
        max-width: -moz-calc(50% - -380.999px);
        max-width: calc(50% - -380.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 946.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1024.001px;
        -ms-flex: 0 0 1024.001px;
        flex: 0 0 1024.001px;
        max-width: 1024.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -383.999px);
        max-width: -moz-calc(50% - -383.999px);
        max-width: calc(50% - -383.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 944.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1032.001px;
        -ms-flex: 0 0 1032.001px;
        flex: 0 0 1032.001px;
        max-width: 1032.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -386.999px);
        max-width: -moz-calc(50% - -386.999px);
        max-width: calc(50% - -386.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 942.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1040.001px;
        -ms-flex: 0 0 1040.001px;
        flex: 0 0 1040.001px;
        max-width: 1040.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -389.999px);
        max-width: -moz-calc(50% - -389.999px);
        max-width: calc(50% - -389.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 940.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1056.001px;
        -ms-flex: 0 0 1056.001px;
        flex: 0 0 1056.001px;
        max-width: 1056.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -395.999px);
        max-width: -moz-calc(50% - -395.999px);
        max-width: calc(50% - -395.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 936.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1072.001px;
        -ms-flex: 0 0 1072.001px;
        flex: 0 0 1072.001px;
        max-width: 1072.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -401.999px);
        max-width: -moz-calc(50% - -401.999px);
        max-width: calc(50% - -401.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 932.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1088.001px;
        -ms-flex: 0 0 1088.001px;
        flex: 0 0 1088.001px;
        max-width: 1088.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -407.999px);
        max-width: -moz-calc(50% - -407.999px);
        max-width: calc(50% - -407.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 928.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1104.001px;
        -ms-flex: 0 0 1104.001px;
        flex: 0 0 1104.001px;
        max-width: 1104.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -413.999px);
        max-width: -moz-calc(50% - -413.999px);
        max-width: calc(50% - -413.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 924.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"] {
        -webkit-flex: 0 0 1120.001px;
        -ms-flex: 0 0 1120.001px;
        flex: 0 0 1120.001px;
        max-width: 1120.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -419.999px);
        max-width: -moz-calc(50% - -419.999px);
        max-width: calc(50% - -419.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:first-child .bt_bb_column_content {
        max-width: 920.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -359.999px);
        max-width: -moz-calc(50% - -359.999px);
        max-width: calc(50% - -359.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 960.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -362.999px);
        max-width: -moz-calc(50% - -362.999px);
        max-width: calc(50% - -362.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 958.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -365.999px);
        max-width: -moz-calc(50% - -365.999px);
        max-width: calc(50% - -365.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 956.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -368.999px);
        max-width: -moz-calc(50% - -368.999px);
        max-width: calc(50% - -368.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 954.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -371.999px);
        max-width: -moz-calc(50% - -371.999px);
        max-width: calc(50% - -371.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 952.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -374.999px);
        max-width: -moz-calc(50% - -374.999px);
        max-width: calc(50% - -374.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 950.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -377.999px);
        max-width: -moz-calc(50% - -377.999px);
        max-width: calc(50% - -377.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 948.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -380.999px);
        max-width: -moz-calc(50% - -380.999px);
        max-width: calc(50% - -380.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 946.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -383.999px);
        max-width: -moz-calc(50% - -383.999px);
        max-width: calc(50% - -383.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 944.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -386.999px);
        max-width: -moz-calc(50% - -386.999px);
        max-width: calc(50% - -386.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 942.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -389.999px);
        max-width: -moz-calc(50% - -389.999px);
        max-width: calc(50% - -389.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 940.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -395.999px);
        max-width: -moz-calc(50% - -395.999px);
        max-width: calc(50% - -395.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 936.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -401.999px);
        max-width: -moz-calc(50% - -401.999px);
        max-width: calc(50% - -401.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 932.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -407.999px);
        max-width: -moz-calc(50% - -407.999px);
        max-width: calc(50% - -407.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 928.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -413.999px);
        max-width: -moz-calc(50% - -413.999px);
        max-width: calc(50% - -413.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 924.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -419.999px);
        max-width: -moz-calc(50% - -419.999px);
        max-width: calc(50% - -419.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="9.6"]:last-child .bt_bb_column_content {
        max-width: 920.001px;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1033.33433px;
        -ms-flex: 0 0 1033.33433px;
        flex: 0 0 1033.33433px;
        max-width: 1033.33433px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -413.33233px);
        max-width: -moz-calc(50% - -413.33233px);
        max-width: calc(50% - -413.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 993.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -413.33233px);
        max-width: -moz-calc(50% - -413.33233px);
        max-width: calc(50% - -413.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 993.33433px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1000.001px;
        -ms-flex: 0 0 1000.001px;
        flex: 0 0 1000.001px;
        max-width: 1000.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -399.999px);
        max-width: -moz-calc(50% - -399.999px);
        max-width: calc(50% - -399.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 1000.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1008.33433px;
        -ms-flex: 0 0 1008.33433px;
        flex: 0 0 1008.33433px;
        max-width: 1008.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -403.33233px);
        max-width: -moz-calc(50% - -403.33233px);
        max-width: calc(50% - -403.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 998.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1016.66767px;
        -ms-flex: 0 0 1016.66767px;
        flex: 0 0 1016.66767px;
        max-width: 1016.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -406.66567px);
        max-width: -moz-calc(50% - -406.66567px);
        max-width: calc(50% - -406.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 996.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1025.001px;
        -ms-flex: 0 0 1025.001px;
        flex: 0 0 1025.001px;
        max-width: 1025.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -409.999px);
        max-width: -moz-calc(50% - -409.999px);
        max-width: calc(50% - -409.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 995.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1033.33433px;
        -ms-flex: 0 0 1033.33433px;
        flex: 0 0 1033.33433px;
        max-width: 1033.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -413.33233px);
        max-width: -moz-calc(50% - -413.33233px);
        max-width: calc(50% - -413.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 993.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1041.66767px;
        -ms-flex: 0 0 1041.66767px;
        flex: 0 0 1041.66767px;
        max-width: 1041.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -416.66567px);
        max-width: -moz-calc(50% - -416.66567px);
        max-width: calc(50% - -416.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 991.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1050.001px;
        -ms-flex: 0 0 1050.001px;
        flex: 0 0 1050.001px;
        max-width: 1050.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -419.999px);
        max-width: -moz-calc(50% - -419.999px);
        max-width: calc(50% - -419.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 990.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1058.33433px;
        -ms-flex: 0 0 1058.33433px;
        flex: 0 0 1058.33433px;
        max-width: 1058.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -423.33233px);
        max-width: -moz-calc(50% - -423.33233px);
        max-width: calc(50% - -423.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 988.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1066.66767px;
        -ms-flex: 0 0 1066.66767px;
        flex: 0 0 1066.66767px;
        max-width: 1066.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -426.66567px);
        max-width: -moz-calc(50% - -426.66567px);
        max-width: calc(50% - -426.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 986.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1075.001px;
        -ms-flex: 0 0 1075.001px;
        flex: 0 0 1075.001px;
        max-width: 1075.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -429.999px);
        max-width: -moz-calc(50% - -429.999px);
        max-width: calc(50% - -429.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 985.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1083.33433px;
        -ms-flex: 0 0 1083.33433px;
        flex: 0 0 1083.33433px;
        max-width: 1083.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -433.33233px);
        max-width: -moz-calc(50% - -433.33233px);
        max-width: calc(50% - -433.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 983.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1100.001px;
        -ms-flex: 0 0 1100.001px;
        flex: 0 0 1100.001px;
        max-width: 1100.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -439.999px);
        max-width: -moz-calc(50% - -439.999px);
        max-width: calc(50% - -439.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 980.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1116.66767px;
        -ms-flex: 0 0 1116.66767px;
        flex: 0 0 1116.66767px;
        max-width: 1116.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -446.66567px);
        max-width: -moz-calc(50% - -446.66567px);
        max-width: calc(50% - -446.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 976.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1133.33433px;
        -ms-flex: 0 0 1133.33433px;
        flex: 0 0 1133.33433px;
        max-width: 1133.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -453.33233px);
        max-width: -moz-calc(50% - -453.33233px);
        max-width: calc(50% - -453.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 973.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1150.001px;
        -ms-flex: 0 0 1150.001px;
        flex: 0 0 1150.001px;
        max-width: 1150.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -459.999px);
        max-width: -moz-calc(50% - -459.999px);
        max-width: calc(50% - -459.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 970.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"] {
        -webkit-flex: 0 0 1166.66767px;
        -ms-flex: 0 0 1166.66767px;
        flex: 0 0 1166.66767px;
        max-width: 1166.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -466.66567px);
        max-width: -moz-calc(50% - -466.66567px);
        max-width: calc(50% - -466.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:first-child .bt_bb_column_content {
        max-width: 966.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -399.999px);
        max-width: -moz-calc(50% - -399.999px);
        max-width: calc(50% - -399.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 1000.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -403.33233px);
        max-width: -moz-calc(50% - -403.33233px);
        max-width: calc(50% - -403.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 998.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -406.66567px);
        max-width: -moz-calc(50% - -406.66567px);
        max-width: calc(50% - -406.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 996.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -409.999px);
        max-width: -moz-calc(50% - -409.999px);
        max-width: calc(50% - -409.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 995.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -413.33233px);
        max-width: -moz-calc(50% - -413.33233px);
        max-width: calc(50% - -413.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 993.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -416.66567px);
        max-width: -moz-calc(50% - -416.66567px);
        max-width: calc(50% - -416.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 991.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -419.999px);
        max-width: -moz-calc(50% - -419.999px);
        max-width: calc(50% - -419.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 990.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -423.33233px);
        max-width: -moz-calc(50% - -423.33233px);
        max-width: calc(50% - -423.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 988.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -426.66567px);
        max-width: -moz-calc(50% - -426.66567px);
        max-width: calc(50% - -426.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 986.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -429.999px);
        max-width: -moz-calc(50% - -429.999px);
        max-width: calc(50% - -429.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 985.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -433.33233px);
        max-width: -moz-calc(50% - -433.33233px);
        max-width: calc(50% - -433.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 983.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -439.999px);
        max-width: -moz-calc(50% - -439.999px);
        max-width: calc(50% - -439.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 980.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -446.66567px);
        max-width: -moz-calc(50% - -446.66567px);
        max-width: calc(50% - -446.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 976.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -453.33233px);
        max-width: -moz-calc(50% - -453.33233px);
        max-width: calc(50% - -453.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 973.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -459.999px);
        max-width: -moz-calc(50% - -459.999px);
        max-width: calc(50% - -459.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 970.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -466.66567px);
        max-width: -moz-calc(50% - -466.66567px);
        max-width: calc(50% - -466.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="10"]:last-child .bt_bb_column_content {
        max-width: 966.66767px;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1136.66767px;
        -ms-flex: 0 0 1136.66767px;
        flex: 0 0 1136.66767px;
        max-width: 1136.66767px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -516.66567px);
        max-width: -moz-calc(50% - -516.66567px);
        max-width: calc(50% - -516.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1096.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -516.66567px);
        max-width: -moz-calc(50% - -516.66567px);
        max-width: calc(50% - -516.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1096.66767px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1100.001px;
        -ms-flex: 0 0 1100.001px;
        flex: 0 0 1100.001px;
        max-width: 1100.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -499.999px);
        max-width: -moz-calc(50% - -499.999px);
        max-width: calc(50% - -499.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1100.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1109.16767px;
        -ms-flex: 0 0 1109.16767px;
        flex: 0 0 1109.16767px;
        max-width: 1109.16767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -504.16567px);
        max-width: -moz-calc(50% - -504.16567px);
        max-width: calc(50% - -504.16567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1099.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1118.33433px;
        -ms-flex: 0 0 1118.33433px;
        flex: 0 0 1118.33433px;
        max-width: 1118.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -508.33233px);
        max-width: -moz-calc(50% - -508.33233px);
        max-width: calc(50% - -508.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1098.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1127.501px;
        -ms-flex: 0 0 1127.501px;
        flex: 0 0 1127.501px;
        max-width: 1127.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -512.499px);
        max-width: -moz-calc(50% - -512.499px);
        max-width: calc(50% - -512.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1097.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1136.66767px;
        -ms-flex: 0 0 1136.66767px;
        flex: 0 0 1136.66767px;
        max-width: 1136.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -516.66567px);
        max-width: -moz-calc(50% - -516.66567px);
        max-width: calc(50% - -516.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1096.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1145.83433px;
        -ms-flex: 0 0 1145.83433px;
        flex: 0 0 1145.83433px;
        max-width: 1145.83433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -520.83233px);
        max-width: -moz-calc(50% - -520.83233px);
        max-width: calc(50% - -520.83233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1095.83433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1155.001px;
        -ms-flex: 0 0 1155.001px;
        flex: 0 0 1155.001px;
        max-width: 1155.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -524.999px);
        max-width: -moz-calc(50% - -524.999px);
        max-width: calc(50% - -524.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1095.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1164.16767px;
        -ms-flex: 0 0 1164.16767px;
        flex: 0 0 1164.16767px;
        max-width: 1164.16767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -529.16567px);
        max-width: -moz-calc(50% - -529.16567px);
        max-width: calc(50% - -529.16567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1094.16767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1173.33433px;
        -ms-flex: 0 0 1173.33433px;
        flex: 0 0 1173.33433px;
        max-width: 1173.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -533.33233px);
        max-width: -moz-calc(50% - -533.33233px);
        max-width: calc(50% - -533.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1093.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1182.501px;
        -ms-flex: 0 0 1182.501px;
        flex: 0 0 1182.501px;
        max-width: 1182.501px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -537.499px);
        max-width: -moz-calc(50% - -537.499px);
        max-width: calc(50% - -537.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1092.501px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1191.66767px;
        -ms-flex: 0 0 1191.66767px;
        flex: 0 0 1191.66767px;
        max-width: 1191.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -541.66567px);
        max-width: -moz-calc(50% - -541.66567px);
        max-width: calc(50% - -541.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1091.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1210.001px;
        -ms-flex: 0 0 1210.001px;
        flex: 0 0 1210.001px;
        max-width: 1210.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -549.999px);
        max-width: -moz-calc(50% - -549.999px);
        max-width: calc(50% - -549.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1090.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1228.33433px;
        -ms-flex: 0 0 1228.33433px;
        flex: 0 0 1228.33433px;
        max-width: 1228.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -558.33233px);
        max-width: -moz-calc(50% - -558.33233px);
        max-width: calc(50% - -558.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1088.33433px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1246.66767px;
        -ms-flex: 0 0 1246.66767px;
        flex: 0 0 1246.66767px;
        max-width: 1246.66767px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -566.66567px);
        max-width: -moz-calc(50% - -566.66567px);
        max-width: calc(50% - -566.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1086.66767px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1265.001px;
        -ms-flex: 0 0 1265.001px;
        flex: 0 0 1265.001px;
        max-width: 1265.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -574.999px);
        max-width: -moz-calc(50% - -574.999px);
        max-width: calc(50% - -574.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1085.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"] {
        -webkit-flex: 0 0 1283.33433px;
        -ms-flex: 0 0 1283.33433px;
        flex: 0 0 1283.33433px;
        max-width: 1283.33433px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -583.33233px);
        max-width: -moz-calc(50% - -583.33233px);
        max-width: calc(50% - -583.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:first-child .bt_bb_column_content {
        max-width: 1083.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -499.999px);
        max-width: -moz-calc(50% - -499.999px);
        max-width: calc(50% - -499.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1100.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -504.16567px);
        max-width: -moz-calc(50% - -504.16567px);
        max-width: calc(50% - -504.16567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1099.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -508.33233px);
        max-width: -moz-calc(50% - -508.33233px);
        max-width: calc(50% - -508.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1098.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -512.499px);
        max-width: -moz-calc(50% - -512.499px);
        max-width: calc(50% - -512.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1097.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -516.66567px);
        max-width: -moz-calc(50% - -516.66567px);
        max-width: calc(50% - -516.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1096.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -520.83233px);
        max-width: -moz-calc(50% - -520.83233px);
        max-width: calc(50% - -520.83233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1095.83433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -524.999px);
        max-width: -moz-calc(50% - -524.999px);
        max-width: calc(50% - -524.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1095.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -529.16567px);
        max-width: -moz-calc(50% - -529.16567px);
        max-width: calc(50% - -529.16567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1094.16767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -533.33233px);
        max-width: -moz-calc(50% - -533.33233px);
        max-width: calc(50% - -533.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1093.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -537.499px);
        max-width: -moz-calc(50% - -537.499px);
        max-width: calc(50% - -537.499px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1092.501px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -541.66567px);
        max-width: -moz-calc(50% - -541.66567px);
        max-width: calc(50% - -541.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1091.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -549.999px);
        max-width: -moz-calc(50% - -549.999px);
        max-width: calc(50% - -549.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1090.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -558.33233px);
        max-width: -moz-calc(50% - -558.33233px);
        max-width: calc(50% - -558.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1088.33433px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -566.66567px);
        max-width: -moz-calc(50% - -566.66567px);
        max-width: calc(50% - -566.66567px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1086.66767px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -574.999px);
        max-width: -moz-calc(50% - -574.999px);
        max-width: calc(50% - -574.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1085.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -583.33233px);
        max-width: -moz-calc(50% - -583.33233px);
        max-width: calc(50% - -583.33233px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="11"]:last-child .bt_bb_column_content {
        max-width: 1083.33433px;
    }

    /* General width */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1240.001px;
        -ms-flex: 0 0 1240.001px;
        flex: 0 0 1240.001px;
        max-width: 1240.001px;
    }

    /* Push left first column content width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -619.999px);
        max-width: -moz-calc(50% - -619.999px);
        max-width: calc(50% - -619.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -619.999px);
        max-width: -moz-calc(50% - -619.999px);
        max-width: calc(50% - -619.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1200.001px;
        -ms-flex: 0 0 1200.001px;
        flex: 0 0 1200.001px;
        max-width: 1200.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -599.999px);
        max-width: -moz-calc(50% - -599.999px);
        max-width: calc(50% - -599.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1210.001px;
        -ms-flex: 0 0 1210.001px;
        flex: 0 0 1210.001px;
        max-width: 1210.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -604.999px);
        max-width: -moz-calc(50% - -604.999px);
        max-width: calc(50% - -604.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1220.001px;
        -ms-flex: 0 0 1220.001px;
        flex: 0 0 1220.001px;
        max-width: 1220.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -609.999px);
        max-width: -moz-calc(50% - -609.999px);
        max-width: calc(50% - -609.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1230.001px;
        -ms-flex: 0 0 1230.001px;
        flex: 0 0 1230.001px;
        max-width: 1230.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -614.999px);
        max-width: -moz-calc(50% - -614.999px);
        max-width: calc(50% - -614.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1240.001px;
        -ms-flex: 0 0 1240.001px;
        flex: 0 0 1240.001px;
        max-width: 1240.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -619.999px);
        max-width: -moz-calc(50% - -619.999px);
        max-width: calc(50% - -619.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1250.001px;
        -ms-flex: 0 0 1250.001px;
        flex: 0 0 1250.001px;
        max-width: 1250.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -624.999px);
        max-width: -moz-calc(50% - -624.999px);
        max-width: calc(50% - -624.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1260.001px;
        -ms-flex: 0 0 1260.001px;
        flex: 0 0 1260.001px;
        max-width: 1260.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -629.999px);
        max-width: -moz-calc(50% - -629.999px);
        max-width: calc(50% - -629.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1270.001px;
        -ms-flex: 0 0 1270.001px;
        flex: 0 0 1270.001px;
        max-width: 1270.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -634.999px);
        max-width: -moz-calc(50% - -634.999px);
        max-width: calc(50% - -634.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1280.001px;
        -ms-flex: 0 0 1280.001px;
        flex: 0 0 1280.001px;
        max-width: 1280.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -639.999px);
        max-width: -moz-calc(50% - -639.999px);
        max-width: calc(50% - -639.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1290.001px;
        -ms-flex: 0 0 1290.001px;
        flex: 0 0 1290.001px;
        max-width: 1290.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -644.999px);
        max-width: -moz-calc(50% - -644.999px);
        max-width: calc(50% - -644.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1300.001px;
        -ms-flex: 0 0 1300.001px;
        flex: 0 0 1300.001px;
        max-width: 1300.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -649.999px);
        max-width: -moz-calc(50% - -649.999px);
        max-width: calc(50% - -649.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1320.001px;
        -ms-flex: 0 0 1320.001px;
        flex: 0 0 1320.001px;
        max-width: 1320.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -659.999px);
        max-width: -moz-calc(50% - -659.999px);
        max-width: calc(50% - -659.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1340.001px;
        -ms-flex: 0 0 1340.001px;
        flex: 0 0 1340.001px;
        max-width: 1340.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -669.999px);
        max-width: -moz-calc(50% - -669.999px);
        max-width: calc(50% - -669.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1360.001px;
        -ms-flex: 0 0 1360.001px;
        flex: 0 0 1360.001px;
        max-width: 1360.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -679.999px);
        max-width: -moz-calc(50% - -679.999px);
        max-width: calc(50% - -679.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1380.001px;
        -ms-flex: 0 0 1380.001px;
        flex: 0 0 1380.001px;
        max-width: 1380.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -689.999px);
        max-width: -moz-calc(50% - -689.999px);
        max-width: calc(50% - -689.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* General width with gaps included */
    .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200 .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"] {
        -webkit-flex: 0 0 1400.001px;
        -ms-flex: 0 0 1400.001px;
        flex: 0 0 1400.001px;
        max-width: 1400.001px;
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -699.999px);
        max-width: -moz-calc(50% - -699.999px);
        max-width: calc(50% - -699.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:first-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -599.999px);
        max-width: -moz-calc(50% - -599.999px);
        max-width: calc(50% - -599.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_0 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -604.999px);
        max-width: -moz-calc(50% - -604.999px);
        max-width: calc(50% - -604.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_5 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -609.999px);
        max-width: -moz-calc(50% - -609.999px);
        max-width: calc(50% - -609.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_10 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -614.999px);
        max-width: -moz-calc(50% - -614.999px);
        max-width: calc(50% - -614.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_15 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -619.999px);
        max-width: -moz-calc(50% - -619.999px);
        max-width: calc(50% - -619.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -624.999px);
        max-width: -moz-calc(50% - -624.999px);
        max-width: calc(50% - -624.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_25 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -629.999px);
        max-width: -moz-calc(50% - -629.999px);
        max-width: calc(50% - -629.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -634.999px);
        max-width: -moz-calc(50% - -634.999px);
        max-width: calc(50% - -634.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_35 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -639.999px);
        max-width: -moz-calc(50% - -639.999px);
        max-width: calc(50% - -639.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_40 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -644.999px);
        max-width: -moz-calc(50% - -644.999px);
        max-width: calc(50% - -644.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_45 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -649.999px);
        max-width: -moz-calc(50% - -649.999px);
        max-width: calc(50% - -649.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_50 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -659.999px);
        max-width: -moz-calc(50% - -659.999px);
        max-width: calc(50% - -659.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_60 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -669.999px);
        max-width: -moz-calc(50% - -669.999px);
        max-width: calc(50% - -669.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_70 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -679.999px);
        max-width: -moz-calc(50% - -679.999px);
        max-width: calc(50% - -679.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_80 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -689.999px);
        max-width: -moz-calc(50% - -689.999px);
        max-width: calc(50% - -689.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_90 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Push right first column width */
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -699.999px);
        max-width: -moz-calc(50% - -699.999px);
        max-width: calc(50% - -699.999px);
    }
    .bt_bb_section .bt_bb_row_wrapper.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_row.bt_bb_column_gap_100 .bt_bb_column[data-width="12"]:last-child .bt_bb_column_content {
        max-width: 1200.001px;
    }

    /* Inner row */
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left,
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="1"] {
        -webkit-flex: 0 0 103.33433px;
        -ms-flex: 0 0 103.33433px;
        flex: 0 0 103.33433px;
        max-width: 103.33433px;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="1"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 516.66767px);
        max-width: -moz-calc(50% - 516.66767px);
        max-width: calc(50% - 516.66767px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:first-child .bt_bb_column_inner_content {
        max-width: 63.33433px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 516.66767px);
        max-width: -moz-calc(50% - 516.66767px);
        max-width: calc(50% - 516.66767px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
        max-width: 63.33433px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="1"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 516.66767px);
        max-width: -moz-calc(50% - 516.66767px);
        max-width: calc(50% - 516.66767px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="1"]:last-child .bt_bb_column_inner_content {
        max-width: 63.33433px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2"] {
        -webkit-flex: 0 0 206.66767px;
        -ms-flex: 0 0 206.66767px;
        flex: 0 0 206.66767px;
        max-width: 206.66767px;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 413.33433px);
        max-width: -moz-calc(50% - 413.33433px);
        max-width: calc(50% - 413.33433px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:first-child .bt_bb_column_inner_content {
        max-width: 166.66767px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 413.33433px);
        max-width: -moz-calc(50% - 413.33433px);
        max-width: calc(50% - 413.33433px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
        max-width: 166.66767px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 413.33433px);
        max-width: -moz-calc(50% - 413.33433px);
        max-width: calc(50% - 413.33433px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2"]:last-child .bt_bb_column_inner_content {
        max-width: 166.66767px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="2.4"] {
        -webkit-flex: 0 0 248.001px;
        -ms-flex: 0 0 248.001px;
        flex: 0 0 248.001px;
        max-width: 248.001px;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="2.4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 372.001px);
        max-width: -moz-calc(50% - 372.001px);
        max-width: calc(50% - 372.001px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:first-child .bt_bb_column_inner_content {
        max-width: 208.001px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 372.001px);
        max-width: -moz-calc(50% - 372.001px);
        max-width: calc(50% - 372.001px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
        max-width: 208.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="2.4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 372.001px);
        max-width: -moz-calc(50% - 372.001px);
        max-width: calc(50% - 372.001px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="2.4"]:last-child .bt_bb_column_inner_content {
        max-width: 208.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="3"] {
        -webkit-flex: 0 0 310.001px;
        -ms-flex: 0 0 310.001px;
        flex: 0 0 310.001px;
        max-width: 310.001px;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="3"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 310.001px);
        max-width: -moz-calc(50% - 310.001px);
        max-width: calc(50% - 310.001px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:first-child .bt_bb_column_inner_content {
        max-width: 270.001px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 310.001px);
        max-width: -moz-calc(50% - 310.001px);
        max-width: calc(50% - 310.001px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
        max-width: 270.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="3"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 310.001px);
        max-width: -moz-calc(50% - 310.001px);
        max-width: calc(50% - 310.001px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="3"]:last-child .bt_bb_column_inner_content {
        max-width: 270.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4"] {
        -webkit-flex: 0 0 413.33433px;
        -ms-flex: 0 0 413.33433px;
        flex: 0 0 413.33433px;
        max-width: 413.33433px;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 206.66767px);
        max-width: -moz-calc(50% - 206.66767px);
        max-width: calc(50% - 206.66767px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:first-child .bt_bb_column_inner_content {
        max-width: 373.33433px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 206.66767px);
        max-width: -moz-calc(50% - 206.66767px);
        max-width: calc(50% - 206.66767px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
        max-width: 373.33433px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 206.66767px);
        max-width: -moz-calc(50% - 206.66767px);
        max-width: calc(50% - 206.66767px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4"]:last-child .bt_bb_column_inner_content {
        max-width: 373.33433px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="4.8"] {
        -webkit-flex: 0 0 496.001px;
        -ms-flex: 0 0 496.001px;
        flex: 0 0 496.001px;
        max-width: 496.001px;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="4.8"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 124.001px);
        max-width: -moz-calc(50% - 124.001px);
        max-width: calc(50% - 124.001px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:first-child .bt_bb_column_inner_content {
        max-width: 456.001px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 124.001px);
        max-width: -moz-calc(50% - 124.001px);
        max-width: calc(50% - 124.001px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
        max-width: 456.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="4.8"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 124.001px);
        max-width: -moz-calc(50% - 124.001px);
        max-width: calc(50% - 124.001px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="4.8"]:last-child .bt_bb_column_inner_content {
        max-width: 456.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="5"] {
        -webkit-flex: 0 0 516.66767px;
        -ms-flex: 0 0 516.66767px;
        flex: 0 0 516.66767px;
        max-width: 516.66767px;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="5"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 103.33433px);
        max-width: -moz-calc(50% - 103.33433px);
        max-width: calc(50% - 103.33433px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:first-child .bt_bb_column_inner_content {
        max-width: 476.66767px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 103.33433px);
        max-width: -moz-calc(50% - 103.33433px);
        max-width: calc(50% - 103.33433px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
        max-width: 476.66767px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="5"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - 103.33433px);
        max-width: -moz-calc(50% - 103.33433px);
        max-width: calc(50% - 103.33433px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="5"]:last-child .bt_bb_column_inner_content {
        max-width: 476.66767px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="6"] {
        -webkit-flex: 0 0 620.001px;
        -ms-flex: 0 0 620.001px;
        flex: 0 0 620.001px;
        max-width: 620.001px;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:first-child .bt_bb_column_inner_content {
        max-width: 580.001px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
        max-width: 580.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - .001px);
        max-width: -moz-calc(50% - .001px);
        max-width: calc(50% - .001px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="6"]:last-child .bt_bb_column_inner_content {
        max-width: 580.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="7"] {
        -webkit-flex: 0 0 723.33433px;
        -ms-flex: 0 0 723.33433px;
        flex: 0 0 723.33433px;
        max-width: 723.33433px;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="7"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -103.33233px);
        max-width: -moz-calc(50% - -103.33233px);
        max-width: calc(50% - -103.33233px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:first-child .bt_bb_column_inner_content {
        max-width: 683.33433px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -103.33233px);
        max-width: -moz-calc(50% - -103.33233px);
        max-width: calc(50% - -103.33233px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
        max-width: 683.33433px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="7"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -103.33233px);
        max-width: -moz-calc(50% - -103.33233px);
        max-width: calc(50% - -103.33233px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="7"]:last-child .bt_bb_column_inner_content {
        max-width: 683.33433px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="9.6"] {
        -webkit-flex: 0 0 992.001px;
        -ms-flex: 0 0 992.001px;
        flex: 0 0 992.001px;
        max-width: 992.001px;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="9.6"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -371.999px);
        max-width: -moz-calc(50% - -371.999px);
        max-width: calc(50% - -371.999px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:first-child .bt_bb_column_inner_content {
        max-width: 952.001px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -371.999px);
        max-width: -moz-calc(50% - -371.999px);
        max-width: calc(50% - -371.999px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
        max-width: 952.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="9.6"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -371.999px);
        max-width: -moz-calc(50% - -371.999px);
        max-width: calc(50% - -371.999px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="9.6"]:last-child .bt_bb_column_inner_content {
        max-width: 952.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="10"] {
        -webkit-flex: 0 0 1033.33433px;
        -ms-flex: 0 0 1033.33433px;
        flex: 0 0 1033.33433px;
        max-width: 1033.33433px;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="10"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -413.33233px);
        max-width: -moz-calc(50% - -413.33233px);
        max-width: calc(50% - -413.33233px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:first-child .bt_bb_column_inner_content {
        max-width: 993.33433px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -413.33233px);
        max-width: -moz-calc(50% - -413.33233px);
        max-width: calc(50% - -413.33233px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
        max-width: 993.33433px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="10"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -413.33233px);
        max-width: -moz-calc(50% - -413.33233px);
        max-width: calc(50% - -413.33233px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="10"]:last-child .bt_bb_column_inner_content {
        max-width: 993.33433px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200 .bt_bb_column_inner[data-width="12"] {
        -webkit-flex: 0 0 1240.001px;
        -ms-flex: 0 0 1240.001px;
        flex: 0 0 1240.001px;
        max-width: 1240.001px;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left .bt_bb_column_inner[data-width="12"]:first-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -619.999px);
        max-width: -moz-calc(50% - -619.999px);
        max-width: calc(50% - -619.999px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_left:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:first-child .bt_bb_column_inner_content {
        max-width: 1200.001px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -619.999px);
        max-width: -moz-calc(50% - -619.999px);
        max-width: calc(50% - -619.999px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
        max-width: 1200.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right .bt_bb_column_inner[data-width="12"]:last-child {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: -webkit-calc(50% - -619.999px);
        max-width: -moz-calc(50% - -619.999px);
        max-width: calc(50% - -619.999px);
    }
    .bt_bb_row_inner.bt_bb_row_width_boxed_1200.bt_bb_row_push_right:not(.bt_bb_content_wide) .bt_bb_column_inner[data-width="12"]:last-child .bt_bb_column_inner_content {
        max-width: 1200.001px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

/*
#masthead .wrap {
    max-width: 1200px;
    padding-left: 0em;
    padding-right: 0em;
    background: green;
}
*/
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-5,
.bt_bb_row .bt_bb_column.bt_bb_order_-5 {
    -webkit-order: -5;
    -ms-flex-order: -5;
    order: -5;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-4,
.bt_bb_row .bt_bb_column.bt_bb_order_-4 {
    -webkit-order: -4;
    -ms-flex-order: -4;
    order: -4;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-3,
.bt_bb_row .bt_bb_column.bt_bb_order_-3 {
    -webkit-order: -3;
    -ms-flex-order: -3;
    order: -3;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-2,
.bt_bb_row .bt_bb_column.bt_bb_order_-2 {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_-1,
.bt_bb_row .bt_bb_column.bt_bb_order_-1 {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_0,
.bt_bb_row .bt_bb_column.bt_bb_order_0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_1,
.bt_bb_row .bt_bb_column.bt_bb_order_1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_2,
.bt_bb_row .bt_bb_column.bt_bb_order_2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_3,
.bt_bb_row .bt_bb_column.bt_bb_order_3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_4,
.bt_bb_row .bt_bb_column.bt_bb_order_4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_5,
.bt_bb_row .bt_bb_column.bt_bb_order_5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
@media (min-width: 993px) and (max-width: 1200px) {
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-5,
    .bt_bb_row .bt_bb_column.bt_bb_order_lg_-5 {
        -webkit-order: -5;
        -ms-flex-order: -5;
        order: -5;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-4,
    .bt_bb_row .bt_bb_column.bt_bb_order_lg_-4 {
        -webkit-order: -4;
        -ms-flex-order: -4;
        order: -4;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-3,
    .bt_bb_row .bt_bb_column.bt_bb_order_lg_-3 {
        -webkit-order: -3;
        -ms-flex-order: -3;
        order: -3;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-2,
    .bt_bb_row .bt_bb_column.bt_bb_order_lg_-2 {
        -webkit-order: -2;
        -ms-flex-order: -2;
        order: -2;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_-1,
    .bt_bb_row .bt_bb_column.bt_bb_order_lg_-1 {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_0,
    .bt_bb_row .bt_bb_column.bt_bb_order_lg_0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_1,
    .bt_bb_row .bt_bb_column.bt_bb_order_lg_1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_2,
    .bt_bb_row .bt_bb_column.bt_bb_order_lg_2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_3,
    .bt_bb_row .bt_bb_column.bt_bb_order_lg_3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_4,
    .bt_bb_row .bt_bb_column.bt_bb_order_lg_4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_lg_5,
    .bt_bb_row .bt_bb_column.bt_bb_order_lg_5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_-5,
    .bt_bb_row .bt_bb_column.bt_bb_order_md_-5 {
        -webkit-order: -5;
        -ms-flex-order: -5;
        order: -5;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_-4,
    .bt_bb_row .bt_bb_column.bt_bb_order_md_-4 {
        -webkit-order: -4;
        -ms-flex-order: -4;
        order: -4;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_-3,
    .bt_bb_row .bt_bb_column.bt_bb_order_md_-3 {
        -webkit-order: -3;
        -ms-flex-order: -3;
        order: -3;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_-2,
    .bt_bb_row .bt_bb_column.bt_bb_order_md_-2 {
        -webkit-order: -2;
        -ms-flex-order: -2;
        order: -2;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_-1,
    .bt_bb_row .bt_bb_column.bt_bb_order_md_-1 {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_0,
    .bt_bb_row .bt_bb_column.bt_bb_order_md_0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_1,
    .bt_bb_row .bt_bb_column.bt_bb_order_md_1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_2,
    .bt_bb_row .bt_bb_column.bt_bb_order_md_2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_3,
    .bt_bb_row .bt_bb_column.bt_bb_order_md_3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_4,
    .bt_bb_row .bt_bb_column.bt_bb_order_md_4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_md_5,
    .bt_bb_row .bt_bb_column.bt_bb_order_md_5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_-5,
    .bt_bb_row .bt_bb_column.bt_bb_order_sm_-5 {
        -webkit-order: -5;
        -ms-flex-order: -5;
        order: -5;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_-4,
    .bt_bb_row .bt_bb_column.bt_bb_order_sm_-4 {
        -webkit-order: -4;
        -ms-flex-order: -4;
        order: -4;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_-3,
    .bt_bb_row .bt_bb_column.bt_bb_order_sm_-3 {
        -webkit-order: -3;
        -ms-flex-order: -3;
        order: -3;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_-2,
    .bt_bb_row .bt_bb_column.bt_bb_order_sm_-2 {
        -webkit-order: -2;
        -ms-flex-order: -2;
        order: -2;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_-1,
    .bt_bb_row .bt_bb_column.bt_bb_order_sm_-1 {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_0,
    .bt_bb_row .bt_bb_column.bt_bb_order_sm_0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_1,
    .bt_bb_row .bt_bb_column.bt_bb_order_sm_1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_2,
    .bt_bb_row .bt_bb_column.bt_bb_order_sm_2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_3,
    .bt_bb_row .bt_bb_column.bt_bb_order_sm_3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_4,
    .bt_bb_row .bt_bb_column.bt_bb_order_sm_4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_sm_5,
    .bt_bb_row .bt_bb_column.bt_bb_order_sm_5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}

@media (max-width: 480px) {
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_-5,
    .bt_bb_row .bt_bb_column.bt_bb_order_xs_-5 {
        -webkit-order: -5;
        -ms-flex-order: -5;
        order: -5;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_-4,
    .bt_bb_row .bt_bb_column.bt_bb_order_xs_-4 {
        -webkit-order: -4;
        -ms-flex-order: -4;
        order: -4;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_-3,
    .bt_bb_row .bt_bb_column.bt_bb_order_xs_-3 {
        -webkit-order: -3;
        -ms-flex-order: -3;
        order: -3;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_-2,
    .bt_bb_row .bt_bb_column.bt_bb_order_xs_-2 {
        -webkit-order: -2;
        -ms-flex-order: -2;
        order: -2;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_-1,
    .bt_bb_row .bt_bb_column.bt_bb_order_xs_-1 {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_0,
    .bt_bb_row .bt_bb_column.bt_bb_order_xs_0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_1,
    .bt_bb_row .bt_bb_column.bt_bb_order_xs_1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_2,
    .bt_bb_row .bt_bb_column.bt_bb_order_xs_2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_3,
    .bt_bb_row .bt_bb_column.bt_bb_order_xs_3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_4,
    .bt_bb_row .bt_bb_column.bt_bb_order_xs_4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_order_xs_5,
    .bt_bb_row .bt_bb_column.bt_bb_order_xs_5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}

.bt_bb_icon {
    display: inline-block;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    padding-right: .5em;
    max-width: 100%;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon,
.bt_bb_align_center.bt_bb_icon,
.bt_bb_align_center .bt_bb_icon {
    float: none;
    margin: 0 auto;
    padding: 0 .25em;
    clear: both;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding: 0 1em;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding: 0 2em;
}
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_icon,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_icon,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_icon,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_icon {
    clear: none;
    display: inline-block;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon,
.bt_bb_align_left.bt_bb_icon,
.bt_bb_align_left .bt_bb_icon {
    float: left;
    margin: 0;
    padding-right: .5em;
    padding-left: 0;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding-right: 1em;
    padding-left: 0;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding-right: 2em;
    padding-left: 0;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon,
.bt_bb_align_right.bt_bb_icon,
.bt_bb_align_right .bt_bb_icon {
    margin: 0;
    float: right;
    padding-left: .5em;
    padding-right: 0;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding-left: 1em;
    padding-right: 0;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding-left: 2em;
    padding-right: 0;
}
.bt_bb_icon .bt_bb_icon_holder {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: inherit;
}
.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 > span {
    font-size: .875em;
}
.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 > span {
    font-size: 1.4em;
}
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1.6em;
}
.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_button {
    display: inline-block;
    line-height: 1;
    margin-bottom: .25em;
}
.bt_bb_button.bt_bb_width_full {
    display: block;
    width: 100%;
}
.bt_bb_align_right.bt_bb_button.bt_bb_width_full,
.bt_bb_align_left.bt_bb_button.bt_bb_width_full {
    float: none;
    margin: 0;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_button,
.bt_bb_align_center .bt_bb_align_right.bt_bb_button,
.bt_bb_align_left .bt_bb_align_right .bt_bb_button,
.bt_bb_align_center .bt_bb_align_right .bt_bb_button,
.bt_bb_align_right.bt_bb_button,
.bt_bb_align_right .bt_bb_button {
    float: right;
    margin-left: .5em;
    margin-right: 0;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_button,
.bt_bb_align_center .bt_bb_align_left.bt_bb_button,
.bt_bb_align_right .bt_bb_align_left .bt_bb_button,
.bt_bb_align_center .bt_bb_align_left .bt_bb_button,
.bt_bb_align_left.bt_bb_button,
.bt_bb_align_left .bt_bb_button {
    float: left;
    margin-right: .5em;
    margin-left: 0;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_button,
.bt_bb_align_right .bt_bb_align_center.bt_bb_button,
.bt_bb_align_left .bt_bb_align_center .bt_bb_button,
.bt_bb_align_right .bt_bb_align_center .bt_bb_button,
.bt_bb_align_center.bt_bb_button,
.bt_bb_align_center .bt_bb_button {
    float: none;
    margin-right: .25em;
    margin-left: .25em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    clear: both;
}
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_center.bt_bb_button,
.bt_bb_column_inner.bt_bb_align_center .bt_bb_align_inherit.bt_bb_button,
.bt_bb_column.bt_bb_align_center .bt_bb_align_inherit.bt_bb_button,
.bt_bb_column.bt_bb_align_center .bt_bb_align_center.bt_bb_button {
    clear: none;
    display: inline-block;
}
.bt_bb_size_small.bt_bb_button {
    font-size: .8em;
    font-size: .8em;
}
.bt_bb_size_medium.bt_bb_button {
    font-size: .9em;
}
.bt_bb_size_normal.bt_bb_button {
    font-size: 1em;
}
.bt_bb_size_large.bt_bb_button {
    font-size: 1.2em;
}
.bt_bb_button a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1em 3em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.bt_bb_button a:hover {
    text-decoration: none;
}
.bt_bb_style_clean.bt_bb_button a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.bt_bb_style_outline.bt_bb_button a {
    -webkit-box-shadow: 0 0 0 1px black inset;
    box-shadow: 0 0 0 1px black inset;
}
.bt_bb_style_outline:hover.bt_bb_button a {
    -webkit-box-shadow: 0 0 0 2em black inset;
    box-shadow: 0 0 0 2em black inset;
    color: white;
}
.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_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_separator {
    line-height: 0;
    display: block;
    clear: both;
}
.bt_bb_separator:before,
.bt_bb_separator:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
}
.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;
}
.bt_bb_separator.bt_bb_bottom_spacing_extra_small {
    margin-bottom: .5em;
}
.bt_bb_separator.bt_bb_bottom_spacing_small {
    margin-bottom: 1em;
}
.bt_bb_separator.bt_bb_bottom_spacing_normal {
    margin-bottom: 2em;
}
.bt_bb_separator.bt_bb_bottom_spacing_medium {
    margin-bottom: 4em;
}
.bt_bb_separator.bt_bb_bottom_spacing_large {
    margin-bottom: 8em;
}
.bt_bb_separator.bt_bb_bottom_spacing_extra_large {
    margin-bottom: 16em;
}
.bt_bb_separator.bt_bb_top_spacing_extra_small {
    margin-top: .5em;
}
.bt_bb_separator.bt_bb_top_spacing_small {
    margin-top: 1em;
}
.bt_bb_separator.bt_bb_top_spacing_normal {
    margin-top: 2em;
}
.bt_bb_separator.bt_bb_top_spacing_medium {
    margin-top: 4em;
}
.bt_bb_separator.bt_bb_top_spacing_large {
    margin-top: 8em;
}
.bt_bb_separator.bt_bb_top_spacing_extra_large {
    margin-top: 16em;
}
.bt_bb_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;
}
.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_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_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_headline .bt_bb_headline_content {
    display: block;
    color: inherit;
}
.bt_bb_headline .bt_bb_headline_content a {
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    content: ' ';
    display: block;
    width: 4em;
    margin: .55em 0 .8em;
    border-style: solid;
    border-width: 0 0 2px;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    float: left;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    float: right;
}
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    content: ' ';
    display: block;
    width: 2em;
    margin: 0 0 .4em;
    border-style: solid;
    border-width: 2px 0 0;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    float: left;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    float: right;
}
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.bt_bb_headline .bt_bb_headline_content span {
    display: block;
}
.bt_bb_headline .bt_bb_headline_content span:before,
.bt_bb_headline .bt_bb_headline_content span:after {
    clear: both;
    content: ' ';
    line-height: 0;
    display: table;
    width: 100%;
}
.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 400;
    display: block;
    margin-bottom: 1em;
    font-size: .5em;
}
.bt_bb_headline_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_headline:after {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
}
.bt_bb_headline .bt_bb_headline_subheadline {
    clear: both;
}
.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_accordion .bt_bb_accordion_item_content:after {
    conent: ' ';
    display: table;
    width: 100%;
    clear: both;
}
.bt_bb_accordion .bt_bb_accordion_item {
    border-style: solid;
    border-width: 0 1px 1px;
    overflow: hidden;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    padding: .7em 1em;
    font-size: 1.1em;
    line-height: 1.3;
    border-width: 0;
    border-style: solid;
    cursor: pointer;
    -webkit-transition: color 300ms ease,background-color 300ms ease;
    -moz-transition: color 300ms ease,background-color 300ms ease;
    transition: color 300ms ease,background-color 300ms ease;
}
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    border-width: 0 0 1px;
    padding-left: 0;
    padding-right: 0;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    padding: .5em 1em;
    display: none;
}
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    padding-left: 0;
    padding-right: 0;
}
.bt_bb_accordion .bt_bb_accordion_item:last-child .bt_bb_accordion_item_content {
    border-width: 0;
}
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
    display: block;
}
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
    border-width: 0 0 1px;
}
.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-width: 1px;
}
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item {
    border-width: 0;
}
.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 5px 5px 0 0;
}
.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 20px 20px 0 0;
}
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-width: 0;
    border-radius: 0;
}
.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 5px 5px;
}
.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 20px 20px;
}
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-width: 0;
    border-radius: 0;
}
.bt_bb_video {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
}
.bt_bb_video > .wp-video {
    display: block;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.bt_bb_video > .wp-video .mejs-container.mejs-video {
    width: 100% !important;
    height: 100% !important;
}
.bt_bb_video iframe.me-plugin,
.bt_bb_video .mejs-container {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bt_bb_disable_controls_yes.bt_bb_video .mejs-layers,
.bt_bb_disable_controls_yes.bt_bb_video .mejs-controls {
    display: none !important;
}
.slick-slider:not(.slick-initialized) {
    position: relative;
    width: 100%;
    min-height: 200px;
}
.slick-slider:not(.slick-initialized) .bt_bb_content_slider_item {
    position: absolute;
    left: auto;
    right: auto;
    opacity: 0;
}
.slick-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.bt_bb_show_dots_below .slick-slider {
    overflow: initial;
}
.slick-slider .slick-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_half_screen .slick-slider .slick-slide {
    height: 50vh;
}
.bt_bb_height_keep-height .slick-slider .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bt_bb_height_full_screen .slick-slider .slick-slide,
.bt_bb_height_half_screen .slick-slider .slick-slide {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bt_bb_slider.bt_bb_use_lightbox .slick-slider .slick-slide {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.bt_bb_gap_small .slick-list {
    margin: 0 -.25rem;
}
.bt_bb_gap_small .slick-list .slick-slide .content {
    padding: 0 .25rem;
}
.bt_bb_gap_normal .slick-list {
    margin: 0 -.5rem;
}
.bt_bb_gap_normal .slick-list .slick-slide .content {
    padding: 0 .5rem;
}
.bt_bb_gap_large .slick-list {
    margin: 0 -1rem;
}
.bt_bb_gap_large .slick-list .slick-slide .content {
    padding: 0 1rem;
}

/* Buttons */
button.slick-arrow {
    padding: 0;
    letter-spacing: initial;
    border-radius: 0;
    position: absolute;
    z-index: 10;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    top: 50%;
    margin-top: -22px;
    border-radius: 0;
    background-color: rgba(0,0,0,.7);
    cursor: pointer;
    outline: none;
    border: none;
}
button.slick-arrow:hover {
    background-color: rgba(0,0,0,.95);
}
button.slick-arrow:focus {
    outline: none;
}
button.slick-arrow.slick-next {
    right: 0;
}
.rtl button.slick-arrow.slick-next {
    left: 0;
    right: auto;
}
button.slick-arrow.slick-prev {
    left: 0;
}

button.slick-arrow:hover,
button.slick-arrow:focus {
    text-decoration: none;
}

.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: -2.5em;
}
.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;
}

/* POST GRID */

.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_item picture {
    display: block;
}
.bt_bb_grid_item img {
    display: block;
}
.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_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
    .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item,
    .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
    .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item,
    .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
    .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item,
    .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
    .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item,
    .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
    .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item,
    .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: 100%;
    }
}

.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: default;
    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);
}

@-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%;
}

/* image grid */
.bt_bb_masonry_image_grid.bt_bb_no_lightbox .bt_bb_grid_item_inner_image {
    cursor: auto;
}
.bt_bb_latest_posts_item {
    position: relative;
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    overflow: hidden;
    margin: 0 0 1em;
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img {
    display: block;
    max-width: none;
    width: 100%;
}
.bt_bb_image_shape_rounded .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    border-radius: 5px;
}
.bt_bb_image_shape_round .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    border-radius: 20px;
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category {
    padding: 0 0 1em;
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories {
    font-size: .75em;
    line-height: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li {
    margin: 0 0 .25em;
    display: inline-block;
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li a {
    display: block;
    background: rgba(0,0,0,.2);
    text-decoration: none;
    padding: 0 .75em;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li a:hover {
    background: rgba(0,0,0,.1);
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_title {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 .6em;
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_title a {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta {
    padding: 0 0 1em;
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta > span {
    display: inline-block;
    font-size: .875em;
    line-height: 1.1;
    font-weight: 600;
    padding: 0 1em 0 0;
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta > span:before {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: FontAwesome;
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date:before {
    content: '\f133';
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author:before {
    content: '\f2bd';
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_comments:before {
    content: '\f0e6';
}
.bt_bb_latest_posts {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}
.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}
.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
}
.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
}


/*@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;
}

@media (max-width: 992px) {
    .bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }
    .bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 33.33%;
        flex-basis: 33.33%;
    }

    .bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }
}

@media (max-width: 480px) {
    .bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }
}

@media (max-width: 370px) {
    .bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
}

.bt_bb_custom_menu.bt_bb_direction_horizontal div > ul > li {
    display: inline-block;
    float: left;
    padding: 0 .25em;
}

/*@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;
}
.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;
    -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;
    -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;
    }
}

/* Fade In */
.bt_bb_animation_fade_in {
    opacity: 0;
}
.bt_bb_animation_fade_in.animated {
    opacity: 1;
}

.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;
}
.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;
}
.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;
}
@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: flex;
    }
    .bt_bb_latest_posts.bt_bb_columns_1 {
        display: flex;
    }
    .bt_bb_latest_posts .bt_bb_latest_posts_item {
        height: 100%;
    }
    .bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item {
        flex-basis: 100%;
    }
    .bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
        flex-basis: calc(50% - 32px);
    }
    .bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
        flex-basis: calc(33.33% - 32px);
    }
    .bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
        flex-basis: calc(25% - 32px);
    }
    .bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
        flex-basis: calc(20% - 32px);
    }
    .bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
        flex-basis: 16.66%;
    }

    .btMenuInitFinished .mainHeader {
        visibility: inherit;
    }
}
