<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1,h2,h3,h4 {
    font-weight: bold
}

.feature-breadcrumb {
    padding-top: 23px;
}

.feature-breadcrumb.breadcrumb-dark li {
    color: #000
}

.feature-breadcrumb.breadcrumb-dark li a {
    color: #666
}

.feature-breadcrumb.breadcrumb-dark li a:hover {
    color: #000
}

.feature-breadcrumb.breadcrumb-dark li a:after {
    background: #000
}

.feature-breadcrumb.breadcrumb-light li {
    color: #fff
}

.feature-breadcrumb.breadcrumb-light li a {
    color: #fff
}

.feature-breadcrumb.breadcrumb-light li a:hover {
    color: #fff
}

.feature-breadcrumb.breadcrumb-light li a:after {
    background: #fff
}

.feature-breadcrumb .jpc-container {
    max-width: 1200px;
    padding: 0;
    margin-left: auto;
    margin-right: auto
}

.feature-breadcrumb li {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    margin-right: 14px;
    position: relative;
    color: #fff
}

.feature-breadcrumb li a {
    color: #8cbaff;
    position: relative;
    display: block;
    transition: .2s;
    padding-bottom: 4px
}

.feature-breadcrumb li a:hover {
    color: #fff
}

.feature-breadcrumb li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transition: all .2s linear
}

.feature-breadcrumb li a:before {
    content: '&gt;';
    display: block;
    height: 5px;
    width: 5px;
    position: absolute;
    right: -8px;
    top: -1px;
    font-size: 13px;
    font-weight: 400;
    pointer-events: none
}

.feature-breadcrumb li a:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #fff;
    transition: all .3s linear
}

@media only screen and (max-width: 1250px) {
    .feature-breadcrumb .jpc-container {
        max-width:100%;
        padding: 0 25px
    }
}

@media only screen and (min-width: 991px) {
    .hero-wrap {
        padding:60px 0
    }
    .animation-sprite li:nth-child(5) {
        background: url("/sites/zweb/images/jp/campaigns/popup-jp.svg") no-repeat center;
    }
}


.sharedip{
    padding-bottom: 0;
}
@media only screen and (min-width: 991px) {
    .sharedip{
        padding-bottom: 0;
    }
}

</pre></body></html>