.bbg-row {
    background-size: cover;
    opacity: 1
}

.bbg-row, .bbg-row--content {
    background-position: 50%;
    position: relative;
    width: 100%
}

.bbg-row--content {
    -webkit-box-align: start;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-size: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1248px;
    padding: 60px 0;
}

@media (max-width:1279px) {
    .bbg-row--content {
        max-width: 996px
    }
}

@media (max-width:1023px) {
    .bbg-row--content {
        max-width: 736px
    }
}

@media (max-width:767px) {
    .bbg-row--content {
        max-width: 100%;
        padding: 48px 2px
    }
}

.bbg-row--content.no-padding {
    padding: 0
}

.bbg-row--content.bbg-height--40 {
    min-height: 40vh
}

.bbg-row--content.bbg-height--60 {
    min-height: 60vh
}

.bbg-row--content.bbg-height--75 {
    min-height: 75vh
}

.bbg-row--content.bbg-height--100 {
    min-height: 100vh
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .bbg-row--content.bbg-height--40 {
        height: 40vh
    }

    .bbg-row--content.bbg-height--60 {
        height: 60vh
    }

    .bbg-row--content.bbg-height--75 {
        height: 75vh
    }

    .bbg-row--content.bbg-height--100 {
        height: 100vh
    }
}

@media (max-width:767px) {
    .bbg-row--content.bbg-height--40:not(.bbg-height--s-keep), .bbg-row--content.bbg-height--60:not(.bbg-height--s-keep), .bbg-row--content.bbg-height--75:not(.bbg-height--s-keep), .bbg-row--content.bbg-height--100:not(.bbg-height--s-keep) {
        height: inherit
    }
}

.bbg-row--content.bbg-margin--normal {
    margin: 0 auto !important
}

@media (max-width:767px) {
    .bbg-row--content.bbg-margin--normal {
        margin: 0 2px !important
    }
}

.bbg-row--content.bbg-margin-top--normal {
    margin-top: 0 !important
}

@media (max-width:767px) {
    .bbg-row--content.bbg-margin-top--normal {
        margin-top: 0 !important
    }
}

.bbg-row--content.bbg-margin-bottom--normal {
    margin-bottom: 0 !important
}

@media (max-width:767px) {
    .bbg-row--content.bbg-margin-bottom--normal {
        margin-bottom: 0 !important
    }
}

.bbg-row--content.bbg-margin--compact {
    margin: -40px auto
}

@media (max-width:767px) {
    .bbg-row--content.bbg-margin--compact {
        margin: -32px 2px
    }
}

.bbg-row--content.bbg-margin--none {
    margin: -80px auto
}

@media (max-width:767px) {
    .bbg-row--content.bbg-margin--none {
        margin: -64px auto
    }
}

.bbg-row--content.bbg-margin-top--compact {
    margin-top: -40px
}

@media (max-width:767px) {
    .bbg-row--content.bbg-margin-top--compact {
        margin-top: -32px
    }
}

.bbg-row--content.bbg-margin-top--none {
    margin-top: -80px
}

@media (max-width:767px) {
    .bbg-row--content.bbg-margin-top--none {
        margin-top: -64px
    }
}

.bbg-row--content.bbg-margin-bottom--compact {
    margin-bottom: -40px
}

@media (max-width:767px) {
    .bbg-row--content.bbg-margin-bottom--compact {
        margin-bottom: -32px
    }
}

.bbg-row--content.bbg-margin-bottom--none {
    margin-bottom: -80px
}

@media (max-width:767px) {
    .bbg-row--content.bbg-margin-bottom--none {
        margin-bottom: -64px
    }
}

.bbg-row video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-device-width:767px),screen and (-webkit-min-device-pixel-ratio:3) and (max-device-width:767px) {
    .bbg-row {
        background-attachment: scroll !important
    }
}

.bbg-column {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 0;
    flex: 0 0 1216px;
    width: 1216px;
    margin: 20px 16px
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .bbg-column {
        max-width: 1216px
    }
}

@media (max-width:1279px) {
    .bbg-column {
        flex-basis: 964px;
        width: 964px;
        margin: 20px 16px
    }
}

@media(max-width: 1279px)and (-ms-high-contrast:active),(max-width:1279px)and (-ms-high-contrast:none) {
    .bbg-column {
        max-width: 964px
    }
}

@media (max-width:1023px) {
    .bbg-column {
        flex-basis: 704px;
        width: 704px;
        margin: 20px 16px
    }
}

@media(max-width: 1023px)and (-ms-high-contrast:active),(max-width:1023px)and (-ms-high-contrast:none) {
    .bbg-column {
        max-width: 704px
    }
}

@media (max-width:767px) {
    .bbg-column {
        flex-basis: 93.2773109244%;
        width: 93.2773109244%;
        margin: 16px 3.3613445378%
    }
}

.bbg-column--valign-middle {
    align-self: center
}

.bbg-column--valign-bottom {
    align-self: flex-end
}

.bbg-column--halign-center {
    -webkit-box-align: center;
    align-items: center
}

.bbg-column--halign-right {
    -webkit-box-align: end;
    align-items: flex-end
}

.bbg-column--width-1 {
    flex-basis: 72px;
    width: 72px
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .bbg-column--width-1 {
        max-width: 72px
    }
}


@media (max-width:1279px) {
    .bbg-column--width-1 {
        flex-basis: 51px;
        width: 51px
    }
}

@media(max-width: 1279px)and (-ms-high-contrast:active),(max-width:1279px)and (-ms-high-contrast:none) {
    .bbg-column--width-1 {
        max-width: 51px
    }
}

@media (max-width:1023px) {
    .bbg-column--width-1 {
        flex-basis: 704px;
        width: 704px
    }
}

@media(max-width: 1023px)and (-ms-high-contrast:active),(max-width:1023px)and (-ms-high-contrast:none) {
    .bbg-column--width-1 {
        max-width: 704px
    }
}

@media (max-width:767px) {
    .bbg-column--width-1 {
        flex-basis: 93.2773109244%;
        width: 93.2773109244%
    }
}

@media(max-width: 767px)and (-ms-high-contrast:active),(max-width:767px)and (-ms-high-contrast:none) {
    .bbg-column--width-1 {
        max-width: 93.2773109244%
    }
}

.bbg-column--offset-0 {
    margin-left: 16px
}

@media (max-width:1279px) {
    .bbg-column--offset-0 {
        margin-left: 16px
    }
}

@media (max-width:1023px) {
    .bbg-column--offset-0 {
        margin: 20px 16px
    }
}

@media (max-width:767px) {
    .bbg-column--offset-0 {
        margin: 16px 3.3613445378%
    }
}

.bbg-column--order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1
}

@media (max-width:1023px) {
    .bbg-column--order-1 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

.bbg-column--width-2 {
    flex-basis: 176px;
    width: 176px
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .bbg-column--width-2 {
        max-width: 176px
    }
}

@media (max-width:1279px) {
    .bbg-column--width-2 {
        flex-basis: 134px;
        width: 134px
    }
}

@media(max-width: 1279px)and (-ms-high-contrast:active),(max-width:1279px)and (-ms-high-contrast:none) {
    .bbg-column--width-2 {
        max-width: 134px
    }
}

@media (max-width:1023px) {
    .bbg-column--width-2 {
        flex-basis: 704px;
        width: 704px
    }
}

@media(max-width: 1023px)and (-ms-high-contrast:active),(max-width:1023px)and (-ms-high-contrast:none) {
    .bbg-column--width-2 {
        max-width: 704px
    }
}

@media (max-width:767px) {
    .bbg-column--width-2 {
        flex-basis: 93.2773109244%;
        width: 93.2773109244%
    }
}

@media(max-width: 767px)and (-ms-high-contrast:active),(max-width:767px)and (-ms-high-contrast:none) {
    .bbg-column--width-2 {
        max-width: 93.2773109244%
    }
}

.bbg-column--offset-1 {
    margin-left: 120px
}

@media (max-width:1279px) {
    .bbg-column--offset-1 {
        margin-left: 99px
    }
}

@media (max-width:1023px) {
    .bbg-column--offset-1 {
        margin: 20px 16px
    }
}

@media (max-width:767px) {
    .bbg-column--offset-1 {
        margin: 16px 3.3613445378%
    }
}

.bbg-column--order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2
}

@media (max-width:1023px) {
    .bbg-column--order-2 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

.bbg-column--width-3 {
    flex-basis: 280px;
    width: 280px
}

@media (max-width:1279px) {
    .bbg-column--width-3 {
        flex-basis: 217px;
        width: 217px
    }
}

@media (max-width:1023px) {
    .bbg-column--width-3 {
        flex-basis: 704px;
        width: 704px
    }
}

@media (max-width:767px) {
    .bbg-column--width-3 {
        flex-basis: 93.2773109244%;
        width: 93.2773109244%
    }
}

.bbg-column--offset-2 {
    margin-left: 224px
}

@media (max-width:1279px) {
    .bbg-column--offset-2 {
        margin-left: 182px
    }
}

@media (max-width:1023px) {
    .bbg-column--offset-2 {
        margin: 20px 16px
    }
}

@media (max-width:767px) {
    .bbg-column--offset-2 {
        margin: 16px 3.3613445378%
    }
}

.bbg-column--order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3
}

@media (max-width:1023px) {
    .bbg-column--order-3 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

.bbg-column--width-4 {
    flex-basis: 384px;
    width: 384px
}

@media (max-width:1279px) {
    .bbg-column--width-4 {
        flex-basis: 300px;
        width: 300px
    }
}

@media (max-width:1023px) {
    .bbg-column--width-4 {
        flex-basis: 704px;
        width: 704px
    }
}

@media (max-width:767px) {
    .bbg-column--width-4 {
        flex-basis: 93.2773109244%;
        width: 93.2773109244%
    }
}

.bbg-column--offset-3 {
    margin-left: 328px
}

@media (max-width:1279px) {
    .bbg-column--offset-3 {
        margin-left: 265px
    }
}

@media (max-width:1023px) {
    .bbg-column--offset-3 {
        margin: 20px 16px
    }
}

@media (max-width:767px) {
    .bbg-column--offset-3 {
        margin: 16px 3.3613445378%
    }
}

.bbg-column--order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4
}

@media (max-width:1023px) {
    .bbg-column--order-4 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

.bbg-column--width-5 {
    flex-basis: 488px;
    width: 488px
}

@media (max-width:1279px) {
    .bbg-column--width-5 {
        flex-basis: 383px;
        width: 383px
    }
}

@media (max-width:1023px) {
    .bbg-column--width-5 {
        flex-basis: 704px;
        width: 704px
    }
}

@media (max-width:767px) {
    .bbg-column--width-5 {
        flex-basis: 93.2773109244%;
        width: 93.2773109244%
    }
}

.bbg-column--offset-4 {
    margin-left: 432px
}

@media (max-width:1279px) {
    .bbg-column--offset-4 {
        margin-left: 348px
    }
}

@media (max-width:1023px) {
    .bbg-column--offset-4 {
        margin: 20px 16px
    }
}

@media (max-width:767px) {
    .bbg-column--offset-4 {
        margin: 16px 3.3613445378%
    }
}

.bbg-column--order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5
}

@media (max-width:1023px) {
    .bbg-column--order-5 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

.bbg-column--width-6 {
    flex-basis: 592px;
    width: 592px
}

@media (max-width:1279px) {
    .bbg-column--width-6 {
        flex-basis: 466px;
        width: 466px
    }
}

@media (max-width:1023px) {
    .bbg-column--width-6 {
        flex-basis: 704px;
        width: 704px
    }
}

@media (max-width:767px) {
    .bbg-column--width-6 {
        flex-basis: 93.2773109244%;
        width: 93.2773109244%
    }
}

.bbg-column--offset-5 {
    margin-left: 536px
}

@media (max-width:1279px) {
    .bbg-column--offset-5 {
        margin-left: 431px
    }
}

@media (max-width:1023px) {
    .bbg-column--offset-5 {
        margin: 20px 16px
    }
}

@media (max-width:767px) {
    .bbg-column--offset-5 {
        margin: 16px 3.3613445378%
    }
}

.bbg-column--order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6
}

@media (max-width:1023px) {
    .bbg-column--order-6 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

.bbg-column--width-7 {
    flex-basis: 696px;
    width: 696px
}

@media (max-width:1279px) {
    .bbg-column--width-7 {
        flex-basis: 549px;
        width: 549px
    }
}

@media (max-width:1023px) {
    .bbg-column--width-7 {
        flex-basis: 704px;
        width: 704px
    }
}

@media (max-width:767px) {
    .bbg-column--width-7 {
        flex-basis: 93.2773109244%;
        width: 93.2773109244%
    }
}

.bbg-column--offset-6 {
    margin-left: 640px
}

@media (max-width:1279px) {
    .bbg-column--offset-6 {
        margin-left: 514px
    }
}

@media (max-width:1023px) {
    .bbg-column--offset-6 {
        margin: 20px 16px
    }
}

@media (max-width:767px) {
    .bbg-column--offset-6 {
        margin: 16px 3.3613445378%
    }
}

.bbg-column--order-7 {
    -webkit-box-ordinal-group: 8;
    order: 7
}

@media (max-width:1023px) {
    .bbg-column--order-7 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

.bbg-column--width-8 {
    flex-basis: 800px;
    width: 800px
}

@media (max-width:1279px) {
    .bbg-column--width-8 {
        flex-basis: 632px;
        width: 632px
    }
}

@media (max-width:1023px) {
    .bbg-column--width-8 {
        flex-basis: 704px;
        width: 704px
    }
}

@media (max-width:767px) {
    .bbg-column--width-8 {
        flex-basis: 93.2773109244%;
        width: 93.2773109244%
    }
}

.bbg-column--offset-7 {
    margin-left: 744px
}

@media (max-width:1279px) {
    .bbg-column--offset-7 {
        margin-left: 597px
    }
}

@media (max-width:1023px) {
    .bbg-column--offset-7 {
        margin: 20px 16px
    }
}

@media (max-width:767px) {
    .bbg-column--offset-7 {
        margin: 16px 3.3613445378%
    }
}

.bbg-column--order-8 {
    -webkit-box-ordinal-group: 9;
    order: 8
}

@media (max-width:1023px) {
    .bbg-column--order-8 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

.bbg-column--width-9 {
    flex-basis: 904px;
    width: 904px
}

@media (max-width:1279px) {
    .bbg-column--width-9 {
        flex-basis: 715px;
        width: 715px
    }
}

@media (max-width:1023px) {
    .bbg-column--width-9 {
        flex-basis: 704px;
        width: 704px
    }
}

@media (max-width:767px) {
    .bbg-column--width-9 {
        flex-basis: 93.2773109244%;
        width: 93.2773109244%
    }
}

.bbg-column--offset-8 {
    margin-left: 848px
}

@media (max-width:1279px) {
    .bbg-column--offset-8 {
        margin-left: 680px
    }
}

@media (max-width:1023px) {
    .bbg-column--offset-8 {
        margin: 20px 16px
    }
}

@media (max-width:767px) {
    .bbg-column--offset-8 {
        margin: 16px 3.3613445378%
    }
}

.bbg-column--order-9 {
    -webkit-box-ordinal-group: 10;
    order: 9
}

@media (max-width:1023px) {
    .bbg-column--order-9 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

.bbg-column--width-10 {
    flex-basis: 1008px;
    width: 1008px
}

@media (max-width:1279px) {
    .bbg-column--width-10 {
        flex-basis: 798px;
        width: 798px
    }
}

@media (max-width:1023px) {
    .bbg-column--width-10 {
        flex-basis: 704px;
        width: 704px
    }
}

@media (max-width:767px) {
    .bbg-column--width-10 {
        flex-basis: 93.2773109244%;
        width: 93.2773109244%
    }
}

.bbg-column--offset-9 {
    margin-left: 952px
}

@media (max-width:1279px) {
    .bbg-column--offset-9 {
        margin-left: 763px
    }
}

@media (max-width:1023px) {
    .bbg-column--offset-9 {
        margin: 20px 16px
    }
}

@media (max-width:767px) {
    .bbg-column--offset-9 {
        margin: 16px 3.3613445378%
    }
}

.bbg-column--order-10 {
    -webkit-box-ordinal-group: 11;
    order: 10
}

@media (max-width:1023px) {
    .bbg-column--order-10 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

.bbg-column--width-11 {
    flex-basis: 1112px;
    width: 1112px
}

@media (max-width:1279px) {
    .bbg-column--width-11 {
        flex-basis: 881px;
        width: 881px
    }
}

@media (max-width:1023px) {
    .bbg-column--width-11 {
        flex-basis: 704px;
        width: 704px
    }
}

@media (max-width:767px) {
    .bbg-column--width-11 {
        flex-basis: 93.2773109244%;
        width: 93.2773109244%
    }
}

.bbg-column--offset-10 {
    margin-left: 1056px
}

@media (max-width:1279px) {
    .bbg-column--offset-10 {
        margin-left: 846px
    }
}

@media (max-width:1023px) {
    .bbg-column--offset-10 {
        margin: 20px 16px
    }
}

@media (max-width:767px) {
    .bbg-column--offset-10 {
        margin: 16px 3.3613445378%
    }
}

.bbg-column--order-11 {
    -webkit-box-ordinal-group: 12;
    order: 11
}

@media (max-width:1023px) {
    .bbg-column--order-11 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

.bbg-column--width-12 {
    flex-basis: 1216px;
    width: 1216px
}

@media (max-width:1279px) {
    .bbg-column--width-12 {
        flex-basis: 964px;
        width: 964px
    }
}

@media (max-width:1023px) {
    .bbg-column--width-12 {
        flex-basis: 704px;
        width: 704px
    }
}

@media (max-width:767px) {
    .bbg-column--width-12 {
        flex-basis: 93.2773109244%;
        width: 93.2773109244%
    }
}

.bbg-column--offset-11 {
    margin-left: 1160px
}

@media (max-width:1279px) {
    .bbg-column--offset-11 {
        margin-left: 929px
    }
}

@media (max-width:1023px) {
    .bbg-column--offset-11 {
        margin: 20px 16px
    }
}

@media (max-width:767px) {
    .bbg-column--offset-11 {
        margin: 16px 3.3613445378%
    }
}

.bbg-column--order-12 {
    -webkit-box-ordinal-group: 13;
    order: 12
}

@media (max-width:1023px) {
    .bbg-column--order-12 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:1280px) {
    .bbg-column--xl-width-1 {
        flex-basis: 72px;
        width: 72px
    }

    .bbg-column--xl-offset-0 {
        margin-left: 16px
    }

    .bbg-column--xl-order-1 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media (min-width:1280px) and (max-width:1023px) {
    .bbg-column--xl-order-1 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:1280px) {
    .bbg-column--xl-width-2 {
        flex-basis: 176px;
        width: 176px
    }

    .bbg-column--xl-offset-1 {
        margin-left: 120px
    }

    .bbg-column--xl-order-2 {
        -webkit-box-ordinal-group: 3;
        order: 2
    }
}

@media (min-width:1280px) and (max-width:1023px) {
    .bbg-column--xl-order-2 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:1280px) {
    .bbg-column--xl-width-3 {
        flex-basis: 280px;
        width: 280px
    }

    .bbg-column--xl-offset-2 {
        margin-left: 224px
    }

    .bbg-column--xl-order-3 {
        -webkit-box-ordinal-group: 4;
        order: 3
    }
}

@media (min-width:1280px) and (max-width:1023px) {
    .bbg-column--xl-order-3 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:1280px) {
    .bbg-column--xl-width-4 {
        flex-basis: 384px;
        width: 384px
    }

    .bbg-column--xl-offset-3 {
        margin-left: 328px
    }

    .bbg-column--xl-order-4 {
        -webkit-box-ordinal-group: 5;
        order: 4
    }
}

@media (min-width:1280px) and (max-width:1023px) {
    .bbg-column--xl-order-4 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:1280px) {
    .bbg-column--xl-width-5 {
        flex-basis: 488px;
        width: 488px
    }

    .bbg-column--xl-offset-4 {
        margin-left: 432px
    }

    .bbg-column--xl-order-5 {
        -webkit-box-ordinal-group: 6;
        order: 5
    }
}

@media (min-width:1280px) and (max-width:1023px) {
    .bbg-column--xl-order-5 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:1280px) {
    .bbg-column--xl-width-6 {
        flex-basis: 592px;
        width: 592px
    }

    .bbg-column--xl-offset-5 {
        margin-left: 536px
    }

    .bbg-column--xl-order-6 {
        -webkit-box-ordinal-group: 7;
        order: 6
    }
}

@media (min-width:1280px) and (max-width:1023px) {
    .bbg-column--xl-order-6 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:1280px) {
    .bbg-column--xl-width-7 {
        flex-basis: 696px;
        width: 696px
    }

    .bbg-column--xl-offset-6 {
        margin-left: 640px
    }

    .bbg-column--xl-order-7 {
        -webkit-box-ordinal-group: 8;
        order: 7
    }
}

@media (min-width:1280px) and (max-width:1023px) {
    .bbg-column--xl-order-7 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:1280px) {
    .bbg-column--xl-width-8 {
        flex-basis: 800px;
        width: 800px
    }

    .bbg-column--xl-offset-7 {
        margin-left: 744px
    }

    .bbg-column--xl-order-8 {
        -webkit-box-ordinal-group: 9;
        order: 8
    }
}

@media (min-width:1280px) and (max-width:1023px) {
    .bbg-column--xl-order-8 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:1280px) {
    .bbg-column--xl-width-9 {
        flex-basis: 904px;
        width: 904px
    }

    .bbg-column--xl-offset-8 {
        margin-left: 848px
    }

    .bbg-column--xl-order-9 {
        -webkit-box-ordinal-group: 10;
        order: 9
    }
}

@media (min-width:1280px) and (max-width:1023px) {
    .bbg-column--xl-order-9 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:1280px) {
    .bbg-column--xl-width-10 {
        flex-basis: 1008px;
        width: 1008px
    }

    .bbg-column--xl-offset-9 {
        margin-left: 952px
    }

    .bbg-column--xl-order-10 {
        -webkit-box-ordinal-group: 11;
        order: 10
    }
}

@media (min-width:1280px) and (max-width:1023px) {
    .bbg-column--xl-order-10 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:1280px) {
    .bbg-column--xl-width-11 {
        flex-basis: 1112px;
        width: 1112px
    }

    .bbg-column--xl-offset-10 {
        margin-left: 1056px
    }

    .bbg-column--xl-order-11 {
        -webkit-box-ordinal-group: 12;
        order: 11
    }
}

@media (min-width:1280px) and (max-width:1023px) {
    .bbg-column--xl-order-11 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:1280px) {
    .bbg-column--xl-width-12 {
        flex-basis: 1216px;
        width: 1216px
    }

    .bbg-column--xl-offset-11 {
        margin-left: 1160px
    }

    .bbg-column--xl-order-12 {
        -webkit-box-ordinal-group: 13;
        order: 12
    }
}

@media (min-width:1280px) and (max-width:1023px) {
    .bbg-column--xl-order-12 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .bbg-column--m-width-1 {
        flex-basis: 60px;
        width: 60px
    }

    .bbg-column--m-offset-0 {
        margin-left: 16px
    }

    .bbg-column--m-order-1 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media (min-width:768px) and (max-width:1023px) and (max-width:1023px) {
    .bbg-column--m-order-1 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .bbg-column--m-width-2 {
        flex-basis: 152px;
        width: 152px
    }

    .bbg-column--m-offset-1 {
        margin-left: 108px
    }

    .bbg-column--m-order-2 {
        -webkit-box-ordinal-group: 3;
        order: 2
    }
}

@media (min-width:768px) and (max-width:1023px) and (max-width:1023px) {
    .bbg-column--m-order-2 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .bbg-column--m-width-3 {
        flex-basis: 244px;
        width: 244px
    }

    .bbg-column--m-offset-2 {
        margin-left: 200px
    }

    .bbg-column--m-order-3 {
        -webkit-box-ordinal-group: 4;
        order: 3
    }
}

@media (min-width:768px) and (max-width:1023px) and (max-width:1023px) {
    .bbg-column--m-order-3 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .bbg-column--m-width-4 {
        flex-basis: 336px;
        width: 336px
    }

    .bbg-column--m-offset-3 {
        margin-left: 292px
    }

    .bbg-column--m-order-4 {
        -webkit-box-ordinal-group: 5;
        order: 4
    }
}

@media (min-width:768px) and (max-width:1023px) and (max-width:1023px) {
    .bbg-column--m-order-4 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .bbg-column--m-width-5 {
        flex-basis: 428px;
        width: 428px
    }

    .bbg-column--m-offset-4 {
        margin-left: 384px
    }

    .bbg-column--m-order-5 {
        -webkit-box-ordinal-group: 6;
        order: 5
    }
}

@media (min-width:768px) and (max-width:1023px) and (max-width:1023px) {
    .bbg-column--m-order-5 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .bbg-column--m-width-6 {
        flex-basis: 520px;
        width: 520px
    }

    .bbg-column--m-offset-5 {
        margin-left: 476px
    }

    .bbg-column--m-order-6 {
        -webkit-box-ordinal-group: 7;
        order: 6
    }
}

@media (min-width:768px) and (max-width:1023px) and (max-width:1023px) {
    .bbg-column--m-order-6 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .bbg-column--m-width-7 {
        flex-basis: 612px;
        width: 612px
    }

    .bbg-column--m-offset-6 {
        margin-left: 568px
    }

    .bbg-column--m-order-7 {
        -webkit-box-ordinal-group: 8;
        order: 7
    }
}

@media (min-width:768px) and (max-width:1023px) and (max-width:1023px) {
    .bbg-column--m-order-7 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .bbg-column--m-width-8 {
        flex-basis: 704px;
        width: 704px
    }

    .bbg-column--m-offset-7 {
        margin-left: 660px
    }

    .bbg-column--m-order-8 {
        -webkit-box-ordinal-group: 9;
        order: 8
    }
}

@media (min-width:768px) and (max-width:1023px) and (max-width:1023px) {
    .bbg-column--m-order-8 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (max-width:767px) {
    .bbg-column--s-width-1 {
        flex-basis: 18.2773109244%;
        width: 18.2773109244%
    }

    .bbg-column--s-offset-0 {
        margin-left: 3.3613445378%
    }

    .bbg-column--s-order-1 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media (max-width:767px) and (max-width:1023px) {
    .bbg-column--s-order-1 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (max-width:767px) {
    .bbg-column--s-width-2 {
        flex-basis: 43.2773109244%;
        width: 43.2773109244%
    }

    .bbg-column--s-offset-1 {
        margin-left: 28.3613445378%
    }

    .bbg-column--s-order-2 {
        -webkit-box-ordinal-group: 3;
        order: 2
    }
}

@media (max-width:767px) and (max-width:1023px) {
    .bbg-column--s-order-2 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (max-width:767px) {
    .bbg-column--s-width-3 {
        flex-basis: 68.2773109244%;
        width: 68.2773109244%
    }

    .bbg-column--s-offset-2 {
        margin-left: 53.3613445378%
    }

    .bbg-column--s-order-3 {
        -webkit-box-ordinal-group: 4;
        order: 3
    }
}

@media (max-width:767px) and (max-width:1023px) {
    .bbg-column--s-order-3 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (max-width:767px) {
    .bbg-column--s-width-4 {
        flex-basis: 93.2773109244%;
        width: 93.2773109244%
    }

    .bbg-column--s-offset-3 {
        margin-left: 78.3613445378%
    }

    .bbg-column--s-order-4 {
        -webkit-box-ordinal-group: 5;
        order: 4
    }
}

@media (max-width:767px) and (max-width:1023px) {
    .bbg-column--s-order-4 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }
}

@media (max-width:479px) {
    .bbg-column--xs-width-1 {
        flex-basis: 87px;
        width: 87px
    }

    .bbg-column--xs-offset-0 {
        margin-left: 16px
    }
}

@media (max-width:479px) {
    .bbg-column--xs-width-2 {
        flex-basis: 206px;
        width: 206px
    }

    .bbg-column--xs-offset-1 {
        margin-left: 135px
    }
}

@media (max-width:479px) {
    .bbg-column--xs-width-3 {
        flex-basis: 325px;
        width: 325px
    }

    .bbg-column--xs-offset-2 {
        margin-left: 254px
    }
}

@media (max-width:479px) {
    .bbg-column--xs-width-4 {
        flex-basis: 444px;
        width: 444px
    }

    .bbg-column--xs-offset-3 {
        margin-left: 373px
    }
}

.bbg-row--no-column-gutter-h .bbg-row--content {
    max-width: 1216px
}

@media (max-width:1279px) {
    .bbg-row--no-column-gutter-h .bbg-row--content {
        max-width: 964px
    }
}

.bbg-column.bbg-column--has-bg, .bbg-column.bbg-column--has-border {
    padding: 32px
}

.bbg-column.bbg-column--has-border {
    border: 1px solid #474747
}

.bbg-column > :last-child {
    margin-bottom: 0
}

@media (min-width:1280px) {
    .bbg-row--no-column-gutter-h .bbg-column {
        flex-basis: 1216px;
        width: 1216px;
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .bbg-row--no-column-gutter-h .bbg-column {
        flex-basis: 964px;
        width: 964px;
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:1280px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-1 {
        flex-basis: 101.3333333333px;
        width: 101.3333333333px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-1 {
        flex-basis: 80.3333333333px;
        width: 80.3333333333px
    }
}

@media (min-width:1280px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-2 {
        flex-basis: 202.6666666667px;
        width: 202.6666666667px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-2 {
        flex-basis: 160.6666666667px;
        width: 160.6666666667px
    }
}

@media (min-width:1280px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-3 {
        flex-basis: 304px;
        width: 304px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-3 {
        flex-basis: 241px;
        width: 241px
    }
}

@media (min-width:1280px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-4 {
        flex-basis: 405.3333333333px;
        width: 405.3333333333px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-4 {
        flex-basis: 321.3333333333px;
        width: 321.3333333333px
    }
}

@media (min-width:1280px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-5 {
        flex-basis: 506.6666666667px;
        width: 506.6666666667px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-5 {
        flex-basis: 401.6666666667px;
        width: 401.6666666667px
    }
}

@media (min-width:1280px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-6 {
        flex-basis: 608px;
        width: 608px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-6 {
        flex-basis: 482px;
        width: 482px
    }
}

@media (min-width:1280px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-7 {
        flex-basis: 709.3333333333px;
        width: 709.3333333333px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-7 {
        flex-basis: 562.3333333333px;
        width: 562.3333333333px
    }
}

@media (min-width:1280px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-8 {
        flex-basis: 810.6666666667px;
        width: 810.6666666667px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-8 {
        flex-basis: 642.6666666667px;
        width: 642.6666666667px
    }
}

@media (min-width:1280px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-9 {
        flex-basis: 912px;
        width: 912px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-9 {
        flex-basis: 723px;
        width: 723px
    }
}

@media (min-width:1280px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-10 {
        flex-basis: 1013.3333333333px;
        width: 1013.3333333333px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-10 {
        flex-basis: 803.3333333333px;
        width: 803.3333333333px
    }
}

@media (min-width:1280px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-11 {
        flex-basis: 1114.6666666667px;
        width: 1114.6666666667px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-11 {
        flex-basis: 883.6666666667px;
        width: 883.6666666667px
    }
}

@media (min-width:1280px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-12 {
        flex-basis: 1216px;
        width: 1216px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .bbg-row--no-column-gutter-h .bbg-column--width-12 {
        flex-basis: 964px;
        width: 964px
    }
}

@media (max-width:1023px) {
    .bbg-h-hide-tablet {
        display: none !important
    }
}

@media (max-width:767px) {
    .bbg-h-hide-mobile {
        display: none !important
    }
}

.bbg-h-hide-desktop, .bbg-h-show-tablet {
    display: none !important
}

@media (max-width:1023px) {
    .bbg-h-hide-desktop, .bbg-h-show-tablet {
        display: inherit !important
    }
}

.bbg-h-show-mobile {
    display: none !important
}

@media (max-width:767px) {
    .bbg-h-show-mobile {
        display: inherit !important
    }
}

.bbg-row.bbg-bg--has-media {
    overflow: hidden
}

.bbg-row.bbg-bg--black {
    background-color: #000
}

    .bbg-row.bbg-bg--black .bbg-row--content {
        color: #fff
    }

    .bbg-row.bbg-bg--black:not(.bbg-bg--has-media) + .bbg-bg--black .bbg-row--content {
        padding-top: 0
    }

        .bbg-row.bbg-bg--black:not(.bbg-bg--has-media) + .bbg-bg--black .bbg-row--content .bbg-column {
            margin-top: 0
        }

.bbg-row.bbg-bg--grey {
    background-color: #474747
}

    .bbg-row.bbg-bg--grey:not(.bbg-bg--has-media) + .bbg-bg--grey .bbg-row--content {
        padding-top: 0
    }

        .bbg-row.bbg-bg--grey:not(.bbg-bg--has-media) + .bbg-bg--grey .bbg-row--content .bbg-column {
            margin-top: 0
        }

.bbg-row--background-bleed-grid {
    width: auto;
    display: -webkit-inline-box;
    display: inline-flex;
    margin: auto
}

    .bbg-row--background-bleed-grid .bbg-row--content {
        background-position: 50%;
        background-clip: content-box;
        background-size: cover
    }

    .bbg-row--background-bleed-grid.bbg-bg--black {
        background-color: inherit
    }

        .bbg-row--background-bleed-grid.bbg-bg--black .bbg-row--content {
            background-color: #000
        }

    .bbg-row--background-bleed-grid.bbg-bg--grey {
        background-color: inherit
    }

        .bbg-row--background-bleed-grid.bbg-bg--grey .bbg-row--content {
            background-color: #474747
        }

.bbg-row.bbg-bg--white:not(.bbg-bg--has-media) + .bbg-bg--white .bbg-row--content {
    padding-top: 0
}

    .bbg-row.bbg-bg--white:not(.bbg-bg--has-media) + .bbg-bg--white .bbg-row--content .bbg-column {
        margin-top: 0
    }

.bbg-row.bbg-row--margin-bottom-compact .bbg-row--content {
    padding-bottom: 10px !important
}

.bbg-row.bbg-row--margin-bottom-compact .bbg-column {
    margin-bottom: 10px !important
}

.bbg-row.bbg-row--margin-bottom-none .bbg-row--content {
    padding-bottom: 0 !important
}

.bbg-row.bbg-row--margin-bottom-none .bbg-column {
    margin-bottom: 0 !important
}

.bbg-row.bbg-row--margin-top-compact .bbg-row--content {
    padding-top: 10px !important
}

.bbg-row.bbg-row--margin-top-compact .bbg-column {
    margin-top: 10px !important
}

.bbg-row.bbg-row--margin-top-none .bbg-row--content {
    padding-top: 0 !important
}

.bbg-row.bbg-row--margin-top-none .bbg-column {
    margin-top: 0 !important
}

@media (max-width:1023px) {
    .bbg-column + .bbg-column.bbg-column--collapse-top-margin-on-tablet {
        margin-top: -40px
    }

        .bbg-column + .bbg-column.bbg-column--collapse-top-margin-on-tablet li:first-of-type {
            margin-top: .5em
        }
}

@media (max-width:767px) {
    .bbg-column + .bbg-column.bbg-column--collapse-top-margin-on-mobile {
        margin-top: -32px
    }

        .bbg-column + .bbg-column.bbg-column--collapse-top-margin-on-mobile li:first-of-type {
            margin-top: .5em
        }
}

.bbg-row--content_inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

    .bbg-row--content_inner.bbg-align-group--top {
        align-self: flex-start
    }

    .bbg-row--content_inner.bbg-align-group--center {
        align-self: center
    }

    .bbg-row--content_inner.bbg-align-group--bottom {
        align-self: flex-end
    }

@media (min-width:768px) {
    body.has-bb-that .bbg-height--40 {
        min-height: calc(40vh - 30px)
    }

    body.has-bb-that .bbg-height--60 {
        min-height: calc(60vh - 30px)
    }

    body.has-bb-that .bbg-height--75 {
        min-height: calc(75vh - 30px)
    }

    body.has-bb-that .bbg-height--100 {
        min-height: calc(100vh - 30px)
    }
}

@media (min-width:768px) and (-ms-high-contrast:active),(min-width:768px) and (-ms-high-contrast:none) {
    body.has-bb-that .bbg-height--40 {
        height: calc(40vh - 30px)
    }

    body.has-bb-that .bbg-height--60 {
        height: calc(60vh - 30px)
    }

    body.has-bb-that .bbg-height--75 {
        height: calc(75vh - 30px)
    }

    body.has-bb-that .bbg-height--100 {
        height: calc(100vh - 30px)
    }
}

html {
    height: 100%;
    box-sizing: border-box
}

    html:after {
        content: "xl";
        display: none
    }

@media (max-width:1279px) {
    html:after {
        content: "l"
    }
}

@media (max-width:1023px) {
    html:after {
        content: "m"
    }
}

@media (max-width:767px) {
    html:after {
        content: "s"
    }
}

*, :after, :before {
    box-sizing: inherit
}


.sr-only {
    clip: rect(1px,1px,1px,1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

a.arrow, a.download {
    margin-right: 1.5em
}

    a.arrow:after, a.download:after {
        content: "";
        width: 1em;
        height: 1em;
        display: inline-block;
        vertical-align: middle;
        margin-left: .5em;
        background: 50%/cover no-repeat;
        margin-right: -1.5em
    }

    a.arrow:after {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E")
    }

    a.download:after {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.53 3.125v10.747l-3.182-3.184-1.02 1.02 4.922 4.921 4.921-4.922-1.018-1.018-3.18 3.182V3.125z'/%3E%3Cpath d='M12.25 16.629l-4.922-4.921 1.02-1.02 3.182 3.184V3.125h1.442V13.87l3.181-3.181 1.019 1.018zM4 20.684h16.5v-1.5H4z'/%3E%3C/svg%3E")
    }

    a.arrow:hover:after {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%230d9ddb'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z' fill='%230d9ddb' /%3E%3C/svg%3E")
    }

    a.download:hover:after {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%230d9ddb'%3E%3Cpath d='M11.53 3.125v10.747l-3.182-3.184-1.02 1.02 4.922 4.921 4.921-4.922-1.018-1.018-3.18 3.182V3.125z' fill='%230d9ddb' /%3E%3Cpath d='M12.25 16.629l-4.922-4.921 1.02-1.02 3.182 3.184V3.125h1.442V13.87l3.181-3.181 1.019 1.018zM4 20.684h16.5v-1.5H4z' fill='%230d9ddb' /%3E%3C/svg%3E")
    }

.site-header__mobile-toggle__button, .site-header__mobile-toggle__button:hover {
    color: inherit;
    font-family: inherit;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    align-self: flex-end;
    text-transform: none;
}

@media (max-width:767px) {
    .site-header {
        background-color: #000;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
}

@media (min-width:768px) {
    .site-header {
        position: relative;
        top: 0;
        left: 0;
        right: 0
    }

    body.header-background-invert .site-header .bbg-row--content {
        background-color: #000
    }

    .site-header__mobile-toggle {
        display: none
    }
}

.logo-header {
    height: 24px;
    position: relative;
    z-index: 10
}

.logo-header__link {
    display: block;
    overflow: hidden;
    position: relative;
    width: 0;
    height: 0;
    padding-left: 115px;
    padding-top: 24px
}

    .logo-header__link:after, .logo-header__link:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
        background: 50%/cover no-repeat url("data:image/svg+xml,%3Csvg width='124' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.284 10.896h3.13c2.64 0 3.882.672 3.882 2.588 0 2.406-2.33 2.69-4.011 2.69H3.284v-5.278zM.023 18.97H6.62c3.467 0 6.935-1.241 6.935-5.227 0-2.353-1.656-4.166-3.96-4.424v-.053c1.89-.568 3.184-1.939 3.184-4.01C12.78 1.917 9.933.65 7.165.65H.023v18.32zm3.26-15.525h2.691c2.459 0 3.545.776 3.545 2.355 0 1.371-1.086 2.303-3.26 2.303H3.284V3.444zM15.685 18.97h3.105V.215h-3.105zm5.181-6.211c0 3.908 3.001 6.521 6.754 6.521 3.751 0 6.752-2.613 6.752-6.521 0-3.907-3.001-6.52-6.752-6.52-3.753 0-6.754 2.613-6.754 6.52zm3.105 0c0-1.94 1.37-3.726 3.649-3.726 2.276 0 3.647 1.785 3.647 3.726s-1.37 3.726-3.647 3.726c-2.278 0-3.65-1.785-3.65-3.726zm11.805 0c0 3.908 3.002 6.521 6.754 6.521 3.751 0 6.753-2.613 6.753-6.521 0-3.907-3.002-6.52-6.753-6.52-3.752 0-6.754 2.613-6.754 6.52zm3.105 0c0-1.94 1.372-3.726 3.649-3.726s3.648 1.785 3.648 3.726-1.371 3.726-3.648 3.726-3.65-1.785-3.65-3.726zm12.297-6.21h2.95v1.94h.051c.544-1.163 1.734-2.25 3.804-2.25 1.915 0 3.235.75 3.882 2.303.905-1.58 2.224-2.304 4.087-2.304 3.313 0 4.477 2.355 4.477 5.33v7.401h-3.105v-7.037c0-1.553-.466-2.899-2.303-2.899-1.94 0-2.665 1.604-2.665 3.208v6.728H59.25v-7.4c0-1.527-.621-2.536-2.122-2.536-2.044 0-2.845 1.501-2.845 3.157v6.78h-3.106V6.548M72.946 18.97h2.95v-1.864h.051c.906 1.5 2.536 2.174 4.27 2.174 3.829 0 6.132-2.846 6.132-6.521 0-3.673-2.458-6.52-6.003-6.52-2.329 0-3.571 1.087-4.217 1.888h-.078V.216h-3.105v18.753zm10.298-6.211c0 1.941-1.372 3.726-3.648 3.726-2.277 0-3.649-1.785-3.649-3.726 0-1.94 1.372-3.726 3.649-3.726 2.276 0 3.648 1.785 3.648 3.726zm17.084 1.086v-.853c0-4.32-2.354-6.754-5.822-6.754-3.752 0-6.754 2.614-6.754 6.521 0 3.908 3.002 6.521 6.754 6.521 1.966 0 3.803-.7 5.252-2.485l-2.225-1.68c-.775.957-1.785 1.68-3.337 1.68-1.734 0-3.131-1.11-3.339-2.95h9.471zm-9.47-2.327c.233-1.786 1.371-2.95 3.208-2.95 1.94 0 3.131 1.138 3.156 2.95h-6.365zm11.495-4.969h3.104v1.966h.053c.672-1.422 2.043-2.277 3.674-2.277.388 0 .75.079 1.112.182v3.002c-.518-.13-1.01-.233-1.5-.233-2.924 0-3.34 2.458-3.34 3.13v6.65h-3.103V6.55m18.563-.001v1.864h-.052c-.905-1.502-2.535-2.175-4.27-2.175-3.83 0-6.131 2.848-6.131 6.521 0 3.519 2.458 6.366 6.183 6.366 1.553 0 3.157-.595 4.063-1.811h.051v.906c0 2.458-.931 4.164-3.932 4.164-1.734 0-3.027-.646-4.27-1.785l-1.863 2.536c1.76 1.553 3.856 2.044 6.159 2.044 4.838 0 7.012-2.846 7.012-7.322V6.549h-2.95zm-3.674 2.484c2.251 0 3.674 1.501 3.674 3.648 0 2.072-1.397 3.65-3.7 3.65-2.096 0-3.648-1.63-3.648-3.597 0-2.2 1.5-3.701 3.674-3.701z' fill-rule='evenodd'/%3E%3C/svg%3E")
    }

    .logo-header__link:after {
        opacity: 1;
        background-image: url("data:image/svg+xml,%3Csvg width='124' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.284 10.896h3.13c2.64 0 3.882.672 3.882 2.588 0 2.406-2.33 2.69-4.011 2.69H3.284v-5.278zM.023 18.97H6.62c3.467 0 6.935-1.241 6.935-5.227 0-2.353-1.656-4.166-3.96-4.424v-.053c1.89-.568 3.184-1.939 3.184-4.01C12.78 1.917 9.933.65 7.165.65H.023v18.32zm3.26-15.525h2.691c2.459 0 3.545.776 3.545 2.355 0 1.371-1.086 2.303-3.26 2.303H3.284V3.444zM15.685 18.97h3.105V.215h-3.105zm5.181-6.211c0 3.908 3.001 6.521 6.754 6.521 3.751 0 6.752-2.613 6.752-6.521 0-3.907-3.001-6.52-6.752-6.52-3.753 0-6.754 2.613-6.754 6.52zm3.105 0c0-1.94 1.37-3.726 3.649-3.726 2.276 0 3.647 1.785 3.647 3.726s-1.37 3.726-3.647 3.726c-2.278 0-3.65-1.785-3.65-3.726zm11.805 0c0 3.908 3.002 6.521 6.754 6.521 3.751 0 6.753-2.613 6.753-6.521 0-3.907-3.002-6.52-6.753-6.52-3.752 0-6.754 2.613-6.754 6.52zm3.105 0c0-1.94 1.372-3.726 3.649-3.726s3.648 1.785 3.648 3.726-1.371 3.726-3.648 3.726-3.65-1.785-3.65-3.726zm12.297-6.21h2.95v1.94h.051c.544-1.163 1.734-2.25 3.804-2.25 1.915 0 3.235.75 3.882 2.303.905-1.58 2.224-2.304 4.087-2.304 3.313 0 4.477 2.355 4.477 5.33v7.401h-3.105v-7.037c0-1.553-.466-2.899-2.303-2.899-1.94 0-2.665 1.604-2.665 3.208v6.728H59.25v-7.4c0-1.527-.621-2.536-2.122-2.536-2.044 0-2.845 1.501-2.845 3.157v6.78h-3.106V6.548M72.946 18.97h2.95v-1.864h.051c.906 1.5 2.536 2.174 4.27 2.174 3.829 0 6.132-2.846 6.132-6.521 0-3.673-2.458-6.52-6.003-6.52-2.329 0-3.571 1.087-4.217 1.888h-.078V.216h-3.105v18.753zm10.298-6.211c0 1.941-1.372 3.726-3.648 3.726-2.277 0-3.649-1.785-3.649-3.726 0-1.94 1.372-3.726 3.649-3.726 2.276 0 3.648 1.785 3.648 3.726zm17.084 1.086v-.853c0-4.32-2.354-6.754-5.822-6.754-3.752 0-6.754 2.614-6.754 6.521 0 3.908 3.002 6.521 6.754 6.521 1.966 0 3.803-.7 5.252-2.485l-2.225-1.68c-.775.957-1.785 1.68-3.337 1.68-1.734 0-3.131-1.11-3.339-2.95h9.471zm-9.47-2.327c.233-1.786 1.371-2.95 3.208-2.95 1.94 0 3.131 1.138 3.156 2.95h-6.365zm11.495-4.969h3.104v1.966h.053c.672-1.422 2.043-2.277 3.674-2.277.388 0 .75.079 1.112.182v3.002c-.518-.13-1.01-.233-1.5-.233-2.924 0-3.34 2.458-3.34 3.13v6.65h-3.103V6.55m18.563-.001v1.864h-.052c-.905-1.502-2.535-2.175-4.27-2.175-3.83 0-6.131 2.848-6.131 6.521 0 3.519 2.458 6.366 6.183 6.366 1.553 0 3.157-.595 4.063-1.811h.051v.906c0 2.458-.931 4.164-3.932 4.164-1.734 0-3.027-.646-4.27-1.785l-1.863 2.536c1.76 1.553 3.856 2.044 6.159 2.044 4.838 0 7.012-2.846 7.012-7.322V6.549h-2.95zm-3.674 2.484c2.251 0 3.674 1.501 3.674 3.648 0 2.072-1.397 3.65-3.7 3.65-2.096 0-3.648-1.63-3.648-3.597 0-2.2 1.5-3.701 3.674-3.701z' fill-rule='evenodd' fill='%23FFF'/%3E%3C/svg%3E")
    }

@media (min-width:768px) {
    .logo-header {
        height: 32px
    }

    .logo-header__link {
        padding-left: 153px;
        padding-top: 32px
    }

        .logo-header__link:before {
            opacity: 1
        }

        .logo-header__link:after, body.header-color-invert .logo-header__link:before {
            opacity: 0
        }

    body.header-color-invert .logo-header__link:after {
        opacity: 1
    }

    .site-header--sub-menu-is-open .logo-header__link:before {
        opacity: 0
    }

    .site-header--sub-menu-is-open .logo-header__link:after {
        opacity: 1
    }
}

body.search .site-content {
    padding-top: 152px
}

    body.search .site-content h1 {
        margin: 0;
        font-weight: 400;
        font-size: 48px;
        line-height: 1.3
    }

.search-results__article {
    font-size: 20px;
    line-height: 1.6
}

.search-results__article__title {
    font-size: 32px;
    line-height: 1.5
}

.search-results__article__post-type {
    display: block;
    font-weight: 600;
    margin: 0 0 32px
}

.bbg-heading--has-subtitle .bbg-heading__title {
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-inline-box;
    display: inline-flex
}

.bbg-heading--has-subtitle .bbg-heading__title--semi-bold {
    font-weight: 600
}

.bbg-heading--has-subtitle .bbg-heading__title:after {
    width: 45px;
    height: 2px;
    background-color: currentColor;
    content: "";
    margin: auto 0 auto .5em
}

.bbg-heading__subtitle {
    font-size: 96px;
    line-height: 1.3
}

@media (max-width:767px) {
    .bbg-heading__subtitle {
        font-size: 48px;
        line-height: 1.3
    }
}

.image-figure {
    margin: 0 auto 32px
}

.image-figure__link {
    padding-bottom: 0;
    background-image: none;
    display: inline-block
}

.image-figure__image {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.image-figure__image--small {
    display: none !important
}

@media (max-width:768px) {
    .image-figure__image {
        display: none !important
    }

    .image-figure__image--small {
        display: block !important
    }
}

.image-figure__caption {
    font-size: 16px;
    line-height: 1.5;
    opacity: .75;
    margin: 32px 0 0;
    padding-top: 10px
}

@media (min-width:1024px) {
    .bbg-height--40 .image-figure--inherit-row-height, .bbg-height--60 .image-figure--inherit-row-height, .bbg-height--75 .image-figure--inherit-row-height, .bbg-height--100 .image-figure--inherit-row-height {
        position: relative;
        padding: 100% 0 0 100%;
        overflow: hidden
    }

    .bbg-height--40 .image-figure--inherit-row-height {
        padding-top: 40vh
    }

    body.has-bb-that .bbg-height--40 .image-figure--inherit-row-height {
        padding-top: calc(40vh - 30px)
    }

    .bbg-height--60 .image-figure--inherit-row-height {
        padding-top: 60vh
    }

    body.has-bb-that .bbg-height--60 .image-figure--inherit-row-height {
        padding-top: calc(60vh - 30px)
    }

    .bbg-height--75 .image-figure--inherit-row-height {
        padding-top: 75vh
    }

    body.has-bb-that .bbg-height--75 .image-figure--inherit-row-height {
        padding-top: calc(75vh - 30px)
    }

    .bbg-height--100 .image-figure--inherit-row-height {
        padding-top: 100vh
    }

    body.has-bb-that .bbg-height--100 .image-figure--inherit-row-height {
        padding-top: calc(100vh - 30px)
    }

    .bbg-height--40 .image-figure--inherit-row-height .image-figure__image, .bbg-height--60 .image-figure--inherit-row-height .image-figure__image, .bbg-height--75 .image-figure--inherit-row-height .image-figure__image, .bbg-height--100 .image-figure--inherit-row-height .image-figure__image {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        min-width: 100%;
        min-height: 100%;
        max-height: none;
        max-width: none
    }

    .bbg-height--40 .image-figure--inherit-row-height .image-figure__caption, .bbg-height--60 .image-figure--inherit-row-height .image-figure__caption, .bbg-height--75 .image-figure--inherit-row-height .image-figure__caption, .bbg-height--100 .image-figure--inherit-row-height .image-figure__caption {
        position: absolute;
        z-index: 5;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        padding: 0 18px
    }
}

.bbg-social-share {
    display: -webkit-box;
    display: flex;
    list-style: none;
    margin: 0;
    float: right
}

@media (max-width:767px) {
    .bbg-social-share {
        float: none;
        margin: 8px 0 40px
    }
}

.bbg-social-share__item {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    padding-right: 35px;
    margin: 0
}

    .bbg-social-share__item:last-of-type {
        padding-right: 0
    }

.bbg-social-share__item__link {
    background: none
}

    .bbg-social-share__item__link:before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        vertical-align: bottom;
        background: no-repeat 50%/cover
    }

.bbg-social-share__item__link--linkedin:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.149 10.07h2.578v8.458H6.148V10.07zM7.453 6C6.579 6 6 6.632 6 7.46c0 .81.555 1.459 1.422 1.459h.016c.898 0 1.46-.649 1.453-1.46C8.883 6.633 8.336 6 7.453 6zm7.586 3.874c-1.372 0-1.982.821-2.32 1.4v-1.203h-2.57s.03.794 0 8.457h2.57v-4.72c0-.256.024-.504.085-.69.188-.504.609-1.025 1.322-1.025.928 0 1.303.777 1.303 1.912v4.523H18V13.68c0-2.594-1.266-3.806-2.961-3.806z'/%3E%3C/svg%3E")
}

.bbg-social-share__item__link--twitter:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.202 9.007c.01.132.01.264.01.397 0 4.024-2.806 8.661-7.931 8.661-1.58 0-3.047-.5-4.281-1.367.225.028.44.037.674.037 1.303 0 2.501-.48 3.46-1.3-1.226-.028-2.252-.905-2.606-2.112a2.73 2.73 0 0 0 1.26-.056c-1.278-.283-2.236-1.508-2.236-2.988v-.037c.371.225.802.367 1.26.386-.75-.547-1.242-1.48-1.242-2.535 0-.566.138-1.085.38-1.537 1.372 1.848 3.434 3.055 5.747 3.186a3.677 3.677 0 0 1-.07-.698C11.627 7.367 12.87 6 14.414 6c.803 0 1.528.367 2.037.961a5.225 5.225 0 0 0 1.769-.735 2.996 2.996 0 0 1-1.226 1.677 5.2 5.2 0 0 0 1.606-.47 6.342 6.342 0 0 1-1.398 1.574z'/%3E%3C/svg%3E")
}

.bbg-social-share__item__link--facebook:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 10.26l-.234 2.24h-1.774V19h-2.664v-6.5H9v-2.24h1.328V8.91c0-1.822.75-2.91 2.884-2.91h1.773v2.24h-1.11c-.828 0-.883.316-.883.9v1.12H15z'/%3E%3C/svg%3E")
}

.bbg-social-share__item__link--email:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.569 7L12 13.593 19.431 7H4.57zM4 7.535v9.273c0 .106.09.192.2.192h15.6c.11 0 .2-.086.2-.192V7.535l-7.731 6.863a.412.412 0 0 1-.538 0L4 7.535z'/%3E%3C/svg%3E")
}

.single-post .bbg-heading, .single-press .bbg-heading {
    margin-top: 140px
}

@media (max-width:767px) {
    .single-post .bbg-heading, .single-press .bbg-heading {
        margin-top: 30px
    }
}

.single-post .bbg-heading__title a, .single-press .bbg-heading__title a {
    background: none
}

.single-post .bbg-related__title, .single-press .bbg-related__title {
    text-align: center
}

    .single-post .bbg-related__title .bbg-row--content, .single-press .bbg-related__title .bbg-row--content {
        padding: 0
    }

    .single-post .bbg-related__title h4, .single-press .bbg-related__title h4 {
        margin: 0
    }

@media (max-width:767px) {
    .single-post .bbg-related__title h4, .single-press .bbg-related__title h4 {
        text-align: left;
        font-size: 32px;
        line-height: 1.5
    }
}

.single-post .bbg-single-info__by-line, .single-post .bbg-single-info__date, .single-press .bbg-single-info__by-line, .single-press .bbg-single-info__date {
    margin-bottom: 0;
    font-size: 16px
}

    .single-post .bbg-single-info__by-line:empty, .single-post .bbg-single-info__date:empty, .single-press .bbg-single-info__by-line:empty, .single-press .bbg-single-info__date:empty {
        display: none
    }

.single-post img[class*=attachment-], .single-post img[class*=wp-image-], .single-press img[class*=attachment-], .single-press img[class*=wp-image-] {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.single-post .wpb_single_image, .single-press .wpb_single_image {
    padding: 20px 0
}

.single-post .wp-caption, .single-press .wp-caption {
    max-width: 100%;
    margin: 0 auto
}

    .single-post .wp-caption p:empty, .single-press .wp-caption p:empty {
        display: none
    }

    .single-post .wp-caption .wp-caption-text, .single-press .wp-caption .wp-caption-text {
        font-size: 16px;
        padding-top: 15px
    }

.single-post a.no-follow, .single-press a.no-follow {
    background: none;
    pointer-events: none;
    text-decoration: none;
    cursor: default
}

.menu-header__search {
    background-color: #474747;
    color: #fff
}

    .menu-header__search[focus-within] {
        color: #000;
        background-color: #fff
    }

    .menu-header__search:focus-within {
        color: #000;
        background-color: #fff
    }

.menu-header__search__query {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    line-height: 1.6;
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    padding: 18px;
    margin: 0
}

    .menu-header__search__query::-webkit-input-placeholder {
        color: inherit
    }

    .menu-header__search__query::-moz-placeholder {
        color: inherit
    }

    .menu-header__search__query::-ms-input-placeholder {
        color: inherit
    }

    .menu-header__search__query::placeholder {
        color: inherit
    }

    .menu-header__search__query::-webkit-search-cancel-button {
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background: 50%/cover no-repeat url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='%23FFF' /%3E%3C/svg%3E")
    }

    .menu-header__search__query:focus {
        outline: 0
    }

.menu-header__search__submit {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    overflow: hidden;
    padding: 68px 0 0 68px;
    background: 50%/30px 30px no-repeat url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M20.604 19.896l-5.173-5.173A6.468 6.468 0 0 0 17 10.5C17 6.916 14.084 4 10.5 4a6.466 6.466 0 0 0-4.598 1.903A6.457 6.457 0 0 0 4 10.5c0 3.584 2.916 6.5 6.5 6.5a6.47 6.47 0 0 0 4.224-1.569l5.173 5.173.707-.708zM10.5 16A5.506 5.506 0 0 1 5 10.5a5.455 5.455 0 0 1 1.61-3.889A5.462 5.462 0 0 1 10.5 5c3.032 0 5.5 2.467 5.5 5.5 0 3.032-2.468 5.5-5.5 5.5z' fill='%23FFF' /%3E%3C/svg%3E")
}

.menu-header__search[focus-within] .menu-header__search__query::-webkit-search-cancel-button {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E")
}

.menu-header__search:focus-within .menu-header__search__query::-webkit-search-cancel-button {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E")
}

.menu-header__search[focus-within] .menu-header__search__submit {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.604 19.896l-5.173-5.173A6.468 6.468 0 0 0 17 10.5C17 6.916 14.084 4 10.5 4a6.466 6.466 0 0 0-4.598 1.903A6.457 6.457 0 0 0 4 10.5c0 3.584 2.916 6.5 6.5 6.5a6.47 6.47 0 0 0 4.224-1.569l5.173 5.173.707-.708zM10.5 16A5.506 5.506 0 0 1 5 10.5a5.455 5.455 0 0 1 1.61-3.889A5.462 5.462 0 0 1 10.5 5c3.032 0 5.5 2.467 5.5 5.5 0 3.032-2.468 5.5-5.5 5.5z'/%3E%3C/svg%3E")
}

.menu-header__search:focus-within .menu-header__search__submit {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.604 19.896l-5.173-5.173A6.468 6.468 0 0 0 17 10.5C17 6.916 14.084 4 10.5 4a6.466 6.466 0 0 0-4.598 1.903A6.457 6.457 0 0 0 4 10.5c0 3.584 2.916 6.5 6.5 6.5a6.47 6.47 0 0 0 4.224-1.569l5.173 5.173.707-.708zM10.5 16A5.506 5.506 0 0 1 5 10.5a5.455 5.455 0 0 1 1.61-3.889A5.462 5.462 0 0 1 10.5 5c3.032 0 5.5 2.467 5.5 5.5 0 3.032-2.468 5.5-5.5 5.5z'/%3E%3C/svg%3E")
}

.menu-header__toggle-search {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    width: 0;
    height: 0;
    margin: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 24px 0 0 24px;
    background: 50%/24px 24px no-repeat url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.604 19.896l-5.173-5.173A6.468 6.468 0 0 0 17 10.5C17 6.916 14.084 4 10.5 4a6.466 6.466 0 0 0-4.598 1.903A6.457 6.457 0 0 0 4 10.5c0 3.584 2.916 6.5 6.5 6.5a6.47 6.47 0 0 0 4.224-1.569l5.173 5.173.707-.708zM10.5 16A5.506 5.506 0 0 1 5 10.5a5.455 5.455 0 0 1 1.61-3.889A5.462 5.462 0 0 1 10.5 5c3.032 0 5.5 2.467 5.5 5.5 0 3.032-2.468 5.5-5.5 5.5z'/%3E%3C/svg%3E")
}

.header-color-invert .menu-header__toggle-search {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M20.604 19.896l-5.173-5.173A6.468 6.468 0 0 0 17 10.5C17 6.916 14.084 4 10.5 4a6.466 6.466 0 0 0-4.598 1.903A6.457 6.457 0 0 0 4 10.5c0 3.584 2.916 6.5 6.5 6.5a6.47 6.47 0 0 0 4.224-1.569l5.173 5.173.707-.708zM10.5 16A5.506 5.506 0 0 1 5 10.5a5.455 5.455 0 0 1 1.61-3.889A5.462 5.462 0 0 1 10.5 5c3.032 0 5.5 2.467 5.5 5.5 0 3.032-2.468 5.5-5.5 5.5z' fill='%23FFF' /%3E%3C/svg%3E")
}

.menu-header {
    line-height: 1.5;
    font-size: 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.menu-header__list {
    padding: 0;
    margin: 0
}

.menu-header__item, .menu-header__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.menu-header__title {
    font-weight: 600;
    font-size: inherit;
    margin: 0;
    position: relative;
    z-index: 1
}

.menu-header__link, .menu-header__link:visited, .menu-header__link:hover, .menu-header__link:active, .menu-header__link:link {
    color: inherit;
    text-decoration: none;
    white-space: nowrap
}

    .menu-header__link[searchlink=true], .menu-header__link[searchlink=true]:visited, .menu-header__link[searchlink=true]:hover, .menu-header__link[searchlink=true]:active, .menu-header__link[searchlink=true]:link {
        color: #0d9ddb
    }

.menu-header__button, .menu-header__button:hover {
    font: inherit;
    color: inherit;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: inherit;
    background-color: transparent;
    text-transform: none;
}

.menu-header__button__text {
    pointer-events: none
}

.menu-header__sub-menu__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0;
    margin: 0
}

.menu-header__sub-menu__title {
    margin: 0
}

.menu-header__sub-menu__title__link, .menu-header__sub-menu__title__link:visited, .menu-header__sub-menu__title__link:hover {
    text-decoration: none;
    color: inherit
}

@media(max-width: 767px) {
    .menu-header {
        background-color: #000;
        color: #fff;
        display: none
    }

    .menu-header--open {
        display: block
    }

    .menu-header__item {
        border-bottom: 1px solid #474747
    }

    .menu-header__item--search {
        padding: 32px 0;
        border-bottom: 0
    }

    .menu-header__title {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.6;
        padding: 32px 0
    }

    .menu-header__item--open .menu-header__title {
        padding-bottom: 0
    }

    .menu-header__item--open .menu-header__button:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .menu-header__item--open .menu-header__sub-menu {
        display: block
    }

    .menu-header__button {
        padding-right: 1.5em;
        position: relative;
        width: 100%;
        text-align: left;
        cursor: pointer
    }

        .menu-header__button:after {
            position: absolute;
            -webkit-transition: -webkit-transform .2s;
            transition: -webkit-transform .2s;
            transition: transform .2s;
            transition: transform .2s,-webkit-transform .2s;
            top: 0;
            right: 0;
            content: "";
            width: 1.5em;
            height: 1.5em;
            background: no-repeat 50%/cover url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M20 13.143h-6.857V20h-2.286v-6.857H4v-2.286h6.857V4h2.286v6.857H20z' fill='%23FFF' /%3E%3C/svg%3E")
        }

        .menu-header__button:focus {
            outline: 0
        }

            .menu-header__button:focus .menu-header__button__text {
                outline: 1px dotted currentColor;
                outline: 5px auto -webkit-focus-ring-color
            }

    .menu-header__sub-menu {
        display: none
    }

    .menu-header__sub-menu__link, .menu-header__sub-menu__link:focus {
        color: inherit;
        text-decoration: none
    }

        .menu-header__sub-menu__link[target=_blank] {
            color: #0d9ddb
        }

    .menu-header__sub-menu__title {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5
    }

    .menu-header__sub-menu__cta, .menu-header__sub-menu__description {
        display: none
    }

    .menu-header__sub-menu__list {
        list-style: none;
        padding: 16px 0
    }

    .menu-header__sub-menu__item {
        padding: 8px 32px
    }
}

@media(min-width: 768px) {
    .menu-header {
        color: #000;
        height: 32px;
        font-size: 14px;
        line-height: 1.5
    }

    .site-header--sub-menu-is-open .menu-header, body.header-color-invert .menu-header {
        color: #fff
    }

    .menu-header__button:focus {
        outline: 1px dotted currentColor;
        outline: 5px auto -webkit-focus-ring-color
    }

    .menu-header__button:before, .menu-header__link:before {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: currentColor;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
    }

    .menu-header__button:focus:before, .menu-header__item--active .menu-header__button:before, .menu-header__item--active .menu-header__link:before, .menu-header__item--open .menu-header__button:before, .menu-header__item:hover .menu-header__button:before, .menu-header__link:focus:before, .menu-header__link:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    .menu-header__list {
        -webkit-box-orient: horizontal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .menu-header__list, .menu-header__title {
        -webkit-box-direction: normal;
        height: 100%
    }

    .menu-header__title {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center
    }

    .menu-header__item--open .menu-header__sub-menu, .menu-header__item:hover .menu-header__sub-menu, .menu-header__item_hover {
        max-height: 100vh;
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .2s,visibility .2s step-start,max-height .2s step-start;
        transition: opacity .2s,visibility .2s step-start,max-height .2s step-start
    }

    .menu-header__sub-menu {
        background-color: #000;
        color: #fff;
        width: 100vw;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 80px 16px;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .2s,visibility .2s step-end,max-height .2s step-end;
        transition: opacity .2s,visibility .2s step-end,max-height .2s step-end
    }

        .menu-header__sub-menu:before {
            content: "";
            background-color: inherit;
            position: absolute;
            top: -72px;
            left: -1px;
            right: -1px;
            bottom: 0;
            z-index: -1
        }

    .menu-header__sub-menu__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .menu-header__sub-menu__item {
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
        flex: 1 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: start;
        justify-content: flex-start;
        margin: 0 16px
    }

    .menu-header__sub-menu__title {
        font-size: 20px;
        line-height: 1.6;
        font-weight: 400;
        margin-bottom: auto
    }

        .menu-header__sub-menu__title:before {
            content: "";
            display: block;
            width: 100px;
            height: 4px;
            background-color: #474747;
            margin-bottom: 20px
        }

    .menu-header__sub-menu__description {
        font-size: 16px;
        line-height: 1.5;
        margin: 20px 0;
        height: 100%;
    }

    .menu-header__sub-menu__cta {
        align-self: flex-start;
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.5;
        position: relative
    }

        .menu-header__sub-menu__cta:before {
            content: "";
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            height: 2px;
            width: 100%;
            background-color: currentColor;
            -webkit-transform-origin: left center;
            transform-origin: left center;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: -webkit-transform .2s ease-in-out;
            transition: -webkit-transform .2s ease-in-out;
            transition: transform .2s ease-in-out;
            transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
        }

        .menu-header__sub-menu__cta:after {
            content: "";
            width: 1em;
            height: 1em;
            display: inline-block;
            vertical-align: middle;
            margin-left: .5em;
            background: no-repeat 50%/cover url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z' fill='%23FFF' /%3E%3C/svg%3E")
        }

    .menu-header__sub-menu__link, .menu-header__sub-menu__link:hover, .menu-header__sub-menu__link:visited, .menu-header__sub-menu__link:focus, menu-header__sub-menu__link h3 {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        height: 100%;
        color: inherit;
        text-decoration: none
    }

        .menu-header__sub-menu__link:focus .menu-header__sub-menu__cta:before, .menu-header__sub-menu__link:hover .menu-header__sub-menu__cta:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1)
        }
}

@media(min-width: 1024px) {
    .menu-header {
        font-size: 16px;
        line-height: 1.5
    }

    .menu-header__sub-menu {
        padding: 80px 32px
    }

    .menu-header__sub-menu__item {
        margin: 0 32px
    }

    .menu-header__sub-menu__title {
        font-size: 32px;
        line-height: 1.5
    }

    .menu-header__sub-menu__cta, .menu-header__sub-menu__description {
        font-size: 20px;
        line-height: 1.6
    }
}



.bbg-categories-dropdown__title {
    font-size: 20px;
    line-height: 1.6
}

.bbg-categories-dropdown__dropdown {
    display: block;
    outline: none;
    width: 910px;
    max-width: 100%;
    font-family: inherit;
    font-size: 64px;
    padding: 0 85px 15px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #000;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 8.744L11.999 17 4 8.744l.72-.743 7.278 7.512L19.278 8l.722.744z'/%3E%3C/svg%3E");
    background-position: right .3em center;
    background-repeat: no-repeat;
    background-size: .75em auto,100%
}

@media (max-width:768px) {
    .bbg-categories-dropdown__dropdown {
        font-size: 48px;
        padding: 0 55px 15px 0;
        background-position: right .1em center
    }
}

.bbg-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    border: solid #cdcdcd;
    border-width: 1px 0
}

.bbg-pagination, .bbg-pagination-controls {
    display: -webkit-box;
    display: flex;
    align-self: center
}

.bbg-pagination__item {
    list-style: none;
    margin: 0;
    border-left: 1px solid #cdcdcd;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

    .bbg-pagination__item:first-child {
        border-left: 0
    }

.bbg-pagination__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
    background-size: 0
}

    .bbg-pagination__link--active, .bbg-pagination__link:focus, .bbg-pagination__link:hover {
        font-weight: 600;
        color: #000;
        background-color: #cdcdcd;
        position: relative;
        z-index: 5
    }

.bbg-pagination__link--next, .bbg-pagination__link--prev {
    padding: 48px 0 0 48px;
    width: 0;
    height: 0;
    overflow: hidden;
    background: 50%/32px 32px no-repeat url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.707 12.354l-7.354 7.354-.707-.707 6.146-6.146H5v-1h12.793l-6.147-6.148.707-.707z'/%3E%3C/svg%3E")
}

.bbg-pagination__link--prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bbg-blog-feed {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.bbg-blog-feed__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
    color: #000;
    text-decoration: none;
    background: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}

.bbg-blog-feed__item__image {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    position: relative;
    height: 100%
}

    .bbg-blog-feed__item__image img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .bbg-blog-feed__item__image:empty {
        display: none
    }

.bbg-blog-feed__item__title {
    margin: 0;
    padding: 30px
}

.bbg-blog-feed__item--small {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    margin-top: -1px;
    max-width: 595px;
    min-height: 190px
}

    .bbg-blog-feed__item--small .bbg-blog-feed__item__image {
        width: 280px
    }

    .bbg-blog-feed__item--small .bbg-blog-feed__item__title__cat {
        display: none
    }

@media (max-width:1280px) {
    .bbg-blog-feed__item--small {
        max-width: 470px;
        min-height: 140px
    }

        .bbg-blog-feed__item--small .bbg-blog-feed__item__image {
            width: 205px
        }
}

@media (max-width:1024px) {
    .bbg-blog-feed__item--small {
        max-width: 100%;
        min-height: 190px
    }

        .bbg-blog-feed__item--small .bbg-blog-feed__item__image {
            width: 280px
        }
}

@media (max-width:768px) {
    .bbg-blog-feed__item--small {
        min-height: 140px
    }

        .bbg-blog-feed__item--small .bbg-blog-feed__item__image {
            width: 205px
        }
}

.bbg-blog-feed__item--large {
    margin: 40px 0;
    border: 1px solid #cdcdcd
}

    .bbg-blog-feed__item--large[data-post-type=press] {
        border: 5px solid #000
    }

    .bbg-blog-feed__item--large:hover {
        background-color: #000;
        color: #fff
    }

        .bbg-blog-feed__item--large:hover .bbg-blog-feed__item__title:after {
            background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M19.707 12.354l-7.354 7.354-.707-.707 6.146-6.146H5v-1h12.793l-6.147-6.148.707-.707z' fill='%23FFF' /%3E%3C/svg%3E")
        }

    .bbg-blog-feed__item--large .bbg-blog-feed__item__image {
        width: 490px;
        min-height: 390px
    }

        .bbg-blog-feed__item--large .bbg-blog-feed__item__image:empty + .bbg-blog-feed__item__title {
            max-width: 790px;
            padding-left: 100px;
            padding-right: 90px;
            padding-bottom: 30px
        }

            .bbg-blog-feed__item--large .bbg-blog-feed__item__image:empty + .bbg-blog-feed__item__title:after {
                left: unset;
                right: 30px
            }

    .bbg-blog-feed__item--large .bbg-blog-feed__item__title {
        position: relative;
        font-size: 32px;
        line-height: 1.5;
        height: 100%;
        max-width: 590px;
        padding-bottom: 90px
    }

    .bbg-blog-feed__item--large .bbg-blog-feed__item__title__cat {
        display: -webkit-box;
        display: flex;
        font-size: 16px;
        line-height: 1.5;
        padding-bottom: 20px
    }

        .bbg-blog-feed__item--large .bbg-blog-feed__item__title__cat:after {
            width: 45px;
            height: 2px;
            background-color: currentColor;
            content: "";
            margin: auto 0 auto .5em
        }

    .bbg-blog-feed__item--large .bbg-blog-feed__item__title:after {
        content: "";
        position: absolute;
        left: 30px;
        bottom: 30px;
        width: 32px;
        height: 32px;
        background: no-repeat 50% url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M19.707 12.354l-7.354 7.354-.707-.707 6.146-6.146H5v-1h12.793l-6.147-6.148.707-.707z' fill='%23000' /%3E%3C/svg%3E");
        background-size: 50px
    }

@media (max-width:1024px) {
    .bbg-blog-feed__item--large .bbg-blog-feed__item__image {
        width: 310px;
        min-height: 270px
    }

        .bbg-blog-feed__item--large .bbg-blog-feed__item__image:empty + .bbg-blog-feed__item__title {
            padding-left: 30px
        }
}

@media (max-width:768px) {
    .bbg-blog-feed__item--large {
        -webkit-box-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

        .bbg-blog-feed__item--large .bbg-blog-feed__item__image {
            width: 100%;
            max-width: 100%;
            height: 350px
        }
}

.bbg-press-feed {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    background: none
}

.bbg-press-feed--simple {
    position: relative;
    padding: 100px 0
}

    .bbg-press-feed--simple .bbg-press-feed__title {
        color: #fff;
        font-size: 64px;
        line-height: 1.3;
        padding: 0;
        margin: 0;
        max-width: 55%
    }

        .bbg-press-feed--simple .bbg-press-feed__title span {
            background: #000
        }

    .bbg-press-feed--simple:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        width: 200vw;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        background-color: #000;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Ccircle cx='1' cy='1' r='.5'/%3E%3Ccircle cx='11' cy='11' r='.5'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 30px 30px
    }

    .bbg-press-feed--simple:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 120px;
        height: 120px;
        background: no-repeat 50% url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z' fill='%23FFF' /%3E%3C/svg%3E");
        background-color: #000;
        background-size: 80px
    }

.bbg-press-feed--featured {
    margin: 40px 0;
    padding: 0;
    border: 1px solid #cdcdcd
}

    .bbg-press-feed--featured .bbg-press-feed__image {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        position: relative;
        height: 100%;
        width: 490px;
        min-height: 390px
    }

        .bbg-press-feed--featured .bbg-press-feed__image img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .bbg-press-feed--featured .bbg-press-feed__image:empty {
            display: none
        }

@media (max-width:1024px) {
    .bbg-press-feed--featured .bbg-press-feed__image {
        width: 310px;
        min-height: 270px
    }
}

@media (max-width:768px) {
    .bbg-press-feed--featured .bbg-press-feed__image {
        width: 100%;
        max-width: 100%;
        height: 350px
    }
}

.bbg-press-feed--featured .bbg-press-feed__title {
    color: #000;
    font-size: 32px;
    line-height: 1.5;
    padding: 0 50px 0 100px;
    margin: 0
}

@media (max-width:768px) {
    .bbg-press-feed--featured .bbg-press-feed__title {
        padding: 60px 30px
    }
}

@media (max-width:768px) {
    .bbg-press-feed--featured {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start
    }
}

.bbg-press-feed[data-type=landing] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.bbg-press-feed-landing {
    width: 100%;
    padding: 100px 0;
    border-bottom: 1px solid #cdcdcd
}

.bbg-press-feed-landing__title {
    font-weight: 600
}

.bbg-press-feed-landing__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
    padding: 0;
    margin: 70px 0;
    border: 1px solid #cdcdcd;
    color: #000;
    text-decoration: none;
    background: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}

    .bbg-press-feed-landing__item:hover {
        background-color: #000;
        color: #fff
    }

        .bbg-press-feed-landing__item:hover .bbg-press-feed-landing__item__title:after {
            background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M19.707 12.354l-7.354 7.354-.707-.707 6.146-6.146H5v-1h12.793l-6.147-6.148.707-.707z' fill='%23FFF' /%3E%3C/svg%3E")
        }

.bbg-press-feed-landing__item__image {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    position: relative;
    height: 100%;
    width: 490px;
    min-height: 390px
}

    .bbg-press-feed-landing__item__image:empty + .bbg-press-feed-landing__item__title {
        max-width: 790px;
        padding-left: 100px;
        padding-right: 90px;
        padding-bottom: 30px
    }

        .bbg-press-feed-landing__item__image:empty + .bbg-press-feed-landing__item__title:after {
            left: unset;
            right: 30px
        }

    .bbg-press-feed-landing__item__image img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .bbg-press-feed-landing__item__image:empty {
        display: none
    }

.bbg-press-feed-landing__item__title {
    margin: 0;
    position: relative;
    font-size: 32px;
    line-height: 1.5;
    height: 100%;
    max-width: 590px;
    padding: 30px 30px 90px
}

.bbg-press-feed-landing__item__title__cat {
    display: -webkit-box;
    display: flex;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 20px
}

    .bbg-press-feed-landing__item__title__cat:after {
        width: 45px;
        height: 2px;
        background-color: currentColor;
        content: "";
        margin: auto 0 auto .5em
    }

.bbg-press-feed-landing__item__title:after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 32px;
    height: 32px;
    background: no-repeat 50% url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M19.707 12.354l-7.354 7.354-.707-.707 6.146-6.146H5v-1h12.793l-6.147-6.148.707-.707z' fill='%23000' /%3E%3C/svg%3E");
    background-size: 50px
}

@media (max-width:1024px) {
    .bbg-press-feed-landing__item .bbg-press-feed-landing__item__image {
        width: 310px;
        min-height: 270px
    }

        .bbg-press-feed-landing__item .bbg-press-feed-landing__item__image:empty + .bbg-press-feed-landing__item__title {
            padding-left: 30px
        }
}

@media (max-width:768px) {
    .bbg-press-feed-landing__item {
        -webkit-box-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

        .bbg-press-feed-landing__item .bbg-press-feed-landing__item__image {
            width: 100%;
            max-width: 100%;
            height: 350px
        }
}

.bbg-press-feed-landing:last-of-type {
    border: none;
    padding-bottom: 0
}

.bbg-statistic-block {
    margin: 0;
    font-weight: 600;
    line-height: 1
}

.bbg-statistic-block--xl {
    font-size: 216px
}

.bbg-statistic-block--l {
    font-size: 128px
}

@media (max-width:768px) {
    .bbg-statistic-block {
        font-size: 128px !important
    }
}

@media (max-width:480px) {
    .bbg-statistic-block {
        display: block
    }
}

.bbg-career-table {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 32px
}

    .bbg-career-table table {
        width: 100%;
        border-collapse: collapse
    }

.bbg-career-table__cell {
    width: 20%;
    padding: 16px;
    border-bottom: 1px solid #cdcdcd
}

.bbg-career-table__cell--job-title {
    width: 40%;
    padding-left: 0
}

.bbg-career-table__cell--city {
    padding-right: 0
}

.bbg-career-table__header {
    font-weight: 600;
    text-align: left
}

.bbg-bg--black .bbg-career-table__cell {
    border-color: #474747
}

.bbg-career-table a {
    background-image: none
}

@media (max-width:767px) {
    .bbg-career-table__cell--job-title {
        width: 75%
    }

    .bbg-career-table__cell--function, .bbg-career-table__cell--specialty {
        display: none
    }

    .bbg-career-table__cell--city {
        width: 25%;
        text-align: right
    }
}

.bbg-cta {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.bbg-cta--align-left {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.bbg-cta--align-right {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.bbg-cta__lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background-color: #000
}

body.open-dialog .bbg-cta__lightbox--open {
    display: block
}

.bbg-cta__lightbox__close {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 50px;
    right: 50px;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 48px 0 0 48px;
    background: 50%/cover no-repeat url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%23FFF'%3E%3Cpath d='M12.524 11.863l6.203 6.203-.66.66-6.203-6.203-6.203 6.203-.66-.66 6.203-6.203L5 5.66 5.66 5l6.204 6.203L18.067 5l.66.66z' fill='%23FFF' /%3E%3C/svg%3E")
}

.bbg-cta__lightbox__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5
}

.bbg-button, .bbg-cta__lightbox__content {
    -webkit-box-pack: center;
    justify-content: center
}

.bbg-button {
    display: -webkit-inline-box;
    display: inline-flex;
    text-align: center;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    background-image: none;
    background-color: #000;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0
}

    .bbg-button:hover {
        color: #fff;
        background-color: #474747
    }

.bbg-bg--black .bbg-button {
    background-color: #fff;
    color: #000
}

    .bbg-bg--black .bbg-button:hover {
        background-color: #474747;
        color: #fff
    }

.bbg-row .bbg-button--color-black {
    color: #fff;
    background-color: #000
}

    .bbg-row .bbg-button--color-black:hover {
        color: #fff;
        background-color: #474747
    }

.bbg-row .bbg-button--color-white {
    background-color: #fff;
    color: #000
}

    .bbg-row .bbg-button--color-white:hover {
        background-color: #000;
        color: #fff
    }

.bbg-row.bbg-bg--black .bbg-button--color-white:hover {
    background-color: #474747
}

@media (min-width:0) {
    .bbg-button {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 16px 32px
    }
}

@media (min-width:768px) {
    .bbg-button {
        font-size: 14px;
        letter-spacing: 1.17px;
        padding: 24px 40px
    }
}

@media (min-width:1024px) {
    .bbg-button {
        font-size: 16px;
        letter-spacing: 2px;
        padding: 28px 48px
    }
}

@media (min-width:1280px) {
    .bbg-button {
        font-size: 18px;
        letter-spacing: 2.25px;
        padding: 36px 64px
    }
}

.bbg-button--size-small {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 16px 32px
}

.bbg-button--size-medium {
    font-size: 14px;
    letter-spacing: 1.17px;
    padding: 24px 40px
}

.bbg-button--size-large {
    font-size: 16px;
    letter-spacing: 2px;
    padding: 28px 48px
}

.bbg-button--size-xlarge {
    font-size: 18px;
    letter-spacing: 2.25px;
    padding: 36px 64px
}

@media(max-width: 1023px) {
    .bbg-h-hide-tablet {
        display: none !important
    }
}

@media(max-width: 767px) {
    .bbg-h-hide-mobile {
        display: none !important
    }
}

.bbg-h-hide-desktop, .bbg-h-show-tablet {
    display: none !important
}

@media(max-width: 1023px) {
    .bbg-h-hide-desktop, .bbg-h-show-tablet {
        display: inherit !important
    }
}

.bbg-h-show-mobile {
    display: none !important
}

@media(max-width: 767px) {
    .bbg-h-show-mobile {
        display: inherit !important
    }
}

.bbg-quick-links {
    font-size: 20px;
    line-height: 1.6
}

.bbg-quick-links__list {
    display: -webkit-box;
    display: flex;
    padding: 0;
    margin: 0
}

.bbg-quick-links__item {
    display: -webkit-box;
    display: flex;
    margin-right: 32px
}

    .bbg-quick-links__item:last-child {
        margin-right: 0
    }

.bbg-quick-links__link {
    text-decoration: none;
    color: inherit;
    padding-bottom: 3px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 100% 2px;
    background-image: -webkit-linear-gradient(left,#0d9ddb,#0d9ddb);
    background-image: linear-gradient(90deg,#0d9ddb 0,#0d9ddb)
}

    .bbg-quick-links__link:focus, .bbg-quick-links__link:hover {
        color: #0d9ddb
    }

.bbg-results-filter {
    font-size: 20px;
    line-height: 1.6
}

.bbg-results-filter__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #cdcdcd
}

.bbg-results-filter__item {
    list-style: none
}

.bbg-results-filter__link {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 10px
}

@media(max-width: 767px) {
    .bbg-results-filter__link {
        font-size: 16px;
        line-height: 1.5
    }
}

.bbg-results-filter__link:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: currentColor;
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.bbg-results-filter__link--active:after, .bbg-results-filter__link:focus:after, .bbg-results-filter__link:hover:after {
    opacity: 1
}

.bbg-search {
    background-color: #fff;
    color: #000;
    border: 8px solid;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: z-index .5s step-end,opacity .5s ease-in-out;
    transition: z-index .5s step-end,opacity .5s ease-in-out
}

.bbg-search--active {
    opacity: 1;
    z-index: 50;
    -webkit-transition: z-index .5s step-start,opacity .5s ease-in-out;
    transition: z-index .5s step-start,opacity .5s ease-in-out
}

.bbg-search__close {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 48px 0 0 48px;
    background: 50%/cover no-repeat url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.524 11.863l6.203 6.203-.66.66-6.203-6.203-6.203 6.203-.66-.66 6.203-6.203L5 5.66 5.66 5l6.204 6.203L18.067 5l.66.66z'/%3E%3C/svg%3E")
}

.bbg-search__fields {
    border: 0;
    border-radius: 0;
    display: -webkit-box;
    display: flex
}

.bbg-search__input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding-bottom: 16px;
    border-bottom: 1px solid #cdcdcd
}

.bbg-search__query {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    font-family: inherit;
    font-size: 32px;
    line-height: 1.5;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 0 auto
}

    .bbg-search__query::-webkit-input-placeholder {
        color: inherit
    }

    .bbg-search__query::-moz-placeholder {
        color: inherit
    }

    .bbg-search__query::-ms-input-placeholder {
        color: inherit
    }

    .bbg-search__query::placeholder {
        color: inherit
    }

    .bbg-search__query::-webkit-search-cancel-button {
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        margin-right: .5em;
        width: 32px;
        height: 32px;
        background: 50%/cover no-repeat url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E")
    }

.bbg-search__submit {
    cursor: pointer;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 48px 0 0 48px;
    margin: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 50%/cover no-repeat url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.604 19.896l-5.173-5.173A6.468 6.468 0 0 0 17 10.5C17 6.916 14.084 4 10.5 4a6.466 6.466 0 0 0-4.598 1.903A6.457 6.457 0 0 0 4 10.5c0 3.584 2.916 6.5 6.5 6.5a6.47 6.47 0 0 0 4.224-1.569l5.173 5.173.707-.708zM10.5 16A5.506 5.506 0 0 1 5 10.5a5.455 5.455 0 0 1 1.61-3.889A5.462 5.462 0 0 1 10.5 5c3.032 0 5.5 2.467 5.5 5.5 0 3.032-2.468 5.5-5.5 5.5z'/%3E%3C/svg%3E")
}

.bbg-search__content {
    padding: 80px 32px;
    border: 1px solid #cdcdcd
}

    .bbg-search__content p {
        font-size: 20px;
        line-height: 1.6;
        margin: 0 0 32px
    }

    .bbg-search__content :last-child {
        margin-bottom: 0
    }

    .bbg-search__content a {
        text-decoration: none;
        color: #0d9ddb
    }

        .bbg-search__content a.arrow:after {
            background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='%230d9ddb'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z' fill='%230d9ddb' /%3E%3C/svg%3E")
        }
