<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rga {
    margin: 0 !important;
    padding: 0;
    text-align: justify;
    overflow: visible;
    display: block;
    font-size: 0;
    line-height: 0;
}

.rga:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.rga .mix {
    display: none;
    width: 23%;
    max-width: 23%;
    vertical-align: top;
    margin: 0 0 3%;
    padding: 0;
    background: none;
    border: 0;
    list-style: none;
    overflow: hidden;
}

.rga .upper-mix {
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

.rga .mix img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 !important;
}

.rga .mix p {
    line-height: 1.5;
}

.rga .mix iframe {
    max-width: 100%;
}

.rga.mix-list .mix {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.rga.mix-list .upper-mix {
    max-width: 40%;
    float: left;
    width: auto;
    margin-right: 20px;
}

@media (max-width: 650px) {
    .rga.mix-list .upper-mix {
        max-width: 100%;
        width: 100% !important;
        margin: 0 0 20px;
    }
}

.rga .inner-mix {
    padding: 10px;
    color: #777;
    text-align: left;
    font-size: 14px;
}

.rga.mix-list .inner-mix {
    overflow: hidden;
}

.rga .inner-mix h3 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 1.5;
}

.rga .gap {
    display: inline-block;
    list-style: none;
    margin: 0;
}

/* Sorting and Filters */

.mix-sorts {
    width: 50%;
    vertical-align: middle;
    text-align: left;
}

.mix-filters {
    width: 50%;
    vertical-align: top;
    text-align: right;
}

.mix-controls {
    margin: 15px 0;
    display: flex;
}

.mix-controls .button,
.inner-mix .button {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    height: 31px;
    line-height: 30px !important;
    margin: 0 4px 5px 0 !important;
    padding: 0 8px !important;
    text-transform: none;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px !important;
}

.rga .justify {
    text-align: justify;
}

.rga .justify::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

.mix-sorts .button i.toggle-layout {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0;
    top: 3px;
}

.mix-sorts .button span {
    padding: 0 0 0 7px;
    margin: 0;
}

.mix-sorts .button i.toggle-layout:before,
.mix-sorts .button i.toggle-layout:after {
    content: "";
    position: absolute;
    display: block;
}

.toGrid i.toggle-layout:before,
.toGrid i.toggle-layout:after {
    width: 100%;
    height: 3px;
    top: 7px;
}

.toGrid i.toggle-layout:after {
    width: 3px;
    height: 100%;
    top: 0;
    left: 7px;
}

.toList i.toggle-layout:before,
.toList i.toggle-layout:after {
    width: 100%;
    height: 4px;
    top: 3px;
}

.toList i.toggle-layout:after {
    top: 10px;
}

.mix-filters .drop-down {
    display: inline-block;
    margin: 0 0 8px 10px;
    padding: 0;
    user-select: none;
    -moz-user-select: none;
    height: 32px;
    position: relative;
    width: 170px;
    vertical-align: middle;
    text-align: left;
}

.drop-down .label {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    right: 0;
    max-height: 31px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: left;
}

.mix-filters .drop-down.expanded .label {
    border-radius: 3px 3px 0 0;
}

.drop-down .label div {
    padding: 8px 10px 8px;
    color: #666;
    text-shadow: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
}

.mix-filters .drop-down ul {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 0 0 3px 3px;
    right: 0;
    max-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.mix-filters .drop-down.expanded ul {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.mix-filters .drop-down li:first-of-type {
    border-radius: 2px;
    position: relative;
}

.mix-filters .drop-down li {
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
    margin: 0;
    list-style-type: none;
}

.mix-filters .drop-down li:hover {
    background: #f5f5f5;
}

.mix-filters .drop-down.expanded ul {
    max-height: 170px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.drop-down i.fa {
    color: #666;
    line-height: 13px;
    font-size: 13px;
    padding: 8px 0 8px 8px;
    text-shadow: none;
}

.btn.btn-reset {
    line-height: 14px;
    font-size: 14px;
    color: #666;
    border: 1px solid #d7d7d7;
    display: inline-block;
    margin: 0 0 5px 10px;
    padding: 8px 10px 7px;
    vertical-align: top;
}

.btn.btn-reset:focus {
    outline: none;
    color: #666;
}

/* Mix Filters Buttons - Categories */

.mix-category-buttons {
    text-align: right;
}

.mix-filters .button,
.inner-mix .button {
    text-transform: none;
    margin: 0 0 5px 4px;
    font-size: 14px;
    line-height: 30px;
}

/* Sort buttons */

.mix-controls .mix-sorts .button span {
    padding: 0 7px 0 0;
}

/* General theme */

.mix-title {
    font-weight: 500;
    text-decoration: none;
}

.mix-date {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2;
    margin: 0 0 5px;
}

.mix-introtext {
    font-weight: 300;
    color: #555;
    line-height: 1.4;
    margin: 0 0 8px;
}

.mix-extra {
    font-size: 13px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.mix-extra a {
    text-decoration: none;
}

.mix-category,
.mix-author {
    line-height: 1.2;
    margin: 0 0 5px;
}

.mix-tags ul {
    margin-top: 10px;
    margin-bottom: 0;
}

.mix-tags ul.tags a.btn {
    font-size: 1em;
}

.mix-hits {
    margin: 5px 0 10px;
}

/* Minimal Theme */

.theme-minimal.mix-list .mix {
    margin-top: 0;
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #e5e5e5;
}

.theme-minimal.mix-list .inner-mix {
    padding-top: 0;
    padding-bottom: 0;
}

.theme-minimal.mix-list .inner-mix h3 {
    margin-top: 0;
}

/* Elegant Theme */

.theme-elegant .mix {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}

.theme-elegant.mix-grid .inner-mix {
    background: none;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-radius: 0;
}

.theme-elegant.mix-list .inner-mix {
    background: none;
    border: 0;
    border-top: 0;
    border-radius: 0;
}

.theme-elegant.mix-list .mix {
    border: 1px solid #e5e5e5;
    margin-bottom: 2%;
}

/* Fancy Theme */

.theme-fancy.mix-grid .inner-mix {
    box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
    bottom: 0;
    color: #bbb;
    overflow: hidden;
    padding: 0 15px;
    position: absolute;
    transition: all 0.2s ease-out 0s;
    width: 100%;
}

.theme-fancy.mix-grid .inner-mix.no-media {
    position: static;
}

.theme-fancy.mix-grid .inner-mix h3 {
    text-align: left;
    line-height: 1.2;
}

.theme-fancy.mix-grid .inner-mix a {
    color: #eee;
}

.darkhover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s;
    width: 100%;
}

.theme-fancy.mix-grid .mix:hover .darkhover {
    background: rgba(0, 0, 0, 0.65);
}

.theme-fancy.mix-grid .mix .mix-introtext-outer {
    height: 0;
    transition: all 0.4s ease-out 0s;
    overflow: hidden;
    margin-bottom: 10px;
}

.theme-fancy.mix-grid .mix .mix-introtext {
    color: #d5d5d5;
    font-size: 13px;
    text-align: left;
}

.theme-fancy.mix-grid .mix .mix-title {
    color: #eee;
    font-size: 16px;
}

.theme-fancy.mix-grid .right-mix,
.theme-fancy.mix-grid .upper-mix-hover {
    display: none;
}

.theme-fancy.mix-list .mix {
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #e5e5e5;
}

.theme-fancy.mix-list .mix .mix-introtext-outer {
    height: auto !important;
}

.theme-fancy.mix-list .right-mix {
    padding: 0 10px;
}

.theme-fancy.mix-list .inner-mix h3 {
    margin-top: 0;
}

.theme-fancy.mix-list .bottom-mix,
.theme-fancy.mix-list .darkhover {
    display: none;
}

/* Hover Div */

.upper-mix-hover {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000;
    -webkit-perspective: 1000;
}

.upper-mix-hover:hover {
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    opacity: 1;
}

.upper-mix-hover h3 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0 3%;
    position: absolute;
    bottom: 58%;
    width: 100%;
}

.upper-mix-hover h3 a {
    color: #fff;
    padding: 10px 0;
    display: block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    text-decoration: none;
    line-height: 20px;
    transition: all 0.3s ease 0s;
}

.upper-mix-hover h3 a:hover {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}

/* HOVER ICONS */

.rga-link-icon,
.rga-lightbox-icon {
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    font-size: 28px;
    font-weight: normal;
    margin: 0 10px;
    text-decoration: none;
}

.rga-link-icon:hover,
.rga-lightbox-icon:hover,
.rga-link-icon:focus,
.rga-lightbox-icon:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.rga-link-icon i,
.rga-lightbox-icon i {
    line-height: 28px;
}

.rga-link-icon i {
    position: relative;
    top: 2px;
}

.upper-mix-hover .rga-link-icon,
.upper-mix-hover .rga-lightbox-icon {
    top: 65%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-opacity: 0;
    opacity: 0;
    font-size: 24px;
}

.upper-mix-hover:hover .rga-link-icon,
.upper-mix-hover:hover .rga-lightbox-icon {
    top: 40%;
    opacity: 1;
}

.upper-mix-hover:hover .rga-lightbox-icon {
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s; /* Firefox 4 */
    -webkit-transition-delay: 0.1s; /* Safari and Chrome */
    -o-transition-delay: 0.1s; /* Opera */
}

/* Lightbox fix */

html .lightbox {
    display: block;
}

.lightboxOverlay,
.lightbox {
    max-width: 100% !important;
}

/* Videos */

.rga-item-video {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rga-item-video iframe {
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}
</pre></body></html>