.wrapper.pb-home-top {
    border-bottom: 1px solid #d1d7e2
}

.wrapper.pb-homepage-service-advisors {
    padding-top: 0;
    padding-bottom: 20px
}

.wrapper.pb-homepage-product-advisors {
    padding-bottom: 20px
}

.wrapper.pb-homepage-daas-advisors {
    padding-bottom: 20px;
    padding-top: 0
}

.wrapper.pb-home-offers {
    padding-bottom: 0
}

.wrapper.pb-home-brands {
    padding-top: 20px
}

.wrapper.pb-homepage-blog {
    padding-bottom: 0
}

.tabs-module.pb-benefits-tabs {
    margin-bottom: 0;
    margin-top: -37px
}

.pb-benefits-tabs .tab-content::after {
    content: '';
    clear: both;
    display: block
}

.pb-benefits-tabs .tab-content > div:first-child {
    float: left;
    width: 100px;
    margin-right: 20px
}

.pb-benefits-tabs .tab-content > div:last-child {
    float: right;
    width: calc(100% - 120px)
}

.pb-benefits-tabs .tab-content img {
    max-width: 100%
}

.pb-marketplace-benefits-top a.pb-featured-link {
    width: 100%
}

.pb-marketplace-benefits-top .pb-detailed-icon img {
    width: 100px;
    height: 100px
}

@media (min-width:1200px) {
    .pb-benefits-tabs .tab-content {
        height: 312px
    }
}

@media (max-width:992px) {
    .tabs-module.pb-benefits-tabs {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media (max-width:576px) {
    .pb-benefits-tabs .tab-content > div:first-child {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .pb-benefits-tabs .tab-content > div:last-child {
        float: none;
        width: 100%
    }
}

.pb-stats-container {
    background-color: #222538;
    background-image: url(https://cdn.onknowledgekube.net/probrand/images/homepage/pb-stats-background.svg);
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem
}

    .pb-stats-container::after {
        content: '';
        clear: both;
        display: block
    }

.pb-graph {
    float: left;
    width: 36px;
    height: 28px;
    vertical-align: bottom;
    margin-right: 20px
}

    .pb-graph::after {
        content: '';
        clear: both;
        display: block
    }

    .pb-graph span {
        border-radius: 2px;
        float: left;
        width: 5px;
        margin-right: 3px;
        background-color: #00AC95;
        max-height: 28px;
        height: 28px;
        vertical-align: bottom;
        transform-origin: bottom center
    }

        .pb-graph span:first-child {
            animation: grow-1 1.5s linear infinite
        }

        .pb-graph span:nth-child(2) {
            height: 28px;
            transform: scale(1,.333);
            animation: grow-2 1.5s linear infinite
        }

        .pb-graph span:nth-child(3) {
            height: 28px;
            transform: scale(1,.833);
            animation: grow-3 1.5s linear infinite
        }

        .pb-graph span:nth-child(4) {
            height: 28px;
            transform: scale(1,.625);
            animation: grow-4 1.5s linear infinite
        }

.pb-live {
    position: absolute;
    display: block;
    padding: 0 8px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 11px;
    color: #fff;
    background-color: red;
    top: 5px;
    right: 5px;
    line-height: 18px;
    height: 18px
}

.pb-stats {
    float: right;
    width: calc(100% - 60px);
    vertical-align: bottom;
    height: 28px;
    position: relative;
    overflow: hidden
}

span.pb-stats-big {
    font-size: 24px;
    font-weight: 700;
    padding: 0 5px
}

span.pb-stats-text {
    font-size: 1rem;
    font-weight: 400
}

span.pb-stats-dots {
    padding: 0 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    opacity: .4;
    letter-spacing: 4px
}

#pb-marketplace-stats {
    display: block;
    width: 100%;
    height: 28px;
    box-sizing: border-box;
    position: relative;
    line-height: 28px;
    overflow: hidden;
    border-radius: 2px;
    font-size: 14px
}

    #pb-marketplace-stats ul {
        display: block;
        height: 28px;
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden !important
    }

        #pb-marketplace-stats ul::after {
            content: '';
            clear: both;
            display: block
        }

    #pb-marketplace-stats li {
        float: left;
        position: relative;
        width: auto;
        padding: 0;
        margin: 0;
        height: 28px;
        line-height: 28px;
        color: #fff
    }

    #pb-marketplace-stats a {
        white-space: nowrap;
        text-decoration: none;
        padding: 0;
        line-height: 28px;
        color: #fff;
        position: relative;
        display: block;
        overflow: hidden
    }

@keyframes grow-1 {
    0% {
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1)
    }

    50% {
        transform: scale(1,.333);
        -webkit-transform: scale(1,.333);
        -ms-transform: scale(1,.333)
    }

    100% {
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1)
    }
}

@keyframes grow-2 {
    0% {
        transform: scale(1,.333);
        -webkit-transform: scale(1,.333);
        -ms-transform: scale(1,.333)
    }

    50% {
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1)
    }

    100% {
        transform: scale(1,.333);
        -webkit-transform: scale(1,.333);
        -ms-transform: scale(1,.333)
    }
}

@keyframes grow-3 {
    0% {
        transform: scale(1,.833);
        -webkit-transform: scale(1,.833);
        -ms-transform: scale(1,.833)
    }

    33.33% {
        transform: scale(1,.333);
        -webkit-transform: scale(1,.333);
        -ms-transform: scale(1,.333)
    }

    66.66% {
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1)
    }

    100% {
        transform: scale(1,.833);
        -webkit-transform: scale(1,.833);
        -ms-transform: scale(1,.833)
    }
}

@keyframes grow-4 {
    0% {
        transform: scale(1,.625);
        -webkit-transform: scale(1,.625);
        -ms-transform: scale(1,.625)
    }

    33.33% {
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1)
    }

    66.66% {
        transform: scale(1,.333);
        -webkit-transform: scale(1,.333);
        -ms-transform: scale(1,.333)
    }

    100% {
        transform: scale(1,.625);
        -webkit-transform: scale(1,.625);
        -ms-transform: scale(1,.625)
    }
}

.bp-home-welcome {
    color: #222538;
    text-align: center;
    font-size: 1.1rem
}

.pb-home-offers-slider {
    position: relative;
    overflow: hidden
}

    .pb-home-offers-slider img {
        max-width: 100%;
        height: auto;
        padding-right: 1px
    }

    .pb-home-offers-slider .slick-arrow {
        border: none;
        position: absolute;
        border-radius: 50%;
        font-size: 0;
        line-height: 0;
        padding: 0;
        margin: 0;
        display: block;
        height: 50px;
        width: 50px;
        top: calc(50% - 25px);
        background-color: rgba(0,0,0,.25)
    }

        .pb-home-offers-slider .slick-arrow:hover {
            background-color: rgba(0,0,0,.55)
        }

        .pb-home-offers-slider .slick-arrow::after {
            font-family: "Font Awesome 5 Pro";
            font-weight: 300;
            line-height: 50px;
            width: 50px;
            display: block;
            text-align: center;
            font-size: 1.5rem;
            color: #fff;
            transition: transform 0.3s ease
        }

    .pb-home-offers-slider .slick-prev {
        left: 5px;
        transform: translateX(-100px)
    }

    .pb-home-offers-slider:hover .slick-prev {
        transform: translateX(0)
    }

    .pb-home-offers-slider .slick-prev::after {
        content: '\f104'
    }

    .pb-home-offers-slider .slick-next {
        right: 5px;
        transform: translateX(100px)
    }

    .pb-home-offers-slider:hover .slick-next {
        transform: translateX(0)
    }

    .pb-home-offers-slider .slick-next::after {
        content: '\f105'
    }

ul.slick-dots {
    list-style-type: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 10px 0 0 0
}

    ul.slick-dots li {
        display: inline-block;
        margin: 0;
        padding: 0 10px
    }

    ul.slick-dots button {
        font-size: 0;
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgba(0,0,0,.15);
        border: none;
        padding: 0;
        margin: 0
    }

        ul.slick-dots button:hover {
            background-color: rgba(0,0,0,.35)
        }

    ul.slick-dots li.slick-active button {
        background-color: #008F7C
    }

.wrapper.pb-homepage-product-carousel {
    padding-bottom: 0
}

.tabs-module {
    margin: 0 0 30px 0
}

.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block
}

    .tabs li {
        margin: 0;
        padding: 0;
        display: inline-block;
        margin-bottom: -1px;
        overflow: visible
    }

        .tabs li:last-child a {
            border-right: 1px solid #d1d7e2
        }

    .tabs a {
        background-color: #e5e6ea;
        color: #222538;
        display: inline-block;
        padding: 10px 25px;
        line-height: 1;
        vertical-align: middle;
        text-decoration: none;
        border: 1px solid #d1d7e2;
        border-right: none
    }

        .tabs a:hover {
            background-color: #e5e6ea;
            text-decoration: none
        }

        .tabs a.active, .tabs a.active:hover {
            background-color: #fff;
            color: #222538;
            border-bottom: 1px solid #fff
        }

.tab-content {
    background-color: #fff;
    display: block;
    padding: 30px;
    border: 1px solid #d1d7e2
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@media screen and (max-width:768px) {
    .probrand-youtube-player {
        width: 100% !important;
        height: 380px !important
    }
}

.pb-product-carousel {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 0;
    position: relative
}

    .pb-product-carousel .slick-slide {
        outline: none
    }

    .pb-product-carousel a {
        display: block;
        text-decoration: none;
        padding: 20px;
        background-color: #fff;
        margin: 1px;
        outline: none;
        position: relative
    }

        .pb-product-carousel a:hover {
            box-shadow: inset 0 0 0 2px #00AC95
        }

    .pb-product-carousel .slick-arrow {
        border: none;
        position: absolute;
        border-radius: 50%;
        font-size: 0;
        line-height: 0;
        padding: 0;
        margin: 0;
        display: block;
        height: 50px;
        width: 50px;
        top: calc(50% - 25px);
        background-color: rgba(0,0,0,.15)
    }

        .pb-product-carousel .slick-arrow:hover {
            background-color: rgba(0,0,0,.25)
        }

        .pb-product-carousel .slick-arrow::after {
            font-family: "Font Awesome 5 Pro";
            font-weight: 300;
            line-height: 50px;
            width: 50px;
            display: block;
            text-align: center;
            font-size: 1.5rem;
            color: #fff
        }

    .pb-product-carousel .slick-prev {
        left: 5px
    }

        .pb-product-carousel .slick-prev::after {
            content: '\f104'
        }

    .pb-product-carousel .slick-next {
        right: 5px
    }

        .pb-product-carousel .slick-next::after {
            content: '\f105'
        }

.pb-sector-discounts {
    position: relative;
    height: 36px
}

    .pb-sector-discounts > div {
        background-color: rgba(0,203,176,.25);
        color: #222538;
        font-size: .9rem;
        line-height: 36px;
        vertical-align: middle;
        padding-left: 10px
    }

        .pb-sector-discounts > div::after {
            font-size: 1rem;
            content: '\f02c';
            font-family: "Font Awesome 5 Pro";
            font-weight: 300;
            position: absolute;
            display: block;
            line-height: 36px;
            width: 36px;
            height: 36px;
            right: 0;
            top: 0;
            text-align: center;
            color: #00AC95
        }

.pb-carousel-image {
    margin-bottom: .5rem
}

    .pb-carousel-image img {
        margin: 0 auto;
        max-width: 100%;
        max-height: 150px;
        height: auto
    }

h3.pb-carousel-title {
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 1rem;
    height: 47px;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.5rem
}

.pb-carousel-price {
    color: #222538;
    font-weight: 600;
    font-size: 1.15rem;
    margin: 0 0 5px 0
}

    .pb-carousel-price span {
        font-size: .8rem;
        font-weight: 400
    }

.pb-offer-banner a {
    position: relative;
    display: block;
    margin-bottom: 1rem
}

    .pb-offer-banner a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        box-shadow: inset 0 0 60px -4px rgba(0,0,0,.1)
    }

.pb-offer-banner img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.pb-card {
    display: block;
    text-decoration: none;
    transition: box-shadow .3s ease,color .3s ease;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    padding: 0;
    margin-bottom: 30px;
    position: relative
}

    .pb-card:hover {
        box-shadow: 0 15px 40px 0 rgba(0,0,0,.15);
        text-decoration: none
    }

    .pb-card p {
        color: #696C7D;
        margin-bottom: .5rem;
        transition: color .3s ease
    }

    .pb-card h3, .pb-card h4, .pb-card h5, .pb-card h6 {
        margin-bottom: .5rem
    }

    .pb-card:hover p {
        color: #696C7D;
        text-decoration: none
    }

    .pb-card .pb-date {
        position: absolute;
        display: inline-block;
        padding: 4px 8px;
        background-color: #00AC95;
        color: #fff;
        top: 20px;
        left: 20px;
        font-size: .85rem;
        font-weight: 600
    }

    .pb-card .pb-image img {
        max-width: 100%;
        height: auto
    }

        .pb-card .pb-image img[data-src] {
            max-width: 100%;
            width: auto;
            height: auto
        }

    .pb-card .pb-text {
        padding: 20px
    }

    .pb-card .link-with-icon {
        margin-top: 1rem
    }

    .pb-card.pb-bottom-link .pb-text {
        padding-bottom: 60px
    }

    .pb-card.pb-bottom-link .pb-link-icon {
        position: absolute;
        bottom: 30px;
        right: 30px
    }

.pb-horizontal-card::after {
    content: '';
    clear: both;
    display: block
}

.pb-card.pb-horizontal-card .pb-image {
    float: left;
    overflow: hidden;
    width: 358px;
    margin-bottom: 0
}

.pb-card.pb-horizontal-card .pb-text {
    float: right;
    width: calc(100% - 358px)
}

.pb-homepage-blog .pb-image img {
    width: 100%
}

@media screen and (min-width:768px) {
    .pb-homepage-blog img {
        min-height: 240px
    }
}

@media (max-width:768px) {
    .pb-card.pb-horizontal-card .pb-image {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    .pb-card.pb-horizontal-card .pb-text {
        float: none;
        width: 100%
    }
}

.pb-block {
    display: block;
    text-decoration: none;
    transition: box-shadow .3s ease,color .3s ease;
    box-sizing: border-box;
    overflow: hidden
}

a.pb-block:hover {
    box-shadow: inset 0 0 0 2px #00AC95;
    text-decoration: none
}

.pb-block p {
    color: #696C7D;
    margin-bottom: .5rem;
    transition: color .3s ease
}

.pb-block h3, .pb-block h4, .pb-block h5, .pb-block h6 {
    transition: color .3s ease;
    margin-bottom: .5rem
}

.pb-block:hover p {
    color: #696C7D;
    text-decoration: none
}

.pb-block {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px
}

    .pb-block .pb-image {
        margin-bottom: 15px
    }

        .pb-block .pb-image img {
            width: 100%;
            height: auto
        }

            .pb-block .pb-image img[data-src] {
                max-width: 100%;
                width: auto;
                height: auto
            }

    .pb-block .link-with-icon {
        margin-top: 1rem
    }

    .pb-block.light-grey {
        background-color: #e5e6ea
    }

        .pb-block.light-grey .pb-image {
            background-color: #fff
        }

.pb-horizontal-block::after {
    content: '';
    clear: both;
    display: block
}

.pb-block.pb-horizontal-block .pb-image {
    float: left;
    overflow: hidden;
    width: 150px;
    margin-right: 20px;
    margin-bottom: 0
}

.pb-block.pb-horizontal-block .pb-text {
    float: right;
    width: calc(100% - 170px)
}

.pb-horizontal-block-long::after {
    content: '';
    clear: both;
    display: block
}

.pb-block.pb-horizontal-block-long .pb-image {
    float: left;
    overflow: hidden;
    width: 393px;
    margin-right: 20px;
    margin-bottom: 0
}

.pb-block.pb-horizontal-block-long .pb-text {
    float: right;
    width: calc(100% - 413px)
}

.pb-horizontal-block-narrow::after {
    content: '';
    clear: both;
    display: block
}

.pb-block.pb-horizontal-block-narrow .pb-image {
    float: left;
    overflow: hidden;
    width: 270px;
    margin-right: 20px;
    margin-bottom: 0
}

.pb-block.pb-horizontal-block-narrow .pb-text {
    float: right;
    width: calc(100% - 290px)
}

@media (max-width:992px) {
    .pb-horizontal-block-long::after {
        content: '';
        clear: both;
        display: block
    }

    .pb-block.pb-horizontal-block-long .pb-image {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .pb-block.pb-horizontal-block-long .pb-text {
        float: none;
        width: 100%
    }
}

@media (max-width:768px) {
    .pb-block.pb-horizontal-block-narrow .pb-image {
        float: none;
        overflow: hidden;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .pb-block.pb-horizontal-block-narrow .pb-text {
        float: none;
        width: 100%
    }
}

@media (max-width:576px) {
    .pb-block.pb-horizontal-block .pb-image, .pb-block.pb-horizontal-block-long .pb-text {
        float: none;
        overflow: hidden;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .pb-block.pb-horizontal-block .pb-text, .pb-block.pb-horizontal-block-long .pb-text {
        float: none;
        width: 100%
    }
}