<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.promo-highlight {
    position: relative;
    font-family: sans-serif;
    z-index: 23;
}

.promo-highlight a {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 3;
    margin-top: 35px;
    text-decoration: none;
}

.promo-highlight a span {
    display: none
}
    
.promo-highlight img {
    max-height: 220px;
    height: 9vw;
    width: auto !important;
}

@media all and (max-width: 1200px) {

    .promo-highlight a { 
        margin-top: 10px;   
    }
}

@media all and (max-width: 1023px) {

    .promo-highlight a { 
        margin-top: 5px;   
    }
    
    .promo-highlight img {
        max-height: 120px;
    }
}

@media all and (max-width: 767px) {
    .promo-highlight img {
        display: none !important;
    }

    .promo-highlight a {
        position: relative;
        left: auto !important;
        right: auto !important;
        margin-top: 0;
        background: #ebedee;
        border-top: 1px solid rgba(0,0,0,.1);
        border-bottom: 1px solid rgba(0,0,0,.1);
        color: #282828;
        display: block;
        
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .promo-highlight a:hover {
    }

    .promo-highlight a span {
        display: block;
        text-align: left;
        cursor: pointer;
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .promo-highlight a span small {
        display: block;
        font-size: 12px;
        margin-top: 0;
        font-weight: normal;
        float: right;
    }
}

/* SHA BADGE + HERO CONTAINER */
.promo-highlight.plus a{
    cursor: auto;
}
.promo-highlight.plus a[data]:hover:after {
    content: attr(data);
    padding: 4px 8px;
    color: #fff;
    position: absolute;
    top: 100%;
    line-height: 1.6;
    text-align: center;
    font-size: 13px;
    font-style: italic;
    right: 57px;
    left: -32px;
    z-index: 2;
    border-radius: 5px;
    background: rgba(0,0,0,0.5);  
}
@media all and (min-width:768px) and (max-width: 1023px) {
    .promo-highlight.plus a[data]:hover:after {
        right: -19px;
        left: -66px;
        font-size: 10px;
    }
}

@media all and (max-width: 767px) {
    .promo-highlight.plus img {
        display: block !important;
        height: 14vw;
    }
    .promo-highlight.plus a {
        position: absolute;
        top: 45px;
        background: none;
        font-size: 8px;
        right: 0 !important;
        left: 70% !important;
    }
    
    .promo-highlight.plus a[data]:hover:after {
        content: attr(data);
        padding: 4px 8px;
        color: #fff;
        position: absolute;
        top: 100%;
        line-height: 1.6;
        text-align: center;
        font-size: 9px;
        font-style: italic;
        right: 8px;
        left: -50px;
        z-index: 2;
        border-radius: 5px;
        background: rgba(0,0,0,0.5);
    }
}</pre></body></html>