<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#your-joy {
    background-image: url(../img/your-joy-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.issue-hero {
    background-image: url(../img/hero.jpg);
}
.privileges-slider-third.thumbnails .thumbnail .meta .badge .caption span{
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    font-weight: normal;
    line-height: 1.2;
}
.privileges-slider-third {
    margin-left: 12%;
    margin-top: 30px;
    background-color: #fafafa;
    padding: 80px 0 80px 100px;
}
.privileges-slider-third.thumbnails { 
    text-align: center; 
}
.privileges-slider-third.thumbnails .thumbnail {
    box-shadow: none;
}
.privileges-slider-third .thumbnail .meta { 
    text-align: left;
    position: relative;
    padding: 0 0 52px 0;
    background-color: transparent;
} 
.privileges-slider-third .thumbnail .meta .num {
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    font-size: 60px;
    color: #EDEDED;
}
.privileges-slider-third .thumbnail .meta .date {
    margin-top: 15px;
}
.privileges-slider-third .thumbnail .meta .title { 
    color: #034638;
    height: auto;
    text-transform: uppercase;
}
.privileges-slider-third .thumbnail .image {
    position: relative;
    overflow: unset;
}

.privileges-slider-third .thumbnail .badge {
    width: 56px;
    height: 85px;
    position: absolute;
    top: -10px;
    right: 4%;
    background-image: url(../../../img/img-v4/badge.png);
    background-size: contain;
    text-align: center;
    padding-top: 12px;
    z-index: 2;
}
.privileges-slider-third .thumbnail .badge small { 
    font-size: 50%;
}
.privileges-slider-third .thumbnail .badge .caption {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
} 
.privileges-slider-third .thumbnail .badge .caption span { 
    color: #fff; 
    font-size: 22px;
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    line-height: 1;
}
.privileges-slider-third .thumbnail .meta .title span {
    font-size: 16px;
}
.privileges-slider-third .thumbnail .badge .no-resize {
    font-size: 68%;
    display: inline-block;
    vertical-align: middle;
}
.privileges-slider-third.thumbnails .slick-dots {
    bottom: 90px;
}
.privileges-slider-third .thumbnail .badge .caption span.resize {
    font-size: 15px;
}

@media screen and (min-width: 992px) {
    .privileges-slider-third.thumbnails .item-push .thumbnail { margin-top: 45px;}
    .privileges-slider-third.thumbnails .item-pull .thumbnail { margin-top: -45px;}
    .no-touch .privileges-slider-third.thumbnails .thumbnail { 
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: transform 200ms ease-in-out;
        -moz-transition: transform 200ms ease-in-out;
        transition: transform 200ms ease-in-out;
    }
    .no-touch .privileges-slider-third.thumbnails .thumbnail:hover {
        -webkit-transform: scale(1.015);
        -moz-transform: scale(1.015);
        -ms-transform: scale(1.015);
        transform: scale(1.015);
    }
    .no-touch .privileges-slider-third.thumbnails .thumbnail:hover .meta .badge {
        margin-top: -1px;
    }
    .ct-br-desktop {
        display: block;
    }
}

@media (max-width:991px) {
    #your-joy {
        background-image: url(../img/your-joy-bg-m.jpg);
        background-position: top center;
        background-size: contain;
    }
    .issue-hero {
        background-image: url(../img/hero-m.jpg) !important;
    }
    .privileges-slider-third .thumbnail .meta .badge { width: 70px; height: 105px; padding-top: 8px;}
    .privileges-slider-third .thumbnail .meta .badge .caption { font-size: 10px;}
    .privileges-slider-third .thumbnail .meta .badge .caption span { font-size: 30px;}
    .privileges-slider-third.thumbnails { overflow: hidden; padding: 30px; margin-left: 0; }
    .privileges-slider-third.thumbnails .item { padding: 15px 10px;}
    .privileges-slider-third.thumbnails .slick-list { overflow: visible; margin: 0; padding-top: 20px !important; padding-bottom: 20px !important;}
    .privileges-slider-third.thumbnails .slick-dots { bottom: 35px;}
    .privileges-slider-third.slick-dotted {margin-bottom: 0;}
    .br-device { display: block; }
}

@media (max-width:767px) {
    .ct-br-mobile { display: block; }
}</pre></body></html>