#LPbc-box{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}
#LPbc-box, #LPbc-box *, #LPbc-box ::after, #LPbc-box ::before {
    box-sizing: border-box;
}

#LPbc-box .bc-clearfix{
    clear: both;
    display: block;
    float: none;
}
#LPbc-box .bc-img-bg{
    background: url('../img/extended-bckg.jpg') top left no-repeat;
    background-size: cover;
}
@media(max-width: 767px){
    #LPbc-box .bc-img-bg{
        position: relative;
        background: none;
        padding-left: 35%;
        overflow: hidden;
    }
    #LPbc-box .bc-img-bg:before{
        content: '';
        position: absolute;
        left: 0px;
        top: 3rem;
        width: 35%;
        height: 100%;
        background: url('../img/extended-bckg-crop-u206.jpg') top left no-repeat;
        background-size: contain;
    }
}

/* duration */
#LPbc-box .bc-4s-dur{
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

/*overflows*/
#LPbc-box .bc-over-hidden{ overflow: hidden !important; }

/* widths */
#LPbc-box .bc-mw-1200px{ max-width: 1200px; }
#LPbc-box .bc-mw-100{ max-width: 100%; }
#LPbc-box .bc-w-100{ width: 100%; }
#LPbc-box .bc-mw-75-xs{ max-width: 75%; }
#LPbc-box .bc-mw-420px{ max-width: 420px; }
#LPbc-box .bc-w-75-sm{ width: 75%; }
#LPbc-box .bc-w-334px{ width: 334px; }

/*text-aligns*/
#LPbc-box .bc-text-center{ text-align: center; }
#LPbc-box .bc-text-left{ text-align: left; }
#LPbc-box .bc-text-right{ text-align: right; }

/*font sizes*/
#LPbc-box .f-16{ font-size: 16px; line-height: 19px; }
#LPbc-box .f-18{ font-size: 18px; line-height: 22px; }
#LPbc-box .f-22{ font-size: 22px; line-height: 26px; }
#LPbc-box .f-24{ font-size: 24px; line-height: 29px; }
#LPbc-box .f-32{ font-size: 32px; line-height: 38px; }

/*font colors*/
#LPbc-box .f-black{ color: #000000; }
#LPbc-box .f-blue{ color: #1F9AD8; }
#LPbc-box .f-grey{ color: #7F7F7F; }
#LPbc-box .f-white{ color: #FFFFFF; }

/*font variables*/
#LPbc-box .f-bold{ font-weight: bold; }
#LPbc-box .f-oblique{ font-style: oblique; }

/* buttons */
#LPbc-box .bc-btn-blue{
    text-decoration: none;
    background-color: #005691;
    border-bottom: 3px solid #005691;
}
#LPbc-box .bc-btn-blue:hover,#LPbc-box .bc-btn-blue:focus{
    background-color: #6699BD;
}
#LPbc-box .bc-btn-blue-light{
    text-decoration: none;
    background-color: #29ABE2;
    border-bottom: 3px solid #29ABE2;
}
#LPbc-box .bc-btn-blue-light:hover,#LPbc-box .bc-btn-blue-light:focus{
    background-color: #7ECCED;
}


#LPbc-box a.sg_sprawdz {
    display: inline-block;
    background-color: #f60;
    border-radius: 3px;
    color: #fff;
    font-family: arimoregular,sans-serif;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    clear: both;
    line-height: normal;
    z-index: 101;
    font-weight: 400;
    text-decoration: none;
    width: 195px;
    padding: 14px 20px;
    line-height: normal;
}
#LPbc-box a.sg_sprawdz:hover {
    background-color: #31a2ed;
    text-decoration: none;
}

#LPbc-box .footer-lp {
    font-family: Arial;
    font-size: 16px;
    color: #2e7ae7;
    margin-top: 20px;
    text-align: left;
    background-color: #fff;
    line-height: normal;
}
#LPbc-box .footer-lp a {
    text-decoration: none; 
    color: #31a2ed;
    font: inherit;
}
#LPbc-box .footer-lp a:hover {
    text-decoration: underline;
    color: #31a2ed;
}


/*padding*/
#LPbc-box .bc-p-0{ padding: 0rem !important; }
#LPbc-box .bc-p-1{ padding: .25rem !important; }
#LPbc-box .bc-p-2{ padding: .5rem !important; }
#LPbc-box .bc-p-3{ padding: 1rem !important; }
#LPbc-box .bc-p-4{ padding: 1.5rem !important; }
#LPbc-box .bc-p-5{ padding: 3rem !important; }
/*padding top and bottom*/
#LPbc-box .bc-py-0{ padding-top: 0rem !important; padding-bottom: 0rem !important; }
#LPbc-box .bc-py-1{ padding-top: .25rem !important; padding-bottom: .25rem !important; }
#LPbc-box .bc-py-2{ padding-top: .5rem !important; padding-bottom: .5rem !important; }
#LPbc-box .bc-py-3{ padding-top: 1rem !important; padding-bottom: 1rem !important; }
#LPbc-box .bc-py-4{ padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
#LPbc-box .bc-py-5{ padding-top: 3rem !important; padding-bottom: 3rem !important; }
/*padding left and right*/
#LPbc-box .bc-px-0{ padding-left: 0rem !important; padding-right: 0rem !important; }
#LPbc-box .bc-px-1{ padding-left: .25rem !important; padding-right: .25rem !important; }
#LPbc-box .bc-px-2{ padding-left: .5rem !important; padding-right: .5rem !important; }
#LPbc-box .bc-px-3{ padding-left: 1rem !important; padding-right: 1rem !important; }
#LPbc-box .bc-px-4{ padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
#LPbc-box .bc-px-5{ padding-left: 3rem !important; padding-right: 3rem !important; }
/*padding bottom*/
#LPbc-box .bc-pb-0{ padding-bottom: 0rem !important; }
#LPbc-box .bc-pb-1{ padding-bottom: .25rem !important; }
#LPbc-box .bc-pb-2{ padding-bottom: .5rem !important; }
#LPbc-box .bc-pb-3{ padding-bottom: 1rem !important; }
#LPbc-box .bc-pb-4{ padding-bottom: 1.5rem !important; }
#LPbc-box .bc-pb-5{ padding-bottom: 3rem !important; }
/*padding top*/
#LPbc-box .bc-pt-0{ padding-top: 0rem !important; }
#LPbc-box .bc-pt-1{ padding-top: .25rem !important; }
#LPbc-box .bc-pt-2{ padding-top: .5rem !important; }
#LPbc-box .bc-pt-3{ padding-top: 1rem !important; }
#LPbc-box .bc-pt-4{ padding-top: 1.5rem !important; }
#LPbc-box .bc-pt-5{ padding-top: 3rem !important; }
/*padding left*/
#LPbc-box .bc-pl-0{ padding-left: 0rem !important; }
#LPbc-box .bc-pl-1{ padding-left: .25rem !important; }
#LPbc-box .bc-pl-2{ padding-left: .5rem !important; }
#LPbc-box .bc-pl-3{ padding-left: 1rem !important; }
#LPbc-box .bc-pl-4{ padding-left: 1.5rem !important; }
#LPbc-box .bc-pl-5{ padding-left: 3rem !important; }
/*padding right*/
#LPbc-box .bc-pr-0{ padding-right: 0rem !important; }
#LPbc-box .bc-pr-1{ padding-right: .25rem !important; }
#LPbc-box .bc-pr-2{ padding-right: .5rem !important; }
#LPbc-box .bc-pr-3{ padding-right: 1rem !important; }
#LPbc-box .bc-pr-4{ padding-right: 1.5rem !important; }
#LPbc-box .bc-pr-5{ padding-right: 3rem !important; }
/*margins*/
#LPbc-box .bc-m-0{ margin: 0rem !important; }
#LPbc-box .bc-m-1{ margin: .25rem !important; }
#LPbc-box .bc-m-2{ margin: .5rem !important; }
#LPbc-box .bc-m-3{ margin: 1rem !important; }
#LPbc-box .bc-m-4{ margin: 1.5rem !important; }
#LPbc-box .bc-m-5{ margin: 3rem !important; }
/*margins top and bottom*/
#LPbc-box .bc-my-0{ margin-top: 0rem !important; margin-bottom: 0rem !important; }
#LPbc-box .bc-my-1{ margin-top: .25rem !important; margin-bottom: .25rem !important; }
#LPbc-box .bc-my-2{ margin-top: .5rem !important; margin-bottom: .5rem !important; }
#LPbc-box .bc-my-3{ margin-top: 1rem !important; margin-bottom: 1rem !important; }
#LPbc-box .bc-my-4{ margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
#LPbc-box .bc-my-5{ margin-top: 3rem !important; margin-bottom: 3rem !important; }
/*margins left and right*/
#LPbc-box .bc-mx-0{ margin-left: 0rem !important; margin-right: 0rem !important; }
#LPbc-box .bc-mx-1{ margin-left: .25rem !important; margin-right: .25rem !important; }
#LPbc-box .bc-mx-2{ margin-left: .5rem !important; margin-right: .5rem !important; }
#LPbc-box .bc-mx-3{ margin-left: 1rem !important; margin-right: 1rem !important; }
#LPbc-box .bc-mx-4{ margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
#LPbc-box .bc-mx-5{ margin-left: 3rem !important; margin-right: 3rem !important; }
/*margins bottom*/
#LPbc-box .bc-mb-0{ margin-bottom: 0rem !important; }
#LPbc-box .bc-mb-1{ margin-bottom: .25rem !important; }
#LPbc-box .bc-mb-2{ margin-bottom: .5rem !important; }
#LPbc-box .bc-mb-3{ margin-bottom: 1rem !important; }
#LPbc-box .bc-mb-4{ margin-bottom: 1.5rem !important; }
#LPbc-box .bc-mb-5{ margin-bottom: 3rem !important; }
/*margins top*/
#LPbc-box .bc-mt-0{ margin-top: 0rem !important; }
#LPbc-box .bc-mt-1{ margin-top: .25rem !important; }
#LPbc-box .bc-mt-2{ margin-top: .5rem !important; }
#LPbc-box .bc-mt-3{ margin-top: 1rem !important; }
#LPbc-box .bc-mt-4{ margin-top: 1.5rem !important; }
#LPbc-box .bc-mt-5{ margin-top: 3rem !important; }
/*margins left*/
#LPbc-box .bc-ml-0{ margin-left: 0rem !important; }
#LPbc-box .bc-ml-1{ margin-left: .25rem !important; }
#LPbc-box .bc-ml-2{ margin-left: .5rem !important; }
#LPbc-box .bc-ml-3{ margin-left: 1rem !important; }
#LPbc-box .bc-ml-4{ margin-left: 1.5rem !important; }
#LPbc-box .bc-ml-5{ margin-left: 3rem !important; }
/*margins right*/
#LPbc-box .bc-mr-0{ margin-right: 0rem !important; }
#LPbc-box .bc-mr-1{ margin-right: .25rem !important; }
#LPbc-box .bc-mr-2{ margin-right: .5rem !important; }
#LPbc-box .bc-mr-3{ margin-right: 1rem !important; }
#LPbc-box .bc-mr-4{ margin-right: 1.5rem !important; }
#LPbc-box .bc-mr-5{ margin-right: 3rem !important; }

/*centered variants*/
#LPbc-box .bc-db-center{ margin-left: auto; margin-right: auto; }

/*display variants*/
#LPbc-box .bc-d-none{ display: none !important; }
#LPbc-box .bc-d-inline-block{ display: inline-block !important; }
#LPbc-box .bc-d-flex{ display: -webkit-box!important; display: -ms-flexbox!important; display: flex!important; }

/*flex properties*/
#LPbc-box .bc-flex-wrap { -ms-flex-wrap: wrap!important; flex-wrap: wrap!important; }
#LPbc-box .bc-align-items-stretch { -webkit-box-align: stretch!important; -ms-flex-align: stretch!important; align-items: stretch!important; }
#LPbc-box .bc-align-items-center { -webkit-box-align: center!important; -ms-flex-align: center!important; align-items: center!important; }
#LPbc-box .bc-align-items-end { -webkit-box-align: end!important; -ms-flex-align: end!important; align-items: end!important; }
#LPbc-box .bc-align-items-start { -webkit-box-align: start!important; -ms-flex-align: start!important; align-items: start!important; }

/*row*/
#LPbc-box .bc-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
/*columns*/
#LPbc-box [class^="bc-col"]{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#LPbc-box .bc-col-12{ -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
#LPbc-box .bc-col-11{ -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
#LPbc-box .bc-col-10{ -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
#LPbc-box .bc-col-9{ -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
#LPbc-box .bc-col-8{ -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
#LPbc-box .bc-col-7{ -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
#LPbc-box .bc-col-6{ -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
#LPbc-box .bc-col-5{ -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
#LPbc-box .bc-col-4{ -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
#LPbc-box .bc-col-3{ -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
#LPbc-box .bc-col-2{ -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
#LPbc-box .bc-col-1{ -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }

/* RWD */
@media(max-width: 575px) {
    #LPbc-box .bc-d-xs { display: inherit !important; }
}
@media(min-width: 576px) and (max-width: 767px) {
    #LPbc-box .bc-d-sm { display: inherit !important; }
}
@media(min-width: 768px) and (max-width: 959px) {
    #LPbc-box .bc-d-md { display: inherit !important; }
}
@media(min-width: 960px) and (max-width: 1199px) {
    #LPbc-box .bc-d-lg { display: inherit !important; }
}
@media(min-width: 1200px) {
    #LPbc-box .bc-d-xl { display: inherit !important; }
}

/*sm*/@media(min-width: 576px){
    #LPbc-box .bc-col-sm-12{ -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    #LPbc-box .bc-col-sm-11{ -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    #LPbc-box .bc-col-sm-10{ -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
    #LPbc-box .bc-col-sm-9{ -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
    #LPbc-box .bc-col-sm-8{ -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    #LPbc-box .bc-col-sm-7{ -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
    #LPbc-box .bc-col-sm-6{ -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    #LPbc-box .bc-col-sm-5{ -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    #LPbc-box .bc-col-sm-4{ -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    #LPbc-box .bc-col-sm-3{ -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    #LPbc-box .bc-col-sm-2{ -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
    #LPbc-box .bc-col-sm-1{ -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }

    #LPbc-box .bc-pr-sm-0{ padding-right: 0rem !important; }
    #LPbc-box .bc-pl-sm-0{ padding-left: 0rem !important; }
    #LPbc-box .bc-pr-sm-3{ padding-right: 1rem !important; }
    #LPbc-box .bc-pl-sm-3{ padding-left: 1rem !important; }
}
/*md*/@media(min-width: 768px){
    #LPbc-box .bc-col-md-12{ -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    #LPbc-box .bc-col-md-11{ -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    #LPbc-box .bc-col-md-10{ -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
    #LPbc-box .bc-col-md-9{ -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
    #LPbc-box .bc-col-md-8{ -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    #LPbc-box .bc-col-md-7{ -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
    #LPbc-box .bc-col-md-6{ -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    #LPbc-box .bc-col-md-5{ -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    #LPbc-box .bc-col-md-4{ -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    #LPbc-box .bc-col-md-3{ -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    #LPbc-box .bc-col-md-2{ -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
    #LPbc-box .bc-col-md-1{ -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }

    #LPbc-box .bc-pr-md-0{ padding-right: 0rem !important; }
    #LPbc-box .bc-pl-md-0{ padding-left: 0rem !important; }
    #LPbc-box .bc-sm-mx-5{ margin-left: 3rem !important; margin-right: 3rem !important; }

    #LPbc-box .bc-sm-text-center{ text-align: center; }
}
/*lg*/@media(min-width: 960px){
    #LPbc-box .bc-col-lg-12{ -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    #LPbc-box .bc-col-lg-11{ -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    #LPbc-box .bc-col-lg-10{ -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
    #LPbc-box .bc-col-lg-9{ -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
    #LPbc-box .bc-col-lg-8{ -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    #LPbc-box .bc-col-lg-7{ -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
    #LPbc-box .bc-col-lg-6{ -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    #LPbc-box .bc-col-lg-5{ -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    #LPbc-box .bc-col-lg-4{ -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    #LPbc-box .bc-col-lg-3{ -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    #LPbc-box .bc-col-lg-2{ -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
    #LPbc-box .bc-col-lg-1{ -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }

    #LPbc-box .bc-d-none-md{ display: none !important; }
}
/*xl*/@media(min-width: 1200px){
    #LPbc-box .bc-col-xl-12{ -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    #LPbc-box .bc-col-xl-11{ -webkit-box-flex: 0; -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
    #LPbc-box .bc-col-xl-10{ -webkit-box-flex: 0; -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
    #LPbc-box .bc-col-xl-9{ -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
    #LPbc-box .bc-col-xl-8{ -webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
    #LPbc-box .bc-col-xl-7{ -webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
    #LPbc-box .bc-col-xl-6{ -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    #LPbc-box .bc-col-xl-5{ -webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
    #LPbc-box .bc-col-xl-4{ -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
    #LPbc-box .bc-col-xl-3{ -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
    #LPbc-box .bc-col-xl-2{ -webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
    #LPbc-box .bc-col-xl-1{ -webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
}

/*max sm*/@media(max-width: 575px){
    #LPbc-box .bc-text-center-xs{ text-align: center; }
    #LPbc-box .bc-mw-75-xs{ max-width: 100%; }
}
/*max md*/@media(max-width: 767px){
    #LPbc-box .bc-mx-5-sm{ margin-left: 15px !important; margin-right: 15px !important; }
    #LPbc-box .bc-w-75-sm{ width: 100%; }
    #LPbc-box .bc-d-none-sm{ display: none !important; }
    #LPbc-box .bc-text-center-sm{ text-align: center; }
    #LPbc-box .f-18{ font-size: 16px; line-height: 19px; }
    #LPbc-box .f-22{ font-size: 19px; line-height: 23px; }
    #LPbc-box .f-24{ font-size: 20px; line-height: 24px; }
    #LPbc-box .f-32{ font-size: 24px; line-height: 29px; }
    #LPbc-box .bc-mt-0-sm{ margin-top: 0rem !important; }
}
/*max lg*/@media(max-width: 959px){
    #LPbc-box .bc-d-none-lg{ display: none !important; }
}
/*max xl*/@media(max-width: 1199px){}