<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.homepage-indiv-section-wrapper .article-image-wrap {
    overflow: hidden;
    height: auto;
    display: block
}

.homepage-indiv-section-wrapper .article-image-wrap img {
    width: 100%;
    height: auto
}

.homepage-blog--title {
    font-size: 16px;
    line-height: 1.6;
    margin: 12px 0;
    text-align: left;
}

.homepage-blog--title a {
    color: var(--text-color)
}

.homepage-sections-wrapper--light a {
    color: var(--color-scheme-light-text)
}

.homepage-sections-wrapper--light .swiper-pagination-bullet {
    border: 1px solid var(--color-scheme-light-text)
}

.homepage-sections-wrapper--light .swiper-pagination-bullet.swiper-pagination-bullet-active,
.homepage-sections-wrapper--light .swiper-pagination-bullet:hover {
    background: var(--color-scheme-light-text)
}

.homepage-sections-wrapper--accent a {
    color: var(--color-scheme-feature-text)
}

.homepage-sections-wrapper--accent .swiper-pagination-bullet {
    border: 1px solid var(--color-scheme-feature-text)
}

.homepage-sections-wrapper--accent .swiper-pagination-bullet.swiper-pagination-bullet-active,
.homepage-sections-wrapper--accent .swiper-pagination-bullet:hover {
    background: var(--color-scheme-feature-text)
}

.homepage-sections-wrapper--dark a {
    color: var(--color-scheme-dark-text)
}

.homepage-sections-wrapper--dark .swiper-pagination-bullet {
    border: 1px solid var(--color-scheme-dark-text)
}

.homepage-sections-wrapper--dark .swiper-pagination-bullet.swiper-pagination-bullet-active,
.homepage-sections-wrapper--dark .swiper-pagination-bullet:hover {
    background: var(--color-scheme-dark-text)
}

.homepage-blog--date {
    font-size: 11px;
    color:#777777;
    font-weight: 300;
    margin: 0;
    display: inline-block
}

@media only screen and (max-width:767px) {
    .homepage-blog-mobile .swiper-slide .grid__item {
        padding-left: 0
    }

    .grid__item {
        margin-top: 0
    }

    .blog-posts-wrapper .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet:last-of-type {
        margin-right: 0
    }

    .blog-posts-wrapper .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
        margin-left: 0
    }
}</pre></body></html>