/*
=========================================================
 EYIB OJS JOURNAL - FINAL CLASSIC THEME CSS
 Target: Classic / ExportReady OJS markup
 Upload: Website > Appearance > Advanced > Journal Style Sheet
 After upload: Clear Data Caches + Clear Template Cache
=========================================================
*/

:root {
    --eyib-ink: #071b2c;
    --eyib-navy: #063f5c;
    --eyib-blue: #0b6f8e;
    --eyib-sky: #e9f8fb;
    --eyib-gold: #c79b45;
    --eyib-gold-dark: #926820;
    --eyib-cream: #f6f1e6;
    --eyib-paper: #ffffff;
    --eyib-soft: #fbf8ef;
    --eyib-line: #e4d6bd;
    --eyib-text: #172033;
    --eyib-muted: #667085;
    --eyib-radius: 8px;
    --eyib-max: 1180px;
    --eyib-shadow: 0 18px 46px rgba(7, 27, 44, .13);
    --eyib-soft-shadow: 0 10px 28px rgba(7, 27, 44, .08);
    --eyib-banner-height: clamp(270px, 31.25vw, 640px);
}

*,
*::before,
*::after {
    box-sizing: border-box !important;
}

html,
body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden !important;
}

html.export-ready-theme body,
body {
    background:
        linear-gradient(180deg, #f7f1e6 0%, #f9fbfc 44%, #f5efe2 100%) !important;
    color: var(--eyib-text) !important;
    font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.72 !important;
}

html.export-ready-theme body a,
body a {
    color: var(--eyib-navy) !important;
    text-decoration: none !important;
}

html.export-ready-theme body a:hover,
html.export-ready-theme body a:focus,
body a:hover,
body a:focus {
    color: var(--eyib-gold-dark) !important;
}

img,
svg,
video,
iframe {
    max-width: 100% !important;
}

/* Header */
html.export-ready-theme body .header.export-ready-banner-hero.header,
html.export-ready-theme body .header.header {
    width: 100% !important;
    height: var(--eyib-banner-height) !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    background-color: var(--eyib-ink) !important;
    background-image:
        linear-gradient(180deg, rgba(7, 27, 44, .10), rgba(7, 27, 44, .02) 45%, rgba(7, 27, 44, .16)),
        var(--er-banner-image, linear-gradient(135deg, #eaf7fb, #063f5c)) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: 0 18px 42px rgba(7, 27, 44, .18) !important;
}

html.export-ready-theme body .header.header::before,
html.export-ready-theme body .header.header::after,
html.export-ready-theme body .header.header .export-ready-hero-stage,
html.export-ready-theme body .header.header .export-ready-hero-wave {
    display: none !important;
}

html.export-ready-theme body .header.header .upper-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    height: 68px !important;
    min-height: 68px !important;
    padding: 0 max(16px, calc((100vw - var(--eyib-max)) / 2)) !important;
    margin: 0 !important;
    background:
        linear-gradient(180deg, rgba(3, 20, 35, .72), rgba(3, 20, 35, .18)) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .16) !important;
    backdrop-filter: blur(10px) !important;
}

html.export-ready-theme body.export-ready-header-scrolled .header.header .upper-header {
    height: 58px !important;
    min-height: 58px !important;
    background: rgba(3, 20, 35, .94) !important;
}

html.export-ready-theme body .header.header .logo-wrapper,
html.export-ready-theme body .header.header .journal-logo {
    display: none !important;
}

html.export-ready-theme body #user-nav-wraper {
    position: static !important;
    display: flex !important;
    justify-content: flex-end !important;
    width: 100% !important;
    max-width: var(--eyib-max) !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

html.export-ready-theme body #navigationUser {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

html.export-ready-theme body #navigationUser > li {
    margin: 0 !important;
    padding: 0 !important;
}

html.export-ready-theme body #navigationUser .nav-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 36px !important;
    padding: 8px 11px !important;
    border: 1px solid rgba(242, 209, 142, .28) !important;
    border-radius: 6px !important;
    background: rgba(4, 35, 57, .48) !important;
    color: #fff7e6 !important;
    box-shadow: none !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

html.export-ready-theme body #navigationUser .nav-link:hover,
html.export-ready-theme body #navigationUser .nav-link:focus {
    border-color: #f2d18e !important;
    background: var(--eyib-gold) !important;
    color: var(--eyib-ink) !important;
}

html.export-ready-theme body .header.header .lower-header {
    display: none !important;
}

/* Page shell */
html.export-ready-theme body .journal_summary,
html.export-ready-theme body .container-page,
html.export-ready-theme body .container-footer {
    width: min(var(--eyib-max), calc(100% - 32px)) !important;
    max-width: var(--eyib-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

html.export-ready-theme body .container-page {
    padding-top: 34px !important;
    padding-bottom: 54px !important;
}

html.export-ready-theme body .container-narrow {
    max-width: 920px !important;
}

html.export-ready-theme body .journal_summary,
html.export-ready-theme body .current_issue,
html.export-ready-theme body .page,
html.export-ready-theme body .obj_issue_toc,
html.export-ready-theme body .page_issue_archive,
html.export-ready-theme body .page_about,
html.export-ready-theme body .page_contact,
html.export-ready-theme body .page_editorial_team,
html.export-ready-theme body .page_article,
html.export-ready-theme body .obj_article_details {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

html.export-ready-theme body .journal_summary,
html.export-ready-theme body .current_issue,
html.export-ready-theme body .page > .container-page,
html.export-ready-theme body .obj_article_details {
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(199, 155, 69, .28) !important;
    border-radius: var(--eyib-radius) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 252, 246, .98)) !important;
    box-shadow: var(--eyib-shadow) !important;
}

html.export-ready-theme body .journal_summary::before,
html.export-ready-theme body .current_issue::before,
html.export-ready-theme body .page > .container-page::before,
html.export-ready-theme body .obj_article_details::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    height: 5px !important;
    background: linear-gradient(90deg, var(--eyib-navy), var(--eyib-blue), var(--eyib-gold)) !important;
}

html.export-ready-theme body .journal_summary,
html.export-ready-theme body .current_issue,
html.export-ready-theme body .page > .container-page,
html.export-ready-theme body .obj_article_details {
    padding: 30px !important;
}

/* Titles */
html.export-ready-theme body .current_page_title h1,
html.export-ready-theme body .current_issue_title,
html.export-ready-theme body .current_issue_identification,
html.export-ready-theme body .section_title,
html.export-ready-theme body .article-full-title,
html.export-ready-theme body .obj_article_details .page_title,
html.export-ready-theme body .journal_summary h2 {
    color: var(--eyib-ink) !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
}

html.export-ready-theme body .current_page_title {
    margin: 0 0 24px !important;
    padding: 0 0 18px !important;
    border-bottom: 1px solid var(--eyib-line) !important;
}

html.export-ready-theme body .current_page_title h1 {
    margin: 0 !important;
    font-size: clamp(30px, 3vw, 44px) !important;
    text-align: left !important;
}

html.export-ready-theme body .current_page_title h1::after,
html.export-ready-theme body .journal_summary h2::after,
html.export-ready-theme body .section_title::after {
    content: "" !important;
    display: block !important;
    width: 82px !important;
    height: 4px !important;
    margin-top: 12px !important;
    border-radius: 999px !important;
    background: var(--eyib-gold) !important;
}

html.export-ready-theme body p,
html.export-ready-theme body li,
html.export-ready-theme body .summary_meta,
html.export-ready-theme body .authors {
    color: var(--eyib-text) !important;
}

/* Home and article lists */
html.export-ready-theme body .journal_summary {
    margin-top: 32px !important;
    margin-bottom: 26px !important;
}

html.export-ready-theme body .journal_summary p {
    margin-bottom: 12px !important;
    font-size: 16px !important;
}

html.export-ready-theme body .current_issue_title {
    margin: 0 0 18px !important;
    font-size: clamp(25px, 2.3vw, 34px) !important;
}

html.export-ready-theme body .current_issue_label {
    display: block !important;
    margin-bottom: 8px !important;
    color: var(--eyib-gold-dark) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

html.export-ready-theme body .description_cover {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 26px !important;
    align-items: start !important;
    padding: 22px !important;
    border: 1px solid var(--eyib-line) !important;
    border-radius: var(--eyib-radius) !important;
    background: var(--eyib-soft) !important;
}

html.export-ready-theme body .description_cover .issue_cover_block {
    flex: 0 0 220px !important;
    max-width: 220px !important;
}

html.export-ready-theme body .description_cover .issue_description,
html.export-ready-theme body .description_cover .description,
html.export-ready-theme body .description_cover > p {
    flex: 1 1 360px !important;
    min-width: 240px !important;
}

html.export-ready-theme body .cover_image,
html.export-ready-theme body .archive_issue_cover,
html.export-ready-theme body .article_cover_wrapper img {
    display: block !important;
    width: 100% !important;
    border-radius: var(--eyib-radius) !important;
    box-shadow: 0 14px 30px rgba(7, 27, 44, .18) !important;
}

html.export-ready-theme body .sections {
    margin-top: 26px !important;
}

html.export-ready-theme body .section {
    padding-top: 22px !important;
    border-top: 1px solid var(--eyib-line) !important;
}

html.export-ready-theme body .section_content {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

html.export-ready-theme body .article_summary {
    position: relative !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 18px 18px 58px !important;
    border: 1px solid var(--eyib-line) !important;
    border-radius: var(--eyib-radius) !important;
    background: #ffffff !important;
    box-shadow: var(--eyib-soft-shadow) !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

html.export-ready-theme body .article_summary::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 4px !important;
    background: linear-gradient(180deg, var(--eyib-blue), var(--eyib-gold)) !important;
}

html.export-ready-theme body .article_summary:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(199, 155, 69, .60) !important;
    box-shadow: 0 20px 42px rgba(7, 27, 44, .14) !important;
}

html.export-ready-theme body .summary_title {
    color: var(--eyib-ink) !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
}

html.export-ready-theme body .summary_meta {
    margin-top: 12px !important;
    color: var(--eyib-muted) !important;
    font-size: 13px !important;
}

html.export-ready-theme body .galleys_links {
    position: absolute !important;
    right: 18px !important;
    bottom: 16px !important;
    left: 18px !important;
}

html.export-ready-theme body .btn,
html.export-ready-theme body .obj_galley_link,
html.export-ready-theme body .read_more,
html.export-ready-theme body .block_make_submission_link,
html.export-ready-theme body .more-authors-info-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 36px !important;
    padding: 8px 15px !important;
    border: 1px solid var(--eyib-navy) !important;
    border-radius: 6px !important;
    background: var(--eyib-navy) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    text-transform: uppercase !important;
}

html.export-ready-theme body .btn:hover,
html.export-ready-theme body .obj_galley_link:hover,
html.export-ready-theme body .read_more:hover,
html.export-ready-theme body .block_make_submission_link:hover,
html.export-ready-theme body .more-authors-info-button:hover {
    border-color: var(--eyib-gold) !important;
    background: var(--eyib-gold) !important;
    color: var(--eyib-ink) !important;
}

/* Contact */
html.export-ready-theme body .page_contact .edit-content-wrapper {
    display: none !important;
}

html.export-ready-theme body .page_contact .contact_section {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    gap: 18px !important;
    margin-top: 12px !important;
}

html.export-ready-theme body .page_contact .contact {
    position: relative !important;
    overflow: hidden !important;
    padding: 24px !important;
    border: 1px solid var(--eyib-line) !important;
    border-radius: var(--eyib-radius) !important;
    background: #ffffff !important;
    box-shadow: var(--eyib-soft-shadow) !important;
}

html.export-ready-theme body .page_contact .contact::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 5px !important;
    background: var(--eyib-gold) !important;
}

html.export-ready-theme body .page_contact .contact-heading {
    margin: 0 0 14px !important;
    color: var(--eyib-ink) !important;
    font-size: 22px !important;
    font-weight: 900 !important;
}

html.export-ready-theme body .page_contact .name {
    color: var(--eyib-navy) !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

html.export-ready-theme body .page_contact .email a {
    display: inline-flex !important;
    margin-top: 12px !important;
    padding: 8px 13px !important;
    border-radius: 6px !important;
    background: var(--eyib-sky) !important;
    color: var(--eyib-navy) !important;
    font-weight: 800 !important;
}

/* Editorial team */
html.export-ready-theme body .page_editorial_team .container-page > p {
    display: block !important;
    margin: 0 0 12px !important;
    padding: 16px 18px !important;
    border: 1px solid var(--eyib-line) !important;
    border-left: 5px solid var(--eyib-navy) !important;
    border-radius: var(--eyib-radius) !important;
    background: #ffffff !important;
    box-shadow: var(--eyib-soft-shadow) !important;
    color: var(--eyib-text) !important;
    font-weight: 700 !important;
}

html.export-ready-theme body .page_editorial_team .container-page > p:nth-of-type(odd) {
    border-left-color: var(--eyib-gold) !important;
    background: var(--eyib-soft) !important;
}

/* Archives */
html.export-ready-theme body .issues_list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    gap: 18px !important;
    margin: 0 !important;
}

html.export-ready-theme body .issue_item {
    min-width: 0 !important;
}

html.export-ready-theme body .obj_issue_summary {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 15px !important;
    height: 100% !important;
    padding: 16px !important;
    border: 1px solid var(--eyib-line) !important;
    border-radius: var(--eyib-radius) !important;
    background: #ffffff !important;
    box-shadow: var(--eyib-soft-shadow) !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

html.export-ready-theme body .obj_issue_summary:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(199, 155, 69, .65) !important;
    box-shadow: 0 20px 42px rgba(7, 27, 44, .14) !important;
}

html.export-ready-theme body .obj_issue_summary .cover {
    grid-row: span 3 !important;
}

html.export-ready-theme body .obj_issue_summary .archive_issue_cover {
    width: 96px !important;
    height: 132px !important;
    object-fit: cover !important;
}

html.export-ready-theme body .issue_summary_title {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    align-content: flex-start !important;
    margin-top: 2px !important;
}

html.export-ready-theme body .issue_summary_title span {
    display: inline-flex !important;
    min-height: 26px !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    background: var(--eyib-sky) !important;
    color: var(--eyib-navy) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

html.export-ready-theme body .issue_title {
    color: var(--eyib-ink) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
}

html.export-ready-theme body .issue_summary_date {
    color: var(--eyib-muted) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

/* About */
html.export-ready-theme body .page_about .container-page {
    min-height: 260px !important;
}

html.export-ready-theme body .page_about .current_page_title {
    margin-bottom: 0 !important;
}

html.export-ready-theme body .page_about .container-page::after {
    content: "" !important;
    display: block !important;
    min-height: 145px !important;
    margin-top: 22px !important;
    border: 1px dashed rgba(199, 155, 69, .42) !important;
    border-radius: var(--eyib-radius) !important;
    background:
        linear-gradient(135deg, rgba(6, 63, 92, .08), rgba(199, 155, 69, .10)) !important;
}

html.export-ready-theme body .page_about .container-page:empty::after {
    content: none !important;
    display: none !important;
}

html.export-ready-theme body .page_about .container-page p,
html.export-ready-theme body .page_about .container-page li {
    font-size: 17px !important;
    line-height: 1.82 !important;
}

/* Article page */
html.export-ready-theme body .page_article .container-page {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 34px 0 54px !important;
}

html.export-ready-theme body .obj_article_details {
    padding: 30px !important;
}

html.export-ready-theme body .article_issue_credentials a,
html.export-ready-theme body .article_section_title {
    display: inline-flex !important;
    margin: 0 8px 14px 0 !important;
    padding: 7px 11px !important;
    border-radius: 6px !important;
    background: var(--eyib-sky) !important;
    color: var(--eyib-navy) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

html.export-ready-theme body .article-full-title {
    max-width: 900px !important;
    margin: 0 0 18px !important;
    font-size: clamp(30px, 3.1vw, 46px) !important;
}

html.export-ready-theme body .obj_article_details .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

html.export-ready-theme body .obj_article_details [class*="col-"] {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

html.export-ready-theme body .authors_info,
html.export-ready-theme body .additional-authors-info,
html.export-ready-theme body .abstract,
html.export-ready-theme body .item.references,
html.export-ready-theme body .item.keywords,
html.export-ready-theme body #mainEntry > p {
    margin-bottom: 18px !important;
    padding: 18px !important;
    border: 1px solid var(--eyib-line) !important;
    border-radius: var(--eyib-radius) !important;
    background: #ffffff !important;
    box-shadow: var(--eyib-soft-shadow) !important;
}

html.export-ready-theme body .authors_info ul,
html.export-ready-theme body .keywords_value {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

html.export-ready-theme body .entry_author_block,
html.export-ready-theme body .keyword_item {
    margin: 0 !important;
    color: var(--eyib-text) !important;
    font-weight: 700 !important;
}

html.export-ready-theme body .abstract {
    border-left: 5px solid var(--eyib-gold) !important;
    background: var(--eyib-soft) !important;
}

html.export-ready-theme body .abstract h2,
html.export-ready-theme body .item h3,
html.export-ready-theme body .item .label {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    color: var(--eyib-ink) !important;
    font-size: 22px !important;
    font-weight: 900 !important;
}

html.export-ready-theme body .references-list {
    padding-left: 20px !important;
}

html.export-ready-theme body .references-list li {
    margin-bottom: 10px !important;
    color: var(--eyib-text) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

html.export-ready-theme body .for-mobile-view {
    display: none !important;
}

/* Footer */
html.export-ready-theme body .site-footer {
    margin-top: 0 !important;
    padding: 36px 0 !important;
    background:
        linear-gradient(135deg, var(--eyib-ink) 0%, var(--eyib-navy) 100%) !important;
    color: #fff7e6 !important;
}

html.export-ready-theme body .site-footer .sidebar_wrapper {
    display: grid !important;
    grid-template-columns: 260px minmax(0, 1fr) !important;
    gap: 22px !important;
}

html.export-ready-theme body .site-footer .pkp_block {
    margin: 0 !important;
    padding: 20px !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    border-radius: var(--eyib-radius) !important;
    background: rgba(255, 255, 255, .07) !important;
}

html.export-ready-theme body .site-footer .title {
    margin: 0 0 14px !important;
    color: #fff7e6 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

html.export-ready-theme body .site-footer #customblock-indexing .content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
    gap: 12px !important;
    align-items: center !important;
}

html.export-ready-theme body .site-footer #customblock-indexing p,
html.export-ready-theme body .site-footer #customblock-indexing h2 {
    margin: 0 !important;
}

html.export-ready-theme body .site-footer img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    border-radius: 6px !important;
}

html.export-ready-theme body .pkpbrand-wrapper {
    display: none !important;
}

/* Mobile */
@media (max-width: 991px) {
    :root {
        --eyib-banner-height: clamp(210px, 55vw, 420px);
    }

    html.export-ready-theme body .header.header .upper-header {
        height: 58px !important;
        min-height: 58px !important;
        background: linear-gradient(180deg, rgba(3, 20, 35, .62), rgba(3, 20, 35, .04)) !important;
        border-bottom: 0 !important;
        box-shadow: none !important;
    }

    html.export-ready-theme body .header.header .lower-header {
        display: block !important;
        position: fixed !important;
        top: 10px !important;
        right: 12px !important;
        z-index: 1000 !important;
        padding: 0 !important;
    }

    html.export-ready-theme body #nav-small {
        display: flex !important;
        padding: 0 !important;
    }

    html.export-ready-theme body #show-modal {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        min-height: 42px !important;
        padding: 10px 13px !important;
        border: 1px solid rgba(242, 209, 142, .46) !important;
        border-radius: 6px !important;
        background: rgba(4, 35, 57, .70) !important;
        color: #fff7e6 !important;
        font-weight: 900 !important;
    }

    html.export-ready-theme body .section_content {
        grid-template-columns: 1fr !important;
    }

    html.export-ready-theme body .description_cover {
        grid-template-columns: 1fr !important;
    }

    html.export-ready-theme body .issue_cover_block {
        max-width: 220px !important;
    }

    html.export-ready-theme body .site-footer .sidebar_wrapper {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 720px) {
    html.export-ready-theme body .journal_summary,
    html.export-ready-theme body .container-page,
    html.export-ready-theme body .container-footer {
        width: calc(100% - 20px) !important;
    }

    html.export-ready-theme body .journal_summary,
    html.export-ready-theme body .current_issue,
    html.export-ready-theme body .page > .container-page,
    html.export-ready-theme body .obj_article_details {
        padding: 20px !important;
    }

    html.export-ready-theme body .container-page {
        padding-top: 24px !important;
        padding-bottom: 36px !important;
    }

    html.export-ready-theme body .current_page_title h1 {
        font-size: 28px !important;
    }

    html.export-ready-theme body .article-full-title {
        font-size: 28px !important;
    }

    html.export-ready-theme body .issues_list {
        grid-template-columns: 1fr !important;
    }

    html.export-ready-theme body .obj_issue_summary {
        grid-template-columns: 78px minmax(0, 1fr) !important;
    }

    html.export-ready-theme body .obj_issue_summary .archive_issue_cover {
        width: 78px !important;
        height: 108px !important;
    }

    html.export-ready-theme body .article_summary {
        padding: 16px 16px 58px !important;
    }

    html.export-ready-theme body .for-mobile-view {
        display: block !important;
    }
}

/*
=========================================================
 CRITICAL OVERRIDES
 Runtime JS injects CSS after this file. These selectors are
 intentionally stronger so the journal stylesheet stays in control.
=========================================================
*/

html.export-ready-theme.export-ready-theme body {
    background:
        linear-gradient(180deg, #f7f1e6 0%, #f9fbfc 44%, #f5efe2 100%) !important;
    color: var(--eyib-text) !important;
}

html.export-ready-theme.export-ready-theme body main.page.page,
html.export-ready-theme.export-ready-theme body main.page_index_journal {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html.export-ready-theme.export-ready-theme body .header.header.export-ready-banner-hero,
html.export-ready-theme.export-ready-theme body .header.header {
    height: var(--eyib-banner-height) !important;
    min-height: 0 !important;
    padding: 0 !important;
    background-size: cover !important;
    background-position: center center !important;
    border: 0 !important;
}

html.export-ready-theme.export-ready-theme body .header.header::before,
html.export-ready-theme.export-ready-theme body .header.header::after {
    display: none !important;
}

html.export-ready-theme.export-ready-theme body .header.header .upper-header.upper-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 999 !important;
    width: 100% !important;
    height: 68px !important;
    min-height: 68px !important;
    padding: 0 max(16px, calc((100vw - var(--eyib-max)) / 2)) !important;
    background: linear-gradient(180deg, rgba(3, 20, 35, .72), rgba(3, 20, 35, .18)) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
}

html.export-ready-theme.export-ready-theme body .header.header .logo-wrapper.logo-wrapper,
html.export-ready-theme.export-ready-theme body .header.header .journal-logo.journal-logo {
    display: none !important;
}

html.export-ready-theme.export-ready-theme body #user-nav-wraper#user-nav-wraper {
    position: static !important;
    display: flex !important;
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
    width: 100% !important;
    max-width: var(--eyib-max) !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

html.export-ready-theme.export-ready-theme body #navigationUser#navigationUser {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

html.export-ready-theme.export-ready-theme body #navigationUser#navigationUser .nav-link.nav-link {
    min-height: 36px !important;
    padding: 8px 11px !important;
    border: 1px solid rgba(242, 209, 142, .28) !important;
    border-radius: 6px !important;
    background: rgba(4, 35, 57, .48) !important;
    color: #fff7e6 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-transform: uppercase !important;
}

html.export-ready-theme.export-ready-theme body .journal_summary.journal_summary,
html.export-ready-theme.export-ready-theme body .container-page.container-page,
html.export-ready-theme.export-ready-theme body .container-footer.container-footer {
    width: min(var(--eyib-max), calc(100% - 32px)) !important;
    max-width: var(--eyib-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

html.export-ready-theme.export-ready-theme body .page_index_journal .container-page.container-page {
    padding-top: 34px !important;
    padding-bottom: 54px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

html.export-ready-theme.export-ready-theme body .page.page > .container-page.container-page,
html.export-ready-theme.export-ready-theme body .journal_summary.journal_summary,
html.export-ready-theme.export-ready-theme body .current_issue.current_issue,
html.export-ready-theme.export-ready-theme body .obj_article_details.obj_article_details {
    position: relative !important;
    overflow: hidden !important;
    padding: 30px !important;
    border: 1px solid rgba(199, 155, 69, .28) !important;
    border-radius: var(--eyib-radius) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 252, 246, .98)) !important;
    box-shadow: var(--eyib-shadow) !important;
}

html.export-ready-theme.export-ready-theme body .page_article.page_article .container-page.container-page {
    padding: 34px 0 54px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

html.export-ready-theme.export-ready-theme body .current_page_title.current_page_title {
    margin: 0 0 24px !important;
    padding: 0 0 18px !important;
    border-bottom: 1px solid var(--eyib-line) !important;
}

html.export-ready-theme.export-ready-theme body .current_page_title.current_page_title h1,
html.export-ready-theme.export-ready-theme body .current_issue_title.current_issue_title,
html.export-ready-theme.export-ready-theme body .section_title.section_title,
html.export-ready-theme.export-ready-theme body .article-full-title.article-full-title {
    color: var(--eyib-ink) !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

html.export-ready-theme.export-ready-theme body .description_cover.description_cover {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 26px !important;
    padding: 22px !important;
    border: 1px solid var(--eyib-line) !important;
    border-radius: var(--eyib-radius) !important;
    background: var(--eyib-soft) !important;
}

html.export-ready-theme.export-ready-theme body .description_cover.description_cover .issue_cover_block {
    flex: 0 0 220px !important;
    max-width: 220px !important;
}

html.export-ready-theme.export-ready-theme body .description_cover.description_cover .issue_description,
html.export-ready-theme.export-ready-theme body .description_cover.description_cover .description,
html.export-ready-theme.export-ready-theme body .description_cover.description_cover > p {
    flex: 1 1 360px !important;
    min-width: 240px !important;
}

html.export-ready-theme.export-ready-theme body .section_content.section_content {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary {
    position: relative !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 18px 18px 58px !important;
    border: 1px solid var(--eyib-line) !important;
    border-radius: var(--eyib-radius) !important;
    background: #ffffff !important;
    box-shadow: var(--eyib-soft-shadow) !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(even) {
    background: #ffffff !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:hover {
    background: #ffffff !important;
    border-color: rgba(199, 155, 69, .60) !important;
    transform: translateY(-3px) !important;
}

html.export-ready-theme.export-ready-theme body .summary_title.summary_title {
    color: var(--eyib-ink) !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
}

html.export-ready-theme.export-ready-theme body .summary_meta.summary_meta {
    color: var(--eyib-muted) !important;
    font-size: 13px !important;
}

html.export-ready-theme.export-ready-theme body .galleys_links.galleys_links {
    position: absolute !important;
    right: 18px !important;
    bottom: 16px !important;
    left: 18px !important;
    margin: 0 !important;
}

html.export-ready-theme.export-ready-theme body .issues_list.issues_list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    gap: 18px !important;
}

html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 15px !important;
    height: 100% !important;
    padding: 16px !important;
    border: 1px solid var(--eyib-line) !important;
    border-radius: var(--eyib-radius) !important;
    background: #ffffff !important;
    box-shadow: var(--eyib-soft-shadow) !important;
}

html.export-ready-theme.export-ready-theme body .obj_article_details.obj_article_details .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

html.export-ready-theme.export-ready-theme body .page_about.page_about .container-page.container-page::after {
    content: none !important;
    display: none !important;
}

html.export-ready-theme.export-ready-theme body .authors_info.authors_info,
html.export-ready-theme.export-ready-theme body .additional-authors-info.additional-authors-info,
html.export-ready-theme.export-ready-theme body .abstract.abstract,
html.export-ready-theme.export-ready-theme body .item.references,
html.export-ready-theme.export-ready-theme body .item.keywords,
html.export-ready-theme.export-ready-theme body #mainEntry#mainEntry > p {
    margin-bottom: 18px !important;
    padding: 18px !important;
    border: 1px solid var(--eyib-line) !important;
    border-radius: var(--eyib-radius) !important;
    background: #ffffff !important;
    box-shadow: var(--eyib-soft-shadow) !important;
}

html.export-ready-theme.export-ready-theme body .abstract.abstract {
    border-left: 5px solid var(--eyib-gold) !important;
    background: var(--eyib-soft) !important;
}

html.export-ready-theme.export-ready-theme body .site-footer.site-footer {
    margin-top: 0 !important;
    padding: 36px 0 !important;
    background: linear-gradient(135deg, var(--eyib-ink) 0%, var(--eyib-navy) 100%) !important;
    color: #fff7e6 !important;
}

html.export-ready-theme.export-ready-theme body .site-footer.site-footer .sidebar_wrapper.sidebar_wrapper {
    display: grid !important;
    grid-template-columns: 260px minmax(0, 1fr) !important;
    gap: 22px !important;
}

html.export-ready-theme.export-ready-theme body .site-footer.site-footer .pkp_block.pkp_block {
    margin: 0 !important;
    padding: 20px !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    border-radius: var(--eyib-radius) !important;
    background: rgba(255, 255, 255, .07) !important;
}

html.export-ready-theme.export-ready-theme body .site-footer.site-footer .title.title {
    margin: 0 0 14px !important;
    color: #fff7e6 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

html.export-ready-theme.export-ready-theme body .site-footer.site-footer #customblock-indexing .content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
    gap: 12px !important;
}

@media (max-width: 991px) {
    html.export-ready-theme.export-ready-theme body .header.header.export-ready-banner-hero,
    html.export-ready-theme.export-ready-theme body .header.header {
        height: clamp(210px, 55vw, 420px) !important;
    }

    html.export-ready-theme.export-ready-theme body .section_content.section_content {
        grid-template-columns: 1fr !important;
    }

    html.export-ready-theme.export-ready-theme body .site-footer.site-footer .sidebar_wrapper.sidebar_wrapper {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .journal_summary.journal_summary,
    html.export-ready-theme.export-ready-theme body .container-page.container-page,
    html.export-ready-theme.export-ready-theme body .container-footer.container-footer {
        width: calc(100% - 20px) !important;
    }

    html.export-ready-theme.export-ready-theme body .page.page > .container-page.container-page,
    html.export-ready-theme.export-ready-theme body .journal_summary.journal_summary,
    html.export-ready-theme.export-ready-theme body .current_issue.current_issue,
    html.export-ready-theme.export-ready-theme body .obj_article_details.obj_article_details {
        padding: 20px !important;
    }

    html.export-ready-theme.export-ready-theme body .issues_list.issues_list {
        grid-template-columns: 1fr !important;
    }

    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary {
        grid-template-columns: 78px minmax(0, 1fr) !important;
    }
}

/* =========================================================
   EYIB OJS - REAL FIX v3
   Maqsad:
   1) Header tepasidagi qoramtir bo'sh panelni olib tashlash
   2) Issue/Archive kartalaridagi rasm yonidagi bo'sh maydonni yo'qotish
   3) Issue view sahifasida sarlavhani muqova yoniga chiqarish
   4) Article sahifasidagi o'ng bo'sh Bootstrap ustunini bekor qilish
   Ushbu blok CSS faylning eng oxirida turishi shart.
========================================================= */

/* ---------- 1. HEADER: qora/parda ko'rinishidagi bo'sh panelni yo'qotish ---------- */
html.export-ready-theme.export-ready-theme body .header.header .upper-header.upper-header,
html.export-ready-theme body .header.header .upper-header,
body .header.header .upper-header.upper-header,
body .header .upper-header {
    position: absolute !important;
    top: 18px !important;
    right: max(16px, calc((100vw - var(--eyib-max, 1180px)) / 2)) !important;
    left: auto !important;
    z-index: 1000 !important;
    width: auto !important;
    max-width: calc(100% - 32px) !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

html.export-ready-theme.export-ready-theme body.export-ready-header-scrolled .header.header .upper-header.upper-header,
html.export-ready-theme body.export-ready-header-scrolled .header.header .upper-header,
body.export-ready-header-scrolled .header.header .upper-header.upper-header {
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

html.export-ready-theme.export-ready-theme body #user-nav-wraper#user-nav-wraper,
html.export-ready-theme body #user-nav-wraper,
body #user-nav-wraper {
    position: static !important;
    width: auto !important;
    max-width: none !important;
    flex: 0 1 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

html.export-ready-theme.export-ready-theme body #navigationUser#navigationUser,
html.export-ready-theme body #navigationUser,
body #navigationUser {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

html.export-ready-theme.export-ready-theme body #navigationUser#navigationUser .nav-link.nav-link,
html.export-ready-theme body #navigationUser .nav-link,
body #navigationUser .nav-link {
    min-height: 44px !important;
    padding: 10px 18px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(242, 209, 142, .36) !important;
    background: rgba(4, 35, 57, .72) !important;
    color: #fff7e6 !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .22) !important;
    backdrop-filter: blur(8px) !important;
    white-space: nowrap !important;
}

/* ---------- 2. ISSUE COVER: yonidagi bo'sh katakni majburan qisqartirish ---------- */
html.export-ready-theme.export-ready-theme body .description_cover.description_cover,
html.export-ready-theme body .description_cover,
body .description_cover {
    display: inline-grid !important;
    grid-template-columns: minmax(160px, 240px) minmax(0, auto) !important;
    gap: 0 !important;
    align-items: start !important;
    justify-content: start !important;
    width: fit-content !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 22px !important;
    margin-right: auto !important;
    margin-left: 0 !important;
    border: 1px solid var(--eyib-line, #e4d6bd) !important;
    border-radius: var(--eyib-radius, 8px) !important;
    background: var(--eyib-soft, #fbf8ef) !important;
    box-shadow: none !important;
}

html.export-ready-theme.export-ready-theme body .description_cover.description_cover .issue_cover_block,
html.export-ready-theme body .description_cover .issue_cover_block,
body .description_cover .issue_cover_block {
    grid-column: 1 !important;
    width: 240px !important;
    max-width: 240px !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

html.export-ready-theme.export-ready-theme body .description_cover.description_cover .cover_image,
html.export-ready-theme body .description_cover .cover_image,
body .description_cover .cover_image,
html.export-ready-theme.export-ready-theme body .description_cover.description_cover img,
html.export-ready-theme body .description_cover img,
body .description_cover img {
    display: block !important;
    width: 100% !important;
    max-width: 240px !important;
    height: auto !important;
    object-fit: cover !important;
    margin: 0 !important;
}

/* Tavsif bo'lsa, 2-ustunda ko'rsatadi; bo'lmasa joy 0 ga qisqaradi */
html.export-ready-theme.export-ready-theme body .description_cover.description_cover .issue_description,
html.export-ready-theme.export-ready-theme body .description_cover.description_cover .description,
html.export-ready-theme.export-ready-theme body .description_cover.description_cover > p,
html.export-ready-theme body .description_cover .issue_description,
html.export-ready-theme body .description_cover .description,
html.export-ready-theme body .description_cover > p,
body .description_cover .issue_description,
body .description_cover .description,
body .description_cover > p {
    grid-column: 2 !important;
    min-width: 0 !important;
    max-width: 760px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 0 0 28px !important;
    color: var(--eyib-text, #172033) !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
}

/* Mutlaqo bo'sh tavsif elementlarini yashirish */
html.export-ready-theme.export-ready-theme body .description_cover.description_cover .issue_description:empty,
html.export-ready-theme.export-ready-theme body .description_cover.description_cover .description:empty,
html.export-ready-theme.export-ready-theme body .description_cover.description_cover > p:empty,
html.export-ready-theme body .description_cover .issue_description:empty,
html.export-ready-theme body .description_cover .description:empty,
html.export-ready-theme body .description_cover > p:empty,
body .description_cover .issue_description:empty,
body .description_cover .description:empty,
body .description_cover > p:empty {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ---------- 3. ISSUE VIEW: sarlavhani muqova yoniga chiqarish ---------- */
@media (min-width: 721px) {
    html.export-ready-theme.export-ready-theme body .page_issue.page_issue > .container-page.container-page,
    html.export-ready-theme body .page_issue > .container-page,
    body .page_issue > .container-page {
        display: grid !important;
        grid-template-columns: 284px minmax(0, 1fr) !important;
        column-gap: 28px !important;
        row-gap: 22px !important;
        align-items: start !important;
    }

    html.export-ready-theme.export-ready-theme body .page_issue.page_issue .current_page_title.current_page_title,
    html.export-ready-theme body .page_issue .current_page_title,
    body .page_issue .current_page_title {
        grid-column: 2 !important;
        grid-row: 1 !important;
        margin: 0 !important;
        padding: 0 0 18px !important;
        align-self: start !important;
    }

    html.export-ready-theme.export-ready-theme body .page_issue.page_issue .obj_issue_toc.obj_issue_toc,
    html.export-ready-theme body .page_issue .obj_issue_toc,
    body .page_issue .obj_issue_toc {
        display: contents !important;
    }

    html.export-ready-theme.export-ready-theme body .page_issue.page_issue .description_cover.description_cover,
    html.export-ready-theme body .page_issue .description_cover,
    body .page_issue .description_cover {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
        width: 100% !important;
        display: block !important;
        padding: 20px !important;
    }

    html.export-ready-theme.export-ready-theme body .page_issue.page_issue .description_cover.description_cover .issue_cover_block,
    html.export-ready-theme body .page_issue .description_cover .issue_cover_block,
    body .page_issue .description_cover .issue_cover_block,
    html.export-ready-theme.export-ready-theme body .page_issue.page_issue .description_cover.description_cover img,
    html.export-ready-theme body .page_issue .description_cover img,
    body .page_issue .description_cover img {
        width: 100% !important;
        max-width: 240px !important;
    }

    html.export-ready-theme.export-ready-theme body .page_issue.page_issue .sections.sections,
    html.export-ready-theme.export-ready-theme body .page_issue.page_issue .section.section,
    html.export-ready-theme.export-ready-theme body .page_issue.page_issue .articles.articles,
    html.export-ready-theme body .page_issue .sections,
    html.export-ready-theme body .page_issue .section,
    html.export-ready-theme body .page_issue .articles,
    body .page_issue .sections,
    body .page_issue .section,
    body .page_issue .articles {
        grid-column: 1 / -1 !important;
    }
}

/* ---------- 4. ARCHIVE ISSUE CARD: muqova yonidagi sun'iy bo'sh qismni qisqartirish ---------- */
html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .obj_issue_summary,
body .obj_issue_summary {
    display: inline-grid !important;
    grid-template-columns: 96px minmax(0, auto) !important;
    gap: 15px !important;
    width: fit-content !important;
    max-width: 100% !important;
    min-width: 0 !important;
    justify-content: start !important;
    align-items: start !important;
}

html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .cover,
html.export-ready-theme body .obj_issue_summary .cover,
body .obj_issue_summary .cover {
    width: 96px !important;
    max-width: 96px !important;
    margin: 0 !important;
    padding: 0 !important;
}

html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .archive_issue_cover,
html.export-ready-theme body .obj_issue_summary .archive_issue_cover,
body .obj_issue_summary .archive_issue_cover {
    width: 96px !important;
    height: 132px !important;
    object-fit: cover !important;
}

html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .issue_summary_title,
html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .issue_title,
html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .issue_summary_date,
html.export-ready-theme body .obj_issue_summary .issue_summary_title,
html.export-ready-theme body .obj_issue_summary .issue_title,
html.export-ready-theme body .obj_issue_summary .issue_summary_date,
body .obj_issue_summary .issue_summary_title,
body .obj_issue_summary .issue_title,
body .obj_issue_summary .issue_summary_date {
    width: auto !important;
    max-width: 320px !important;
    min-width: 0 !important;
}

/* ---------- 5. ARTICLE PAGE: o'ngdagi bo'sh Bootstrap ustunni butunlay bekor qilish ---------- */
html.export-ready-theme.export-ready-theme body .obj_article_details.obj_article_details .row.row,
html.export-ready-theme body .obj_article_details .row,
body .obj_article_details .row,
html.export-ready-theme.export-ready-theme body .page_article.page_article .row.row,
html.export-ready-theme body .page_article .row,
body .page_article .row {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

html.export-ready-theme.export-ready-theme body .obj_article_details.obj_article_details [class^="col-"],
html.export-ready-theme.export-ready-theme body .obj_article_details.obj_article_details [class*=" col-"],
html.export-ready-theme body .obj_article_details [class^="col-"],
html.export-ready-theme body .obj_article_details [class*=" col-"],
body .obj_article_details [class^="col-"],
body .obj_article_details [class*=" col-"],
html.export-ready-theme.export-ready-theme body .page_article.page_article [class^="col-"],
html.export-ready-theme.export-ready-theme body .page_article.page_article [class*=" col-"],
html.export-ready-theme body .page_article [class^="col-"],
html.export-ready-theme body .page_article [class*=" col-"],
body .page_article [class^="col-"],
body .page_article [class*=" col-"] {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

html.export-ready-theme.export-ready-theme body .obj_article_details.obj_article_details aside:empty,
html.export-ready-theme.export-ready-theme body .obj_article_details.obj_article_details .entry_details:empty,
html.export-ready-theme.export-ready-theme body .obj_article_details.obj_article_details .item:empty,
html.export-ready-theme body .obj_article_details aside:empty,
html.export-ready-theme body .obj_article_details .entry_details:empty,
html.export-ready-theme body .obj_article_details .item:empty,
body .obj_article_details aside:empty,
body .obj_article_details .entry_details:empty,
body .obj_article_details .item:empty {
    display: none !important;
}

/* ---------- 6. MOBILE: hammasi bir ustunga tushadi ---------- */
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .header.header .upper-header.upper-header,
    html.export-ready-theme body .header.header .upper-header,
    body .header .upper-header {
        top: 12px !important;
        right: 12px !important;
        max-width: calc(100% - 24px) !important;
    }

    html.export-ready-theme.export-ready-theme body #navigationUser#navigationUser .nav-link.nav-link,
    html.export-ready-theme body #navigationUser .nav-link,
    body #navigationUser .nav-link {
        min-height: 36px !important;
        padding: 8px 11px !important;
        font-size: 12px !important;
    }

    html.export-ready-theme.export-ready-theme body .page_issue.page_issue > .container-page.container-page,
    html.export-ready-theme body .page_issue > .container-page,
    body .page_issue > .container-page {
        display: block !important;
    }

    html.export-ready-theme.export-ready-theme body .description_cover.description_cover,
    html.export-ready-theme body .description_cover,
    body .description_cover {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 18px !important;
    }

    html.export-ready-theme.export-ready-theme body .description_cover.description_cover .issue_cover_block,
    html.export-ready-theme body .description_cover .issue_cover_block,
    body .description_cover .issue_cover_block {
        width: 100% !important;
        max-width: 220px !important;
    }

    html.export-ready-theme.export-ready-theme body .description_cover.description_cover .issue_description,
    html.export-ready-theme.export-ready-theme body .description_cover.description_cover .description,
    html.export-ready-theme.export-ready-theme body .description_cover.description_cover > p,
    html.export-ready-theme body .description_cover .issue_description,
    html.export-ready-theme body .description_cover .description,
    html.export-ready-theme body .description_cover > p,
    body .description_cover .issue_description,
    body .description_cover .description,
    body .description_cover > p {
        padding: 16px 0 0 0 !important;
    }

    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary,
    html.export-ready-theme body .obj_issue_summary,
    body .obj_issue_summary {
        display: grid !important;
        grid-template-columns: 78px minmax(0, 1fr) !important;
        width: 100% !important;
    }

    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .cover,
    html.export-ready-theme body .obj_issue_summary .cover,
    body .obj_issue_summary .cover,
    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .archive_issue_cover,
    html.export-ready-theme body .obj_issue_summary .archive_issue_cover,
    body .obj_issue_summary .archive_issue_cover {
        width: 78px !important;
        max-width: 78px !important;
    }
}



/* =========================================================
   EYIB OJS - v10 SAFE VISIBLE ANIMATION
   Bu blok saytdagi hech narsani yashirib qo'ymaydi.
   Scroll animatsiya CSS bilan ishonchli emas, shuning uchun
   xavfsiz sekin kirish animatsiyasi berildi.
========================================================= */

/* Avvalgi noto'g'ri animatsiyalardan qolgan opacity/transformni majburan tiklash */
html.export-ready-theme.export-ready-theme body .journal_summary.journal_summary,
html.export-ready-theme.export-ready-theme body .current_issue.current_issue,
html.export-ready-theme.export-ready-theme body .page.page > .container-page.container-page,
html.export-ready-theme.export-ready-theme body .obj_article_details.obj_article_details,
html.export-ready-theme.export-ready-theme body .description_cover.description_cover,
html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary,
html.export-ready-theme.export-ready-theme body .authors_info.authors_info,
html.export-ready-theme.export-ready-theme body .additional-authors-info.additional-authors-info,
html.export-ready-theme.export-ready-theme body .abstract.abstract,
html.export-ready-theme.export-ready-theme body .item.keywords,
html.export-ready-theme.export-ready-theme body .item.references,
html.export-ready-theme body .journal_summary,
html.export-ready-theme body .current_issue,
html.export-ready-theme body .page > .container-page,
html.export-ready-theme body .obj_article_details,
html.export-ready-theme body .description_cover,
html.export-ready-theme body .article_summary,
html.export-ready-theme body .obj_issue_summary,
html.export-ready-theme body .authors_info,
html.export-ready-theme body .additional-authors-info,
html.export-ready-theme body .abstract,
html.export-ready-theme body .item.keywords,
html.export-ready-theme body .item.references,
body .journal_summary,
body .current_issue,
body .page > .container-page,
body .obj_article_details,
body .description_cover,
body .article_summary,
body .obj_issue_summary,
body .authors_info,
body .additional-authors-info,
body .abstract,
body .item.keywords,
body .item.references {
    opacity: 1 !important;
    visibility: visible !important;
}

@keyframes eyibV10MainFadeUp {
    0% {
        opacity: 0;
        transform: translateY(28px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes eyibV10CardLeft {
    0% {
        opacity: 0;
        transform: translateX(-32px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes eyibV10CardRight {
    0% {
        opacity: 0;
        transform: translateX(32px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Asosiy bloklar: pastdan, sekin */
html.export-ready-theme.export-ready-theme body .journal_summary.journal_summary,
html.export-ready-theme.export-ready-theme body .current_issue.current_issue,
html.export-ready-theme.export-ready-theme body .page.page > .container-page.container-page,
html.export-ready-theme.export-ready-theme body .obj_article_details.obj_article_details,
html.export-ready-theme body .journal_summary,
html.export-ready-theme body .current_issue,
html.export-ready-theme body .page > .container-page,
html.export-ready-theme body .obj_article_details {
    animation: eyibV10MainFadeUp 2.25s cubic-bezier(.19, 1, .22, 1) .38s both !important;
}

/* Muqova bloki: asosiy blokdan keyin */
html.export-ready-theme.export-ready-theme body .description_cover.description_cover,
html.export-ready-theme body .description_cover {
    animation: eyibV10MainFadeUp 2.35s cubic-bezier(.19, 1, .22, 1) .40s both !important;
}

/* Maqola kartochkalari: chap-o'ng, sekin va ketma-ket */
html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
html.export-ready-theme body .article_summary {
    animation-duration: 2.45s !important;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1) !important;
    animation-fill-mode: both !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(odd),
html.export-ready-theme body .article_summary:nth-child(odd) {
    animation-name: eyibV10CardLeft !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(even),
html.export-ready-theme body .article_summary:nth-child(even) {
    animation-name: eyibV10CardRight !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
html.export-ready-theme body .article_summary:nth-child(1) { animation-delay: .40s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
html.export-ready-theme body .article_summary:nth-child(2) { animation-delay: .40s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
html.export-ready-theme body .article_summary:nth-child(3) { animation-delay: .40s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
html.export-ready-theme body .article_summary:nth-child(4) { animation-delay: .40s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
html.export-ready-theme body .article_summary:nth-child(5) { animation-delay: .40s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
html.export-ready-theme body .article_summary:nth-child(6) { animation-delay: .40s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
html.export-ready-theme body .article_summary:nth-child(7) { animation-delay: .40s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
html.export-ready-theme body .article_summary:nth-child(8) { animation-delay: .40s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(n+9),
html.export-ready-theme body .article_summary:nth-child(n+9) { animation-delay: .40s !important; }

/* Arxiv kartalari ham shu ritmda */
html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .obj_issue_summary {
    animation-duration: 2.45s !important;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1) !important;
    animation-fill-mode: both !important;
}
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(odd) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(odd) .obj_issue_summary { animation-name: eyibV10CardLeft !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(even) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(even) .obj_issue_summary { animation-name: eyibV10CardRight !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(1) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(1) .obj_issue_summary { animation-delay: 35s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(2) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(2) .obj_issue_summary { animation-delay: 70s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(3) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(3) .obj_issue_summary { animation-delay: 105s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(n+4) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(n+4) .obj_issue_summary { animation-delay: 140s !important; }

/* Mobil uchun siljish kichikroq */
@media (max-width: 720px) {
    @keyframes eyibV10CardLeft {
        0% { opacity: 0; transform: translateX(-14px); }
        100% { opacity: 1; transform: translateX(0); }
    }
    @keyframes eyibV10CardRight {
        0% { opacity: 0; transform: translateX(14px); }
        100% { opacity: 1; transform: translateX(0); }
    }
}

/* Har qanday holatda sayt ko'rinmay qolmasin */
@media (prefers-reduced-motion: reduce) {
    html.export-ready-theme.export-ready-theme body .journal_summary.journal_summary,
    html.export-ready-theme.export-ready-theme body .current_issue.current_issue,
    html.export-ready-theme.export-ready-theme body .page.page > .container-page.container-page,
    html.export-ready-theme.export-ready-theme body .obj_article_details.obj_article_details,
    html.export-ready-theme.export-ready-theme body .description_cover.description_cover,
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary,
    html.export-ready-theme body .journal_summary,
    html.export-ready-theme body .current_issue,
    html.export-ready-theme body .page > .container-page,
    html.export-ready-theme body .obj_article_details,
    html.export-ready-theme body .description_cover,
    html.export-ready-theme body .article_summary,
    html.export-ready-theme body .obj_issue_summary {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        animation: none !important;
    }
}


/* =========================================================
   EYIB OJS - v15 YONDAN UZOQROQDAN SURILIB KELISH
   Maqola kartochkalari tortilgandek emas, yon tomondan
   uzoqroq masofadan sekin SURILIB kiradi.
   Ushbu blok eng oxirida turishi shart.
========================================================= */

/* Asosiy bloklar pastdan biroz uzoqroqdan chiqadi */
@keyframes eyibV10MainFadeUp {
    0% {
        opacity: 0;
        transform: translateY(90px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Toq maqolalar chapdan uzoqroqdan keladi */
@keyframes eyibV10CardLeft {
    0% {
        opacity: 0;
        transform: translateX(-360px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Juft maqolalar o'ngdan uzoqroqdan keladi */
@keyframes eyibV10CardRight {
    0% {
        opacity: 0;
        transform: translateX(360px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Maqola kartochkalari sekinroq va silliqroq kirsin */
html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
html.export-ready-theme body .article_summary {
    animation-duration: 2.85s !important;
    animation-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
    animation-fill-mode: both !important;
    will-change: transform, opacity !important;
}

/* Toq/juft yo'nalishni majburan saqlash */
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(odd),
html.export-ready-theme body .article_summary:nth-child(odd) {
    animation-name: eyibV10CardLeft !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(even),
html.export-ready-theme body .article_summary:nth-child(even) {
    animation-name: eyibV10CardRight !important;
}

/* Maqolalar bir vaqtda emas, navbat bilan kirsin */
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
html.export-ready-theme body .article_summary:nth-child(1) { animation-delay: .25s !important; }

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
html.export-ready-theme body .article_summary:nth-child(2) { animation-delay: .38s !important; }

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
html.export-ready-theme body .article_summary:nth-child(3) { animation-delay: .51s !important; }

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
html.export-ready-theme body .article_summary:nth-child(4) { animation-delay: .64s !important; }

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
html.export-ready-theme body .article_summary:nth-child(5) { animation-delay: .77s !important; }

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
html.export-ready-theme body .article_summary:nth-child(6) { animation-delay: .90s !important; }

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
html.export-ready-theme body .article_summary:nth-child(7) { animation-delay: 1.03s !important; }

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
html.export-ready-theme body .article_summary:nth-child(8) { animation-delay: 1.16s !important; }

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(n+9),
html.export-ready-theme body .article_summary:nth-child(n+9) { animation-delay: 1.29s !important; }

/* Arxivdagi son kartochkalari uchun ham uzoqroq yon surilish */
html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .obj_issue_summary {
    animation-duration: 2.85s !important;
    animation-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
    animation-fill-mode: both !important;
    will-change: transform, opacity !important;
}

html.export-ready-theme.export-ready-theme body .issue_item:nth-child(odd) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(odd) .obj_issue_summary {
    animation-name: eyibV10CardLeft !important;
}

html.export-ready-theme.export-ready-theme body .issue_item:nth-child(even) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(even) .obj_issue_summary {
    animation-name: eyibV10CardRight !important;
}

/* v10 dagi 35s/70s xatolari tuzatildi: bular sekund emas, nuqtali kechikish bo'lishi kerak */
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(1) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(1) .obj_issue_summary { animation-delay: .25s !important; }

html.export-ready-theme.export-ready-theme body .issue_item:nth-child(2) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(2) .obj_issue_summary { animation-delay: .38s !important; }

html.export-ready-theme.export-ready-theme body .issue_item:nth-child(3) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(3) .obj_issue_summary { animation-delay: .51s !important; }

html.export-ready-theme.export-ready-theme body .issue_item:nth-child(n+4) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(n+4) .obj_issue_summary { animation-delay: .64s !important; }

/* Mobil versiyada juda uzoqdan kelib sahifani bezovta qilmasin */
@media (max-width: 720px) {
    @keyframes eyibV10MainFadeUp {
        0% {
            opacity: 0;
            transform: translateY(48px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes eyibV10CardLeft {
        0% {
            opacity: 0;
            transform: translateX(-95px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes eyibV10CardRight {
        0% {
            opacity: 0;
            transform: translateX(95px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
    html.export-ready-theme body .article_summary,
    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary,
    html.export-ready-theme body .obj_issue_summary {
        animation-duration: 2.35s !important;
    }
}


/* =========================================================
   EYIB OJS - v16 HAR BIR MAQOLA ALOHIDA MASOFADAN SURILISH
   1-maqola 160px, 2-maqola 170px, 3-maqola 180px...
   Toq maqolalar chapdan, juft maqolalar o'ngdan keladi.
   Bu blok faylning ENG OXIRIDA turishi shart.
========================================================= */

@keyframes eyibV16ArticleSlide {
    0% {
        opacity: 0;
        transform: translateX(var(--eyib-article-start-x, -160px));
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Maqolalar tortilmaydi, faqat yon tomondan surilib kiradi */
html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
html.export-ready-theme body .article_summary,
body .article_summary {
    opacity: 1 !important;
    visibility: visible !important;
    animation-name: eyibV16ArticleSlide !important;
    animation-duration: 3.05s !important;
    animation-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
    animation-fill-mode: both !important;
    will-change: transform, opacity !important;
}

/* Default: agar 500 dan ortiq maqola bo'lsa ham ishlaydi */
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(odd),
html.export-ready-theme body .article_summary:nth-child(odd),
body .article_summary:nth-child(odd) {
    --eyib-article-start-x: -360px;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(even),
html.export-ready-theme body .article_summary:nth-child(even),
body .article_summary:nth-child(even) {
    --eyib-article-start-x: 360px;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
html.export-ready-theme body .article_summary:nth-child(1),
body .article_summary:nth-child(1) {
    --eyib-article-start-x: -160px;
    animation-delay: 0.20s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
html.export-ready-theme body .article_summary:nth-child(2),
body .article_summary:nth-child(2) {
    --eyib-article-start-x: 170px;
    animation-delay: 0.26s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
html.export-ready-theme body .article_summary:nth-child(3),
body .article_summary:nth-child(3) {
    --eyib-article-start-x: -180px;
    animation-delay: 0.31s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
html.export-ready-theme body .article_summary:nth-child(4),
body .article_summary:nth-child(4) {
    --eyib-article-start-x: 190px;
    animation-delay: 0.36s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
html.export-ready-theme body .article_summary:nth-child(5),
body .article_summary:nth-child(5) {
    --eyib-article-start-x: -200px;
    animation-delay: 0.42s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
html.export-ready-theme body .article_summary:nth-child(6),
body .article_summary:nth-child(6) {
    --eyib-article-start-x: 210px;
    animation-delay: 0.48s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
html.export-ready-theme body .article_summary:nth-child(7),
body .article_summary:nth-child(7) {
    --eyib-article-start-x: -220px;
    animation-delay: 0.53s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
html.export-ready-theme body .article_summary:nth-child(8),
body .article_summary:nth-child(8) {
    --eyib-article-start-x: 230px;
    animation-delay: 0.58s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
html.export-ready-theme body .article_summary:nth-child(9),
body .article_summary:nth-child(9) {
    --eyib-article-start-x: -240px;
    animation-delay: 0.64s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
html.export-ready-theme body .article_summary:nth-child(10),
body .article_summary:nth-child(10) {
    --eyib-article-start-x: 250px;
    animation-delay: 0.70s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
html.export-ready-theme body .article_summary:nth-child(11),
body .article_summary:nth-child(11) {
    --eyib-article-start-x: -260px;
    animation-delay: 0.75s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
html.export-ready-theme body .article_summary:nth-child(12),
body .article_summary:nth-child(12) {
    --eyib-article-start-x: 270px;
    animation-delay: 0.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
html.export-ready-theme body .article_summary:nth-child(13),
body .article_summary:nth-child(13) {
    --eyib-article-start-x: -280px;
    animation-delay: 0.86s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
html.export-ready-theme body .article_summary:nth-child(14),
body .article_summary:nth-child(14) {
    --eyib-article-start-x: 290px;
    animation-delay: 0.92s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
html.export-ready-theme body .article_summary:nth-child(15),
body .article_summary:nth-child(15) {
    --eyib-article-start-x: -300px;
    animation-delay: 0.97s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
html.export-ready-theme body .article_summary:nth-child(16),
body .article_summary:nth-child(16) {
    --eyib-article-start-x: 310px;
    animation-delay: 1.02s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
html.export-ready-theme body .article_summary:nth-child(17),
body .article_summary:nth-child(17) {
    --eyib-article-start-x: -320px;
    animation-delay: 1.08s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
html.export-ready-theme body .article_summary:nth-child(18),
body .article_summary:nth-child(18) {
    --eyib-article-start-x: 330px;
    animation-delay: 1.14s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
html.export-ready-theme body .article_summary:nth-child(19),
body .article_summary:nth-child(19) {
    --eyib-article-start-x: -340px;
    animation-delay: 1.19s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
html.export-ready-theme body .article_summary:nth-child(20),
body .article_summary:nth-child(20) {
    --eyib-article-start-x: 350px;
    animation-delay: 1.24s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
html.export-ready-theme body .article_summary:nth-child(21),
body .article_summary:nth-child(21) {
    --eyib-article-start-x: -360px;
    animation-delay: 1.30s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
html.export-ready-theme body .article_summary:nth-child(22),
body .article_summary:nth-child(22) {
    --eyib-article-start-x: 370px;
    animation-delay: 1.35s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
html.export-ready-theme body .article_summary:nth-child(23),
body .article_summary:nth-child(23) {
    --eyib-article-start-x: -380px;
    animation-delay: 1.41s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
html.export-ready-theme body .article_summary:nth-child(24),
body .article_summary:nth-child(24) {
    --eyib-article-start-x: 390px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
html.export-ready-theme body .article_summary:nth-child(25),
body .article_summary:nth-child(25) {
    --eyib-article-start-x: -400px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
html.export-ready-theme body .article_summary:nth-child(26),
body .article_summary:nth-child(26) {
    --eyib-article-start-x: 410px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
html.export-ready-theme body .article_summary:nth-child(27),
body .article_summary:nth-child(27) {
    --eyib-article-start-x: -420px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
html.export-ready-theme body .article_summary:nth-child(28),
body .article_summary:nth-child(28) {
    --eyib-article-start-x: 430px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
html.export-ready-theme body .article_summary:nth-child(29),
body .article_summary:nth-child(29) {
    --eyib-article-start-x: -440px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
html.export-ready-theme body .article_summary:nth-child(30),
body .article_summary:nth-child(30) {
    --eyib-article-start-x: 450px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
html.export-ready-theme body .article_summary:nth-child(31),
body .article_summary:nth-child(31) {
    --eyib-article-start-x: -460px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
html.export-ready-theme body .article_summary:nth-child(32),
body .article_summary:nth-child(32) {
    --eyib-article-start-x: 470px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
html.export-ready-theme body .article_summary:nth-child(33),
body .article_summary:nth-child(33) {
    --eyib-article-start-x: -480px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
html.export-ready-theme body .article_summary:nth-child(34),
body .article_summary:nth-child(34) {
    --eyib-article-start-x: 490px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
html.export-ready-theme body .article_summary:nth-child(35),
body .article_summary:nth-child(35) {
    --eyib-article-start-x: -500px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
html.export-ready-theme body .article_summary:nth-child(36),
body .article_summary:nth-child(36) {
    --eyib-article-start-x: 510px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
html.export-ready-theme body .article_summary:nth-child(37),
body .article_summary:nth-child(37) {
    --eyib-article-start-x: -520px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
html.export-ready-theme body .article_summary:nth-child(38),
body .article_summary:nth-child(38) {
    --eyib-article-start-x: 530px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
html.export-ready-theme body .article_summary:nth-child(39),
body .article_summary:nth-child(39) {
    --eyib-article-start-x: -540px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
html.export-ready-theme body .article_summary:nth-child(40),
body .article_summary:nth-child(40) {
    --eyib-article-start-x: 550px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
html.export-ready-theme body .article_summary:nth-child(41),
body .article_summary:nth-child(41) {
    --eyib-article-start-x: -560px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
html.export-ready-theme body .article_summary:nth-child(42),
body .article_summary:nth-child(42) {
    --eyib-article-start-x: 570px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
html.export-ready-theme body .article_summary:nth-child(43),
body .article_summary:nth-child(43) {
    --eyib-article-start-x: -580px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
html.export-ready-theme body .article_summary:nth-child(44),
body .article_summary:nth-child(44) {
    --eyib-article-start-x: 590px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
html.export-ready-theme body .article_summary:nth-child(45),
body .article_summary:nth-child(45) {
    --eyib-article-start-x: -600px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
html.export-ready-theme body .article_summary:nth-child(46),
body .article_summary:nth-child(46) {
    --eyib-article-start-x: 610px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
html.export-ready-theme body .article_summary:nth-child(47),
body .article_summary:nth-child(47) {
    --eyib-article-start-x: -620px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
html.export-ready-theme body .article_summary:nth-child(48),
body .article_summary:nth-child(48) {
    --eyib-article-start-x: 630px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
html.export-ready-theme body .article_summary:nth-child(49),
body .article_summary:nth-child(49) {
    --eyib-article-start-x: -640px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
html.export-ready-theme body .article_summary:nth-child(50),
body .article_summary:nth-child(50) {
    --eyib-article-start-x: 650px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
html.export-ready-theme body .article_summary:nth-child(51),
body .article_summary:nth-child(51) {
    --eyib-article-start-x: -660px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
html.export-ready-theme body .article_summary:nth-child(52),
body .article_summary:nth-child(52) {
    --eyib-article-start-x: 670px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
html.export-ready-theme body .article_summary:nth-child(53),
body .article_summary:nth-child(53) {
    --eyib-article-start-x: -680px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
html.export-ready-theme body .article_summary:nth-child(54),
body .article_summary:nth-child(54) {
    --eyib-article-start-x: 690px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
html.export-ready-theme body .article_summary:nth-child(55),
body .article_summary:nth-child(55) {
    --eyib-article-start-x: -700px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
html.export-ready-theme body .article_summary:nth-child(56),
body .article_summary:nth-child(56) {
    --eyib-article-start-x: 710px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
html.export-ready-theme body .article_summary:nth-child(57),
body .article_summary:nth-child(57) {
    --eyib-article-start-x: -720px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
html.export-ready-theme body .article_summary:nth-child(58),
body .article_summary:nth-child(58) {
    --eyib-article-start-x: 730px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
html.export-ready-theme body .article_summary:nth-child(59),
body .article_summary:nth-child(59) {
    --eyib-article-start-x: -740px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
html.export-ready-theme body .article_summary:nth-child(60),
body .article_summary:nth-child(60) {
    --eyib-article-start-x: 750px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
html.export-ready-theme body .article_summary:nth-child(61),
body .article_summary:nth-child(61) {
    --eyib-article-start-x: -760px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
html.export-ready-theme body .article_summary:nth-child(62),
body .article_summary:nth-child(62) {
    --eyib-article-start-x: 770px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
html.export-ready-theme body .article_summary:nth-child(63),
body .article_summary:nth-child(63) {
    --eyib-article-start-x: -780px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
html.export-ready-theme body .article_summary:nth-child(64),
body .article_summary:nth-child(64) {
    --eyib-article-start-x: 790px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
html.export-ready-theme body .article_summary:nth-child(65),
body .article_summary:nth-child(65) {
    --eyib-article-start-x: -800px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
html.export-ready-theme body .article_summary:nth-child(66),
body .article_summary:nth-child(66) {
    --eyib-article-start-x: 810px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
html.export-ready-theme body .article_summary:nth-child(67),
body .article_summary:nth-child(67) {
    --eyib-article-start-x: -820px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
html.export-ready-theme body .article_summary:nth-child(68),
body .article_summary:nth-child(68) {
    --eyib-article-start-x: 830px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
html.export-ready-theme body .article_summary:nth-child(69),
body .article_summary:nth-child(69) {
    --eyib-article-start-x: -840px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
html.export-ready-theme body .article_summary:nth-child(70),
body .article_summary:nth-child(70) {
    --eyib-article-start-x: 850px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
html.export-ready-theme body .article_summary:nth-child(71),
body .article_summary:nth-child(71) {
    --eyib-article-start-x: -860px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
html.export-ready-theme body .article_summary:nth-child(72),
body .article_summary:nth-child(72) {
    --eyib-article-start-x: 870px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
html.export-ready-theme body .article_summary:nth-child(73),
body .article_summary:nth-child(73) {
    --eyib-article-start-x: -880px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
html.export-ready-theme body .article_summary:nth-child(74),
body .article_summary:nth-child(74) {
    --eyib-article-start-x: 890px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
html.export-ready-theme body .article_summary:nth-child(75),
body .article_summary:nth-child(75) {
    --eyib-article-start-x: -900px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
html.export-ready-theme body .article_summary:nth-child(76),
body .article_summary:nth-child(76) {
    --eyib-article-start-x: 910px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
html.export-ready-theme body .article_summary:nth-child(77),
body .article_summary:nth-child(77) {
    --eyib-article-start-x: -920px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
html.export-ready-theme body .article_summary:nth-child(78),
body .article_summary:nth-child(78) {
    --eyib-article-start-x: 930px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
html.export-ready-theme body .article_summary:nth-child(79),
body .article_summary:nth-child(79) {
    --eyib-article-start-x: -940px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
html.export-ready-theme body .article_summary:nth-child(80),
body .article_summary:nth-child(80) {
    --eyib-article-start-x: 950px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
html.export-ready-theme body .article_summary:nth-child(81),
body .article_summary:nth-child(81) {
    --eyib-article-start-x: -960px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
html.export-ready-theme body .article_summary:nth-child(82),
body .article_summary:nth-child(82) {
    --eyib-article-start-x: 970px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
html.export-ready-theme body .article_summary:nth-child(83),
body .article_summary:nth-child(83) {
    --eyib-article-start-x: -980px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
html.export-ready-theme body .article_summary:nth-child(84),
body .article_summary:nth-child(84) {
    --eyib-article-start-x: 990px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
html.export-ready-theme body .article_summary:nth-child(85),
body .article_summary:nth-child(85) {
    --eyib-article-start-x: -1000px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
html.export-ready-theme body .article_summary:nth-child(86),
body .article_summary:nth-child(86) {
    --eyib-article-start-x: 1010px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
html.export-ready-theme body .article_summary:nth-child(87),
body .article_summary:nth-child(87) {
    --eyib-article-start-x: -1020px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
html.export-ready-theme body .article_summary:nth-child(88),
body .article_summary:nth-child(88) {
    --eyib-article-start-x: 1030px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
html.export-ready-theme body .article_summary:nth-child(89),
body .article_summary:nth-child(89) {
    --eyib-article-start-x: -1040px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
html.export-ready-theme body .article_summary:nth-child(90),
body .article_summary:nth-child(90) {
    --eyib-article-start-x: 1050px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
html.export-ready-theme body .article_summary:nth-child(91),
body .article_summary:nth-child(91) {
    --eyib-article-start-x: -1060px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
html.export-ready-theme body .article_summary:nth-child(92),
body .article_summary:nth-child(92) {
    --eyib-article-start-x: 1070px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
html.export-ready-theme body .article_summary:nth-child(93),
body .article_summary:nth-child(93) {
    --eyib-article-start-x: -1080px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
html.export-ready-theme body .article_summary:nth-child(94),
body .article_summary:nth-child(94) {
    --eyib-article-start-x: 1090px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
html.export-ready-theme body .article_summary:nth-child(95),
body .article_summary:nth-child(95) {
    --eyib-article-start-x: -1100px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
html.export-ready-theme body .article_summary:nth-child(96),
body .article_summary:nth-child(96) {
    --eyib-article-start-x: 1110px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
html.export-ready-theme body .article_summary:nth-child(97),
body .article_summary:nth-child(97) {
    --eyib-article-start-x: -1120px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
html.export-ready-theme body .article_summary:nth-child(98),
body .article_summary:nth-child(98) {
    --eyib-article-start-x: 1130px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
html.export-ready-theme body .article_summary:nth-child(99),
body .article_summary:nth-child(99) {
    --eyib-article-start-x: -1140px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
html.export-ready-theme body .article_summary:nth-child(100),
body .article_summary:nth-child(100) {
    --eyib-article-start-x: 1150px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
html.export-ready-theme body .article_summary:nth-child(101),
body .article_summary:nth-child(101) {
    --eyib-article-start-x: -1160px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
html.export-ready-theme body .article_summary:nth-child(102),
body .article_summary:nth-child(102) {
    --eyib-article-start-x: 1170px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
html.export-ready-theme body .article_summary:nth-child(103),
body .article_summary:nth-child(103) {
    --eyib-article-start-x: -1180px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
html.export-ready-theme body .article_summary:nth-child(104),
body .article_summary:nth-child(104) {
    --eyib-article-start-x: 1190px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
html.export-ready-theme body .article_summary:nth-child(105),
body .article_summary:nth-child(105) {
    --eyib-article-start-x: -1200px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
html.export-ready-theme body .article_summary:nth-child(106),
body .article_summary:nth-child(106) {
    --eyib-article-start-x: 1210px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
html.export-ready-theme body .article_summary:nth-child(107),
body .article_summary:nth-child(107) {
    --eyib-article-start-x: -1220px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
html.export-ready-theme body .article_summary:nth-child(108),
body .article_summary:nth-child(108) {
    --eyib-article-start-x: 1230px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
html.export-ready-theme body .article_summary:nth-child(109),
body .article_summary:nth-child(109) {
    --eyib-article-start-x: -1240px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
html.export-ready-theme body .article_summary:nth-child(110),
body .article_summary:nth-child(110) {
    --eyib-article-start-x: 1250px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
html.export-ready-theme body .article_summary:nth-child(111),
body .article_summary:nth-child(111) {
    --eyib-article-start-x: -1260px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
html.export-ready-theme body .article_summary:nth-child(112),
body .article_summary:nth-child(112) {
    --eyib-article-start-x: 1270px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
html.export-ready-theme body .article_summary:nth-child(113),
body .article_summary:nth-child(113) {
    --eyib-article-start-x: -1280px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
html.export-ready-theme body .article_summary:nth-child(114),
body .article_summary:nth-child(114) {
    --eyib-article-start-x: 1290px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
html.export-ready-theme body .article_summary:nth-child(115),
body .article_summary:nth-child(115) {
    --eyib-article-start-x: -1300px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
html.export-ready-theme body .article_summary:nth-child(116),
body .article_summary:nth-child(116) {
    --eyib-article-start-x: 1310px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
html.export-ready-theme body .article_summary:nth-child(117),
body .article_summary:nth-child(117) {
    --eyib-article-start-x: -1320px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
html.export-ready-theme body .article_summary:nth-child(118),
body .article_summary:nth-child(118) {
    --eyib-article-start-x: 1330px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
html.export-ready-theme body .article_summary:nth-child(119),
body .article_summary:nth-child(119) {
    --eyib-article-start-x: -1340px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
html.export-ready-theme body .article_summary:nth-child(120),
body .article_summary:nth-child(120) {
    --eyib-article-start-x: 1350px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(121),
html.export-ready-theme body .article_summary:nth-child(121),
body .article_summary:nth-child(121) {
    --eyib-article-start-x: -1360px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(122),
html.export-ready-theme body .article_summary:nth-child(122),
body .article_summary:nth-child(122) {
    --eyib-article-start-x: 1370px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(123),
html.export-ready-theme body .article_summary:nth-child(123),
body .article_summary:nth-child(123) {
    --eyib-article-start-x: -1380px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(124),
html.export-ready-theme body .article_summary:nth-child(124),
body .article_summary:nth-child(124) {
    --eyib-article-start-x: 1390px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(125),
html.export-ready-theme body .article_summary:nth-child(125),
body .article_summary:nth-child(125) {
    --eyib-article-start-x: -1400px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(126),
html.export-ready-theme body .article_summary:nth-child(126),
body .article_summary:nth-child(126) {
    --eyib-article-start-x: 1410px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(127),
html.export-ready-theme body .article_summary:nth-child(127),
body .article_summary:nth-child(127) {
    --eyib-article-start-x: -1420px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(128),
html.export-ready-theme body .article_summary:nth-child(128),
body .article_summary:nth-child(128) {
    --eyib-article-start-x: 1430px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(129),
html.export-ready-theme body .article_summary:nth-child(129),
body .article_summary:nth-child(129) {
    --eyib-article-start-x: -1440px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(130),
html.export-ready-theme body .article_summary:nth-child(130),
body .article_summary:nth-child(130) {
    --eyib-article-start-x: 1450px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(131),
html.export-ready-theme body .article_summary:nth-child(131),
body .article_summary:nth-child(131) {
    --eyib-article-start-x: -1460px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(132),
html.export-ready-theme body .article_summary:nth-child(132),
body .article_summary:nth-child(132) {
    --eyib-article-start-x: 1470px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(133),
html.export-ready-theme body .article_summary:nth-child(133),
body .article_summary:nth-child(133) {
    --eyib-article-start-x: -1480px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(134),
html.export-ready-theme body .article_summary:nth-child(134),
body .article_summary:nth-child(134) {
    --eyib-article-start-x: 1490px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(135),
html.export-ready-theme body .article_summary:nth-child(135),
body .article_summary:nth-child(135) {
    --eyib-article-start-x: -1500px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(136),
html.export-ready-theme body .article_summary:nth-child(136),
body .article_summary:nth-child(136) {
    --eyib-article-start-x: 1510px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(137),
html.export-ready-theme body .article_summary:nth-child(137),
body .article_summary:nth-child(137) {
    --eyib-article-start-x: -1520px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(138),
html.export-ready-theme body .article_summary:nth-child(138),
body .article_summary:nth-child(138) {
    --eyib-article-start-x: 1530px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(139),
html.export-ready-theme body .article_summary:nth-child(139),
body .article_summary:nth-child(139) {
    --eyib-article-start-x: -1540px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(140),
html.export-ready-theme body .article_summary:nth-child(140),
body .article_summary:nth-child(140) {
    --eyib-article-start-x: 1550px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(141),
html.export-ready-theme body .article_summary:nth-child(141),
body .article_summary:nth-child(141) {
    --eyib-article-start-x: -1560px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(142),
html.export-ready-theme body .article_summary:nth-child(142),
body .article_summary:nth-child(142) {
    --eyib-article-start-x: 1570px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(143),
html.export-ready-theme body .article_summary:nth-child(143),
body .article_summary:nth-child(143) {
    --eyib-article-start-x: -1580px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(144),
html.export-ready-theme body .article_summary:nth-child(144),
body .article_summary:nth-child(144) {
    --eyib-article-start-x: 1590px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(145),
html.export-ready-theme body .article_summary:nth-child(145),
body .article_summary:nth-child(145) {
    --eyib-article-start-x: -1600px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(146),
html.export-ready-theme body .article_summary:nth-child(146),
body .article_summary:nth-child(146) {
    --eyib-article-start-x: 1610px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(147),
html.export-ready-theme body .article_summary:nth-child(147),
body .article_summary:nth-child(147) {
    --eyib-article-start-x: -1620px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(148),
html.export-ready-theme body .article_summary:nth-child(148),
body .article_summary:nth-child(148) {
    --eyib-article-start-x: 1630px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(149),
html.export-ready-theme body .article_summary:nth-child(149),
body .article_summary:nth-child(149) {
    --eyib-article-start-x: -1640px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(150),
html.export-ready-theme body .article_summary:nth-child(150),
body .article_summary:nth-child(150) {
    --eyib-article-start-x: 1650px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(151),
html.export-ready-theme body .article_summary:nth-child(151),
body .article_summary:nth-child(151) {
    --eyib-article-start-x: -1660px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(152),
html.export-ready-theme body .article_summary:nth-child(152),
body .article_summary:nth-child(152) {
    --eyib-article-start-x: 1670px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(153),
html.export-ready-theme body .article_summary:nth-child(153),
body .article_summary:nth-child(153) {
    --eyib-article-start-x: -1680px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(154),
html.export-ready-theme body .article_summary:nth-child(154),
body .article_summary:nth-child(154) {
    --eyib-article-start-x: 1690px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(155),
html.export-ready-theme body .article_summary:nth-child(155),
body .article_summary:nth-child(155) {
    --eyib-article-start-x: -1700px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(156),
html.export-ready-theme body .article_summary:nth-child(156),
body .article_summary:nth-child(156) {
    --eyib-article-start-x: 1710px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(157),
html.export-ready-theme body .article_summary:nth-child(157),
body .article_summary:nth-child(157) {
    --eyib-article-start-x: -1720px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(158),
html.export-ready-theme body .article_summary:nth-child(158),
body .article_summary:nth-child(158) {
    --eyib-article-start-x: 1730px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(159),
html.export-ready-theme body .article_summary:nth-child(159),
body .article_summary:nth-child(159) {
    --eyib-article-start-x: -1740px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(160),
html.export-ready-theme body .article_summary:nth-child(160),
body .article_summary:nth-child(160) {
    --eyib-article-start-x: 1750px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(161),
html.export-ready-theme body .article_summary:nth-child(161),
body .article_summary:nth-child(161) {
    --eyib-article-start-x: -1760px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(162),
html.export-ready-theme body .article_summary:nth-child(162),
body .article_summary:nth-child(162) {
    --eyib-article-start-x: 1770px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(163),
html.export-ready-theme body .article_summary:nth-child(163),
body .article_summary:nth-child(163) {
    --eyib-article-start-x: -1780px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(164),
html.export-ready-theme body .article_summary:nth-child(164),
body .article_summary:nth-child(164) {
    --eyib-article-start-x: 1790px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(165),
html.export-ready-theme body .article_summary:nth-child(165),
body .article_summary:nth-child(165) {
    --eyib-article-start-x: -1800px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(166),
html.export-ready-theme body .article_summary:nth-child(166),
body .article_summary:nth-child(166) {
    --eyib-article-start-x: 1810px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(167),
html.export-ready-theme body .article_summary:nth-child(167),
body .article_summary:nth-child(167) {
    --eyib-article-start-x: -1820px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(168),
html.export-ready-theme body .article_summary:nth-child(168),
body .article_summary:nth-child(168) {
    --eyib-article-start-x: 1830px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(169),
html.export-ready-theme body .article_summary:nth-child(169),
body .article_summary:nth-child(169) {
    --eyib-article-start-x: -1840px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(170),
html.export-ready-theme body .article_summary:nth-child(170),
body .article_summary:nth-child(170) {
    --eyib-article-start-x: 1850px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(171),
html.export-ready-theme body .article_summary:nth-child(171),
body .article_summary:nth-child(171) {
    --eyib-article-start-x: -1860px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(172),
html.export-ready-theme body .article_summary:nth-child(172),
body .article_summary:nth-child(172) {
    --eyib-article-start-x: 1870px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(173),
html.export-ready-theme body .article_summary:nth-child(173),
body .article_summary:nth-child(173) {
    --eyib-article-start-x: -1880px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(174),
html.export-ready-theme body .article_summary:nth-child(174),
body .article_summary:nth-child(174) {
    --eyib-article-start-x: 1890px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(175),
html.export-ready-theme body .article_summary:nth-child(175),
body .article_summary:nth-child(175) {
    --eyib-article-start-x: -1900px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(176),
html.export-ready-theme body .article_summary:nth-child(176),
body .article_summary:nth-child(176) {
    --eyib-article-start-x: 1910px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(177),
html.export-ready-theme body .article_summary:nth-child(177),
body .article_summary:nth-child(177) {
    --eyib-article-start-x: -1920px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(178),
html.export-ready-theme body .article_summary:nth-child(178),
body .article_summary:nth-child(178) {
    --eyib-article-start-x: 1930px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(179),
html.export-ready-theme body .article_summary:nth-child(179),
body .article_summary:nth-child(179) {
    --eyib-article-start-x: -1940px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(180),
html.export-ready-theme body .article_summary:nth-child(180),
body .article_summary:nth-child(180) {
    --eyib-article-start-x: 1950px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(181),
html.export-ready-theme body .article_summary:nth-child(181),
body .article_summary:nth-child(181) {
    --eyib-article-start-x: -1960px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(182),
html.export-ready-theme body .article_summary:nth-child(182),
body .article_summary:nth-child(182) {
    --eyib-article-start-x: 1970px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(183),
html.export-ready-theme body .article_summary:nth-child(183),
body .article_summary:nth-child(183) {
    --eyib-article-start-x: -1980px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(184),
html.export-ready-theme body .article_summary:nth-child(184),
body .article_summary:nth-child(184) {
    --eyib-article-start-x: 1990px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(185),
html.export-ready-theme body .article_summary:nth-child(185),
body .article_summary:nth-child(185) {
    --eyib-article-start-x: -2000px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(186),
html.export-ready-theme body .article_summary:nth-child(186),
body .article_summary:nth-child(186) {
    --eyib-article-start-x: 2010px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(187),
html.export-ready-theme body .article_summary:nth-child(187),
body .article_summary:nth-child(187) {
    --eyib-article-start-x: -2020px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(188),
html.export-ready-theme body .article_summary:nth-child(188),
body .article_summary:nth-child(188) {
    --eyib-article-start-x: 2030px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(189),
html.export-ready-theme body .article_summary:nth-child(189),
body .article_summary:nth-child(189) {
    --eyib-article-start-x: -2040px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(190),
html.export-ready-theme body .article_summary:nth-child(190),
body .article_summary:nth-child(190) {
    --eyib-article-start-x: 2050px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(191),
html.export-ready-theme body .article_summary:nth-child(191),
body .article_summary:nth-child(191) {
    --eyib-article-start-x: -2060px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(192),
html.export-ready-theme body .article_summary:nth-child(192),
body .article_summary:nth-child(192) {
    --eyib-article-start-x: 2070px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(193),
html.export-ready-theme body .article_summary:nth-child(193),
body .article_summary:nth-child(193) {
    --eyib-article-start-x: -2080px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(194),
html.export-ready-theme body .article_summary:nth-child(194),
body .article_summary:nth-child(194) {
    --eyib-article-start-x: 2090px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(195),
html.export-ready-theme body .article_summary:nth-child(195),
body .article_summary:nth-child(195) {
    --eyib-article-start-x: -2100px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(196),
html.export-ready-theme body .article_summary:nth-child(196),
body .article_summary:nth-child(196) {
    --eyib-article-start-x: 2110px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(197),
html.export-ready-theme body .article_summary:nth-child(197),
body .article_summary:nth-child(197) {
    --eyib-article-start-x: -2120px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(198),
html.export-ready-theme body .article_summary:nth-child(198),
body .article_summary:nth-child(198) {
    --eyib-article-start-x: 2130px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(199),
html.export-ready-theme body .article_summary:nth-child(199),
body .article_summary:nth-child(199) {
    --eyib-article-start-x: -2140px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(200),
html.export-ready-theme body .article_summary:nth-child(200),
body .article_summary:nth-child(200) {
    --eyib-article-start-x: 2150px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(201),
html.export-ready-theme body .article_summary:nth-child(201),
body .article_summary:nth-child(201) {
    --eyib-article-start-x: -2160px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(202),
html.export-ready-theme body .article_summary:nth-child(202),
body .article_summary:nth-child(202) {
    --eyib-article-start-x: 2170px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(203),
html.export-ready-theme body .article_summary:nth-child(203),
body .article_summary:nth-child(203) {
    --eyib-article-start-x: -2180px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(204),
html.export-ready-theme body .article_summary:nth-child(204),
body .article_summary:nth-child(204) {
    --eyib-article-start-x: 2190px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(205),
html.export-ready-theme body .article_summary:nth-child(205),
body .article_summary:nth-child(205) {
    --eyib-article-start-x: -2200px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(206),
html.export-ready-theme body .article_summary:nth-child(206),
body .article_summary:nth-child(206) {
    --eyib-article-start-x: 2210px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(207),
html.export-ready-theme body .article_summary:nth-child(207),
body .article_summary:nth-child(207) {
    --eyib-article-start-x: -2220px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(208),
html.export-ready-theme body .article_summary:nth-child(208),
body .article_summary:nth-child(208) {
    --eyib-article-start-x: 2230px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(209),
html.export-ready-theme body .article_summary:nth-child(209),
body .article_summary:nth-child(209) {
    --eyib-article-start-x: -2240px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(210),
html.export-ready-theme body .article_summary:nth-child(210),
body .article_summary:nth-child(210) {
    --eyib-article-start-x: 2250px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(211),
html.export-ready-theme body .article_summary:nth-child(211),
body .article_summary:nth-child(211) {
    --eyib-article-start-x: -2260px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(212),
html.export-ready-theme body .article_summary:nth-child(212),
body .article_summary:nth-child(212) {
    --eyib-article-start-x: 2270px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(213),
html.export-ready-theme body .article_summary:nth-child(213),
body .article_summary:nth-child(213) {
    --eyib-article-start-x: -2280px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(214),
html.export-ready-theme body .article_summary:nth-child(214),
body .article_summary:nth-child(214) {
    --eyib-article-start-x: 2290px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(215),
html.export-ready-theme body .article_summary:nth-child(215),
body .article_summary:nth-child(215) {
    --eyib-article-start-x: -2300px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(216),
html.export-ready-theme body .article_summary:nth-child(216),
body .article_summary:nth-child(216) {
    --eyib-article-start-x: 2310px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(217),
html.export-ready-theme body .article_summary:nth-child(217),
body .article_summary:nth-child(217) {
    --eyib-article-start-x: -2320px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(218),
html.export-ready-theme body .article_summary:nth-child(218),
body .article_summary:nth-child(218) {
    --eyib-article-start-x: 2330px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(219),
html.export-ready-theme body .article_summary:nth-child(219),
body .article_summary:nth-child(219) {
    --eyib-article-start-x: -2340px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(220),
html.export-ready-theme body .article_summary:nth-child(220),
body .article_summary:nth-child(220) {
    --eyib-article-start-x: 2350px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(221),
html.export-ready-theme body .article_summary:nth-child(221),
body .article_summary:nth-child(221) {
    --eyib-article-start-x: -2360px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(222),
html.export-ready-theme body .article_summary:nth-child(222),
body .article_summary:nth-child(222) {
    --eyib-article-start-x: 2370px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(223),
html.export-ready-theme body .article_summary:nth-child(223),
body .article_summary:nth-child(223) {
    --eyib-article-start-x: -2380px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(224),
html.export-ready-theme body .article_summary:nth-child(224),
body .article_summary:nth-child(224) {
    --eyib-article-start-x: 2390px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(225),
html.export-ready-theme body .article_summary:nth-child(225),
body .article_summary:nth-child(225) {
    --eyib-article-start-x: -2400px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(226),
html.export-ready-theme body .article_summary:nth-child(226),
body .article_summary:nth-child(226) {
    --eyib-article-start-x: 2410px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(227),
html.export-ready-theme body .article_summary:nth-child(227),
body .article_summary:nth-child(227) {
    --eyib-article-start-x: -2420px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(228),
html.export-ready-theme body .article_summary:nth-child(228),
body .article_summary:nth-child(228) {
    --eyib-article-start-x: 2430px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(229),
html.export-ready-theme body .article_summary:nth-child(229),
body .article_summary:nth-child(229) {
    --eyib-article-start-x: -2440px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(230),
html.export-ready-theme body .article_summary:nth-child(230),
body .article_summary:nth-child(230) {
    --eyib-article-start-x: 2450px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(231),
html.export-ready-theme body .article_summary:nth-child(231),
body .article_summary:nth-child(231) {
    --eyib-article-start-x: -2460px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(232),
html.export-ready-theme body .article_summary:nth-child(232),
body .article_summary:nth-child(232) {
    --eyib-article-start-x: 2470px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(233),
html.export-ready-theme body .article_summary:nth-child(233),
body .article_summary:nth-child(233) {
    --eyib-article-start-x: -2480px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(234),
html.export-ready-theme body .article_summary:nth-child(234),
body .article_summary:nth-child(234) {
    --eyib-article-start-x: 2490px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(235),
html.export-ready-theme body .article_summary:nth-child(235),
body .article_summary:nth-child(235) {
    --eyib-article-start-x: -2500px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(236),
html.export-ready-theme body .article_summary:nth-child(236),
body .article_summary:nth-child(236) {
    --eyib-article-start-x: 2510px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(237),
html.export-ready-theme body .article_summary:nth-child(237),
body .article_summary:nth-child(237) {
    --eyib-article-start-x: -2520px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(238),
html.export-ready-theme body .article_summary:nth-child(238),
body .article_summary:nth-child(238) {
    --eyib-article-start-x: 2530px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(239),
html.export-ready-theme body .article_summary:nth-child(239),
body .article_summary:nth-child(239) {
    --eyib-article-start-x: -2540px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(240),
html.export-ready-theme body .article_summary:nth-child(240),
body .article_summary:nth-child(240) {
    --eyib-article-start-x: 2550px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(241),
html.export-ready-theme body .article_summary:nth-child(241),
body .article_summary:nth-child(241) {
    --eyib-article-start-x: -2560px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(242),
html.export-ready-theme body .article_summary:nth-child(242),
body .article_summary:nth-child(242) {
    --eyib-article-start-x: 2570px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(243),
html.export-ready-theme body .article_summary:nth-child(243),
body .article_summary:nth-child(243) {
    --eyib-article-start-x: -2580px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(244),
html.export-ready-theme body .article_summary:nth-child(244),
body .article_summary:nth-child(244) {
    --eyib-article-start-x: 2590px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(245),
html.export-ready-theme body .article_summary:nth-child(245),
body .article_summary:nth-child(245) {
    --eyib-article-start-x: -2600px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(246),
html.export-ready-theme body .article_summary:nth-child(246),
body .article_summary:nth-child(246) {
    --eyib-article-start-x: 2610px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(247),
html.export-ready-theme body .article_summary:nth-child(247),
body .article_summary:nth-child(247) {
    --eyib-article-start-x: -2620px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(248),
html.export-ready-theme body .article_summary:nth-child(248),
body .article_summary:nth-child(248) {
    --eyib-article-start-x: 2630px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(249),
html.export-ready-theme body .article_summary:nth-child(249),
body .article_summary:nth-child(249) {
    --eyib-article-start-x: -2640px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(250),
html.export-ready-theme body .article_summary:nth-child(250),
body .article_summary:nth-child(250) {
    --eyib-article-start-x: 2650px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(251),
html.export-ready-theme body .article_summary:nth-child(251),
body .article_summary:nth-child(251) {
    --eyib-article-start-x: -2660px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(252),
html.export-ready-theme body .article_summary:nth-child(252),
body .article_summary:nth-child(252) {
    --eyib-article-start-x: 2670px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(253),
html.export-ready-theme body .article_summary:nth-child(253),
body .article_summary:nth-child(253) {
    --eyib-article-start-x: -2680px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(254),
html.export-ready-theme body .article_summary:nth-child(254),
body .article_summary:nth-child(254) {
    --eyib-article-start-x: 2690px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(255),
html.export-ready-theme body .article_summary:nth-child(255),
body .article_summary:nth-child(255) {
    --eyib-article-start-x: -2700px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(256),
html.export-ready-theme body .article_summary:nth-child(256),
body .article_summary:nth-child(256) {
    --eyib-article-start-x: 2710px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(257),
html.export-ready-theme body .article_summary:nth-child(257),
body .article_summary:nth-child(257) {
    --eyib-article-start-x: -2720px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(258),
html.export-ready-theme body .article_summary:nth-child(258),
body .article_summary:nth-child(258) {
    --eyib-article-start-x: 2730px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(259),
html.export-ready-theme body .article_summary:nth-child(259),
body .article_summary:nth-child(259) {
    --eyib-article-start-x: -2740px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(260),
html.export-ready-theme body .article_summary:nth-child(260),
body .article_summary:nth-child(260) {
    --eyib-article-start-x: 2750px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(261),
html.export-ready-theme body .article_summary:nth-child(261),
body .article_summary:nth-child(261) {
    --eyib-article-start-x: -2760px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(262),
html.export-ready-theme body .article_summary:nth-child(262),
body .article_summary:nth-child(262) {
    --eyib-article-start-x: 2770px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(263),
html.export-ready-theme body .article_summary:nth-child(263),
body .article_summary:nth-child(263) {
    --eyib-article-start-x: -2780px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(264),
html.export-ready-theme body .article_summary:nth-child(264),
body .article_summary:nth-child(264) {
    --eyib-article-start-x: 2790px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(265),
html.export-ready-theme body .article_summary:nth-child(265),
body .article_summary:nth-child(265) {
    --eyib-article-start-x: -2800px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(266),
html.export-ready-theme body .article_summary:nth-child(266),
body .article_summary:nth-child(266) {
    --eyib-article-start-x: 2810px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(267),
html.export-ready-theme body .article_summary:nth-child(267),
body .article_summary:nth-child(267) {
    --eyib-article-start-x: -2820px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(268),
html.export-ready-theme body .article_summary:nth-child(268),
body .article_summary:nth-child(268) {
    --eyib-article-start-x: 2830px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(269),
html.export-ready-theme body .article_summary:nth-child(269),
body .article_summary:nth-child(269) {
    --eyib-article-start-x: -2840px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(270),
html.export-ready-theme body .article_summary:nth-child(270),
body .article_summary:nth-child(270) {
    --eyib-article-start-x: 2850px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(271),
html.export-ready-theme body .article_summary:nth-child(271),
body .article_summary:nth-child(271) {
    --eyib-article-start-x: -2860px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(272),
html.export-ready-theme body .article_summary:nth-child(272),
body .article_summary:nth-child(272) {
    --eyib-article-start-x: 2870px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(273),
html.export-ready-theme body .article_summary:nth-child(273),
body .article_summary:nth-child(273) {
    --eyib-article-start-x: -2880px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(274),
html.export-ready-theme body .article_summary:nth-child(274),
body .article_summary:nth-child(274) {
    --eyib-article-start-x: 2890px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(275),
html.export-ready-theme body .article_summary:nth-child(275),
body .article_summary:nth-child(275) {
    --eyib-article-start-x: -2900px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(276),
html.export-ready-theme body .article_summary:nth-child(276),
body .article_summary:nth-child(276) {
    --eyib-article-start-x: 2910px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(277),
html.export-ready-theme body .article_summary:nth-child(277),
body .article_summary:nth-child(277) {
    --eyib-article-start-x: -2920px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(278),
html.export-ready-theme body .article_summary:nth-child(278),
body .article_summary:nth-child(278) {
    --eyib-article-start-x: 2930px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(279),
html.export-ready-theme body .article_summary:nth-child(279),
body .article_summary:nth-child(279) {
    --eyib-article-start-x: -2940px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(280),
html.export-ready-theme body .article_summary:nth-child(280),
body .article_summary:nth-child(280) {
    --eyib-article-start-x: 2950px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(281),
html.export-ready-theme body .article_summary:nth-child(281),
body .article_summary:nth-child(281) {
    --eyib-article-start-x: -2960px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(282),
html.export-ready-theme body .article_summary:nth-child(282),
body .article_summary:nth-child(282) {
    --eyib-article-start-x: 2970px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(283),
html.export-ready-theme body .article_summary:nth-child(283),
body .article_summary:nth-child(283) {
    --eyib-article-start-x: -2980px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(284),
html.export-ready-theme body .article_summary:nth-child(284),
body .article_summary:nth-child(284) {
    --eyib-article-start-x: 2990px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(285),
html.export-ready-theme body .article_summary:nth-child(285),
body .article_summary:nth-child(285) {
    --eyib-article-start-x: -3000px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(286),
html.export-ready-theme body .article_summary:nth-child(286),
body .article_summary:nth-child(286) {
    --eyib-article-start-x: 3010px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(287),
html.export-ready-theme body .article_summary:nth-child(287),
body .article_summary:nth-child(287) {
    --eyib-article-start-x: -3020px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(288),
html.export-ready-theme body .article_summary:nth-child(288),
body .article_summary:nth-child(288) {
    --eyib-article-start-x: 3030px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(289),
html.export-ready-theme body .article_summary:nth-child(289),
body .article_summary:nth-child(289) {
    --eyib-article-start-x: -3040px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(290),
html.export-ready-theme body .article_summary:nth-child(290),
body .article_summary:nth-child(290) {
    --eyib-article-start-x: 3050px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(291),
html.export-ready-theme body .article_summary:nth-child(291),
body .article_summary:nth-child(291) {
    --eyib-article-start-x: -3060px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(292),
html.export-ready-theme body .article_summary:nth-child(292),
body .article_summary:nth-child(292) {
    --eyib-article-start-x: 3070px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(293),
html.export-ready-theme body .article_summary:nth-child(293),
body .article_summary:nth-child(293) {
    --eyib-article-start-x: -3080px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(294),
html.export-ready-theme body .article_summary:nth-child(294),
body .article_summary:nth-child(294) {
    --eyib-article-start-x: 3090px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(295),
html.export-ready-theme body .article_summary:nth-child(295),
body .article_summary:nth-child(295) {
    --eyib-article-start-x: -3100px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(296),
html.export-ready-theme body .article_summary:nth-child(296),
body .article_summary:nth-child(296) {
    --eyib-article-start-x: 3110px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(297),
html.export-ready-theme body .article_summary:nth-child(297),
body .article_summary:nth-child(297) {
    --eyib-article-start-x: -3120px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(298),
html.export-ready-theme body .article_summary:nth-child(298),
body .article_summary:nth-child(298) {
    --eyib-article-start-x: 3130px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(299),
html.export-ready-theme body .article_summary:nth-child(299),
body .article_summary:nth-child(299) {
    --eyib-article-start-x: -3140px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(300),
html.export-ready-theme body .article_summary:nth-child(300),
body .article_summary:nth-child(300) {
    --eyib-article-start-x: 3150px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(301),
html.export-ready-theme body .article_summary:nth-child(301),
body .article_summary:nth-child(301) {
    --eyib-article-start-x: -3160px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(302),
html.export-ready-theme body .article_summary:nth-child(302),
body .article_summary:nth-child(302) {
    --eyib-article-start-x: 3170px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(303),
html.export-ready-theme body .article_summary:nth-child(303),
body .article_summary:nth-child(303) {
    --eyib-article-start-x: -3180px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(304),
html.export-ready-theme body .article_summary:nth-child(304),
body .article_summary:nth-child(304) {
    --eyib-article-start-x: 3190px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(305),
html.export-ready-theme body .article_summary:nth-child(305),
body .article_summary:nth-child(305) {
    --eyib-article-start-x: -3200px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(306),
html.export-ready-theme body .article_summary:nth-child(306),
body .article_summary:nth-child(306) {
    --eyib-article-start-x: 3210px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(307),
html.export-ready-theme body .article_summary:nth-child(307),
body .article_summary:nth-child(307) {
    --eyib-article-start-x: -3220px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(308),
html.export-ready-theme body .article_summary:nth-child(308),
body .article_summary:nth-child(308) {
    --eyib-article-start-x: 3230px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(309),
html.export-ready-theme body .article_summary:nth-child(309),
body .article_summary:nth-child(309) {
    --eyib-article-start-x: -3240px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(310),
html.export-ready-theme body .article_summary:nth-child(310),
body .article_summary:nth-child(310) {
    --eyib-article-start-x: 3250px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(311),
html.export-ready-theme body .article_summary:nth-child(311),
body .article_summary:nth-child(311) {
    --eyib-article-start-x: -3260px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(312),
html.export-ready-theme body .article_summary:nth-child(312),
body .article_summary:nth-child(312) {
    --eyib-article-start-x: 3270px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(313),
html.export-ready-theme body .article_summary:nth-child(313),
body .article_summary:nth-child(313) {
    --eyib-article-start-x: -3280px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(314),
html.export-ready-theme body .article_summary:nth-child(314),
body .article_summary:nth-child(314) {
    --eyib-article-start-x: 3290px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(315),
html.export-ready-theme body .article_summary:nth-child(315),
body .article_summary:nth-child(315) {
    --eyib-article-start-x: -3300px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(316),
html.export-ready-theme body .article_summary:nth-child(316),
body .article_summary:nth-child(316) {
    --eyib-article-start-x: 3310px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(317),
html.export-ready-theme body .article_summary:nth-child(317),
body .article_summary:nth-child(317) {
    --eyib-article-start-x: -3320px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(318),
html.export-ready-theme body .article_summary:nth-child(318),
body .article_summary:nth-child(318) {
    --eyib-article-start-x: 3330px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(319),
html.export-ready-theme body .article_summary:nth-child(319),
body .article_summary:nth-child(319) {
    --eyib-article-start-x: -3340px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(320),
html.export-ready-theme body .article_summary:nth-child(320),
body .article_summary:nth-child(320) {
    --eyib-article-start-x: 3350px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(321),
html.export-ready-theme body .article_summary:nth-child(321),
body .article_summary:nth-child(321) {
    --eyib-article-start-x: -3360px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(322),
html.export-ready-theme body .article_summary:nth-child(322),
body .article_summary:nth-child(322) {
    --eyib-article-start-x: 3370px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(323),
html.export-ready-theme body .article_summary:nth-child(323),
body .article_summary:nth-child(323) {
    --eyib-article-start-x: -3380px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(324),
html.export-ready-theme body .article_summary:nth-child(324),
body .article_summary:nth-child(324) {
    --eyib-article-start-x: 3390px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(325),
html.export-ready-theme body .article_summary:nth-child(325),
body .article_summary:nth-child(325) {
    --eyib-article-start-x: -3400px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(326),
html.export-ready-theme body .article_summary:nth-child(326),
body .article_summary:nth-child(326) {
    --eyib-article-start-x: 3410px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(327),
html.export-ready-theme body .article_summary:nth-child(327),
body .article_summary:nth-child(327) {
    --eyib-article-start-x: -3420px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(328),
html.export-ready-theme body .article_summary:nth-child(328),
body .article_summary:nth-child(328) {
    --eyib-article-start-x: 3430px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(329),
html.export-ready-theme body .article_summary:nth-child(329),
body .article_summary:nth-child(329) {
    --eyib-article-start-x: -3440px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(330),
html.export-ready-theme body .article_summary:nth-child(330),
body .article_summary:nth-child(330) {
    --eyib-article-start-x: 3450px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(331),
html.export-ready-theme body .article_summary:nth-child(331),
body .article_summary:nth-child(331) {
    --eyib-article-start-x: -3460px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(332),
html.export-ready-theme body .article_summary:nth-child(332),
body .article_summary:nth-child(332) {
    --eyib-article-start-x: 3470px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(333),
html.export-ready-theme body .article_summary:nth-child(333),
body .article_summary:nth-child(333) {
    --eyib-article-start-x: -3480px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(334),
html.export-ready-theme body .article_summary:nth-child(334),
body .article_summary:nth-child(334) {
    --eyib-article-start-x: 3490px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(335),
html.export-ready-theme body .article_summary:nth-child(335),
body .article_summary:nth-child(335) {
    --eyib-article-start-x: -3500px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(336),
html.export-ready-theme body .article_summary:nth-child(336),
body .article_summary:nth-child(336) {
    --eyib-article-start-x: 3510px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(337),
html.export-ready-theme body .article_summary:nth-child(337),
body .article_summary:nth-child(337) {
    --eyib-article-start-x: -3520px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(338),
html.export-ready-theme body .article_summary:nth-child(338),
body .article_summary:nth-child(338) {
    --eyib-article-start-x: 3530px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(339),
html.export-ready-theme body .article_summary:nth-child(339),
body .article_summary:nth-child(339) {
    --eyib-article-start-x: -3540px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(340),
html.export-ready-theme body .article_summary:nth-child(340),
body .article_summary:nth-child(340) {
    --eyib-article-start-x: 3550px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(341),
html.export-ready-theme body .article_summary:nth-child(341),
body .article_summary:nth-child(341) {
    --eyib-article-start-x: -3560px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(342),
html.export-ready-theme body .article_summary:nth-child(342),
body .article_summary:nth-child(342) {
    --eyib-article-start-x: 3570px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(343),
html.export-ready-theme body .article_summary:nth-child(343),
body .article_summary:nth-child(343) {
    --eyib-article-start-x: -3580px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(344),
html.export-ready-theme body .article_summary:nth-child(344),
body .article_summary:nth-child(344) {
    --eyib-article-start-x: 3590px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(345),
html.export-ready-theme body .article_summary:nth-child(345),
body .article_summary:nth-child(345) {
    --eyib-article-start-x: -3600px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(346),
html.export-ready-theme body .article_summary:nth-child(346),
body .article_summary:nth-child(346) {
    --eyib-article-start-x: 3610px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(347),
html.export-ready-theme body .article_summary:nth-child(347),
body .article_summary:nth-child(347) {
    --eyib-article-start-x: -3620px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(348),
html.export-ready-theme body .article_summary:nth-child(348),
body .article_summary:nth-child(348) {
    --eyib-article-start-x: 3630px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(349),
html.export-ready-theme body .article_summary:nth-child(349),
body .article_summary:nth-child(349) {
    --eyib-article-start-x: -3640px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(350),
html.export-ready-theme body .article_summary:nth-child(350),
body .article_summary:nth-child(350) {
    --eyib-article-start-x: 3650px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(351),
html.export-ready-theme body .article_summary:nth-child(351),
body .article_summary:nth-child(351) {
    --eyib-article-start-x: -3660px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(352),
html.export-ready-theme body .article_summary:nth-child(352),
body .article_summary:nth-child(352) {
    --eyib-article-start-x: 3670px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(353),
html.export-ready-theme body .article_summary:nth-child(353),
body .article_summary:nth-child(353) {
    --eyib-article-start-x: -3680px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(354),
html.export-ready-theme body .article_summary:nth-child(354),
body .article_summary:nth-child(354) {
    --eyib-article-start-x: 3690px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(355),
html.export-ready-theme body .article_summary:nth-child(355),
body .article_summary:nth-child(355) {
    --eyib-article-start-x: -3700px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(356),
html.export-ready-theme body .article_summary:nth-child(356),
body .article_summary:nth-child(356) {
    --eyib-article-start-x: 3710px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(357),
html.export-ready-theme body .article_summary:nth-child(357),
body .article_summary:nth-child(357) {
    --eyib-article-start-x: -3720px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(358),
html.export-ready-theme body .article_summary:nth-child(358),
body .article_summary:nth-child(358) {
    --eyib-article-start-x: 3730px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(359),
html.export-ready-theme body .article_summary:nth-child(359),
body .article_summary:nth-child(359) {
    --eyib-article-start-x: -3740px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(360),
html.export-ready-theme body .article_summary:nth-child(360),
body .article_summary:nth-child(360) {
    --eyib-article-start-x: 3750px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(361),
html.export-ready-theme body .article_summary:nth-child(361),
body .article_summary:nth-child(361) {
    --eyib-article-start-x: -3760px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(362),
html.export-ready-theme body .article_summary:nth-child(362),
body .article_summary:nth-child(362) {
    --eyib-article-start-x: 3770px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(363),
html.export-ready-theme body .article_summary:nth-child(363),
body .article_summary:nth-child(363) {
    --eyib-article-start-x: -3780px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(364),
html.export-ready-theme body .article_summary:nth-child(364),
body .article_summary:nth-child(364) {
    --eyib-article-start-x: 3790px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(365),
html.export-ready-theme body .article_summary:nth-child(365),
body .article_summary:nth-child(365) {
    --eyib-article-start-x: -3800px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(366),
html.export-ready-theme body .article_summary:nth-child(366),
body .article_summary:nth-child(366) {
    --eyib-article-start-x: 3810px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(367),
html.export-ready-theme body .article_summary:nth-child(367),
body .article_summary:nth-child(367) {
    --eyib-article-start-x: -3820px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(368),
html.export-ready-theme body .article_summary:nth-child(368),
body .article_summary:nth-child(368) {
    --eyib-article-start-x: 3830px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(369),
html.export-ready-theme body .article_summary:nth-child(369),
body .article_summary:nth-child(369) {
    --eyib-article-start-x: -3840px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(370),
html.export-ready-theme body .article_summary:nth-child(370),
body .article_summary:nth-child(370) {
    --eyib-article-start-x: 3850px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(371),
html.export-ready-theme body .article_summary:nth-child(371),
body .article_summary:nth-child(371) {
    --eyib-article-start-x: -3860px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(372),
html.export-ready-theme body .article_summary:nth-child(372),
body .article_summary:nth-child(372) {
    --eyib-article-start-x: 3870px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(373),
html.export-ready-theme body .article_summary:nth-child(373),
body .article_summary:nth-child(373) {
    --eyib-article-start-x: -3880px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(374),
html.export-ready-theme body .article_summary:nth-child(374),
body .article_summary:nth-child(374) {
    --eyib-article-start-x: 3890px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(375),
html.export-ready-theme body .article_summary:nth-child(375),
body .article_summary:nth-child(375) {
    --eyib-article-start-x: -3900px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(376),
html.export-ready-theme body .article_summary:nth-child(376),
body .article_summary:nth-child(376) {
    --eyib-article-start-x: 3910px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(377),
html.export-ready-theme body .article_summary:nth-child(377),
body .article_summary:nth-child(377) {
    --eyib-article-start-x: -3920px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(378),
html.export-ready-theme body .article_summary:nth-child(378),
body .article_summary:nth-child(378) {
    --eyib-article-start-x: 3930px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(379),
html.export-ready-theme body .article_summary:nth-child(379),
body .article_summary:nth-child(379) {
    --eyib-article-start-x: -3940px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(380),
html.export-ready-theme body .article_summary:nth-child(380),
body .article_summary:nth-child(380) {
    --eyib-article-start-x: 3950px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(381),
html.export-ready-theme body .article_summary:nth-child(381),
body .article_summary:nth-child(381) {
    --eyib-article-start-x: -3960px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(382),
html.export-ready-theme body .article_summary:nth-child(382),
body .article_summary:nth-child(382) {
    --eyib-article-start-x: 3970px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(383),
html.export-ready-theme body .article_summary:nth-child(383),
body .article_summary:nth-child(383) {
    --eyib-article-start-x: -3980px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(384),
html.export-ready-theme body .article_summary:nth-child(384),
body .article_summary:nth-child(384) {
    --eyib-article-start-x: 3990px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(385),
html.export-ready-theme body .article_summary:nth-child(385),
body .article_summary:nth-child(385) {
    --eyib-article-start-x: -4000px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(386),
html.export-ready-theme body .article_summary:nth-child(386),
body .article_summary:nth-child(386) {
    --eyib-article-start-x: 4010px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(387),
html.export-ready-theme body .article_summary:nth-child(387),
body .article_summary:nth-child(387) {
    --eyib-article-start-x: -4020px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(388),
html.export-ready-theme body .article_summary:nth-child(388),
body .article_summary:nth-child(388) {
    --eyib-article-start-x: 4030px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(389),
html.export-ready-theme body .article_summary:nth-child(389),
body .article_summary:nth-child(389) {
    --eyib-article-start-x: -4040px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(390),
html.export-ready-theme body .article_summary:nth-child(390),
body .article_summary:nth-child(390) {
    --eyib-article-start-x: 4050px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(391),
html.export-ready-theme body .article_summary:nth-child(391),
body .article_summary:nth-child(391) {
    --eyib-article-start-x: -4060px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(392),
html.export-ready-theme body .article_summary:nth-child(392),
body .article_summary:nth-child(392) {
    --eyib-article-start-x: 4070px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(393),
html.export-ready-theme body .article_summary:nth-child(393),
body .article_summary:nth-child(393) {
    --eyib-article-start-x: -4080px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(394),
html.export-ready-theme body .article_summary:nth-child(394),
body .article_summary:nth-child(394) {
    --eyib-article-start-x: 4090px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(395),
html.export-ready-theme body .article_summary:nth-child(395),
body .article_summary:nth-child(395) {
    --eyib-article-start-x: -4100px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(396),
html.export-ready-theme body .article_summary:nth-child(396),
body .article_summary:nth-child(396) {
    --eyib-article-start-x: 4110px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(397),
html.export-ready-theme body .article_summary:nth-child(397),
body .article_summary:nth-child(397) {
    --eyib-article-start-x: -4120px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(398),
html.export-ready-theme body .article_summary:nth-child(398),
body .article_summary:nth-child(398) {
    --eyib-article-start-x: 4130px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(399),
html.export-ready-theme body .article_summary:nth-child(399),
body .article_summary:nth-child(399) {
    --eyib-article-start-x: -4140px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(400),
html.export-ready-theme body .article_summary:nth-child(400),
body .article_summary:nth-child(400) {
    --eyib-article-start-x: 4150px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(401),
html.export-ready-theme body .article_summary:nth-child(401),
body .article_summary:nth-child(401) {
    --eyib-article-start-x: -4160px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(402),
html.export-ready-theme body .article_summary:nth-child(402),
body .article_summary:nth-child(402) {
    --eyib-article-start-x: 4170px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(403),
html.export-ready-theme body .article_summary:nth-child(403),
body .article_summary:nth-child(403) {
    --eyib-article-start-x: -4180px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(404),
html.export-ready-theme body .article_summary:nth-child(404),
body .article_summary:nth-child(404) {
    --eyib-article-start-x: 4190px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(405),
html.export-ready-theme body .article_summary:nth-child(405),
body .article_summary:nth-child(405) {
    --eyib-article-start-x: -4200px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(406),
html.export-ready-theme body .article_summary:nth-child(406),
body .article_summary:nth-child(406) {
    --eyib-article-start-x: 4210px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(407),
html.export-ready-theme body .article_summary:nth-child(407),
body .article_summary:nth-child(407) {
    --eyib-article-start-x: -4220px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(408),
html.export-ready-theme body .article_summary:nth-child(408),
body .article_summary:nth-child(408) {
    --eyib-article-start-x: 4230px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(409),
html.export-ready-theme body .article_summary:nth-child(409),
body .article_summary:nth-child(409) {
    --eyib-article-start-x: -4240px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(410),
html.export-ready-theme body .article_summary:nth-child(410),
body .article_summary:nth-child(410) {
    --eyib-article-start-x: 4250px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(411),
html.export-ready-theme body .article_summary:nth-child(411),
body .article_summary:nth-child(411) {
    --eyib-article-start-x: -4260px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(412),
html.export-ready-theme body .article_summary:nth-child(412),
body .article_summary:nth-child(412) {
    --eyib-article-start-x: 4270px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(413),
html.export-ready-theme body .article_summary:nth-child(413),
body .article_summary:nth-child(413) {
    --eyib-article-start-x: -4280px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(414),
html.export-ready-theme body .article_summary:nth-child(414),
body .article_summary:nth-child(414) {
    --eyib-article-start-x: 4290px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(415),
html.export-ready-theme body .article_summary:nth-child(415),
body .article_summary:nth-child(415) {
    --eyib-article-start-x: -4300px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(416),
html.export-ready-theme body .article_summary:nth-child(416),
body .article_summary:nth-child(416) {
    --eyib-article-start-x: 4310px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(417),
html.export-ready-theme body .article_summary:nth-child(417),
body .article_summary:nth-child(417) {
    --eyib-article-start-x: -4320px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(418),
html.export-ready-theme body .article_summary:nth-child(418),
body .article_summary:nth-child(418) {
    --eyib-article-start-x: 4330px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(419),
html.export-ready-theme body .article_summary:nth-child(419),
body .article_summary:nth-child(419) {
    --eyib-article-start-x: -4340px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(420),
html.export-ready-theme body .article_summary:nth-child(420),
body .article_summary:nth-child(420) {
    --eyib-article-start-x: 4350px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(421),
html.export-ready-theme body .article_summary:nth-child(421),
body .article_summary:nth-child(421) {
    --eyib-article-start-x: -4360px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(422),
html.export-ready-theme body .article_summary:nth-child(422),
body .article_summary:nth-child(422) {
    --eyib-article-start-x: 4370px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(423),
html.export-ready-theme body .article_summary:nth-child(423),
body .article_summary:nth-child(423) {
    --eyib-article-start-x: -4380px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(424),
html.export-ready-theme body .article_summary:nth-child(424),
body .article_summary:nth-child(424) {
    --eyib-article-start-x: 4390px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(425),
html.export-ready-theme body .article_summary:nth-child(425),
body .article_summary:nth-child(425) {
    --eyib-article-start-x: -4400px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(426),
html.export-ready-theme body .article_summary:nth-child(426),
body .article_summary:nth-child(426) {
    --eyib-article-start-x: 4410px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(427),
html.export-ready-theme body .article_summary:nth-child(427),
body .article_summary:nth-child(427) {
    --eyib-article-start-x: -4420px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(428),
html.export-ready-theme body .article_summary:nth-child(428),
body .article_summary:nth-child(428) {
    --eyib-article-start-x: 4430px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(429),
html.export-ready-theme body .article_summary:nth-child(429),
body .article_summary:nth-child(429) {
    --eyib-article-start-x: -4440px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(430),
html.export-ready-theme body .article_summary:nth-child(430),
body .article_summary:nth-child(430) {
    --eyib-article-start-x: 4450px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(431),
html.export-ready-theme body .article_summary:nth-child(431),
body .article_summary:nth-child(431) {
    --eyib-article-start-x: -4460px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(432),
html.export-ready-theme body .article_summary:nth-child(432),
body .article_summary:nth-child(432) {
    --eyib-article-start-x: 4470px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(433),
html.export-ready-theme body .article_summary:nth-child(433),
body .article_summary:nth-child(433) {
    --eyib-article-start-x: -4480px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(434),
html.export-ready-theme body .article_summary:nth-child(434),
body .article_summary:nth-child(434) {
    --eyib-article-start-x: 4490px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(435),
html.export-ready-theme body .article_summary:nth-child(435),
body .article_summary:nth-child(435) {
    --eyib-article-start-x: -4500px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(436),
html.export-ready-theme body .article_summary:nth-child(436),
body .article_summary:nth-child(436) {
    --eyib-article-start-x: 4510px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(437),
html.export-ready-theme body .article_summary:nth-child(437),
body .article_summary:nth-child(437) {
    --eyib-article-start-x: -4520px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(438),
html.export-ready-theme body .article_summary:nth-child(438),
body .article_summary:nth-child(438) {
    --eyib-article-start-x: 4530px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(439),
html.export-ready-theme body .article_summary:nth-child(439),
body .article_summary:nth-child(439) {
    --eyib-article-start-x: -4540px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(440),
html.export-ready-theme body .article_summary:nth-child(440),
body .article_summary:nth-child(440) {
    --eyib-article-start-x: 4550px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(441),
html.export-ready-theme body .article_summary:nth-child(441),
body .article_summary:nth-child(441) {
    --eyib-article-start-x: -4560px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(442),
html.export-ready-theme body .article_summary:nth-child(442),
body .article_summary:nth-child(442) {
    --eyib-article-start-x: 4570px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(443),
html.export-ready-theme body .article_summary:nth-child(443),
body .article_summary:nth-child(443) {
    --eyib-article-start-x: -4580px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(444),
html.export-ready-theme body .article_summary:nth-child(444),
body .article_summary:nth-child(444) {
    --eyib-article-start-x: 4590px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(445),
html.export-ready-theme body .article_summary:nth-child(445),
body .article_summary:nth-child(445) {
    --eyib-article-start-x: -4600px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(446),
html.export-ready-theme body .article_summary:nth-child(446),
body .article_summary:nth-child(446) {
    --eyib-article-start-x: 4610px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(447),
html.export-ready-theme body .article_summary:nth-child(447),
body .article_summary:nth-child(447) {
    --eyib-article-start-x: -4620px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(448),
html.export-ready-theme body .article_summary:nth-child(448),
body .article_summary:nth-child(448) {
    --eyib-article-start-x: 4630px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(449),
html.export-ready-theme body .article_summary:nth-child(449),
body .article_summary:nth-child(449) {
    --eyib-article-start-x: -4640px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(450),
html.export-ready-theme body .article_summary:nth-child(450),
body .article_summary:nth-child(450) {
    --eyib-article-start-x: 4650px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(451),
html.export-ready-theme body .article_summary:nth-child(451),
body .article_summary:nth-child(451) {
    --eyib-article-start-x: -4660px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(452),
html.export-ready-theme body .article_summary:nth-child(452),
body .article_summary:nth-child(452) {
    --eyib-article-start-x: 4670px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(453),
html.export-ready-theme body .article_summary:nth-child(453),
body .article_summary:nth-child(453) {
    --eyib-article-start-x: -4680px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(454),
html.export-ready-theme body .article_summary:nth-child(454),
body .article_summary:nth-child(454) {
    --eyib-article-start-x: 4690px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(455),
html.export-ready-theme body .article_summary:nth-child(455),
body .article_summary:nth-child(455) {
    --eyib-article-start-x: -4700px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(456),
html.export-ready-theme body .article_summary:nth-child(456),
body .article_summary:nth-child(456) {
    --eyib-article-start-x: 4710px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(457),
html.export-ready-theme body .article_summary:nth-child(457),
body .article_summary:nth-child(457) {
    --eyib-article-start-x: -4720px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(458),
html.export-ready-theme body .article_summary:nth-child(458),
body .article_summary:nth-child(458) {
    --eyib-article-start-x: 4730px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(459),
html.export-ready-theme body .article_summary:nth-child(459),
body .article_summary:nth-child(459) {
    --eyib-article-start-x: -4740px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(460),
html.export-ready-theme body .article_summary:nth-child(460),
body .article_summary:nth-child(460) {
    --eyib-article-start-x: 4750px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(461),
html.export-ready-theme body .article_summary:nth-child(461),
body .article_summary:nth-child(461) {
    --eyib-article-start-x: -4760px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(462),
html.export-ready-theme body .article_summary:nth-child(462),
body .article_summary:nth-child(462) {
    --eyib-article-start-x: 4770px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(463),
html.export-ready-theme body .article_summary:nth-child(463),
body .article_summary:nth-child(463) {
    --eyib-article-start-x: -4780px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(464),
html.export-ready-theme body .article_summary:nth-child(464),
body .article_summary:nth-child(464) {
    --eyib-article-start-x: 4790px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(465),
html.export-ready-theme body .article_summary:nth-child(465),
body .article_summary:nth-child(465) {
    --eyib-article-start-x: -4800px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(466),
html.export-ready-theme body .article_summary:nth-child(466),
body .article_summary:nth-child(466) {
    --eyib-article-start-x: 4810px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(467),
html.export-ready-theme body .article_summary:nth-child(467),
body .article_summary:nth-child(467) {
    --eyib-article-start-x: -4820px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(468),
html.export-ready-theme body .article_summary:nth-child(468),
body .article_summary:nth-child(468) {
    --eyib-article-start-x: 4830px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(469),
html.export-ready-theme body .article_summary:nth-child(469),
body .article_summary:nth-child(469) {
    --eyib-article-start-x: -4840px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(470),
html.export-ready-theme body .article_summary:nth-child(470),
body .article_summary:nth-child(470) {
    --eyib-article-start-x: 4850px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(471),
html.export-ready-theme body .article_summary:nth-child(471),
body .article_summary:nth-child(471) {
    --eyib-article-start-x: -4860px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(472),
html.export-ready-theme body .article_summary:nth-child(472),
body .article_summary:nth-child(472) {
    --eyib-article-start-x: 4870px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(473),
html.export-ready-theme body .article_summary:nth-child(473),
body .article_summary:nth-child(473) {
    --eyib-article-start-x: -4880px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(474),
html.export-ready-theme body .article_summary:nth-child(474),
body .article_summary:nth-child(474) {
    --eyib-article-start-x: 4890px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(475),
html.export-ready-theme body .article_summary:nth-child(475),
body .article_summary:nth-child(475) {
    --eyib-article-start-x: -4900px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(476),
html.export-ready-theme body .article_summary:nth-child(476),
body .article_summary:nth-child(476) {
    --eyib-article-start-x: 4910px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(477),
html.export-ready-theme body .article_summary:nth-child(477),
body .article_summary:nth-child(477) {
    --eyib-article-start-x: -4920px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(478),
html.export-ready-theme body .article_summary:nth-child(478),
body .article_summary:nth-child(478) {
    --eyib-article-start-x: 4930px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(479),
html.export-ready-theme body .article_summary:nth-child(479),
body .article_summary:nth-child(479) {
    --eyib-article-start-x: -4940px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(480),
html.export-ready-theme body .article_summary:nth-child(480),
body .article_summary:nth-child(480) {
    --eyib-article-start-x: 4950px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(481),
html.export-ready-theme body .article_summary:nth-child(481),
body .article_summary:nth-child(481) {
    --eyib-article-start-x: -4960px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(482),
html.export-ready-theme body .article_summary:nth-child(482),
body .article_summary:nth-child(482) {
    --eyib-article-start-x: 4970px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(483),
html.export-ready-theme body .article_summary:nth-child(483),
body .article_summary:nth-child(483) {
    --eyib-article-start-x: -4980px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(484),
html.export-ready-theme body .article_summary:nth-child(484),
body .article_summary:nth-child(484) {
    --eyib-article-start-x: 4990px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(485),
html.export-ready-theme body .article_summary:nth-child(485),
body .article_summary:nth-child(485) {
    --eyib-article-start-x: -5000px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(486),
html.export-ready-theme body .article_summary:nth-child(486),
body .article_summary:nth-child(486) {
    --eyib-article-start-x: 5010px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(487),
html.export-ready-theme body .article_summary:nth-child(487),
body .article_summary:nth-child(487) {
    --eyib-article-start-x: -5020px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(488),
html.export-ready-theme body .article_summary:nth-child(488),
body .article_summary:nth-child(488) {
    --eyib-article-start-x: 5030px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(489),
html.export-ready-theme body .article_summary:nth-child(489),
body .article_summary:nth-child(489) {
    --eyib-article-start-x: -5040px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(490),
html.export-ready-theme body .article_summary:nth-child(490),
body .article_summary:nth-child(490) {
    --eyib-article-start-x: 5050px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(491),
html.export-ready-theme body .article_summary:nth-child(491),
body .article_summary:nth-child(491) {
    --eyib-article-start-x: -5060px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(492),
html.export-ready-theme body .article_summary:nth-child(492),
body .article_summary:nth-child(492) {
    --eyib-article-start-x: 5070px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(493),
html.export-ready-theme body .article_summary:nth-child(493),
body .article_summary:nth-child(493) {
    --eyib-article-start-x: -5080px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(494),
html.export-ready-theme body .article_summary:nth-child(494),
body .article_summary:nth-child(494) {
    --eyib-article-start-x: 5090px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(495),
html.export-ready-theme body .article_summary:nth-child(495),
body .article_summary:nth-child(495) {
    --eyib-article-start-x: -5100px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(496),
html.export-ready-theme body .article_summary:nth-child(496),
body .article_summary:nth-child(496) {
    --eyib-article-start-x: 5110px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(497),
html.export-ready-theme body .article_summary:nth-child(497),
body .article_summary:nth-child(497) {
    --eyib-article-start-x: -5120px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(498),
html.export-ready-theme body .article_summary:nth-child(498),
body .article_summary:nth-child(498) {
    --eyib-article-start-x: 5130px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(499),
html.export-ready-theme body .article_summary:nth-child(499),
body .article_summary:nth-child(499) {
    --eyib-article-start-x: -5140px;
    animation-delay: 1.45s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(500),
html.export-ready-theme body .article_summary:nth-child(500),
body .article_summary:nth-child(500) {
    --eyib-article-start-x: 5150px;
    animation-delay: 1.45s !important;
}

/* 500 tadan keyingi maqolalar uchun xavfsiz ritm */
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(n+501),
html.export-ready-theme body .article_summary:nth-child(n+501),
body .article_summary:nth-child(n+501) {
    animation-delay: 1.45s !important;
}

/* Mobil versiyada katta masofa sahifani bezovta qilmasin */
@media (max-width: 720px) {
    @keyframes eyibV16ArticleSlide {
        0% {
            opacity: 0;
            transform: translateX(var(--eyib-article-start-x-mobile, -70px));
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
    html.export-ready-theme body .article_summary,
    body .article_summary {
        animation-name: eyibV16ArticleSlide !important;
        animation-duration: 2.55s !important;
    }
}

@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
    html.export-ready-theme body .article_summary:nth-child(1),
    body .article_summary:nth-child(1) { --eyib-article-start-x-mobile: -70px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
    html.export-ready-theme body .article_summary:nth-child(2),
    body .article_summary:nth-child(2) { --eyib-article-start-x-mobile: 72px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
    html.export-ready-theme body .article_summary:nth-child(3),
    body .article_summary:nth-child(3) { --eyib-article-start-x-mobile: -74px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
    html.export-ready-theme body .article_summary:nth-child(4),
    body .article_summary:nth-child(4) { --eyib-article-start-x-mobile: 76px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
    html.export-ready-theme body .article_summary:nth-child(5),
    body .article_summary:nth-child(5) { --eyib-article-start-x-mobile: -78px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
    html.export-ready-theme body .article_summary:nth-child(6),
    body .article_summary:nth-child(6) { --eyib-article-start-x-mobile: 80px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
    html.export-ready-theme body .article_summary:nth-child(7),
    body .article_summary:nth-child(7) { --eyib-article-start-x-mobile: -82px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
    html.export-ready-theme body .article_summary:nth-child(8),
    body .article_summary:nth-child(8) { --eyib-article-start-x-mobile: 84px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
    html.export-ready-theme body .article_summary:nth-child(9),
    body .article_summary:nth-child(9) { --eyib-article-start-x-mobile: -86px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
    html.export-ready-theme body .article_summary:nth-child(10),
    body .article_summary:nth-child(10) { --eyib-article-start-x-mobile: 88px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
    html.export-ready-theme body .article_summary:nth-child(11),
    body .article_summary:nth-child(11) { --eyib-article-start-x-mobile: -90px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
    html.export-ready-theme body .article_summary:nth-child(12),
    body .article_summary:nth-child(12) { --eyib-article-start-x-mobile: 92px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
    html.export-ready-theme body .article_summary:nth-child(13),
    body .article_summary:nth-child(13) { --eyib-article-start-x-mobile: -94px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
    html.export-ready-theme body .article_summary:nth-child(14),
    body .article_summary:nth-child(14) { --eyib-article-start-x-mobile: 96px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
    html.export-ready-theme body .article_summary:nth-child(15),
    body .article_summary:nth-child(15) { --eyib-article-start-x-mobile: -98px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
    html.export-ready-theme body .article_summary:nth-child(16),
    body .article_summary:nth-child(16) { --eyib-article-start-x-mobile: 100px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
    html.export-ready-theme body .article_summary:nth-child(17),
    body .article_summary:nth-child(17) { --eyib-article-start-x-mobile: -102px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
    html.export-ready-theme body .article_summary:nth-child(18),
    body .article_summary:nth-child(18) { --eyib-article-start-x-mobile: 104px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
    html.export-ready-theme body .article_summary:nth-child(19),
    body .article_summary:nth-child(19) { --eyib-article-start-x-mobile: -106px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
    html.export-ready-theme body .article_summary:nth-child(20),
    body .article_summary:nth-child(20) { --eyib-article-start-x-mobile: 108px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
    html.export-ready-theme body .article_summary:nth-child(21),
    body .article_summary:nth-child(21) { --eyib-article-start-x-mobile: -110px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
    html.export-ready-theme body .article_summary:nth-child(22),
    body .article_summary:nth-child(22) { --eyib-article-start-x-mobile: 112px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
    html.export-ready-theme body .article_summary:nth-child(23),
    body .article_summary:nth-child(23) { --eyib-article-start-x-mobile: -114px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
    html.export-ready-theme body .article_summary:nth-child(24),
    body .article_summary:nth-child(24) { --eyib-article-start-x-mobile: 116px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
    html.export-ready-theme body .article_summary:nth-child(25),
    body .article_summary:nth-child(25) { --eyib-article-start-x-mobile: -118px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
    html.export-ready-theme body .article_summary:nth-child(26),
    body .article_summary:nth-child(26) { --eyib-article-start-x-mobile: 120px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
    html.export-ready-theme body .article_summary:nth-child(27),
    body .article_summary:nth-child(27) { --eyib-article-start-x-mobile: -122px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
    html.export-ready-theme body .article_summary:nth-child(28),
    body .article_summary:nth-child(28) { --eyib-article-start-x-mobile: 124px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
    html.export-ready-theme body .article_summary:nth-child(29),
    body .article_summary:nth-child(29) { --eyib-article-start-x-mobile: -126px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
    html.export-ready-theme body .article_summary:nth-child(30),
    body .article_summary:nth-child(30) { --eyib-article-start-x-mobile: 128px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
    html.export-ready-theme body .article_summary:nth-child(31),
    body .article_summary:nth-child(31) { --eyib-article-start-x-mobile: -130px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
    html.export-ready-theme body .article_summary:nth-child(32),
    body .article_summary:nth-child(32) { --eyib-article-start-x-mobile: 132px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
    html.export-ready-theme body .article_summary:nth-child(33),
    body .article_summary:nth-child(33) { --eyib-article-start-x-mobile: -134px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
    html.export-ready-theme body .article_summary:nth-child(34),
    body .article_summary:nth-child(34) { --eyib-article-start-x-mobile: 136px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
    html.export-ready-theme body .article_summary:nth-child(35),
    body .article_summary:nth-child(35) { --eyib-article-start-x-mobile: -138px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
    html.export-ready-theme body .article_summary:nth-child(36),
    body .article_summary:nth-child(36) { --eyib-article-start-x-mobile: 140px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
    html.export-ready-theme body .article_summary:nth-child(37),
    body .article_summary:nth-child(37) { --eyib-article-start-x-mobile: -142px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
    html.export-ready-theme body .article_summary:nth-child(38),
    body .article_summary:nth-child(38) { --eyib-article-start-x-mobile: 144px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
    html.export-ready-theme body .article_summary:nth-child(39),
    body .article_summary:nth-child(39) { --eyib-article-start-x-mobile: -146px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
    html.export-ready-theme body .article_summary:nth-child(40),
    body .article_summary:nth-child(40) { --eyib-article-start-x-mobile: 148px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
    html.export-ready-theme body .article_summary:nth-child(41),
    body .article_summary:nth-child(41) { --eyib-article-start-x-mobile: -150px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
    html.export-ready-theme body .article_summary:nth-child(42),
    body .article_summary:nth-child(42) { --eyib-article-start-x-mobile: 152px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
    html.export-ready-theme body .article_summary:nth-child(43),
    body .article_summary:nth-child(43) { --eyib-article-start-x-mobile: -154px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
    html.export-ready-theme body .article_summary:nth-child(44),
    body .article_summary:nth-child(44) { --eyib-article-start-x-mobile: 156px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
    html.export-ready-theme body .article_summary:nth-child(45),
    body .article_summary:nth-child(45) { --eyib-article-start-x-mobile: -158px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
    html.export-ready-theme body .article_summary:nth-child(46),
    body .article_summary:nth-child(46) { --eyib-article-start-x-mobile: 160px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
    html.export-ready-theme body .article_summary:nth-child(47),
    body .article_summary:nth-child(47) { --eyib-article-start-x-mobile: -162px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
    html.export-ready-theme body .article_summary:nth-child(48),
    body .article_summary:nth-child(48) { --eyib-article-start-x-mobile: 164px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
    html.export-ready-theme body .article_summary:nth-child(49),
    body .article_summary:nth-child(49) { --eyib-article-start-x-mobile: -166px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
    html.export-ready-theme body .article_summary:nth-child(50),
    body .article_summary:nth-child(50) { --eyib-article-start-x-mobile: 168px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
    html.export-ready-theme body .article_summary:nth-child(51),
    body .article_summary:nth-child(51) { --eyib-article-start-x-mobile: -170px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
    html.export-ready-theme body .article_summary:nth-child(52),
    body .article_summary:nth-child(52) { --eyib-article-start-x-mobile: 172px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
    html.export-ready-theme body .article_summary:nth-child(53),
    body .article_summary:nth-child(53) { --eyib-article-start-x-mobile: -174px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
    html.export-ready-theme body .article_summary:nth-child(54),
    body .article_summary:nth-child(54) { --eyib-article-start-x-mobile: 176px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
    html.export-ready-theme body .article_summary:nth-child(55),
    body .article_summary:nth-child(55) { --eyib-article-start-x-mobile: -178px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
    html.export-ready-theme body .article_summary:nth-child(56),
    body .article_summary:nth-child(56) { --eyib-article-start-x-mobile: 180px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
    html.export-ready-theme body .article_summary:nth-child(57),
    body .article_summary:nth-child(57) { --eyib-article-start-x-mobile: -182px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
    html.export-ready-theme body .article_summary:nth-child(58),
    body .article_summary:nth-child(58) { --eyib-article-start-x-mobile: 184px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
    html.export-ready-theme body .article_summary:nth-child(59),
    body .article_summary:nth-child(59) { --eyib-article-start-x-mobile: -186px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
    html.export-ready-theme body .article_summary:nth-child(60),
    body .article_summary:nth-child(60) { --eyib-article-start-x-mobile: 188px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
    html.export-ready-theme body .article_summary:nth-child(61),
    body .article_summary:nth-child(61) { --eyib-article-start-x-mobile: -190px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
    html.export-ready-theme body .article_summary:nth-child(62),
    body .article_summary:nth-child(62) { --eyib-article-start-x-mobile: 192px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
    html.export-ready-theme body .article_summary:nth-child(63),
    body .article_summary:nth-child(63) { --eyib-article-start-x-mobile: -194px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
    html.export-ready-theme body .article_summary:nth-child(64),
    body .article_summary:nth-child(64) { --eyib-article-start-x-mobile: 196px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
    html.export-ready-theme body .article_summary:nth-child(65),
    body .article_summary:nth-child(65) { --eyib-article-start-x-mobile: -198px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
    html.export-ready-theme body .article_summary:nth-child(66),
    body .article_summary:nth-child(66) { --eyib-article-start-x-mobile: 200px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
    html.export-ready-theme body .article_summary:nth-child(67),
    body .article_summary:nth-child(67) { --eyib-article-start-x-mobile: -202px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
    html.export-ready-theme body .article_summary:nth-child(68),
    body .article_summary:nth-child(68) { --eyib-article-start-x-mobile: 204px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
    html.export-ready-theme body .article_summary:nth-child(69),
    body .article_summary:nth-child(69) { --eyib-article-start-x-mobile: -206px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
    html.export-ready-theme body .article_summary:nth-child(70),
    body .article_summary:nth-child(70) { --eyib-article-start-x-mobile: 208px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
    html.export-ready-theme body .article_summary:nth-child(71),
    body .article_summary:nth-child(71) { --eyib-article-start-x-mobile: -210px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
    html.export-ready-theme body .article_summary:nth-child(72),
    body .article_summary:nth-child(72) { --eyib-article-start-x-mobile: 212px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
    html.export-ready-theme body .article_summary:nth-child(73),
    body .article_summary:nth-child(73) { --eyib-article-start-x-mobile: -214px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
    html.export-ready-theme body .article_summary:nth-child(74),
    body .article_summary:nth-child(74) { --eyib-article-start-x-mobile: 216px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
    html.export-ready-theme body .article_summary:nth-child(75),
    body .article_summary:nth-child(75) { --eyib-article-start-x-mobile: -218px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
    html.export-ready-theme body .article_summary:nth-child(76),
    body .article_summary:nth-child(76) { --eyib-article-start-x-mobile: 220px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
    html.export-ready-theme body .article_summary:nth-child(77),
    body .article_summary:nth-child(77) { --eyib-article-start-x-mobile: -222px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
    html.export-ready-theme body .article_summary:nth-child(78),
    body .article_summary:nth-child(78) { --eyib-article-start-x-mobile: 224px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
    html.export-ready-theme body .article_summary:nth-child(79),
    body .article_summary:nth-child(79) { --eyib-article-start-x-mobile: -226px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
    html.export-ready-theme body .article_summary:nth-child(80),
    body .article_summary:nth-child(80) { --eyib-article-start-x-mobile: 228px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
    html.export-ready-theme body .article_summary:nth-child(81),
    body .article_summary:nth-child(81) { --eyib-article-start-x-mobile: -230px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
    html.export-ready-theme body .article_summary:nth-child(82),
    body .article_summary:nth-child(82) { --eyib-article-start-x-mobile: 232px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
    html.export-ready-theme body .article_summary:nth-child(83),
    body .article_summary:nth-child(83) { --eyib-article-start-x-mobile: -234px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
    html.export-ready-theme body .article_summary:nth-child(84),
    body .article_summary:nth-child(84) { --eyib-article-start-x-mobile: 236px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
    html.export-ready-theme body .article_summary:nth-child(85),
    body .article_summary:nth-child(85) { --eyib-article-start-x-mobile: -238px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
    html.export-ready-theme body .article_summary:nth-child(86),
    body .article_summary:nth-child(86) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
    html.export-ready-theme body .article_summary:nth-child(87),
    body .article_summary:nth-child(87) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
    html.export-ready-theme body .article_summary:nth-child(88),
    body .article_summary:nth-child(88) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
    html.export-ready-theme body .article_summary:nth-child(89),
    body .article_summary:nth-child(89) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
    html.export-ready-theme body .article_summary:nth-child(90),
    body .article_summary:nth-child(90) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
    html.export-ready-theme body .article_summary:nth-child(91),
    body .article_summary:nth-child(91) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
    html.export-ready-theme body .article_summary:nth-child(92),
    body .article_summary:nth-child(92) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
    html.export-ready-theme body .article_summary:nth-child(93),
    body .article_summary:nth-child(93) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
    html.export-ready-theme body .article_summary:nth-child(94),
    body .article_summary:nth-child(94) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
    html.export-ready-theme body .article_summary:nth-child(95),
    body .article_summary:nth-child(95) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
    html.export-ready-theme body .article_summary:nth-child(96),
    body .article_summary:nth-child(96) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
    html.export-ready-theme body .article_summary:nth-child(97),
    body .article_summary:nth-child(97) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
    html.export-ready-theme body .article_summary:nth-child(98),
    body .article_summary:nth-child(98) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
    html.export-ready-theme body .article_summary:nth-child(99),
    body .article_summary:nth-child(99) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
    html.export-ready-theme body .article_summary:nth-child(100),
    body .article_summary:nth-child(100) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
    html.export-ready-theme body .article_summary:nth-child(101),
    body .article_summary:nth-child(101) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
    html.export-ready-theme body .article_summary:nth-child(102),
    body .article_summary:nth-child(102) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
    html.export-ready-theme body .article_summary:nth-child(103),
    body .article_summary:nth-child(103) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
    html.export-ready-theme body .article_summary:nth-child(104),
    body .article_summary:nth-child(104) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
    html.export-ready-theme body .article_summary:nth-child(105),
    body .article_summary:nth-child(105) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
    html.export-ready-theme body .article_summary:nth-child(106),
    body .article_summary:nth-child(106) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
    html.export-ready-theme body .article_summary:nth-child(107),
    body .article_summary:nth-child(107) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
    html.export-ready-theme body .article_summary:nth-child(108),
    body .article_summary:nth-child(108) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
    html.export-ready-theme body .article_summary:nth-child(109),
    body .article_summary:nth-child(109) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
    html.export-ready-theme body .article_summary:nth-child(110),
    body .article_summary:nth-child(110) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
    html.export-ready-theme body .article_summary:nth-child(111),
    body .article_summary:nth-child(111) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
    html.export-ready-theme body .article_summary:nth-child(112),
    body .article_summary:nth-child(112) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
    html.export-ready-theme body .article_summary:nth-child(113),
    body .article_summary:nth-child(113) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
    html.export-ready-theme body .article_summary:nth-child(114),
    body .article_summary:nth-child(114) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
    html.export-ready-theme body .article_summary:nth-child(115),
    body .article_summary:nth-child(115) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
    html.export-ready-theme body .article_summary:nth-child(116),
    body .article_summary:nth-child(116) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
    html.export-ready-theme body .article_summary:nth-child(117),
    body .article_summary:nth-child(117) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
    html.export-ready-theme body .article_summary:nth-child(118),
    body .article_summary:nth-child(118) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
    html.export-ready-theme body .article_summary:nth-child(119),
    body .article_summary:nth-child(119) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
    html.export-ready-theme body .article_summary:nth-child(120),
    body .article_summary:nth-child(120) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(121),
    html.export-ready-theme body .article_summary:nth-child(121),
    body .article_summary:nth-child(121) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(122),
    html.export-ready-theme body .article_summary:nth-child(122),
    body .article_summary:nth-child(122) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(123),
    html.export-ready-theme body .article_summary:nth-child(123),
    body .article_summary:nth-child(123) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(124),
    html.export-ready-theme body .article_summary:nth-child(124),
    body .article_summary:nth-child(124) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(125),
    html.export-ready-theme body .article_summary:nth-child(125),
    body .article_summary:nth-child(125) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(126),
    html.export-ready-theme body .article_summary:nth-child(126),
    body .article_summary:nth-child(126) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(127),
    html.export-ready-theme body .article_summary:nth-child(127),
    body .article_summary:nth-child(127) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(128),
    html.export-ready-theme body .article_summary:nth-child(128),
    body .article_summary:nth-child(128) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(129),
    html.export-ready-theme body .article_summary:nth-child(129),
    body .article_summary:nth-child(129) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(130),
    html.export-ready-theme body .article_summary:nth-child(130),
    body .article_summary:nth-child(130) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(131),
    html.export-ready-theme body .article_summary:nth-child(131),
    body .article_summary:nth-child(131) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(132),
    html.export-ready-theme body .article_summary:nth-child(132),
    body .article_summary:nth-child(132) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(133),
    html.export-ready-theme body .article_summary:nth-child(133),
    body .article_summary:nth-child(133) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(134),
    html.export-ready-theme body .article_summary:nth-child(134),
    body .article_summary:nth-child(134) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(135),
    html.export-ready-theme body .article_summary:nth-child(135),
    body .article_summary:nth-child(135) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(136),
    html.export-ready-theme body .article_summary:nth-child(136),
    body .article_summary:nth-child(136) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(137),
    html.export-ready-theme body .article_summary:nth-child(137),
    body .article_summary:nth-child(137) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(138),
    html.export-ready-theme body .article_summary:nth-child(138),
    body .article_summary:nth-child(138) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(139),
    html.export-ready-theme body .article_summary:nth-child(139),
    body .article_summary:nth-child(139) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(140),
    html.export-ready-theme body .article_summary:nth-child(140),
    body .article_summary:nth-child(140) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(141),
    html.export-ready-theme body .article_summary:nth-child(141),
    body .article_summary:nth-child(141) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(142),
    html.export-ready-theme body .article_summary:nth-child(142),
    body .article_summary:nth-child(142) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(143),
    html.export-ready-theme body .article_summary:nth-child(143),
    body .article_summary:nth-child(143) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(144),
    html.export-ready-theme body .article_summary:nth-child(144),
    body .article_summary:nth-child(144) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(145),
    html.export-ready-theme body .article_summary:nth-child(145),
    body .article_summary:nth-child(145) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(146),
    html.export-ready-theme body .article_summary:nth-child(146),
    body .article_summary:nth-child(146) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(147),
    html.export-ready-theme body .article_summary:nth-child(147),
    body .article_summary:nth-child(147) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(148),
    html.export-ready-theme body .article_summary:nth-child(148),
    body .article_summary:nth-child(148) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(149),
    html.export-ready-theme body .article_summary:nth-child(149),
    body .article_summary:nth-child(149) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(150),
    html.export-ready-theme body .article_summary:nth-child(150),
    body .article_summary:nth-child(150) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(151),
    html.export-ready-theme body .article_summary:nth-child(151),
    body .article_summary:nth-child(151) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(152),
    html.export-ready-theme body .article_summary:nth-child(152),
    body .article_summary:nth-child(152) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(153),
    html.export-ready-theme body .article_summary:nth-child(153),
    body .article_summary:nth-child(153) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(154),
    html.export-ready-theme body .article_summary:nth-child(154),
    body .article_summary:nth-child(154) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(155),
    html.export-ready-theme body .article_summary:nth-child(155),
    body .article_summary:nth-child(155) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(156),
    html.export-ready-theme body .article_summary:nth-child(156),
    body .article_summary:nth-child(156) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(157),
    html.export-ready-theme body .article_summary:nth-child(157),
    body .article_summary:nth-child(157) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(158),
    html.export-ready-theme body .article_summary:nth-child(158),
    body .article_summary:nth-child(158) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(159),
    html.export-ready-theme body .article_summary:nth-child(159),
    body .article_summary:nth-child(159) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(160),
    html.export-ready-theme body .article_summary:nth-child(160),
    body .article_summary:nth-child(160) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(161),
    html.export-ready-theme body .article_summary:nth-child(161),
    body .article_summary:nth-child(161) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(162),
    html.export-ready-theme body .article_summary:nth-child(162),
    body .article_summary:nth-child(162) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(163),
    html.export-ready-theme body .article_summary:nth-child(163),
    body .article_summary:nth-child(163) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(164),
    html.export-ready-theme body .article_summary:nth-child(164),
    body .article_summary:nth-child(164) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(165),
    html.export-ready-theme body .article_summary:nth-child(165),
    body .article_summary:nth-child(165) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(166),
    html.export-ready-theme body .article_summary:nth-child(166),
    body .article_summary:nth-child(166) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(167),
    html.export-ready-theme body .article_summary:nth-child(167),
    body .article_summary:nth-child(167) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(168),
    html.export-ready-theme body .article_summary:nth-child(168),
    body .article_summary:nth-child(168) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(169),
    html.export-ready-theme body .article_summary:nth-child(169),
    body .article_summary:nth-child(169) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(170),
    html.export-ready-theme body .article_summary:nth-child(170),
    body .article_summary:nth-child(170) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(171),
    html.export-ready-theme body .article_summary:nth-child(171),
    body .article_summary:nth-child(171) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(172),
    html.export-ready-theme body .article_summary:nth-child(172),
    body .article_summary:nth-child(172) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(173),
    html.export-ready-theme body .article_summary:nth-child(173),
    body .article_summary:nth-child(173) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(174),
    html.export-ready-theme body .article_summary:nth-child(174),
    body .article_summary:nth-child(174) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(175),
    html.export-ready-theme body .article_summary:nth-child(175),
    body .article_summary:nth-child(175) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(176),
    html.export-ready-theme body .article_summary:nth-child(176),
    body .article_summary:nth-child(176) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(177),
    html.export-ready-theme body .article_summary:nth-child(177),
    body .article_summary:nth-child(177) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(178),
    html.export-ready-theme body .article_summary:nth-child(178),
    body .article_summary:nth-child(178) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(179),
    html.export-ready-theme body .article_summary:nth-child(179),
    body .article_summary:nth-child(179) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(180),
    html.export-ready-theme body .article_summary:nth-child(180),
    body .article_summary:nth-child(180) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(181),
    html.export-ready-theme body .article_summary:nth-child(181),
    body .article_summary:nth-child(181) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(182),
    html.export-ready-theme body .article_summary:nth-child(182),
    body .article_summary:nth-child(182) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(183),
    html.export-ready-theme body .article_summary:nth-child(183),
    body .article_summary:nth-child(183) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(184),
    html.export-ready-theme body .article_summary:nth-child(184),
    body .article_summary:nth-child(184) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(185),
    html.export-ready-theme body .article_summary:nth-child(185),
    body .article_summary:nth-child(185) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(186),
    html.export-ready-theme body .article_summary:nth-child(186),
    body .article_summary:nth-child(186) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(187),
    html.export-ready-theme body .article_summary:nth-child(187),
    body .article_summary:nth-child(187) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(188),
    html.export-ready-theme body .article_summary:nth-child(188),
    body .article_summary:nth-child(188) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(189),
    html.export-ready-theme body .article_summary:nth-child(189),
    body .article_summary:nth-child(189) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(190),
    html.export-ready-theme body .article_summary:nth-child(190),
    body .article_summary:nth-child(190) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(191),
    html.export-ready-theme body .article_summary:nth-child(191),
    body .article_summary:nth-child(191) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(192),
    html.export-ready-theme body .article_summary:nth-child(192),
    body .article_summary:nth-child(192) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(193),
    html.export-ready-theme body .article_summary:nth-child(193),
    body .article_summary:nth-child(193) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(194),
    html.export-ready-theme body .article_summary:nth-child(194),
    body .article_summary:nth-child(194) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(195),
    html.export-ready-theme body .article_summary:nth-child(195),
    body .article_summary:nth-child(195) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(196),
    html.export-ready-theme body .article_summary:nth-child(196),
    body .article_summary:nth-child(196) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(197),
    html.export-ready-theme body .article_summary:nth-child(197),
    body .article_summary:nth-child(197) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(198),
    html.export-ready-theme body .article_summary:nth-child(198),
    body .article_summary:nth-child(198) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(199),
    html.export-ready-theme body .article_summary:nth-child(199),
    body .article_summary:nth-child(199) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(200),
    html.export-ready-theme body .article_summary:nth-child(200),
    body .article_summary:nth-child(200) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(201),
    html.export-ready-theme body .article_summary:nth-child(201),
    body .article_summary:nth-child(201) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(202),
    html.export-ready-theme body .article_summary:nth-child(202),
    body .article_summary:nth-child(202) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(203),
    html.export-ready-theme body .article_summary:nth-child(203),
    body .article_summary:nth-child(203) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(204),
    html.export-ready-theme body .article_summary:nth-child(204),
    body .article_summary:nth-child(204) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(205),
    html.export-ready-theme body .article_summary:nth-child(205),
    body .article_summary:nth-child(205) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(206),
    html.export-ready-theme body .article_summary:nth-child(206),
    body .article_summary:nth-child(206) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(207),
    html.export-ready-theme body .article_summary:nth-child(207),
    body .article_summary:nth-child(207) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(208),
    html.export-ready-theme body .article_summary:nth-child(208),
    body .article_summary:nth-child(208) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(209),
    html.export-ready-theme body .article_summary:nth-child(209),
    body .article_summary:nth-child(209) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(210),
    html.export-ready-theme body .article_summary:nth-child(210),
    body .article_summary:nth-child(210) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(211),
    html.export-ready-theme body .article_summary:nth-child(211),
    body .article_summary:nth-child(211) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(212),
    html.export-ready-theme body .article_summary:nth-child(212),
    body .article_summary:nth-child(212) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(213),
    html.export-ready-theme body .article_summary:nth-child(213),
    body .article_summary:nth-child(213) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(214),
    html.export-ready-theme body .article_summary:nth-child(214),
    body .article_summary:nth-child(214) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(215),
    html.export-ready-theme body .article_summary:nth-child(215),
    body .article_summary:nth-child(215) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(216),
    html.export-ready-theme body .article_summary:nth-child(216),
    body .article_summary:nth-child(216) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(217),
    html.export-ready-theme body .article_summary:nth-child(217),
    body .article_summary:nth-child(217) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(218),
    html.export-ready-theme body .article_summary:nth-child(218),
    body .article_summary:nth-child(218) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(219),
    html.export-ready-theme body .article_summary:nth-child(219),
    body .article_summary:nth-child(219) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(220),
    html.export-ready-theme body .article_summary:nth-child(220),
    body .article_summary:nth-child(220) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(221),
    html.export-ready-theme body .article_summary:nth-child(221),
    body .article_summary:nth-child(221) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(222),
    html.export-ready-theme body .article_summary:nth-child(222),
    body .article_summary:nth-child(222) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(223),
    html.export-ready-theme body .article_summary:nth-child(223),
    body .article_summary:nth-child(223) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(224),
    html.export-ready-theme body .article_summary:nth-child(224),
    body .article_summary:nth-child(224) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(225),
    html.export-ready-theme body .article_summary:nth-child(225),
    body .article_summary:nth-child(225) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(226),
    html.export-ready-theme body .article_summary:nth-child(226),
    body .article_summary:nth-child(226) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(227),
    html.export-ready-theme body .article_summary:nth-child(227),
    body .article_summary:nth-child(227) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(228),
    html.export-ready-theme body .article_summary:nth-child(228),
    body .article_summary:nth-child(228) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(229),
    html.export-ready-theme body .article_summary:nth-child(229),
    body .article_summary:nth-child(229) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(230),
    html.export-ready-theme body .article_summary:nth-child(230),
    body .article_summary:nth-child(230) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(231),
    html.export-ready-theme body .article_summary:nth-child(231),
    body .article_summary:nth-child(231) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(232),
    html.export-ready-theme body .article_summary:nth-child(232),
    body .article_summary:nth-child(232) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(233),
    html.export-ready-theme body .article_summary:nth-child(233),
    body .article_summary:nth-child(233) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(234),
    html.export-ready-theme body .article_summary:nth-child(234),
    body .article_summary:nth-child(234) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(235),
    html.export-ready-theme body .article_summary:nth-child(235),
    body .article_summary:nth-child(235) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(236),
    html.export-ready-theme body .article_summary:nth-child(236),
    body .article_summary:nth-child(236) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(237),
    html.export-ready-theme body .article_summary:nth-child(237),
    body .article_summary:nth-child(237) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(238),
    html.export-ready-theme body .article_summary:nth-child(238),
    body .article_summary:nth-child(238) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(239),
    html.export-ready-theme body .article_summary:nth-child(239),
    body .article_summary:nth-child(239) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(240),
    html.export-ready-theme body .article_summary:nth-child(240),
    body .article_summary:nth-child(240) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(241),
    html.export-ready-theme body .article_summary:nth-child(241),
    body .article_summary:nth-child(241) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(242),
    html.export-ready-theme body .article_summary:nth-child(242),
    body .article_summary:nth-child(242) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(243),
    html.export-ready-theme body .article_summary:nth-child(243),
    body .article_summary:nth-child(243) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(244),
    html.export-ready-theme body .article_summary:nth-child(244),
    body .article_summary:nth-child(244) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(245),
    html.export-ready-theme body .article_summary:nth-child(245),
    body .article_summary:nth-child(245) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(246),
    html.export-ready-theme body .article_summary:nth-child(246),
    body .article_summary:nth-child(246) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(247),
    html.export-ready-theme body .article_summary:nth-child(247),
    body .article_summary:nth-child(247) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(248),
    html.export-ready-theme body .article_summary:nth-child(248),
    body .article_summary:nth-child(248) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(249),
    html.export-ready-theme body .article_summary:nth-child(249),
    body .article_summary:nth-child(249) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(250),
    html.export-ready-theme body .article_summary:nth-child(250),
    body .article_summary:nth-child(250) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(251),
    html.export-ready-theme body .article_summary:nth-child(251),
    body .article_summary:nth-child(251) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(252),
    html.export-ready-theme body .article_summary:nth-child(252),
    body .article_summary:nth-child(252) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(253),
    html.export-ready-theme body .article_summary:nth-child(253),
    body .article_summary:nth-child(253) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(254),
    html.export-ready-theme body .article_summary:nth-child(254),
    body .article_summary:nth-child(254) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(255),
    html.export-ready-theme body .article_summary:nth-child(255),
    body .article_summary:nth-child(255) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(256),
    html.export-ready-theme body .article_summary:nth-child(256),
    body .article_summary:nth-child(256) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(257),
    html.export-ready-theme body .article_summary:nth-child(257),
    body .article_summary:nth-child(257) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(258),
    html.export-ready-theme body .article_summary:nth-child(258),
    body .article_summary:nth-child(258) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(259),
    html.export-ready-theme body .article_summary:nth-child(259),
    body .article_summary:nth-child(259) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(260),
    html.export-ready-theme body .article_summary:nth-child(260),
    body .article_summary:nth-child(260) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(261),
    html.export-ready-theme body .article_summary:nth-child(261),
    body .article_summary:nth-child(261) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(262),
    html.export-ready-theme body .article_summary:nth-child(262),
    body .article_summary:nth-child(262) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(263),
    html.export-ready-theme body .article_summary:nth-child(263),
    body .article_summary:nth-child(263) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(264),
    html.export-ready-theme body .article_summary:nth-child(264),
    body .article_summary:nth-child(264) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(265),
    html.export-ready-theme body .article_summary:nth-child(265),
    body .article_summary:nth-child(265) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(266),
    html.export-ready-theme body .article_summary:nth-child(266),
    body .article_summary:nth-child(266) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(267),
    html.export-ready-theme body .article_summary:nth-child(267),
    body .article_summary:nth-child(267) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(268),
    html.export-ready-theme body .article_summary:nth-child(268),
    body .article_summary:nth-child(268) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(269),
    html.export-ready-theme body .article_summary:nth-child(269),
    body .article_summary:nth-child(269) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(270),
    html.export-ready-theme body .article_summary:nth-child(270),
    body .article_summary:nth-child(270) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(271),
    html.export-ready-theme body .article_summary:nth-child(271),
    body .article_summary:nth-child(271) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(272),
    html.export-ready-theme body .article_summary:nth-child(272),
    body .article_summary:nth-child(272) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(273),
    html.export-ready-theme body .article_summary:nth-child(273),
    body .article_summary:nth-child(273) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(274),
    html.export-ready-theme body .article_summary:nth-child(274),
    body .article_summary:nth-child(274) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(275),
    html.export-ready-theme body .article_summary:nth-child(275),
    body .article_summary:nth-child(275) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(276),
    html.export-ready-theme body .article_summary:nth-child(276),
    body .article_summary:nth-child(276) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(277),
    html.export-ready-theme body .article_summary:nth-child(277),
    body .article_summary:nth-child(277) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(278),
    html.export-ready-theme body .article_summary:nth-child(278),
    body .article_summary:nth-child(278) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(279),
    html.export-ready-theme body .article_summary:nth-child(279),
    body .article_summary:nth-child(279) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(280),
    html.export-ready-theme body .article_summary:nth-child(280),
    body .article_summary:nth-child(280) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(281),
    html.export-ready-theme body .article_summary:nth-child(281),
    body .article_summary:nth-child(281) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(282),
    html.export-ready-theme body .article_summary:nth-child(282),
    body .article_summary:nth-child(282) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(283),
    html.export-ready-theme body .article_summary:nth-child(283),
    body .article_summary:nth-child(283) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(284),
    html.export-ready-theme body .article_summary:nth-child(284),
    body .article_summary:nth-child(284) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(285),
    html.export-ready-theme body .article_summary:nth-child(285),
    body .article_summary:nth-child(285) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(286),
    html.export-ready-theme body .article_summary:nth-child(286),
    body .article_summary:nth-child(286) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(287),
    html.export-ready-theme body .article_summary:nth-child(287),
    body .article_summary:nth-child(287) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(288),
    html.export-ready-theme body .article_summary:nth-child(288),
    body .article_summary:nth-child(288) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(289),
    html.export-ready-theme body .article_summary:nth-child(289),
    body .article_summary:nth-child(289) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(290),
    html.export-ready-theme body .article_summary:nth-child(290),
    body .article_summary:nth-child(290) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(291),
    html.export-ready-theme body .article_summary:nth-child(291),
    body .article_summary:nth-child(291) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(292),
    html.export-ready-theme body .article_summary:nth-child(292),
    body .article_summary:nth-child(292) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(293),
    html.export-ready-theme body .article_summary:nth-child(293),
    body .article_summary:nth-child(293) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(294),
    html.export-ready-theme body .article_summary:nth-child(294),
    body .article_summary:nth-child(294) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(295),
    html.export-ready-theme body .article_summary:nth-child(295),
    body .article_summary:nth-child(295) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(296),
    html.export-ready-theme body .article_summary:nth-child(296),
    body .article_summary:nth-child(296) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(297),
    html.export-ready-theme body .article_summary:nth-child(297),
    body .article_summary:nth-child(297) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(298),
    html.export-ready-theme body .article_summary:nth-child(298),
    body .article_summary:nth-child(298) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(299),
    html.export-ready-theme body .article_summary:nth-child(299),
    body .article_summary:nth-child(299) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(300),
    html.export-ready-theme body .article_summary:nth-child(300),
    body .article_summary:nth-child(300) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(301),
    html.export-ready-theme body .article_summary:nth-child(301),
    body .article_summary:nth-child(301) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(302),
    html.export-ready-theme body .article_summary:nth-child(302),
    body .article_summary:nth-child(302) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(303),
    html.export-ready-theme body .article_summary:nth-child(303),
    body .article_summary:nth-child(303) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(304),
    html.export-ready-theme body .article_summary:nth-child(304),
    body .article_summary:nth-child(304) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(305),
    html.export-ready-theme body .article_summary:nth-child(305),
    body .article_summary:nth-child(305) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(306),
    html.export-ready-theme body .article_summary:nth-child(306),
    body .article_summary:nth-child(306) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(307),
    html.export-ready-theme body .article_summary:nth-child(307),
    body .article_summary:nth-child(307) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(308),
    html.export-ready-theme body .article_summary:nth-child(308),
    body .article_summary:nth-child(308) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(309),
    html.export-ready-theme body .article_summary:nth-child(309),
    body .article_summary:nth-child(309) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(310),
    html.export-ready-theme body .article_summary:nth-child(310),
    body .article_summary:nth-child(310) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(311),
    html.export-ready-theme body .article_summary:nth-child(311),
    body .article_summary:nth-child(311) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(312),
    html.export-ready-theme body .article_summary:nth-child(312),
    body .article_summary:nth-child(312) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(313),
    html.export-ready-theme body .article_summary:nth-child(313),
    body .article_summary:nth-child(313) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(314),
    html.export-ready-theme body .article_summary:nth-child(314),
    body .article_summary:nth-child(314) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(315),
    html.export-ready-theme body .article_summary:nth-child(315),
    body .article_summary:nth-child(315) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(316),
    html.export-ready-theme body .article_summary:nth-child(316),
    body .article_summary:nth-child(316) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(317),
    html.export-ready-theme body .article_summary:nth-child(317),
    body .article_summary:nth-child(317) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(318),
    html.export-ready-theme body .article_summary:nth-child(318),
    body .article_summary:nth-child(318) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(319),
    html.export-ready-theme body .article_summary:nth-child(319),
    body .article_summary:nth-child(319) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(320),
    html.export-ready-theme body .article_summary:nth-child(320),
    body .article_summary:nth-child(320) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(321),
    html.export-ready-theme body .article_summary:nth-child(321),
    body .article_summary:nth-child(321) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(322),
    html.export-ready-theme body .article_summary:nth-child(322),
    body .article_summary:nth-child(322) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(323),
    html.export-ready-theme body .article_summary:nth-child(323),
    body .article_summary:nth-child(323) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(324),
    html.export-ready-theme body .article_summary:nth-child(324),
    body .article_summary:nth-child(324) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(325),
    html.export-ready-theme body .article_summary:nth-child(325),
    body .article_summary:nth-child(325) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(326),
    html.export-ready-theme body .article_summary:nth-child(326),
    body .article_summary:nth-child(326) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(327),
    html.export-ready-theme body .article_summary:nth-child(327),
    body .article_summary:nth-child(327) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(328),
    html.export-ready-theme body .article_summary:nth-child(328),
    body .article_summary:nth-child(328) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(329),
    html.export-ready-theme body .article_summary:nth-child(329),
    body .article_summary:nth-child(329) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(330),
    html.export-ready-theme body .article_summary:nth-child(330),
    body .article_summary:nth-child(330) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(331),
    html.export-ready-theme body .article_summary:nth-child(331),
    body .article_summary:nth-child(331) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(332),
    html.export-ready-theme body .article_summary:nth-child(332),
    body .article_summary:nth-child(332) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(333),
    html.export-ready-theme body .article_summary:nth-child(333),
    body .article_summary:nth-child(333) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(334),
    html.export-ready-theme body .article_summary:nth-child(334),
    body .article_summary:nth-child(334) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(335),
    html.export-ready-theme body .article_summary:nth-child(335),
    body .article_summary:nth-child(335) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(336),
    html.export-ready-theme body .article_summary:nth-child(336),
    body .article_summary:nth-child(336) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(337),
    html.export-ready-theme body .article_summary:nth-child(337),
    body .article_summary:nth-child(337) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(338),
    html.export-ready-theme body .article_summary:nth-child(338),
    body .article_summary:nth-child(338) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(339),
    html.export-ready-theme body .article_summary:nth-child(339),
    body .article_summary:nth-child(339) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(340),
    html.export-ready-theme body .article_summary:nth-child(340),
    body .article_summary:nth-child(340) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(341),
    html.export-ready-theme body .article_summary:nth-child(341),
    body .article_summary:nth-child(341) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(342),
    html.export-ready-theme body .article_summary:nth-child(342),
    body .article_summary:nth-child(342) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(343),
    html.export-ready-theme body .article_summary:nth-child(343),
    body .article_summary:nth-child(343) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(344),
    html.export-ready-theme body .article_summary:nth-child(344),
    body .article_summary:nth-child(344) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(345),
    html.export-ready-theme body .article_summary:nth-child(345),
    body .article_summary:nth-child(345) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(346),
    html.export-ready-theme body .article_summary:nth-child(346),
    body .article_summary:nth-child(346) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(347),
    html.export-ready-theme body .article_summary:nth-child(347),
    body .article_summary:nth-child(347) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(348),
    html.export-ready-theme body .article_summary:nth-child(348),
    body .article_summary:nth-child(348) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(349),
    html.export-ready-theme body .article_summary:nth-child(349),
    body .article_summary:nth-child(349) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(350),
    html.export-ready-theme body .article_summary:nth-child(350),
    body .article_summary:nth-child(350) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(351),
    html.export-ready-theme body .article_summary:nth-child(351),
    body .article_summary:nth-child(351) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(352),
    html.export-ready-theme body .article_summary:nth-child(352),
    body .article_summary:nth-child(352) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(353),
    html.export-ready-theme body .article_summary:nth-child(353),
    body .article_summary:nth-child(353) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(354),
    html.export-ready-theme body .article_summary:nth-child(354),
    body .article_summary:nth-child(354) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(355),
    html.export-ready-theme body .article_summary:nth-child(355),
    body .article_summary:nth-child(355) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(356),
    html.export-ready-theme body .article_summary:nth-child(356),
    body .article_summary:nth-child(356) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(357),
    html.export-ready-theme body .article_summary:nth-child(357),
    body .article_summary:nth-child(357) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(358),
    html.export-ready-theme body .article_summary:nth-child(358),
    body .article_summary:nth-child(358) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(359),
    html.export-ready-theme body .article_summary:nth-child(359),
    body .article_summary:nth-child(359) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(360),
    html.export-ready-theme body .article_summary:nth-child(360),
    body .article_summary:nth-child(360) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(361),
    html.export-ready-theme body .article_summary:nth-child(361),
    body .article_summary:nth-child(361) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(362),
    html.export-ready-theme body .article_summary:nth-child(362),
    body .article_summary:nth-child(362) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(363),
    html.export-ready-theme body .article_summary:nth-child(363),
    body .article_summary:nth-child(363) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(364),
    html.export-ready-theme body .article_summary:nth-child(364),
    body .article_summary:nth-child(364) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(365),
    html.export-ready-theme body .article_summary:nth-child(365),
    body .article_summary:nth-child(365) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(366),
    html.export-ready-theme body .article_summary:nth-child(366),
    body .article_summary:nth-child(366) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(367),
    html.export-ready-theme body .article_summary:nth-child(367),
    body .article_summary:nth-child(367) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(368),
    html.export-ready-theme body .article_summary:nth-child(368),
    body .article_summary:nth-child(368) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(369),
    html.export-ready-theme body .article_summary:nth-child(369),
    body .article_summary:nth-child(369) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(370),
    html.export-ready-theme body .article_summary:nth-child(370),
    body .article_summary:nth-child(370) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(371),
    html.export-ready-theme body .article_summary:nth-child(371),
    body .article_summary:nth-child(371) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(372),
    html.export-ready-theme body .article_summary:nth-child(372),
    body .article_summary:nth-child(372) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(373),
    html.export-ready-theme body .article_summary:nth-child(373),
    body .article_summary:nth-child(373) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(374),
    html.export-ready-theme body .article_summary:nth-child(374),
    body .article_summary:nth-child(374) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(375),
    html.export-ready-theme body .article_summary:nth-child(375),
    body .article_summary:nth-child(375) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(376),
    html.export-ready-theme body .article_summary:nth-child(376),
    body .article_summary:nth-child(376) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(377),
    html.export-ready-theme body .article_summary:nth-child(377),
    body .article_summary:nth-child(377) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(378),
    html.export-ready-theme body .article_summary:nth-child(378),
    body .article_summary:nth-child(378) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(379),
    html.export-ready-theme body .article_summary:nth-child(379),
    body .article_summary:nth-child(379) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(380),
    html.export-ready-theme body .article_summary:nth-child(380),
    body .article_summary:nth-child(380) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(381),
    html.export-ready-theme body .article_summary:nth-child(381),
    body .article_summary:nth-child(381) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(382),
    html.export-ready-theme body .article_summary:nth-child(382),
    body .article_summary:nth-child(382) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(383),
    html.export-ready-theme body .article_summary:nth-child(383),
    body .article_summary:nth-child(383) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(384),
    html.export-ready-theme body .article_summary:nth-child(384),
    body .article_summary:nth-child(384) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(385),
    html.export-ready-theme body .article_summary:nth-child(385),
    body .article_summary:nth-child(385) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(386),
    html.export-ready-theme body .article_summary:nth-child(386),
    body .article_summary:nth-child(386) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(387),
    html.export-ready-theme body .article_summary:nth-child(387),
    body .article_summary:nth-child(387) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(388),
    html.export-ready-theme body .article_summary:nth-child(388),
    body .article_summary:nth-child(388) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(389),
    html.export-ready-theme body .article_summary:nth-child(389),
    body .article_summary:nth-child(389) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(390),
    html.export-ready-theme body .article_summary:nth-child(390),
    body .article_summary:nth-child(390) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(391),
    html.export-ready-theme body .article_summary:nth-child(391),
    body .article_summary:nth-child(391) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(392),
    html.export-ready-theme body .article_summary:nth-child(392),
    body .article_summary:nth-child(392) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(393),
    html.export-ready-theme body .article_summary:nth-child(393),
    body .article_summary:nth-child(393) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(394),
    html.export-ready-theme body .article_summary:nth-child(394),
    body .article_summary:nth-child(394) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(395),
    html.export-ready-theme body .article_summary:nth-child(395),
    body .article_summary:nth-child(395) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(396),
    html.export-ready-theme body .article_summary:nth-child(396),
    body .article_summary:nth-child(396) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(397),
    html.export-ready-theme body .article_summary:nth-child(397),
    body .article_summary:nth-child(397) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(398),
    html.export-ready-theme body .article_summary:nth-child(398),
    body .article_summary:nth-child(398) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(399),
    html.export-ready-theme body .article_summary:nth-child(399),
    body .article_summary:nth-child(399) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(400),
    html.export-ready-theme body .article_summary:nth-child(400),
    body .article_summary:nth-child(400) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(401),
    html.export-ready-theme body .article_summary:nth-child(401),
    body .article_summary:nth-child(401) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(402),
    html.export-ready-theme body .article_summary:nth-child(402),
    body .article_summary:nth-child(402) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(403),
    html.export-ready-theme body .article_summary:nth-child(403),
    body .article_summary:nth-child(403) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(404),
    html.export-ready-theme body .article_summary:nth-child(404),
    body .article_summary:nth-child(404) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(405),
    html.export-ready-theme body .article_summary:nth-child(405),
    body .article_summary:nth-child(405) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(406),
    html.export-ready-theme body .article_summary:nth-child(406),
    body .article_summary:nth-child(406) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(407),
    html.export-ready-theme body .article_summary:nth-child(407),
    body .article_summary:nth-child(407) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(408),
    html.export-ready-theme body .article_summary:nth-child(408),
    body .article_summary:nth-child(408) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(409),
    html.export-ready-theme body .article_summary:nth-child(409),
    body .article_summary:nth-child(409) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(410),
    html.export-ready-theme body .article_summary:nth-child(410),
    body .article_summary:nth-child(410) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(411),
    html.export-ready-theme body .article_summary:nth-child(411),
    body .article_summary:nth-child(411) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(412),
    html.export-ready-theme body .article_summary:nth-child(412),
    body .article_summary:nth-child(412) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(413),
    html.export-ready-theme body .article_summary:nth-child(413),
    body .article_summary:nth-child(413) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(414),
    html.export-ready-theme body .article_summary:nth-child(414),
    body .article_summary:nth-child(414) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(415),
    html.export-ready-theme body .article_summary:nth-child(415),
    body .article_summary:nth-child(415) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(416),
    html.export-ready-theme body .article_summary:nth-child(416),
    body .article_summary:nth-child(416) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(417),
    html.export-ready-theme body .article_summary:nth-child(417),
    body .article_summary:nth-child(417) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(418),
    html.export-ready-theme body .article_summary:nth-child(418),
    body .article_summary:nth-child(418) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(419),
    html.export-ready-theme body .article_summary:nth-child(419),
    body .article_summary:nth-child(419) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(420),
    html.export-ready-theme body .article_summary:nth-child(420),
    body .article_summary:nth-child(420) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(421),
    html.export-ready-theme body .article_summary:nth-child(421),
    body .article_summary:nth-child(421) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(422),
    html.export-ready-theme body .article_summary:nth-child(422),
    body .article_summary:nth-child(422) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(423),
    html.export-ready-theme body .article_summary:nth-child(423),
    body .article_summary:nth-child(423) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(424),
    html.export-ready-theme body .article_summary:nth-child(424),
    body .article_summary:nth-child(424) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(425),
    html.export-ready-theme body .article_summary:nth-child(425),
    body .article_summary:nth-child(425) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(426),
    html.export-ready-theme body .article_summary:nth-child(426),
    body .article_summary:nth-child(426) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(427),
    html.export-ready-theme body .article_summary:nth-child(427),
    body .article_summary:nth-child(427) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(428),
    html.export-ready-theme body .article_summary:nth-child(428),
    body .article_summary:nth-child(428) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(429),
    html.export-ready-theme body .article_summary:nth-child(429),
    body .article_summary:nth-child(429) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(430),
    html.export-ready-theme body .article_summary:nth-child(430),
    body .article_summary:nth-child(430) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(431),
    html.export-ready-theme body .article_summary:nth-child(431),
    body .article_summary:nth-child(431) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(432),
    html.export-ready-theme body .article_summary:nth-child(432),
    body .article_summary:nth-child(432) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(433),
    html.export-ready-theme body .article_summary:nth-child(433),
    body .article_summary:nth-child(433) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(434),
    html.export-ready-theme body .article_summary:nth-child(434),
    body .article_summary:nth-child(434) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(435),
    html.export-ready-theme body .article_summary:nth-child(435),
    body .article_summary:nth-child(435) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(436),
    html.export-ready-theme body .article_summary:nth-child(436),
    body .article_summary:nth-child(436) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(437),
    html.export-ready-theme body .article_summary:nth-child(437),
    body .article_summary:nth-child(437) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(438),
    html.export-ready-theme body .article_summary:nth-child(438),
    body .article_summary:nth-child(438) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(439),
    html.export-ready-theme body .article_summary:nth-child(439),
    body .article_summary:nth-child(439) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(440),
    html.export-ready-theme body .article_summary:nth-child(440),
    body .article_summary:nth-child(440) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(441),
    html.export-ready-theme body .article_summary:nth-child(441),
    body .article_summary:nth-child(441) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(442),
    html.export-ready-theme body .article_summary:nth-child(442),
    body .article_summary:nth-child(442) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(443),
    html.export-ready-theme body .article_summary:nth-child(443),
    body .article_summary:nth-child(443) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(444),
    html.export-ready-theme body .article_summary:nth-child(444),
    body .article_summary:nth-child(444) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(445),
    html.export-ready-theme body .article_summary:nth-child(445),
    body .article_summary:nth-child(445) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(446),
    html.export-ready-theme body .article_summary:nth-child(446),
    body .article_summary:nth-child(446) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(447),
    html.export-ready-theme body .article_summary:nth-child(447),
    body .article_summary:nth-child(447) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(448),
    html.export-ready-theme body .article_summary:nth-child(448),
    body .article_summary:nth-child(448) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(449),
    html.export-ready-theme body .article_summary:nth-child(449),
    body .article_summary:nth-child(449) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(450),
    html.export-ready-theme body .article_summary:nth-child(450),
    body .article_summary:nth-child(450) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(451),
    html.export-ready-theme body .article_summary:nth-child(451),
    body .article_summary:nth-child(451) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(452),
    html.export-ready-theme body .article_summary:nth-child(452),
    body .article_summary:nth-child(452) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(453),
    html.export-ready-theme body .article_summary:nth-child(453),
    body .article_summary:nth-child(453) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(454),
    html.export-ready-theme body .article_summary:nth-child(454),
    body .article_summary:nth-child(454) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(455),
    html.export-ready-theme body .article_summary:nth-child(455),
    body .article_summary:nth-child(455) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(456),
    html.export-ready-theme body .article_summary:nth-child(456),
    body .article_summary:nth-child(456) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(457),
    html.export-ready-theme body .article_summary:nth-child(457),
    body .article_summary:nth-child(457) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(458),
    html.export-ready-theme body .article_summary:nth-child(458),
    body .article_summary:nth-child(458) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(459),
    html.export-ready-theme body .article_summary:nth-child(459),
    body .article_summary:nth-child(459) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(460),
    html.export-ready-theme body .article_summary:nth-child(460),
    body .article_summary:nth-child(460) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(461),
    html.export-ready-theme body .article_summary:nth-child(461),
    body .article_summary:nth-child(461) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(462),
    html.export-ready-theme body .article_summary:nth-child(462),
    body .article_summary:nth-child(462) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(463),
    html.export-ready-theme body .article_summary:nth-child(463),
    body .article_summary:nth-child(463) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(464),
    html.export-ready-theme body .article_summary:nth-child(464),
    body .article_summary:nth-child(464) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(465),
    html.export-ready-theme body .article_summary:nth-child(465),
    body .article_summary:nth-child(465) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(466),
    html.export-ready-theme body .article_summary:nth-child(466),
    body .article_summary:nth-child(466) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(467),
    html.export-ready-theme body .article_summary:nth-child(467),
    body .article_summary:nth-child(467) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(468),
    html.export-ready-theme body .article_summary:nth-child(468),
    body .article_summary:nth-child(468) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(469),
    html.export-ready-theme body .article_summary:nth-child(469),
    body .article_summary:nth-child(469) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(470),
    html.export-ready-theme body .article_summary:nth-child(470),
    body .article_summary:nth-child(470) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(471),
    html.export-ready-theme body .article_summary:nth-child(471),
    body .article_summary:nth-child(471) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(472),
    html.export-ready-theme body .article_summary:nth-child(472),
    body .article_summary:nth-child(472) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(473),
    html.export-ready-theme body .article_summary:nth-child(473),
    body .article_summary:nth-child(473) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(474),
    html.export-ready-theme body .article_summary:nth-child(474),
    body .article_summary:nth-child(474) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(475),
    html.export-ready-theme body .article_summary:nth-child(475),
    body .article_summary:nth-child(475) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(476),
    html.export-ready-theme body .article_summary:nth-child(476),
    body .article_summary:nth-child(476) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(477),
    html.export-ready-theme body .article_summary:nth-child(477),
    body .article_summary:nth-child(477) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(478),
    html.export-ready-theme body .article_summary:nth-child(478),
    body .article_summary:nth-child(478) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(479),
    html.export-ready-theme body .article_summary:nth-child(479),
    body .article_summary:nth-child(479) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(480),
    html.export-ready-theme body .article_summary:nth-child(480),
    body .article_summary:nth-child(480) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(481),
    html.export-ready-theme body .article_summary:nth-child(481),
    body .article_summary:nth-child(481) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(482),
    html.export-ready-theme body .article_summary:nth-child(482),
    body .article_summary:nth-child(482) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(483),
    html.export-ready-theme body .article_summary:nth-child(483),
    body .article_summary:nth-child(483) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(484),
    html.export-ready-theme body .article_summary:nth-child(484),
    body .article_summary:nth-child(484) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(485),
    html.export-ready-theme body .article_summary:nth-child(485),
    body .article_summary:nth-child(485) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(486),
    html.export-ready-theme body .article_summary:nth-child(486),
    body .article_summary:nth-child(486) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(487),
    html.export-ready-theme body .article_summary:nth-child(487),
    body .article_summary:nth-child(487) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(488),
    html.export-ready-theme body .article_summary:nth-child(488),
    body .article_summary:nth-child(488) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(489),
    html.export-ready-theme body .article_summary:nth-child(489),
    body .article_summary:nth-child(489) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(490),
    html.export-ready-theme body .article_summary:nth-child(490),
    body .article_summary:nth-child(490) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(491),
    html.export-ready-theme body .article_summary:nth-child(491),
    body .article_summary:nth-child(491) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(492),
    html.export-ready-theme body .article_summary:nth-child(492),
    body .article_summary:nth-child(492) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(493),
    html.export-ready-theme body .article_summary:nth-child(493),
    body .article_summary:nth-child(493) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(494),
    html.export-ready-theme body .article_summary:nth-child(494),
    body .article_summary:nth-child(494) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(495),
    html.export-ready-theme body .article_summary:nth-child(495),
    body .article_summary:nth-child(495) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(496),
    html.export-ready-theme body .article_summary:nth-child(496),
    body .article_summary:nth-child(496) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(497),
    html.export-ready-theme body .article_summary:nth-child(497),
    body .article_summary:nth-child(497) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(498),
    html.export-ready-theme body .article_summary:nth-child(498),
    body .article_summary:nth-child(498) { --eyib-article-start-x-mobile: 240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(499),
    html.export-ready-theme body .article_summary:nth-child(499),
    body .article_summary:nth-child(499) { --eyib-article-start-x-mobile: -240px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(500),
    html.export-ready-theme body .article_summary:nth-child(500),
    body .article_summary:nth-child(500) { --eyib-article-start-x-mobile: 240px; }
}

/* Foydalanuvchi qurilmasida animatsiya o'chirilgan bo'lsa */
@media (prefers-reduced-motion: reduce) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
    html.export-ready-theme body .article_summary,
    body .article_summary {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        animation: none !important;
    }
}


/* =========================================================
   EYIB OJS - v17 MASOFA FARQI KATTALASHUVCHI SURILISH
   Tartib: 1-maqola 160px; 2-maqola +5px; 3-maqola +10px;
   4-maqola +15px; keyingilar ham shu tarzda farqi oshib boradi.
   Toq maqolalar chapdan, juft maqolalar o'ngdan surilib kiradi.
   Bu blok v16 ni bosib o'tadi, shuning uchun fayl oxirida turadi.
========================================================= */

@keyframes eyibV17ArticleSlideWide {
    0% {
        opacity: 0;
        transform: translateX(var(--eyib-article-start-x-v17, -160px));
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
html.export-ready-theme body .article_summary,
body .article_summary {
    opacity: 1 !important;
    visibility: visible !important;
    animation-name: eyibV17ArticleSlideWide !important;
    animation-duration: 3.35s !important;
    animation-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
    animation-fill-mode: both !important;
    will-change: transform, opacity !important;
}

/* 500 tadan ortsa ham default uzoq masofa bilan ishlaydi */
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(odd),
html.export-ready-theme body .article_summary:nth-child(odd),
body .article_summary:nth-child(odd) {
    --eyib-article-start-x-v17: -2600px;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(even),
html.export-ready-theme body .article_summary:nth-child(even),
body .article_summary:nth-child(even) {
    --eyib-article-start-x-v17: 2600px;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
html.export-ready-theme body .article_summary:nth-child(1),
body .article_summary:nth-child(1) {
    --eyib-article-start-x-v17: -160px;
    animation-delay: 0.18s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
html.export-ready-theme body .article_summary:nth-child(2),
body .article_summary:nth-child(2) {
    --eyib-article-start-x-v17: 165px;
    animation-delay: 0.21s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
html.export-ready-theme body .article_summary:nth-child(3),
body .article_summary:nth-child(3) {
    --eyib-article-start-x-v17: -175px;
    animation-delay: 0.25s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
html.export-ready-theme body .article_summary:nth-child(4),
body .article_summary:nth-child(4) {
    --eyib-article-start-x-v17: 190px;
    animation-delay: 0.29s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
html.export-ready-theme body .article_summary:nth-child(5),
body .article_summary:nth-child(5) {
    --eyib-article-start-x-v17: -210px;
    animation-delay: 0.32s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
html.export-ready-theme body .article_summary:nth-child(6),
body .article_summary:nth-child(6) {
    --eyib-article-start-x-v17: 235px;
    animation-delay: 0.35s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
html.export-ready-theme body .article_summary:nth-child(7),
body .article_summary:nth-child(7) {
    --eyib-article-start-x-v17: -265px;
    animation-delay: 0.39s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
html.export-ready-theme body .article_summary:nth-child(8),
body .article_summary:nth-child(8) {
    --eyib-article-start-x-v17: 300px;
    animation-delay: 0.43s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
html.export-ready-theme body .article_summary:nth-child(9),
body .article_summary:nth-child(9) {
    --eyib-article-start-x-v17: -340px;
    animation-delay: 0.46s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
html.export-ready-theme body .article_summary:nth-child(10),
body .article_summary:nth-child(10) {
    --eyib-article-start-x-v17: 385px;
    animation-delay: 0.50s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
html.export-ready-theme body .article_summary:nth-child(11),
body .article_summary:nth-child(11) {
    --eyib-article-start-x-v17: -435px;
    animation-delay: 0.53s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
html.export-ready-theme body .article_summary:nth-child(12),
body .article_summary:nth-child(12) {
    --eyib-article-start-x-v17: 490px;
    animation-delay: 0.56s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
html.export-ready-theme body .article_summary:nth-child(13),
body .article_summary:nth-child(13) {
    --eyib-article-start-x-v17: -550px;
    animation-delay: 0.60s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
html.export-ready-theme body .article_summary:nth-child(14),
body .article_summary:nth-child(14) {
    --eyib-article-start-x-v17: 615px;
    animation-delay: 0.64s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
html.export-ready-theme body .article_summary:nth-child(15),
body .article_summary:nth-child(15) {
    --eyib-article-start-x-v17: -685px;
    animation-delay: 0.67s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
html.export-ready-theme body .article_summary:nth-child(16),
body .article_summary:nth-child(16) {
    --eyib-article-start-x-v17: 760px;
    animation-delay: 0.71s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
html.export-ready-theme body .article_summary:nth-child(17),
body .article_summary:nth-child(17) {
    --eyib-article-start-x-v17: -840px;
    animation-delay: 0.74s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
html.export-ready-theme body .article_summary:nth-child(18),
body .article_summary:nth-child(18) {
    --eyib-article-start-x-v17: 925px;
    animation-delay: 0.78s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
html.export-ready-theme body .article_summary:nth-child(19),
body .article_summary:nth-child(19) {
    --eyib-article-start-x-v17: -1015px;
    animation-delay: 0.81s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
html.export-ready-theme body .article_summary:nth-child(20),
body .article_summary:nth-child(20) {
    --eyib-article-start-x-v17: 1110px;
    animation-delay: 0.84s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
html.export-ready-theme body .article_summary:nth-child(21),
body .article_summary:nth-child(21) {
    --eyib-article-start-x-v17: -1210px;
    animation-delay: 0.88s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
html.export-ready-theme body .article_summary:nth-child(22),
body .article_summary:nth-child(22) {
    --eyib-article-start-x-v17: 1315px;
    animation-delay: 0.92s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
html.export-ready-theme body .article_summary:nth-child(23),
body .article_summary:nth-child(23) {
    --eyib-article-start-x-v17: -1425px;
    animation-delay: 0.95s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
html.export-ready-theme body .article_summary:nth-child(24),
body .article_summary:nth-child(24) {
    --eyib-article-start-x-v17: 1540px;
    animation-delay: 0.99s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
html.export-ready-theme body .article_summary:nth-child(25),
body .article_summary:nth-child(25) {
    --eyib-article-start-x-v17: -1660px;
    animation-delay: 1.02s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
html.export-ready-theme body .article_summary:nth-child(26),
body .article_summary:nth-child(26) {
    --eyib-article-start-x-v17: 1785px;
    animation-delay: 1.06s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
html.export-ready-theme body .article_summary:nth-child(27),
body .article_summary:nth-child(27) {
    --eyib-article-start-x-v17: -1915px;
    animation-delay: 1.09s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
html.export-ready-theme body .article_summary:nth-child(28),
body .article_summary:nth-child(28) {
    --eyib-article-start-x-v17: 2050px;
    animation-delay: 1.12s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
html.export-ready-theme body .article_summary:nth-child(29),
body .article_summary:nth-child(29) {
    --eyib-article-start-x-v17: -2190px;
    animation-delay: 1.16s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
html.export-ready-theme body .article_summary:nth-child(30),
body .article_summary:nth-child(30) {
    --eyib-article-start-x-v17: 2335px;
    animation-delay: 1.20s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
html.export-ready-theme body .article_summary:nth-child(31),
body .article_summary:nth-child(31) {
    --eyib-article-start-x-v17: -2485px;
    animation-delay: 1.23s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
html.export-ready-theme body .article_summary:nth-child(32),
body .article_summary:nth-child(32) {
    --eyib-article-start-x-v17: 2640px;
    animation-delay: 1.27s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
html.export-ready-theme body .article_summary:nth-child(33),
body .article_summary:nth-child(33) {
    --eyib-article-start-x-v17: -2800px;
    animation-delay: 1.30s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
html.export-ready-theme body .article_summary:nth-child(34),
body .article_summary:nth-child(34) {
    --eyib-article-start-x-v17: 2965px;
    animation-delay: 1.33s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
html.export-ready-theme body .article_summary:nth-child(35),
body .article_summary:nth-child(35) {
    --eyib-article-start-x-v17: -3135px;
    animation-delay: 1.37s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
html.export-ready-theme body .article_summary:nth-child(36),
body .article_summary:nth-child(36) {
    --eyib-article-start-x-v17: 3310px;
    animation-delay: 1.41s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
html.export-ready-theme body .article_summary:nth-child(37),
body .article_summary:nth-child(37) {
    --eyib-article-start-x-v17: -3490px;
    animation-delay: 1.44s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
html.export-ready-theme body .article_summary:nth-child(38),
body .article_summary:nth-child(38) {
    --eyib-article-start-x-v17: 3675px;
    animation-delay: 1.48s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
html.export-ready-theme body .article_summary:nth-child(39),
body .article_summary:nth-child(39) {
    --eyib-article-start-x-v17: -3865px;
    animation-delay: 1.51s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
html.export-ready-theme body .article_summary:nth-child(40),
body .article_summary:nth-child(40) {
    --eyib-article-start-x-v17: 4060px;
    animation-delay: 1.55s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
html.export-ready-theme body .article_summary:nth-child(41),
body .article_summary:nth-child(41) {
    --eyib-article-start-x-v17: -4260px;
    animation-delay: 1.58s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
html.export-ready-theme body .article_summary:nth-child(42),
body .article_summary:nth-child(42) {
    --eyib-article-start-x-v17: 4465px;
    animation-delay: 1.61s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
html.export-ready-theme body .article_summary:nth-child(43),
body .article_summary:nth-child(43) {
    --eyib-article-start-x-v17: -4675px;
    animation-delay: 1.65s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
html.export-ready-theme body .article_summary:nth-child(44),
body .article_summary:nth-child(44) {
    --eyib-article-start-x-v17: 4890px;
    animation-delay: 1.69s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
html.export-ready-theme body .article_summary:nth-child(45),
body .article_summary:nth-child(45) {
    --eyib-article-start-x-v17: -5110px;
    animation-delay: 1.72s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
html.export-ready-theme body .article_summary:nth-child(46),
body .article_summary:nth-child(46) {
    --eyib-article-start-x-v17: 5335px;
    animation-delay: 1.76s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
html.export-ready-theme body .article_summary:nth-child(47),
body .article_summary:nth-child(47) {
    --eyib-article-start-x-v17: -5565px;
    animation-delay: 1.79s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
html.export-ready-theme body .article_summary:nth-child(48),
body .article_summary:nth-child(48) {
    --eyib-article-start-x-v17: 5800px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
html.export-ready-theme body .article_summary:nth-child(49),
body .article_summary:nth-child(49) {
    --eyib-article-start-x-v17: -6040px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
html.export-ready-theme body .article_summary:nth-child(50),
body .article_summary:nth-child(50) {
    --eyib-article-start-x-v17: 6285px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
html.export-ready-theme body .article_summary:nth-child(51),
body .article_summary:nth-child(51) {
    --eyib-article-start-x-v17: -6535px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
html.export-ready-theme body .article_summary:nth-child(52),
body .article_summary:nth-child(52) {
    --eyib-article-start-x-v17: 6790px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
html.export-ready-theme body .article_summary:nth-child(53),
body .article_summary:nth-child(53) {
    --eyib-article-start-x-v17: -7050px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
html.export-ready-theme body .article_summary:nth-child(54),
body .article_summary:nth-child(54) {
    --eyib-article-start-x-v17: 7315px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
html.export-ready-theme body .article_summary:nth-child(55),
body .article_summary:nth-child(55) {
    --eyib-article-start-x-v17: -7585px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
html.export-ready-theme body .article_summary:nth-child(56),
body .article_summary:nth-child(56) {
    --eyib-article-start-x-v17: 7860px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
html.export-ready-theme body .article_summary:nth-child(57),
body .article_summary:nth-child(57) {
    --eyib-article-start-x-v17: -8140px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
html.export-ready-theme body .article_summary:nth-child(58),
body .article_summary:nth-child(58) {
    --eyib-article-start-x-v17: 8425px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
html.export-ready-theme body .article_summary:nth-child(59),
body .article_summary:nth-child(59) {
    --eyib-article-start-x-v17: -8715px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
html.export-ready-theme body .article_summary:nth-child(60),
body .article_summary:nth-child(60) {
    --eyib-article-start-x-v17: 9010px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
html.export-ready-theme body .article_summary:nth-child(61),
body .article_summary:nth-child(61) {
    --eyib-article-start-x-v17: -9310px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
html.export-ready-theme body .article_summary:nth-child(62),
body .article_summary:nth-child(62) {
    --eyib-article-start-x-v17: 9615px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
html.export-ready-theme body .article_summary:nth-child(63),
body .article_summary:nth-child(63) {
    --eyib-article-start-x-v17: -9925px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
html.export-ready-theme body .article_summary:nth-child(64),
body .article_summary:nth-child(64) {
    --eyib-article-start-x-v17: 10240px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
html.export-ready-theme body .article_summary:nth-child(65),
body .article_summary:nth-child(65) {
    --eyib-article-start-x-v17: -10560px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
html.export-ready-theme body .article_summary:nth-child(66),
body .article_summary:nth-child(66) {
    --eyib-article-start-x-v17: 10885px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
html.export-ready-theme body .article_summary:nth-child(67),
body .article_summary:nth-child(67) {
    --eyib-article-start-x-v17: -11215px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
html.export-ready-theme body .article_summary:nth-child(68),
body .article_summary:nth-child(68) {
    --eyib-article-start-x-v17: 11550px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
html.export-ready-theme body .article_summary:nth-child(69),
body .article_summary:nth-child(69) {
    --eyib-article-start-x-v17: -11890px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
html.export-ready-theme body .article_summary:nth-child(70),
body .article_summary:nth-child(70) {
    --eyib-article-start-x-v17: 12235px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
html.export-ready-theme body .article_summary:nth-child(71),
body .article_summary:nth-child(71) {
    --eyib-article-start-x-v17: -12585px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
html.export-ready-theme body .article_summary:nth-child(72),
body .article_summary:nth-child(72) {
    --eyib-article-start-x-v17: 12940px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
html.export-ready-theme body .article_summary:nth-child(73),
body .article_summary:nth-child(73) {
    --eyib-article-start-x-v17: -13300px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
html.export-ready-theme body .article_summary:nth-child(74),
body .article_summary:nth-child(74) {
    --eyib-article-start-x-v17: 13665px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
html.export-ready-theme body .article_summary:nth-child(75),
body .article_summary:nth-child(75) {
    --eyib-article-start-x-v17: -14035px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
html.export-ready-theme body .article_summary:nth-child(76),
body .article_summary:nth-child(76) {
    --eyib-article-start-x-v17: 14410px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
html.export-ready-theme body .article_summary:nth-child(77),
body .article_summary:nth-child(77) {
    --eyib-article-start-x-v17: -14790px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
html.export-ready-theme body .article_summary:nth-child(78),
body .article_summary:nth-child(78) {
    --eyib-article-start-x-v17: 15175px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
html.export-ready-theme body .article_summary:nth-child(79),
body .article_summary:nth-child(79) {
    --eyib-article-start-x-v17: -15565px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
html.export-ready-theme body .article_summary:nth-child(80),
body .article_summary:nth-child(80) {
    --eyib-article-start-x-v17: 15960px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
html.export-ready-theme body .article_summary:nth-child(81),
body .article_summary:nth-child(81) {
    --eyib-article-start-x-v17: -16360px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
html.export-ready-theme body .article_summary:nth-child(82),
body .article_summary:nth-child(82) {
    --eyib-article-start-x-v17: 16765px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
html.export-ready-theme body .article_summary:nth-child(83),
body .article_summary:nth-child(83) {
    --eyib-article-start-x-v17: -17175px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
html.export-ready-theme body .article_summary:nth-child(84),
body .article_summary:nth-child(84) {
    --eyib-article-start-x-v17: 17590px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
html.export-ready-theme body .article_summary:nth-child(85),
body .article_summary:nth-child(85) {
    --eyib-article-start-x-v17: -18010px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
html.export-ready-theme body .article_summary:nth-child(86),
body .article_summary:nth-child(86) {
    --eyib-article-start-x-v17: 18435px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
html.export-ready-theme body .article_summary:nth-child(87),
body .article_summary:nth-child(87) {
    --eyib-article-start-x-v17: -18865px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
html.export-ready-theme body .article_summary:nth-child(88),
body .article_summary:nth-child(88) {
    --eyib-article-start-x-v17: 19300px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
html.export-ready-theme body .article_summary:nth-child(89),
body .article_summary:nth-child(89) {
    --eyib-article-start-x-v17: -19740px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
html.export-ready-theme body .article_summary:nth-child(90),
body .article_summary:nth-child(90) {
    --eyib-article-start-x-v17: 20185px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
html.export-ready-theme body .article_summary:nth-child(91),
body .article_summary:nth-child(91) {
    --eyib-article-start-x-v17: -20635px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
html.export-ready-theme body .article_summary:nth-child(92),
body .article_summary:nth-child(92) {
    --eyib-article-start-x-v17: 21090px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
html.export-ready-theme body .article_summary:nth-child(93),
body .article_summary:nth-child(93) {
    --eyib-article-start-x-v17: -21550px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
html.export-ready-theme body .article_summary:nth-child(94),
body .article_summary:nth-child(94) {
    --eyib-article-start-x-v17: 22015px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
html.export-ready-theme body .article_summary:nth-child(95),
body .article_summary:nth-child(95) {
    --eyib-article-start-x-v17: -22485px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
html.export-ready-theme body .article_summary:nth-child(96),
body .article_summary:nth-child(96) {
    --eyib-article-start-x-v17: 22960px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
html.export-ready-theme body .article_summary:nth-child(97),
body .article_summary:nth-child(97) {
    --eyib-article-start-x-v17: -23440px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
html.export-ready-theme body .article_summary:nth-child(98),
body .article_summary:nth-child(98) {
    --eyib-article-start-x-v17: 23925px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
html.export-ready-theme body .article_summary:nth-child(99),
body .article_summary:nth-child(99) {
    --eyib-article-start-x-v17: -24415px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
html.export-ready-theme body .article_summary:nth-child(100),
body .article_summary:nth-child(100) {
    --eyib-article-start-x-v17: 24910px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
html.export-ready-theme body .article_summary:nth-child(101),
body .article_summary:nth-child(101) {
    --eyib-article-start-x-v17: -25410px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
html.export-ready-theme body .article_summary:nth-child(102),
body .article_summary:nth-child(102) {
    --eyib-article-start-x-v17: 25915px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
html.export-ready-theme body .article_summary:nth-child(103),
body .article_summary:nth-child(103) {
    --eyib-article-start-x-v17: -26425px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
html.export-ready-theme body .article_summary:nth-child(104),
body .article_summary:nth-child(104) {
    --eyib-article-start-x-v17: 26940px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
html.export-ready-theme body .article_summary:nth-child(105),
body .article_summary:nth-child(105) {
    --eyib-article-start-x-v17: -27460px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
html.export-ready-theme body .article_summary:nth-child(106),
body .article_summary:nth-child(106) {
    --eyib-article-start-x-v17: 27985px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
html.export-ready-theme body .article_summary:nth-child(107),
body .article_summary:nth-child(107) {
    --eyib-article-start-x-v17: -28515px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
html.export-ready-theme body .article_summary:nth-child(108),
body .article_summary:nth-child(108) {
    --eyib-article-start-x-v17: 29050px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
html.export-ready-theme body .article_summary:nth-child(109),
body .article_summary:nth-child(109) {
    --eyib-article-start-x-v17: -29590px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
html.export-ready-theme body .article_summary:nth-child(110),
body .article_summary:nth-child(110) {
    --eyib-article-start-x-v17: 30135px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
html.export-ready-theme body .article_summary:nth-child(111),
body .article_summary:nth-child(111) {
    --eyib-article-start-x-v17: -30685px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
html.export-ready-theme body .article_summary:nth-child(112),
body .article_summary:nth-child(112) {
    --eyib-article-start-x-v17: 31240px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
html.export-ready-theme body .article_summary:nth-child(113),
body .article_summary:nth-child(113) {
    --eyib-article-start-x-v17: -31800px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
html.export-ready-theme body .article_summary:nth-child(114),
body .article_summary:nth-child(114) {
    --eyib-article-start-x-v17: 32365px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
html.export-ready-theme body .article_summary:nth-child(115),
body .article_summary:nth-child(115) {
    --eyib-article-start-x-v17: -32935px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
html.export-ready-theme body .article_summary:nth-child(116),
body .article_summary:nth-child(116) {
    --eyib-article-start-x-v17: 33510px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
html.export-ready-theme body .article_summary:nth-child(117),
body .article_summary:nth-child(117) {
    --eyib-article-start-x-v17: -34090px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
html.export-ready-theme body .article_summary:nth-child(118),
body .article_summary:nth-child(118) {
    --eyib-article-start-x-v17: 34675px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
html.export-ready-theme body .article_summary:nth-child(119),
body .article_summary:nth-child(119) {
    --eyib-article-start-x-v17: -35265px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
html.export-ready-theme body .article_summary:nth-child(120),
body .article_summary:nth-child(120) {
    --eyib-article-start-x-v17: 35860px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(121),
html.export-ready-theme body .article_summary:nth-child(121),
body .article_summary:nth-child(121) {
    --eyib-article-start-x-v17: -36460px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(122),
html.export-ready-theme body .article_summary:nth-child(122),
body .article_summary:nth-child(122) {
    --eyib-article-start-x-v17: 37065px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(123),
html.export-ready-theme body .article_summary:nth-child(123),
body .article_summary:nth-child(123) {
    --eyib-article-start-x-v17: -37675px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(124),
html.export-ready-theme body .article_summary:nth-child(124),
body .article_summary:nth-child(124) {
    --eyib-article-start-x-v17: 38290px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(125),
html.export-ready-theme body .article_summary:nth-child(125),
body .article_summary:nth-child(125) {
    --eyib-article-start-x-v17: -38910px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(126),
html.export-ready-theme body .article_summary:nth-child(126),
body .article_summary:nth-child(126) {
    --eyib-article-start-x-v17: 39535px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(127),
html.export-ready-theme body .article_summary:nth-child(127),
body .article_summary:nth-child(127) {
    --eyib-article-start-x-v17: -40165px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(128),
html.export-ready-theme body .article_summary:nth-child(128),
body .article_summary:nth-child(128) {
    --eyib-article-start-x-v17: 40800px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(129),
html.export-ready-theme body .article_summary:nth-child(129),
body .article_summary:nth-child(129) {
    --eyib-article-start-x-v17: -41440px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(130),
html.export-ready-theme body .article_summary:nth-child(130),
body .article_summary:nth-child(130) {
    --eyib-article-start-x-v17: 42085px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(131),
html.export-ready-theme body .article_summary:nth-child(131),
body .article_summary:nth-child(131) {
    --eyib-article-start-x-v17: -42735px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(132),
html.export-ready-theme body .article_summary:nth-child(132),
body .article_summary:nth-child(132) {
    --eyib-article-start-x-v17: 43390px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(133),
html.export-ready-theme body .article_summary:nth-child(133),
body .article_summary:nth-child(133) {
    --eyib-article-start-x-v17: -44050px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(134),
html.export-ready-theme body .article_summary:nth-child(134),
body .article_summary:nth-child(134) {
    --eyib-article-start-x-v17: 44715px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(135),
html.export-ready-theme body .article_summary:nth-child(135),
body .article_summary:nth-child(135) {
    --eyib-article-start-x-v17: -45385px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(136),
html.export-ready-theme body .article_summary:nth-child(136),
body .article_summary:nth-child(136) {
    --eyib-article-start-x-v17: 46060px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(137),
html.export-ready-theme body .article_summary:nth-child(137),
body .article_summary:nth-child(137) {
    --eyib-article-start-x-v17: -46740px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(138),
html.export-ready-theme body .article_summary:nth-child(138),
body .article_summary:nth-child(138) {
    --eyib-article-start-x-v17: 47425px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(139),
html.export-ready-theme body .article_summary:nth-child(139),
body .article_summary:nth-child(139) {
    --eyib-article-start-x-v17: -48115px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(140),
html.export-ready-theme body .article_summary:nth-child(140),
body .article_summary:nth-child(140) {
    --eyib-article-start-x-v17: 48810px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(141),
html.export-ready-theme body .article_summary:nth-child(141),
body .article_summary:nth-child(141) {
    --eyib-article-start-x-v17: -49510px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(142),
html.export-ready-theme body .article_summary:nth-child(142),
body .article_summary:nth-child(142) {
    --eyib-article-start-x-v17: 50215px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(143),
html.export-ready-theme body .article_summary:nth-child(143),
body .article_summary:nth-child(143) {
    --eyib-article-start-x-v17: -50925px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(144),
html.export-ready-theme body .article_summary:nth-child(144),
body .article_summary:nth-child(144) {
    --eyib-article-start-x-v17: 51640px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(145),
html.export-ready-theme body .article_summary:nth-child(145),
body .article_summary:nth-child(145) {
    --eyib-article-start-x-v17: -52360px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(146),
html.export-ready-theme body .article_summary:nth-child(146),
body .article_summary:nth-child(146) {
    --eyib-article-start-x-v17: 53085px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(147),
html.export-ready-theme body .article_summary:nth-child(147),
body .article_summary:nth-child(147) {
    --eyib-article-start-x-v17: -53815px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(148),
html.export-ready-theme body .article_summary:nth-child(148),
body .article_summary:nth-child(148) {
    --eyib-article-start-x-v17: 54550px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(149),
html.export-ready-theme body .article_summary:nth-child(149),
body .article_summary:nth-child(149) {
    --eyib-article-start-x-v17: -55290px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(150),
html.export-ready-theme body .article_summary:nth-child(150),
body .article_summary:nth-child(150) {
    --eyib-article-start-x-v17: 56035px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(151),
html.export-ready-theme body .article_summary:nth-child(151),
body .article_summary:nth-child(151) {
    --eyib-article-start-x-v17: -56785px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(152),
html.export-ready-theme body .article_summary:nth-child(152),
body .article_summary:nth-child(152) {
    --eyib-article-start-x-v17: 57540px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(153),
html.export-ready-theme body .article_summary:nth-child(153),
body .article_summary:nth-child(153) {
    --eyib-article-start-x-v17: -58300px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(154),
html.export-ready-theme body .article_summary:nth-child(154),
body .article_summary:nth-child(154) {
    --eyib-article-start-x-v17: 59065px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(155),
html.export-ready-theme body .article_summary:nth-child(155),
body .article_summary:nth-child(155) {
    --eyib-article-start-x-v17: -59835px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(156),
html.export-ready-theme body .article_summary:nth-child(156),
body .article_summary:nth-child(156) {
    --eyib-article-start-x-v17: 60610px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(157),
html.export-ready-theme body .article_summary:nth-child(157),
body .article_summary:nth-child(157) {
    --eyib-article-start-x-v17: -61390px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(158),
html.export-ready-theme body .article_summary:nth-child(158),
body .article_summary:nth-child(158) {
    --eyib-article-start-x-v17: 62175px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(159),
html.export-ready-theme body .article_summary:nth-child(159),
body .article_summary:nth-child(159) {
    --eyib-article-start-x-v17: -62965px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(160),
html.export-ready-theme body .article_summary:nth-child(160),
body .article_summary:nth-child(160) {
    --eyib-article-start-x-v17: 63760px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(161),
html.export-ready-theme body .article_summary:nth-child(161),
body .article_summary:nth-child(161) {
    --eyib-article-start-x-v17: -64560px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(162),
html.export-ready-theme body .article_summary:nth-child(162),
body .article_summary:nth-child(162) {
    --eyib-article-start-x-v17: 65365px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(163),
html.export-ready-theme body .article_summary:nth-child(163),
body .article_summary:nth-child(163) {
    --eyib-article-start-x-v17: -66175px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(164),
html.export-ready-theme body .article_summary:nth-child(164),
body .article_summary:nth-child(164) {
    --eyib-article-start-x-v17: 66990px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(165),
html.export-ready-theme body .article_summary:nth-child(165),
body .article_summary:nth-child(165) {
    --eyib-article-start-x-v17: -67810px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(166),
html.export-ready-theme body .article_summary:nth-child(166),
body .article_summary:nth-child(166) {
    --eyib-article-start-x-v17: 68635px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(167),
html.export-ready-theme body .article_summary:nth-child(167),
body .article_summary:nth-child(167) {
    --eyib-article-start-x-v17: -69465px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(168),
html.export-ready-theme body .article_summary:nth-child(168),
body .article_summary:nth-child(168) {
    --eyib-article-start-x-v17: 70300px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(169),
html.export-ready-theme body .article_summary:nth-child(169),
body .article_summary:nth-child(169) {
    --eyib-article-start-x-v17: -71140px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(170),
html.export-ready-theme body .article_summary:nth-child(170),
body .article_summary:nth-child(170) {
    --eyib-article-start-x-v17: 71985px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(171),
html.export-ready-theme body .article_summary:nth-child(171),
body .article_summary:nth-child(171) {
    --eyib-article-start-x-v17: -72835px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(172),
html.export-ready-theme body .article_summary:nth-child(172),
body .article_summary:nth-child(172) {
    --eyib-article-start-x-v17: 73690px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(173),
html.export-ready-theme body .article_summary:nth-child(173),
body .article_summary:nth-child(173) {
    --eyib-article-start-x-v17: -74550px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(174),
html.export-ready-theme body .article_summary:nth-child(174),
body .article_summary:nth-child(174) {
    --eyib-article-start-x-v17: 75415px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(175),
html.export-ready-theme body .article_summary:nth-child(175),
body .article_summary:nth-child(175) {
    --eyib-article-start-x-v17: -76285px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(176),
html.export-ready-theme body .article_summary:nth-child(176),
body .article_summary:nth-child(176) {
    --eyib-article-start-x-v17: 77160px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(177),
html.export-ready-theme body .article_summary:nth-child(177),
body .article_summary:nth-child(177) {
    --eyib-article-start-x-v17: -78040px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(178),
html.export-ready-theme body .article_summary:nth-child(178),
body .article_summary:nth-child(178) {
    --eyib-article-start-x-v17: 78925px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(179),
html.export-ready-theme body .article_summary:nth-child(179),
body .article_summary:nth-child(179) {
    --eyib-article-start-x-v17: -79815px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(180),
html.export-ready-theme body .article_summary:nth-child(180),
body .article_summary:nth-child(180) {
    --eyib-article-start-x-v17: 80710px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(181),
html.export-ready-theme body .article_summary:nth-child(181),
body .article_summary:nth-child(181) {
    --eyib-article-start-x-v17: -81610px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(182),
html.export-ready-theme body .article_summary:nth-child(182),
body .article_summary:nth-child(182) {
    --eyib-article-start-x-v17: 82515px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(183),
html.export-ready-theme body .article_summary:nth-child(183),
body .article_summary:nth-child(183) {
    --eyib-article-start-x-v17: -83425px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(184),
html.export-ready-theme body .article_summary:nth-child(184),
body .article_summary:nth-child(184) {
    --eyib-article-start-x-v17: 84340px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(185),
html.export-ready-theme body .article_summary:nth-child(185),
body .article_summary:nth-child(185) {
    --eyib-article-start-x-v17: -85260px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(186),
html.export-ready-theme body .article_summary:nth-child(186),
body .article_summary:nth-child(186) {
    --eyib-article-start-x-v17: 86185px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(187),
html.export-ready-theme body .article_summary:nth-child(187),
body .article_summary:nth-child(187) {
    --eyib-article-start-x-v17: -87115px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(188),
html.export-ready-theme body .article_summary:nth-child(188),
body .article_summary:nth-child(188) {
    --eyib-article-start-x-v17: 88050px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(189),
html.export-ready-theme body .article_summary:nth-child(189),
body .article_summary:nth-child(189) {
    --eyib-article-start-x-v17: -88990px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(190),
html.export-ready-theme body .article_summary:nth-child(190),
body .article_summary:nth-child(190) {
    --eyib-article-start-x-v17: 89935px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(191),
html.export-ready-theme body .article_summary:nth-child(191),
body .article_summary:nth-child(191) {
    --eyib-article-start-x-v17: -90885px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(192),
html.export-ready-theme body .article_summary:nth-child(192),
body .article_summary:nth-child(192) {
    --eyib-article-start-x-v17: 91840px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(193),
html.export-ready-theme body .article_summary:nth-child(193),
body .article_summary:nth-child(193) {
    --eyib-article-start-x-v17: -92800px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(194),
html.export-ready-theme body .article_summary:nth-child(194),
body .article_summary:nth-child(194) {
    --eyib-article-start-x-v17: 93765px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(195),
html.export-ready-theme body .article_summary:nth-child(195),
body .article_summary:nth-child(195) {
    --eyib-article-start-x-v17: -94735px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(196),
html.export-ready-theme body .article_summary:nth-child(196),
body .article_summary:nth-child(196) {
    --eyib-article-start-x-v17: 95710px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(197),
html.export-ready-theme body .article_summary:nth-child(197),
body .article_summary:nth-child(197) {
    --eyib-article-start-x-v17: -96690px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(198),
html.export-ready-theme body .article_summary:nth-child(198),
body .article_summary:nth-child(198) {
    --eyib-article-start-x-v17: 97675px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(199),
html.export-ready-theme body .article_summary:nth-child(199),
body .article_summary:nth-child(199) {
    --eyib-article-start-x-v17: -98665px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(200),
html.export-ready-theme body .article_summary:nth-child(200),
body .article_summary:nth-child(200) {
    --eyib-article-start-x-v17: 99660px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(201),
html.export-ready-theme body .article_summary:nth-child(201),
body .article_summary:nth-child(201) {
    --eyib-article-start-x-v17: -100660px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(202),
html.export-ready-theme body .article_summary:nth-child(202),
body .article_summary:nth-child(202) {
    --eyib-article-start-x-v17: 101665px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(203),
html.export-ready-theme body .article_summary:nth-child(203),
body .article_summary:nth-child(203) {
    --eyib-article-start-x-v17: -102675px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(204),
html.export-ready-theme body .article_summary:nth-child(204),
body .article_summary:nth-child(204) {
    --eyib-article-start-x-v17: 103690px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(205),
html.export-ready-theme body .article_summary:nth-child(205),
body .article_summary:nth-child(205) {
    --eyib-article-start-x-v17: -104710px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(206),
html.export-ready-theme body .article_summary:nth-child(206),
body .article_summary:nth-child(206) {
    --eyib-article-start-x-v17: 105735px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(207),
html.export-ready-theme body .article_summary:nth-child(207),
body .article_summary:nth-child(207) {
    --eyib-article-start-x-v17: -106765px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(208),
html.export-ready-theme body .article_summary:nth-child(208),
body .article_summary:nth-child(208) {
    --eyib-article-start-x-v17: 107800px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(209),
html.export-ready-theme body .article_summary:nth-child(209),
body .article_summary:nth-child(209) {
    --eyib-article-start-x-v17: -108840px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(210),
html.export-ready-theme body .article_summary:nth-child(210),
body .article_summary:nth-child(210) {
    --eyib-article-start-x-v17: 109885px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(211),
html.export-ready-theme body .article_summary:nth-child(211),
body .article_summary:nth-child(211) {
    --eyib-article-start-x-v17: -110935px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(212),
html.export-ready-theme body .article_summary:nth-child(212),
body .article_summary:nth-child(212) {
    --eyib-article-start-x-v17: 111990px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(213),
html.export-ready-theme body .article_summary:nth-child(213),
body .article_summary:nth-child(213) {
    --eyib-article-start-x-v17: -113050px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(214),
html.export-ready-theme body .article_summary:nth-child(214),
body .article_summary:nth-child(214) {
    --eyib-article-start-x-v17: 114115px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(215),
html.export-ready-theme body .article_summary:nth-child(215),
body .article_summary:nth-child(215) {
    --eyib-article-start-x-v17: -115185px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(216),
html.export-ready-theme body .article_summary:nth-child(216),
body .article_summary:nth-child(216) {
    --eyib-article-start-x-v17: 116260px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(217),
html.export-ready-theme body .article_summary:nth-child(217),
body .article_summary:nth-child(217) {
    --eyib-article-start-x-v17: -117340px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(218),
html.export-ready-theme body .article_summary:nth-child(218),
body .article_summary:nth-child(218) {
    --eyib-article-start-x-v17: 118425px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(219),
html.export-ready-theme body .article_summary:nth-child(219),
body .article_summary:nth-child(219) {
    --eyib-article-start-x-v17: -119515px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(220),
html.export-ready-theme body .article_summary:nth-child(220),
body .article_summary:nth-child(220) {
    --eyib-article-start-x-v17: 120610px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(221),
html.export-ready-theme body .article_summary:nth-child(221),
body .article_summary:nth-child(221) {
    --eyib-article-start-x-v17: -121710px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(222),
html.export-ready-theme body .article_summary:nth-child(222),
body .article_summary:nth-child(222) {
    --eyib-article-start-x-v17: 122815px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(223),
html.export-ready-theme body .article_summary:nth-child(223),
body .article_summary:nth-child(223) {
    --eyib-article-start-x-v17: -123925px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(224),
html.export-ready-theme body .article_summary:nth-child(224),
body .article_summary:nth-child(224) {
    --eyib-article-start-x-v17: 125040px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(225),
html.export-ready-theme body .article_summary:nth-child(225),
body .article_summary:nth-child(225) {
    --eyib-article-start-x-v17: -126160px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(226),
html.export-ready-theme body .article_summary:nth-child(226),
body .article_summary:nth-child(226) {
    --eyib-article-start-x-v17: 127285px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(227),
html.export-ready-theme body .article_summary:nth-child(227),
body .article_summary:nth-child(227) {
    --eyib-article-start-x-v17: -128415px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(228),
html.export-ready-theme body .article_summary:nth-child(228),
body .article_summary:nth-child(228) {
    --eyib-article-start-x-v17: 129550px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(229),
html.export-ready-theme body .article_summary:nth-child(229),
body .article_summary:nth-child(229) {
    --eyib-article-start-x-v17: -130690px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(230),
html.export-ready-theme body .article_summary:nth-child(230),
body .article_summary:nth-child(230) {
    --eyib-article-start-x-v17: 131835px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(231),
html.export-ready-theme body .article_summary:nth-child(231),
body .article_summary:nth-child(231) {
    --eyib-article-start-x-v17: -132985px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(232),
html.export-ready-theme body .article_summary:nth-child(232),
body .article_summary:nth-child(232) {
    --eyib-article-start-x-v17: 134140px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(233),
html.export-ready-theme body .article_summary:nth-child(233),
body .article_summary:nth-child(233) {
    --eyib-article-start-x-v17: -135300px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(234),
html.export-ready-theme body .article_summary:nth-child(234),
body .article_summary:nth-child(234) {
    --eyib-article-start-x-v17: 136465px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(235),
html.export-ready-theme body .article_summary:nth-child(235),
body .article_summary:nth-child(235) {
    --eyib-article-start-x-v17: -137635px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(236),
html.export-ready-theme body .article_summary:nth-child(236),
body .article_summary:nth-child(236) {
    --eyib-article-start-x-v17: 138810px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(237),
html.export-ready-theme body .article_summary:nth-child(237),
body .article_summary:nth-child(237) {
    --eyib-article-start-x-v17: -139990px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(238),
html.export-ready-theme body .article_summary:nth-child(238),
body .article_summary:nth-child(238) {
    --eyib-article-start-x-v17: 141175px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(239),
html.export-ready-theme body .article_summary:nth-child(239),
body .article_summary:nth-child(239) {
    --eyib-article-start-x-v17: -142365px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(240),
html.export-ready-theme body .article_summary:nth-child(240),
body .article_summary:nth-child(240) {
    --eyib-article-start-x-v17: 143560px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(241),
html.export-ready-theme body .article_summary:nth-child(241),
body .article_summary:nth-child(241) {
    --eyib-article-start-x-v17: -144760px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(242),
html.export-ready-theme body .article_summary:nth-child(242),
body .article_summary:nth-child(242) {
    --eyib-article-start-x-v17: 145965px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(243),
html.export-ready-theme body .article_summary:nth-child(243),
body .article_summary:nth-child(243) {
    --eyib-article-start-x-v17: -147175px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(244),
html.export-ready-theme body .article_summary:nth-child(244),
body .article_summary:nth-child(244) {
    --eyib-article-start-x-v17: 148390px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(245),
html.export-ready-theme body .article_summary:nth-child(245),
body .article_summary:nth-child(245) {
    --eyib-article-start-x-v17: -149610px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(246),
html.export-ready-theme body .article_summary:nth-child(246),
body .article_summary:nth-child(246) {
    --eyib-article-start-x-v17: 150835px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(247),
html.export-ready-theme body .article_summary:nth-child(247),
body .article_summary:nth-child(247) {
    --eyib-article-start-x-v17: -152065px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(248),
html.export-ready-theme body .article_summary:nth-child(248),
body .article_summary:nth-child(248) {
    --eyib-article-start-x-v17: 153300px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(249),
html.export-ready-theme body .article_summary:nth-child(249),
body .article_summary:nth-child(249) {
    --eyib-article-start-x-v17: -154540px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(250),
html.export-ready-theme body .article_summary:nth-child(250),
body .article_summary:nth-child(250) {
    --eyib-article-start-x-v17: 155785px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(251),
html.export-ready-theme body .article_summary:nth-child(251),
body .article_summary:nth-child(251) {
    --eyib-article-start-x-v17: -157035px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(252),
html.export-ready-theme body .article_summary:nth-child(252),
body .article_summary:nth-child(252) {
    --eyib-article-start-x-v17: 158290px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(253),
html.export-ready-theme body .article_summary:nth-child(253),
body .article_summary:nth-child(253) {
    --eyib-article-start-x-v17: -159550px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(254),
html.export-ready-theme body .article_summary:nth-child(254),
body .article_summary:nth-child(254) {
    --eyib-article-start-x-v17: 160815px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(255),
html.export-ready-theme body .article_summary:nth-child(255),
body .article_summary:nth-child(255) {
    --eyib-article-start-x-v17: -162085px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(256),
html.export-ready-theme body .article_summary:nth-child(256),
body .article_summary:nth-child(256) {
    --eyib-article-start-x-v17: 163360px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(257),
html.export-ready-theme body .article_summary:nth-child(257),
body .article_summary:nth-child(257) {
    --eyib-article-start-x-v17: -164640px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(258),
html.export-ready-theme body .article_summary:nth-child(258),
body .article_summary:nth-child(258) {
    --eyib-article-start-x-v17: 165925px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(259),
html.export-ready-theme body .article_summary:nth-child(259),
body .article_summary:nth-child(259) {
    --eyib-article-start-x-v17: -167215px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(260),
html.export-ready-theme body .article_summary:nth-child(260),
body .article_summary:nth-child(260) {
    --eyib-article-start-x-v17: 168510px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(261),
html.export-ready-theme body .article_summary:nth-child(261),
body .article_summary:nth-child(261) {
    --eyib-article-start-x-v17: -169810px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(262),
html.export-ready-theme body .article_summary:nth-child(262),
body .article_summary:nth-child(262) {
    --eyib-article-start-x-v17: 171115px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(263),
html.export-ready-theme body .article_summary:nth-child(263),
body .article_summary:nth-child(263) {
    --eyib-article-start-x-v17: -172425px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(264),
html.export-ready-theme body .article_summary:nth-child(264),
body .article_summary:nth-child(264) {
    --eyib-article-start-x-v17: 173740px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(265),
html.export-ready-theme body .article_summary:nth-child(265),
body .article_summary:nth-child(265) {
    --eyib-article-start-x-v17: -175060px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(266),
html.export-ready-theme body .article_summary:nth-child(266),
body .article_summary:nth-child(266) {
    --eyib-article-start-x-v17: 176385px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(267),
html.export-ready-theme body .article_summary:nth-child(267),
body .article_summary:nth-child(267) {
    --eyib-article-start-x-v17: -177715px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(268),
html.export-ready-theme body .article_summary:nth-child(268),
body .article_summary:nth-child(268) {
    --eyib-article-start-x-v17: 179050px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(269),
html.export-ready-theme body .article_summary:nth-child(269),
body .article_summary:nth-child(269) {
    --eyib-article-start-x-v17: -180390px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(270),
html.export-ready-theme body .article_summary:nth-child(270),
body .article_summary:nth-child(270) {
    --eyib-article-start-x-v17: 181735px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(271),
html.export-ready-theme body .article_summary:nth-child(271),
body .article_summary:nth-child(271) {
    --eyib-article-start-x-v17: -183085px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(272),
html.export-ready-theme body .article_summary:nth-child(272),
body .article_summary:nth-child(272) {
    --eyib-article-start-x-v17: 184440px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(273),
html.export-ready-theme body .article_summary:nth-child(273),
body .article_summary:nth-child(273) {
    --eyib-article-start-x-v17: -185800px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(274),
html.export-ready-theme body .article_summary:nth-child(274),
body .article_summary:nth-child(274) {
    --eyib-article-start-x-v17: 187165px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(275),
html.export-ready-theme body .article_summary:nth-child(275),
body .article_summary:nth-child(275) {
    --eyib-article-start-x-v17: -188535px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(276),
html.export-ready-theme body .article_summary:nth-child(276),
body .article_summary:nth-child(276) {
    --eyib-article-start-x-v17: 189910px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(277),
html.export-ready-theme body .article_summary:nth-child(277),
body .article_summary:nth-child(277) {
    --eyib-article-start-x-v17: -191290px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(278),
html.export-ready-theme body .article_summary:nth-child(278),
body .article_summary:nth-child(278) {
    --eyib-article-start-x-v17: 192675px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(279),
html.export-ready-theme body .article_summary:nth-child(279),
body .article_summary:nth-child(279) {
    --eyib-article-start-x-v17: -194065px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(280),
html.export-ready-theme body .article_summary:nth-child(280),
body .article_summary:nth-child(280) {
    --eyib-article-start-x-v17: 195460px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(281),
html.export-ready-theme body .article_summary:nth-child(281),
body .article_summary:nth-child(281) {
    --eyib-article-start-x-v17: -196860px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(282),
html.export-ready-theme body .article_summary:nth-child(282),
body .article_summary:nth-child(282) {
    --eyib-article-start-x-v17: 198265px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(283),
html.export-ready-theme body .article_summary:nth-child(283),
body .article_summary:nth-child(283) {
    --eyib-article-start-x-v17: -199675px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(284),
html.export-ready-theme body .article_summary:nth-child(284),
body .article_summary:nth-child(284) {
    --eyib-article-start-x-v17: 201090px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(285),
html.export-ready-theme body .article_summary:nth-child(285),
body .article_summary:nth-child(285) {
    --eyib-article-start-x-v17: -202510px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(286),
html.export-ready-theme body .article_summary:nth-child(286),
body .article_summary:nth-child(286) {
    --eyib-article-start-x-v17: 203935px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(287),
html.export-ready-theme body .article_summary:nth-child(287),
body .article_summary:nth-child(287) {
    --eyib-article-start-x-v17: -205365px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(288),
html.export-ready-theme body .article_summary:nth-child(288),
body .article_summary:nth-child(288) {
    --eyib-article-start-x-v17: 206800px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(289),
html.export-ready-theme body .article_summary:nth-child(289),
body .article_summary:nth-child(289) {
    --eyib-article-start-x-v17: -208240px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(290),
html.export-ready-theme body .article_summary:nth-child(290),
body .article_summary:nth-child(290) {
    --eyib-article-start-x-v17: 209685px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(291),
html.export-ready-theme body .article_summary:nth-child(291),
body .article_summary:nth-child(291) {
    --eyib-article-start-x-v17: -211135px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(292),
html.export-ready-theme body .article_summary:nth-child(292),
body .article_summary:nth-child(292) {
    --eyib-article-start-x-v17: 212590px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(293),
html.export-ready-theme body .article_summary:nth-child(293),
body .article_summary:nth-child(293) {
    --eyib-article-start-x-v17: -214050px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(294),
html.export-ready-theme body .article_summary:nth-child(294),
body .article_summary:nth-child(294) {
    --eyib-article-start-x-v17: 215515px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(295),
html.export-ready-theme body .article_summary:nth-child(295),
body .article_summary:nth-child(295) {
    --eyib-article-start-x-v17: -216985px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(296),
html.export-ready-theme body .article_summary:nth-child(296),
body .article_summary:nth-child(296) {
    --eyib-article-start-x-v17: 218460px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(297),
html.export-ready-theme body .article_summary:nth-child(297),
body .article_summary:nth-child(297) {
    --eyib-article-start-x-v17: -219940px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(298),
html.export-ready-theme body .article_summary:nth-child(298),
body .article_summary:nth-child(298) {
    --eyib-article-start-x-v17: 221425px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(299),
html.export-ready-theme body .article_summary:nth-child(299),
body .article_summary:nth-child(299) {
    --eyib-article-start-x-v17: -222915px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(300),
html.export-ready-theme body .article_summary:nth-child(300),
body .article_summary:nth-child(300) {
    --eyib-article-start-x-v17: 224410px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(301),
html.export-ready-theme body .article_summary:nth-child(301),
body .article_summary:nth-child(301) {
    --eyib-article-start-x-v17: -225910px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(302),
html.export-ready-theme body .article_summary:nth-child(302),
body .article_summary:nth-child(302) {
    --eyib-article-start-x-v17: 227415px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(303),
html.export-ready-theme body .article_summary:nth-child(303),
body .article_summary:nth-child(303) {
    --eyib-article-start-x-v17: -228925px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(304),
html.export-ready-theme body .article_summary:nth-child(304),
body .article_summary:nth-child(304) {
    --eyib-article-start-x-v17: 230440px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(305),
html.export-ready-theme body .article_summary:nth-child(305),
body .article_summary:nth-child(305) {
    --eyib-article-start-x-v17: -231960px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(306),
html.export-ready-theme body .article_summary:nth-child(306),
body .article_summary:nth-child(306) {
    --eyib-article-start-x-v17: 233485px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(307),
html.export-ready-theme body .article_summary:nth-child(307),
body .article_summary:nth-child(307) {
    --eyib-article-start-x-v17: -235015px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(308),
html.export-ready-theme body .article_summary:nth-child(308),
body .article_summary:nth-child(308) {
    --eyib-article-start-x-v17: 236550px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(309),
html.export-ready-theme body .article_summary:nth-child(309),
body .article_summary:nth-child(309) {
    --eyib-article-start-x-v17: -238090px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(310),
html.export-ready-theme body .article_summary:nth-child(310),
body .article_summary:nth-child(310) {
    --eyib-article-start-x-v17: 239635px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(311),
html.export-ready-theme body .article_summary:nth-child(311),
body .article_summary:nth-child(311) {
    --eyib-article-start-x-v17: -241185px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(312),
html.export-ready-theme body .article_summary:nth-child(312),
body .article_summary:nth-child(312) {
    --eyib-article-start-x-v17: 242740px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(313),
html.export-ready-theme body .article_summary:nth-child(313),
body .article_summary:nth-child(313) {
    --eyib-article-start-x-v17: -244300px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(314),
html.export-ready-theme body .article_summary:nth-child(314),
body .article_summary:nth-child(314) {
    --eyib-article-start-x-v17: 245865px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(315),
html.export-ready-theme body .article_summary:nth-child(315),
body .article_summary:nth-child(315) {
    --eyib-article-start-x-v17: -247435px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(316),
html.export-ready-theme body .article_summary:nth-child(316),
body .article_summary:nth-child(316) {
    --eyib-article-start-x-v17: 249010px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(317),
html.export-ready-theme body .article_summary:nth-child(317),
body .article_summary:nth-child(317) {
    --eyib-article-start-x-v17: -250590px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(318),
html.export-ready-theme body .article_summary:nth-child(318),
body .article_summary:nth-child(318) {
    --eyib-article-start-x-v17: 252175px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(319),
html.export-ready-theme body .article_summary:nth-child(319),
body .article_summary:nth-child(319) {
    --eyib-article-start-x-v17: -253765px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(320),
html.export-ready-theme body .article_summary:nth-child(320),
body .article_summary:nth-child(320) {
    --eyib-article-start-x-v17: 255360px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(321),
html.export-ready-theme body .article_summary:nth-child(321),
body .article_summary:nth-child(321) {
    --eyib-article-start-x-v17: -256960px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(322),
html.export-ready-theme body .article_summary:nth-child(322),
body .article_summary:nth-child(322) {
    --eyib-article-start-x-v17: 258565px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(323),
html.export-ready-theme body .article_summary:nth-child(323),
body .article_summary:nth-child(323) {
    --eyib-article-start-x-v17: -260175px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(324),
html.export-ready-theme body .article_summary:nth-child(324),
body .article_summary:nth-child(324) {
    --eyib-article-start-x-v17: 261790px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(325),
html.export-ready-theme body .article_summary:nth-child(325),
body .article_summary:nth-child(325) {
    --eyib-article-start-x-v17: -263410px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(326),
html.export-ready-theme body .article_summary:nth-child(326),
body .article_summary:nth-child(326) {
    --eyib-article-start-x-v17: 265035px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(327),
html.export-ready-theme body .article_summary:nth-child(327),
body .article_summary:nth-child(327) {
    --eyib-article-start-x-v17: -266665px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(328),
html.export-ready-theme body .article_summary:nth-child(328),
body .article_summary:nth-child(328) {
    --eyib-article-start-x-v17: 268300px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(329),
html.export-ready-theme body .article_summary:nth-child(329),
body .article_summary:nth-child(329) {
    --eyib-article-start-x-v17: -269940px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(330),
html.export-ready-theme body .article_summary:nth-child(330),
body .article_summary:nth-child(330) {
    --eyib-article-start-x-v17: 271585px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(331),
html.export-ready-theme body .article_summary:nth-child(331),
body .article_summary:nth-child(331) {
    --eyib-article-start-x-v17: -273235px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(332),
html.export-ready-theme body .article_summary:nth-child(332),
body .article_summary:nth-child(332) {
    --eyib-article-start-x-v17: 274890px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(333),
html.export-ready-theme body .article_summary:nth-child(333),
body .article_summary:nth-child(333) {
    --eyib-article-start-x-v17: -276550px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(334),
html.export-ready-theme body .article_summary:nth-child(334),
body .article_summary:nth-child(334) {
    --eyib-article-start-x-v17: 278215px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(335),
html.export-ready-theme body .article_summary:nth-child(335),
body .article_summary:nth-child(335) {
    --eyib-article-start-x-v17: -279885px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(336),
html.export-ready-theme body .article_summary:nth-child(336),
body .article_summary:nth-child(336) {
    --eyib-article-start-x-v17: 281560px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(337),
html.export-ready-theme body .article_summary:nth-child(337),
body .article_summary:nth-child(337) {
    --eyib-article-start-x-v17: -283240px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(338),
html.export-ready-theme body .article_summary:nth-child(338),
body .article_summary:nth-child(338) {
    --eyib-article-start-x-v17: 284925px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(339),
html.export-ready-theme body .article_summary:nth-child(339),
body .article_summary:nth-child(339) {
    --eyib-article-start-x-v17: -286615px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(340),
html.export-ready-theme body .article_summary:nth-child(340),
body .article_summary:nth-child(340) {
    --eyib-article-start-x-v17: 288310px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(341),
html.export-ready-theme body .article_summary:nth-child(341),
body .article_summary:nth-child(341) {
    --eyib-article-start-x-v17: -290010px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(342),
html.export-ready-theme body .article_summary:nth-child(342),
body .article_summary:nth-child(342) {
    --eyib-article-start-x-v17: 291715px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(343),
html.export-ready-theme body .article_summary:nth-child(343),
body .article_summary:nth-child(343) {
    --eyib-article-start-x-v17: -293425px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(344),
html.export-ready-theme body .article_summary:nth-child(344),
body .article_summary:nth-child(344) {
    --eyib-article-start-x-v17: 295140px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(345),
html.export-ready-theme body .article_summary:nth-child(345),
body .article_summary:nth-child(345) {
    --eyib-article-start-x-v17: -296860px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(346),
html.export-ready-theme body .article_summary:nth-child(346),
body .article_summary:nth-child(346) {
    --eyib-article-start-x-v17: 298585px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(347),
html.export-ready-theme body .article_summary:nth-child(347),
body .article_summary:nth-child(347) {
    --eyib-article-start-x-v17: -300315px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(348),
html.export-ready-theme body .article_summary:nth-child(348),
body .article_summary:nth-child(348) {
    --eyib-article-start-x-v17: 302050px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(349),
html.export-ready-theme body .article_summary:nth-child(349),
body .article_summary:nth-child(349) {
    --eyib-article-start-x-v17: -303790px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(350),
html.export-ready-theme body .article_summary:nth-child(350),
body .article_summary:nth-child(350) {
    --eyib-article-start-x-v17: 305535px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(351),
html.export-ready-theme body .article_summary:nth-child(351),
body .article_summary:nth-child(351) {
    --eyib-article-start-x-v17: -307285px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(352),
html.export-ready-theme body .article_summary:nth-child(352),
body .article_summary:nth-child(352) {
    --eyib-article-start-x-v17: 309040px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(353),
html.export-ready-theme body .article_summary:nth-child(353),
body .article_summary:nth-child(353) {
    --eyib-article-start-x-v17: -310800px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(354),
html.export-ready-theme body .article_summary:nth-child(354),
body .article_summary:nth-child(354) {
    --eyib-article-start-x-v17: 312565px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(355),
html.export-ready-theme body .article_summary:nth-child(355),
body .article_summary:nth-child(355) {
    --eyib-article-start-x-v17: -314335px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(356),
html.export-ready-theme body .article_summary:nth-child(356),
body .article_summary:nth-child(356) {
    --eyib-article-start-x-v17: 316110px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(357),
html.export-ready-theme body .article_summary:nth-child(357),
body .article_summary:nth-child(357) {
    --eyib-article-start-x-v17: -317890px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(358),
html.export-ready-theme body .article_summary:nth-child(358),
body .article_summary:nth-child(358) {
    --eyib-article-start-x-v17: 319675px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(359),
html.export-ready-theme body .article_summary:nth-child(359),
body .article_summary:nth-child(359) {
    --eyib-article-start-x-v17: -321465px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(360),
html.export-ready-theme body .article_summary:nth-child(360),
body .article_summary:nth-child(360) {
    --eyib-article-start-x-v17: 323260px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(361),
html.export-ready-theme body .article_summary:nth-child(361),
body .article_summary:nth-child(361) {
    --eyib-article-start-x-v17: -325060px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(362),
html.export-ready-theme body .article_summary:nth-child(362),
body .article_summary:nth-child(362) {
    --eyib-article-start-x-v17: 326865px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(363),
html.export-ready-theme body .article_summary:nth-child(363),
body .article_summary:nth-child(363) {
    --eyib-article-start-x-v17: -328675px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(364),
html.export-ready-theme body .article_summary:nth-child(364),
body .article_summary:nth-child(364) {
    --eyib-article-start-x-v17: 330490px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(365),
html.export-ready-theme body .article_summary:nth-child(365),
body .article_summary:nth-child(365) {
    --eyib-article-start-x-v17: -332310px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(366),
html.export-ready-theme body .article_summary:nth-child(366),
body .article_summary:nth-child(366) {
    --eyib-article-start-x-v17: 334135px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(367),
html.export-ready-theme body .article_summary:nth-child(367),
body .article_summary:nth-child(367) {
    --eyib-article-start-x-v17: -335965px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(368),
html.export-ready-theme body .article_summary:nth-child(368),
body .article_summary:nth-child(368) {
    --eyib-article-start-x-v17: 337800px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(369),
html.export-ready-theme body .article_summary:nth-child(369),
body .article_summary:nth-child(369) {
    --eyib-article-start-x-v17: -339640px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(370),
html.export-ready-theme body .article_summary:nth-child(370),
body .article_summary:nth-child(370) {
    --eyib-article-start-x-v17: 341485px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(371),
html.export-ready-theme body .article_summary:nth-child(371),
body .article_summary:nth-child(371) {
    --eyib-article-start-x-v17: -343335px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(372),
html.export-ready-theme body .article_summary:nth-child(372),
body .article_summary:nth-child(372) {
    --eyib-article-start-x-v17: 345190px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(373),
html.export-ready-theme body .article_summary:nth-child(373),
body .article_summary:nth-child(373) {
    --eyib-article-start-x-v17: -347050px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(374),
html.export-ready-theme body .article_summary:nth-child(374),
body .article_summary:nth-child(374) {
    --eyib-article-start-x-v17: 348915px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(375),
html.export-ready-theme body .article_summary:nth-child(375),
body .article_summary:nth-child(375) {
    --eyib-article-start-x-v17: -350785px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(376),
html.export-ready-theme body .article_summary:nth-child(376),
body .article_summary:nth-child(376) {
    --eyib-article-start-x-v17: 352660px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(377),
html.export-ready-theme body .article_summary:nth-child(377),
body .article_summary:nth-child(377) {
    --eyib-article-start-x-v17: -354540px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(378),
html.export-ready-theme body .article_summary:nth-child(378),
body .article_summary:nth-child(378) {
    --eyib-article-start-x-v17: 356425px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(379),
html.export-ready-theme body .article_summary:nth-child(379),
body .article_summary:nth-child(379) {
    --eyib-article-start-x-v17: -358315px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(380),
html.export-ready-theme body .article_summary:nth-child(380),
body .article_summary:nth-child(380) {
    --eyib-article-start-x-v17: 360210px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(381),
html.export-ready-theme body .article_summary:nth-child(381),
body .article_summary:nth-child(381) {
    --eyib-article-start-x-v17: -362110px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(382),
html.export-ready-theme body .article_summary:nth-child(382),
body .article_summary:nth-child(382) {
    --eyib-article-start-x-v17: 364015px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(383),
html.export-ready-theme body .article_summary:nth-child(383),
body .article_summary:nth-child(383) {
    --eyib-article-start-x-v17: -365925px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(384),
html.export-ready-theme body .article_summary:nth-child(384),
body .article_summary:nth-child(384) {
    --eyib-article-start-x-v17: 367840px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(385),
html.export-ready-theme body .article_summary:nth-child(385),
body .article_summary:nth-child(385) {
    --eyib-article-start-x-v17: -369760px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(386),
html.export-ready-theme body .article_summary:nth-child(386),
body .article_summary:nth-child(386) {
    --eyib-article-start-x-v17: 371685px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(387),
html.export-ready-theme body .article_summary:nth-child(387),
body .article_summary:nth-child(387) {
    --eyib-article-start-x-v17: -373615px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(388),
html.export-ready-theme body .article_summary:nth-child(388),
body .article_summary:nth-child(388) {
    --eyib-article-start-x-v17: 375550px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(389),
html.export-ready-theme body .article_summary:nth-child(389),
body .article_summary:nth-child(389) {
    --eyib-article-start-x-v17: -377490px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(390),
html.export-ready-theme body .article_summary:nth-child(390),
body .article_summary:nth-child(390) {
    --eyib-article-start-x-v17: 379435px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(391),
html.export-ready-theme body .article_summary:nth-child(391),
body .article_summary:nth-child(391) {
    --eyib-article-start-x-v17: -381385px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(392),
html.export-ready-theme body .article_summary:nth-child(392),
body .article_summary:nth-child(392) {
    --eyib-article-start-x-v17: 383340px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(393),
html.export-ready-theme body .article_summary:nth-child(393),
body .article_summary:nth-child(393) {
    --eyib-article-start-x-v17: -385300px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(394),
html.export-ready-theme body .article_summary:nth-child(394),
body .article_summary:nth-child(394) {
    --eyib-article-start-x-v17: 387265px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(395),
html.export-ready-theme body .article_summary:nth-child(395),
body .article_summary:nth-child(395) {
    --eyib-article-start-x-v17: -389235px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(396),
html.export-ready-theme body .article_summary:nth-child(396),
body .article_summary:nth-child(396) {
    --eyib-article-start-x-v17: 391210px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(397),
html.export-ready-theme body .article_summary:nth-child(397),
body .article_summary:nth-child(397) {
    --eyib-article-start-x-v17: -393190px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(398),
html.export-ready-theme body .article_summary:nth-child(398),
body .article_summary:nth-child(398) {
    --eyib-article-start-x-v17: 395175px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(399),
html.export-ready-theme body .article_summary:nth-child(399),
body .article_summary:nth-child(399) {
    --eyib-article-start-x-v17: -397165px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(400),
html.export-ready-theme body .article_summary:nth-child(400),
body .article_summary:nth-child(400) {
    --eyib-article-start-x-v17: 399160px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(401),
html.export-ready-theme body .article_summary:nth-child(401),
body .article_summary:nth-child(401) {
    --eyib-article-start-x-v17: -401160px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(402),
html.export-ready-theme body .article_summary:nth-child(402),
body .article_summary:nth-child(402) {
    --eyib-article-start-x-v17: 403165px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(403),
html.export-ready-theme body .article_summary:nth-child(403),
body .article_summary:nth-child(403) {
    --eyib-article-start-x-v17: -405175px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(404),
html.export-ready-theme body .article_summary:nth-child(404),
body .article_summary:nth-child(404) {
    --eyib-article-start-x-v17: 407190px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(405),
html.export-ready-theme body .article_summary:nth-child(405),
body .article_summary:nth-child(405) {
    --eyib-article-start-x-v17: -409210px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(406),
html.export-ready-theme body .article_summary:nth-child(406),
body .article_summary:nth-child(406) {
    --eyib-article-start-x-v17: 411235px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(407),
html.export-ready-theme body .article_summary:nth-child(407),
body .article_summary:nth-child(407) {
    --eyib-article-start-x-v17: -413265px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(408),
html.export-ready-theme body .article_summary:nth-child(408),
body .article_summary:nth-child(408) {
    --eyib-article-start-x-v17: 415300px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(409),
html.export-ready-theme body .article_summary:nth-child(409),
body .article_summary:nth-child(409) {
    --eyib-article-start-x-v17: -417340px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(410),
html.export-ready-theme body .article_summary:nth-child(410),
body .article_summary:nth-child(410) {
    --eyib-article-start-x-v17: 419385px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(411),
html.export-ready-theme body .article_summary:nth-child(411),
body .article_summary:nth-child(411) {
    --eyib-article-start-x-v17: -421435px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(412),
html.export-ready-theme body .article_summary:nth-child(412),
body .article_summary:nth-child(412) {
    --eyib-article-start-x-v17: 423490px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(413),
html.export-ready-theme body .article_summary:nth-child(413),
body .article_summary:nth-child(413) {
    --eyib-article-start-x-v17: -425550px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(414),
html.export-ready-theme body .article_summary:nth-child(414),
body .article_summary:nth-child(414) {
    --eyib-article-start-x-v17: 427615px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(415),
html.export-ready-theme body .article_summary:nth-child(415),
body .article_summary:nth-child(415) {
    --eyib-article-start-x-v17: -429685px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(416),
html.export-ready-theme body .article_summary:nth-child(416),
body .article_summary:nth-child(416) {
    --eyib-article-start-x-v17: 431760px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(417),
html.export-ready-theme body .article_summary:nth-child(417),
body .article_summary:nth-child(417) {
    --eyib-article-start-x-v17: -433840px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(418),
html.export-ready-theme body .article_summary:nth-child(418),
body .article_summary:nth-child(418) {
    --eyib-article-start-x-v17: 435925px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(419),
html.export-ready-theme body .article_summary:nth-child(419),
body .article_summary:nth-child(419) {
    --eyib-article-start-x-v17: -438015px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(420),
html.export-ready-theme body .article_summary:nth-child(420),
body .article_summary:nth-child(420) {
    --eyib-article-start-x-v17: 440110px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(421),
html.export-ready-theme body .article_summary:nth-child(421),
body .article_summary:nth-child(421) {
    --eyib-article-start-x-v17: -442210px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(422),
html.export-ready-theme body .article_summary:nth-child(422),
body .article_summary:nth-child(422) {
    --eyib-article-start-x-v17: 444315px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(423),
html.export-ready-theme body .article_summary:nth-child(423),
body .article_summary:nth-child(423) {
    --eyib-article-start-x-v17: -446425px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(424),
html.export-ready-theme body .article_summary:nth-child(424),
body .article_summary:nth-child(424) {
    --eyib-article-start-x-v17: 448540px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(425),
html.export-ready-theme body .article_summary:nth-child(425),
body .article_summary:nth-child(425) {
    --eyib-article-start-x-v17: -450660px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(426),
html.export-ready-theme body .article_summary:nth-child(426),
body .article_summary:nth-child(426) {
    --eyib-article-start-x-v17: 452785px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(427),
html.export-ready-theme body .article_summary:nth-child(427),
body .article_summary:nth-child(427) {
    --eyib-article-start-x-v17: -454915px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(428),
html.export-ready-theme body .article_summary:nth-child(428),
body .article_summary:nth-child(428) {
    --eyib-article-start-x-v17: 457050px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(429),
html.export-ready-theme body .article_summary:nth-child(429),
body .article_summary:nth-child(429) {
    --eyib-article-start-x-v17: -459190px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(430),
html.export-ready-theme body .article_summary:nth-child(430),
body .article_summary:nth-child(430) {
    --eyib-article-start-x-v17: 461335px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(431),
html.export-ready-theme body .article_summary:nth-child(431),
body .article_summary:nth-child(431) {
    --eyib-article-start-x-v17: -463485px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(432),
html.export-ready-theme body .article_summary:nth-child(432),
body .article_summary:nth-child(432) {
    --eyib-article-start-x-v17: 465640px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(433),
html.export-ready-theme body .article_summary:nth-child(433),
body .article_summary:nth-child(433) {
    --eyib-article-start-x-v17: -467800px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(434),
html.export-ready-theme body .article_summary:nth-child(434),
body .article_summary:nth-child(434) {
    --eyib-article-start-x-v17: 469965px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(435),
html.export-ready-theme body .article_summary:nth-child(435),
body .article_summary:nth-child(435) {
    --eyib-article-start-x-v17: -472135px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(436),
html.export-ready-theme body .article_summary:nth-child(436),
body .article_summary:nth-child(436) {
    --eyib-article-start-x-v17: 474310px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(437),
html.export-ready-theme body .article_summary:nth-child(437),
body .article_summary:nth-child(437) {
    --eyib-article-start-x-v17: -476490px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(438),
html.export-ready-theme body .article_summary:nth-child(438),
body .article_summary:nth-child(438) {
    --eyib-article-start-x-v17: 478675px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(439),
html.export-ready-theme body .article_summary:nth-child(439),
body .article_summary:nth-child(439) {
    --eyib-article-start-x-v17: -480865px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(440),
html.export-ready-theme body .article_summary:nth-child(440),
body .article_summary:nth-child(440) {
    --eyib-article-start-x-v17: 483060px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(441),
html.export-ready-theme body .article_summary:nth-child(441),
body .article_summary:nth-child(441) {
    --eyib-article-start-x-v17: -485260px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(442),
html.export-ready-theme body .article_summary:nth-child(442),
body .article_summary:nth-child(442) {
    --eyib-article-start-x-v17: 487465px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(443),
html.export-ready-theme body .article_summary:nth-child(443),
body .article_summary:nth-child(443) {
    --eyib-article-start-x-v17: -489675px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(444),
html.export-ready-theme body .article_summary:nth-child(444),
body .article_summary:nth-child(444) {
    --eyib-article-start-x-v17: 491890px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(445),
html.export-ready-theme body .article_summary:nth-child(445),
body .article_summary:nth-child(445) {
    --eyib-article-start-x-v17: -494110px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(446),
html.export-ready-theme body .article_summary:nth-child(446),
body .article_summary:nth-child(446) {
    --eyib-article-start-x-v17: 496335px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(447),
html.export-ready-theme body .article_summary:nth-child(447),
body .article_summary:nth-child(447) {
    --eyib-article-start-x-v17: -498565px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(448),
html.export-ready-theme body .article_summary:nth-child(448),
body .article_summary:nth-child(448) {
    --eyib-article-start-x-v17: 500800px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(449),
html.export-ready-theme body .article_summary:nth-child(449),
body .article_summary:nth-child(449) {
    --eyib-article-start-x-v17: -503040px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(450),
html.export-ready-theme body .article_summary:nth-child(450),
body .article_summary:nth-child(450) {
    --eyib-article-start-x-v17: 505285px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(451),
html.export-ready-theme body .article_summary:nth-child(451),
body .article_summary:nth-child(451) {
    --eyib-article-start-x-v17: -507535px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(452),
html.export-ready-theme body .article_summary:nth-child(452),
body .article_summary:nth-child(452) {
    --eyib-article-start-x-v17: 509790px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(453),
html.export-ready-theme body .article_summary:nth-child(453),
body .article_summary:nth-child(453) {
    --eyib-article-start-x-v17: -512050px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(454),
html.export-ready-theme body .article_summary:nth-child(454),
body .article_summary:nth-child(454) {
    --eyib-article-start-x-v17: 514315px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(455),
html.export-ready-theme body .article_summary:nth-child(455),
body .article_summary:nth-child(455) {
    --eyib-article-start-x-v17: -516585px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(456),
html.export-ready-theme body .article_summary:nth-child(456),
body .article_summary:nth-child(456) {
    --eyib-article-start-x-v17: 518860px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(457),
html.export-ready-theme body .article_summary:nth-child(457),
body .article_summary:nth-child(457) {
    --eyib-article-start-x-v17: -521140px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(458),
html.export-ready-theme body .article_summary:nth-child(458),
body .article_summary:nth-child(458) {
    --eyib-article-start-x-v17: 523425px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(459),
html.export-ready-theme body .article_summary:nth-child(459),
body .article_summary:nth-child(459) {
    --eyib-article-start-x-v17: -525715px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(460),
html.export-ready-theme body .article_summary:nth-child(460),
body .article_summary:nth-child(460) {
    --eyib-article-start-x-v17: 528010px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(461),
html.export-ready-theme body .article_summary:nth-child(461),
body .article_summary:nth-child(461) {
    --eyib-article-start-x-v17: -530310px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(462),
html.export-ready-theme body .article_summary:nth-child(462),
body .article_summary:nth-child(462) {
    --eyib-article-start-x-v17: 532615px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(463),
html.export-ready-theme body .article_summary:nth-child(463),
body .article_summary:nth-child(463) {
    --eyib-article-start-x-v17: -534925px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(464),
html.export-ready-theme body .article_summary:nth-child(464),
body .article_summary:nth-child(464) {
    --eyib-article-start-x-v17: 537240px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(465),
html.export-ready-theme body .article_summary:nth-child(465),
body .article_summary:nth-child(465) {
    --eyib-article-start-x-v17: -539560px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(466),
html.export-ready-theme body .article_summary:nth-child(466),
body .article_summary:nth-child(466) {
    --eyib-article-start-x-v17: 541885px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(467),
html.export-ready-theme body .article_summary:nth-child(467),
body .article_summary:nth-child(467) {
    --eyib-article-start-x-v17: -544215px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(468),
html.export-ready-theme body .article_summary:nth-child(468),
body .article_summary:nth-child(468) {
    --eyib-article-start-x-v17: 546550px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(469),
html.export-ready-theme body .article_summary:nth-child(469),
body .article_summary:nth-child(469) {
    --eyib-article-start-x-v17: -548890px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(470),
html.export-ready-theme body .article_summary:nth-child(470),
body .article_summary:nth-child(470) {
    --eyib-article-start-x-v17: 551235px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(471),
html.export-ready-theme body .article_summary:nth-child(471),
body .article_summary:nth-child(471) {
    --eyib-article-start-x-v17: -553585px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(472),
html.export-ready-theme body .article_summary:nth-child(472),
body .article_summary:nth-child(472) {
    --eyib-article-start-x-v17: 555940px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(473),
html.export-ready-theme body .article_summary:nth-child(473),
body .article_summary:nth-child(473) {
    --eyib-article-start-x-v17: -558300px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(474),
html.export-ready-theme body .article_summary:nth-child(474),
body .article_summary:nth-child(474) {
    --eyib-article-start-x-v17: 560665px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(475),
html.export-ready-theme body .article_summary:nth-child(475),
body .article_summary:nth-child(475) {
    --eyib-article-start-x-v17: -563035px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(476),
html.export-ready-theme body .article_summary:nth-child(476),
body .article_summary:nth-child(476) {
    --eyib-article-start-x-v17: 565410px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(477),
html.export-ready-theme body .article_summary:nth-child(477),
body .article_summary:nth-child(477) {
    --eyib-article-start-x-v17: -567790px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(478),
html.export-ready-theme body .article_summary:nth-child(478),
body .article_summary:nth-child(478) {
    --eyib-article-start-x-v17: 570175px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(479),
html.export-ready-theme body .article_summary:nth-child(479),
body .article_summary:nth-child(479) {
    --eyib-article-start-x-v17: -572565px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(480),
html.export-ready-theme body .article_summary:nth-child(480),
body .article_summary:nth-child(480) {
    --eyib-article-start-x-v17: 574960px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(481),
html.export-ready-theme body .article_summary:nth-child(481),
body .article_summary:nth-child(481) {
    --eyib-article-start-x-v17: -577360px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(482),
html.export-ready-theme body .article_summary:nth-child(482),
body .article_summary:nth-child(482) {
    --eyib-article-start-x-v17: 579765px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(483),
html.export-ready-theme body .article_summary:nth-child(483),
body .article_summary:nth-child(483) {
    --eyib-article-start-x-v17: -582175px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(484),
html.export-ready-theme body .article_summary:nth-child(484),
body .article_summary:nth-child(484) {
    --eyib-article-start-x-v17: 584590px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(485),
html.export-ready-theme body .article_summary:nth-child(485),
body .article_summary:nth-child(485) {
    --eyib-article-start-x-v17: -587010px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(486),
html.export-ready-theme body .article_summary:nth-child(486),
body .article_summary:nth-child(486) {
    --eyib-article-start-x-v17: 589435px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(487),
html.export-ready-theme body .article_summary:nth-child(487),
body .article_summary:nth-child(487) {
    --eyib-article-start-x-v17: -591865px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(488),
html.export-ready-theme body .article_summary:nth-child(488),
body .article_summary:nth-child(488) {
    --eyib-article-start-x-v17: 594300px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(489),
html.export-ready-theme body .article_summary:nth-child(489),
body .article_summary:nth-child(489) {
    --eyib-article-start-x-v17: -596740px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(490),
html.export-ready-theme body .article_summary:nth-child(490),
body .article_summary:nth-child(490) {
    --eyib-article-start-x-v17: 599185px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(491),
html.export-ready-theme body .article_summary:nth-child(491),
body .article_summary:nth-child(491) {
    --eyib-article-start-x-v17: -601635px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(492),
html.export-ready-theme body .article_summary:nth-child(492),
body .article_summary:nth-child(492) {
    --eyib-article-start-x-v17: 604090px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(493),
html.export-ready-theme body .article_summary:nth-child(493),
body .article_summary:nth-child(493) {
    --eyib-article-start-x-v17: -606550px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(494),
html.export-ready-theme body .article_summary:nth-child(494),
body .article_summary:nth-child(494) {
    --eyib-article-start-x-v17: 609015px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(495),
html.export-ready-theme body .article_summary:nth-child(495),
body .article_summary:nth-child(495) {
    --eyib-article-start-x-v17: -611485px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(496),
html.export-ready-theme body .article_summary:nth-child(496),
body .article_summary:nth-child(496) {
    --eyib-article-start-x-v17: 613960px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(497),
html.export-ready-theme body .article_summary:nth-child(497),
body .article_summary:nth-child(497) {
    --eyib-article-start-x-v17: -616440px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(498),
html.export-ready-theme body .article_summary:nth-child(498),
body .article_summary:nth-child(498) {
    --eyib-article-start-x-v17: 618925px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(499),
html.export-ready-theme body .article_summary:nth-child(499),
body .article_summary:nth-child(499) {
    --eyib-article-start-x-v17: -621415px;
    animation-delay: 1.80s !important;
}
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(500),
html.export-ready-theme body .article_summary:nth-child(500),
body .article_summary:nth-child(500) {
    --eyib-article-start-x-v17: 623910px;
    animation-delay: 1.80s !important;
}

/* Mobil versiyada masofa keskin oshib ketmasin: ko'zga ko'rinarli, lekin xavfsiz */
@media (max-width: 720px) {
    @keyframes eyibV17ArticleSlideWide {
        0% {
            opacity: 0;
            transform: translateX(var(--eyib-article-start-x-mobile-v17, -70px));
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
    html.export-ready-theme body .article_summary,
    body .article_summary {
        animation-duration: 2.65s !important;
    }
}

@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
    html.export-ready-theme body .article_summary:nth-child(1),
    body .article_summary:nth-child(1) { --eyib-article-start-x-mobile-v17: -70px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
    html.export-ready-theme body .article_summary:nth-child(2),
    body .article_summary:nth-child(2) { --eyib-article-start-x-mobile-v17: 72px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
    html.export-ready-theme body .article_summary:nth-child(3),
    body .article_summary:nth-child(3) { --eyib-article-start-x-mobile-v17: -76px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
    html.export-ready-theme body .article_summary:nth-child(4),
    body .article_summary:nth-child(4) { --eyib-article-start-x-mobile-v17: 82px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
    html.export-ready-theme body .article_summary:nth-child(5),
    body .article_summary:nth-child(5) { --eyib-article-start-x-mobile-v17: -90px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
    html.export-ready-theme body .article_summary:nth-child(6),
    body .article_summary:nth-child(6) { --eyib-article-start-x-mobile-v17: 100px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
    html.export-ready-theme body .article_summary:nth-child(7),
    body .article_summary:nth-child(7) { --eyib-article-start-x-mobile-v17: -112px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
    html.export-ready-theme body .article_summary:nth-child(8),
    body .article_summary:nth-child(8) { --eyib-article-start-x-mobile-v17: 126px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
    html.export-ready-theme body .article_summary:nth-child(9),
    body .article_summary:nth-child(9) { --eyib-article-start-x-mobile-v17: -142px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
    html.export-ready-theme body .article_summary:nth-child(10),
    body .article_summary:nth-child(10) { --eyib-article-start-x-mobile-v17: 160px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
    html.export-ready-theme body .article_summary:nth-child(11),
    body .article_summary:nth-child(11) { --eyib-article-start-x-mobile-v17: -180px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
    html.export-ready-theme body .article_summary:nth-child(12),
    body .article_summary:nth-child(12) { --eyib-article-start-x-mobile-v17: 202px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
    html.export-ready-theme body .article_summary:nth-child(13),
    body .article_summary:nth-child(13) { --eyib-article-start-x-mobile-v17: -226px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
    html.export-ready-theme body .article_summary:nth-child(14),
    body .article_summary:nth-child(14) { --eyib-article-start-x-mobile-v17: 252px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
    html.export-ready-theme body .article_summary:nth-child(15),
    body .article_summary:nth-child(15) { --eyib-article-start-x-mobile-v17: -280px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
    html.export-ready-theme body .article_summary:nth-child(16),
    body .article_summary:nth-child(16) { --eyib-article-start-x-mobile-v17: 310px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
    html.export-ready-theme body .article_summary:nth-child(17),
    body .article_summary:nth-child(17) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
    html.export-ready-theme body .article_summary:nth-child(18),
    body .article_summary:nth-child(18) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
    html.export-ready-theme body .article_summary:nth-child(19),
    body .article_summary:nth-child(19) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
    html.export-ready-theme body .article_summary:nth-child(20),
    body .article_summary:nth-child(20) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
    html.export-ready-theme body .article_summary:nth-child(21),
    body .article_summary:nth-child(21) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
    html.export-ready-theme body .article_summary:nth-child(22),
    body .article_summary:nth-child(22) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
    html.export-ready-theme body .article_summary:nth-child(23),
    body .article_summary:nth-child(23) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
    html.export-ready-theme body .article_summary:nth-child(24),
    body .article_summary:nth-child(24) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
    html.export-ready-theme body .article_summary:nth-child(25),
    body .article_summary:nth-child(25) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
    html.export-ready-theme body .article_summary:nth-child(26),
    body .article_summary:nth-child(26) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
    html.export-ready-theme body .article_summary:nth-child(27),
    body .article_summary:nth-child(27) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
    html.export-ready-theme body .article_summary:nth-child(28),
    body .article_summary:nth-child(28) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
    html.export-ready-theme body .article_summary:nth-child(29),
    body .article_summary:nth-child(29) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
    html.export-ready-theme body .article_summary:nth-child(30),
    body .article_summary:nth-child(30) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
    html.export-ready-theme body .article_summary:nth-child(31),
    body .article_summary:nth-child(31) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
    html.export-ready-theme body .article_summary:nth-child(32),
    body .article_summary:nth-child(32) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
    html.export-ready-theme body .article_summary:nth-child(33),
    body .article_summary:nth-child(33) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
    html.export-ready-theme body .article_summary:nth-child(34),
    body .article_summary:nth-child(34) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
    html.export-ready-theme body .article_summary:nth-child(35),
    body .article_summary:nth-child(35) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
    html.export-ready-theme body .article_summary:nth-child(36),
    body .article_summary:nth-child(36) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
    html.export-ready-theme body .article_summary:nth-child(37),
    body .article_summary:nth-child(37) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
    html.export-ready-theme body .article_summary:nth-child(38),
    body .article_summary:nth-child(38) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
    html.export-ready-theme body .article_summary:nth-child(39),
    body .article_summary:nth-child(39) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
    html.export-ready-theme body .article_summary:nth-child(40),
    body .article_summary:nth-child(40) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
    html.export-ready-theme body .article_summary:nth-child(41),
    body .article_summary:nth-child(41) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
    html.export-ready-theme body .article_summary:nth-child(42),
    body .article_summary:nth-child(42) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
    html.export-ready-theme body .article_summary:nth-child(43),
    body .article_summary:nth-child(43) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
    html.export-ready-theme body .article_summary:nth-child(44),
    body .article_summary:nth-child(44) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
    html.export-ready-theme body .article_summary:nth-child(45),
    body .article_summary:nth-child(45) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
    html.export-ready-theme body .article_summary:nth-child(46),
    body .article_summary:nth-child(46) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
    html.export-ready-theme body .article_summary:nth-child(47),
    body .article_summary:nth-child(47) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
    html.export-ready-theme body .article_summary:nth-child(48),
    body .article_summary:nth-child(48) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
    html.export-ready-theme body .article_summary:nth-child(49),
    body .article_summary:nth-child(49) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
    html.export-ready-theme body .article_summary:nth-child(50),
    body .article_summary:nth-child(50) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
    html.export-ready-theme body .article_summary:nth-child(51),
    body .article_summary:nth-child(51) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
    html.export-ready-theme body .article_summary:nth-child(52),
    body .article_summary:nth-child(52) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
    html.export-ready-theme body .article_summary:nth-child(53),
    body .article_summary:nth-child(53) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
    html.export-ready-theme body .article_summary:nth-child(54),
    body .article_summary:nth-child(54) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
    html.export-ready-theme body .article_summary:nth-child(55),
    body .article_summary:nth-child(55) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
    html.export-ready-theme body .article_summary:nth-child(56),
    body .article_summary:nth-child(56) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
    html.export-ready-theme body .article_summary:nth-child(57),
    body .article_summary:nth-child(57) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
    html.export-ready-theme body .article_summary:nth-child(58),
    body .article_summary:nth-child(58) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
    html.export-ready-theme body .article_summary:nth-child(59),
    body .article_summary:nth-child(59) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
    html.export-ready-theme body .article_summary:nth-child(60),
    body .article_summary:nth-child(60) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
    html.export-ready-theme body .article_summary:nth-child(61),
    body .article_summary:nth-child(61) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
    html.export-ready-theme body .article_summary:nth-child(62),
    body .article_summary:nth-child(62) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
    html.export-ready-theme body .article_summary:nth-child(63),
    body .article_summary:nth-child(63) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
    html.export-ready-theme body .article_summary:nth-child(64),
    body .article_summary:nth-child(64) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
    html.export-ready-theme body .article_summary:nth-child(65),
    body .article_summary:nth-child(65) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
    html.export-ready-theme body .article_summary:nth-child(66),
    body .article_summary:nth-child(66) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
    html.export-ready-theme body .article_summary:nth-child(67),
    body .article_summary:nth-child(67) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
    html.export-ready-theme body .article_summary:nth-child(68),
    body .article_summary:nth-child(68) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
    html.export-ready-theme body .article_summary:nth-child(69),
    body .article_summary:nth-child(69) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
    html.export-ready-theme body .article_summary:nth-child(70),
    body .article_summary:nth-child(70) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
    html.export-ready-theme body .article_summary:nth-child(71),
    body .article_summary:nth-child(71) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
    html.export-ready-theme body .article_summary:nth-child(72),
    body .article_summary:nth-child(72) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
    html.export-ready-theme body .article_summary:nth-child(73),
    body .article_summary:nth-child(73) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
    html.export-ready-theme body .article_summary:nth-child(74),
    body .article_summary:nth-child(74) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
    html.export-ready-theme body .article_summary:nth-child(75),
    body .article_summary:nth-child(75) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
    html.export-ready-theme body .article_summary:nth-child(76),
    body .article_summary:nth-child(76) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
    html.export-ready-theme body .article_summary:nth-child(77),
    body .article_summary:nth-child(77) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
    html.export-ready-theme body .article_summary:nth-child(78),
    body .article_summary:nth-child(78) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
    html.export-ready-theme body .article_summary:nth-child(79),
    body .article_summary:nth-child(79) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
    html.export-ready-theme body .article_summary:nth-child(80),
    body .article_summary:nth-child(80) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
    html.export-ready-theme body .article_summary:nth-child(81),
    body .article_summary:nth-child(81) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
    html.export-ready-theme body .article_summary:nth-child(82),
    body .article_summary:nth-child(82) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
    html.export-ready-theme body .article_summary:nth-child(83),
    body .article_summary:nth-child(83) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
    html.export-ready-theme body .article_summary:nth-child(84),
    body .article_summary:nth-child(84) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
    html.export-ready-theme body .article_summary:nth-child(85),
    body .article_summary:nth-child(85) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
    html.export-ready-theme body .article_summary:nth-child(86),
    body .article_summary:nth-child(86) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
    html.export-ready-theme body .article_summary:nth-child(87),
    body .article_summary:nth-child(87) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
    html.export-ready-theme body .article_summary:nth-child(88),
    body .article_summary:nth-child(88) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
    html.export-ready-theme body .article_summary:nth-child(89),
    body .article_summary:nth-child(89) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
    html.export-ready-theme body .article_summary:nth-child(90),
    body .article_summary:nth-child(90) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
    html.export-ready-theme body .article_summary:nth-child(91),
    body .article_summary:nth-child(91) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
    html.export-ready-theme body .article_summary:nth-child(92),
    body .article_summary:nth-child(92) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
    html.export-ready-theme body .article_summary:nth-child(93),
    body .article_summary:nth-child(93) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
    html.export-ready-theme body .article_summary:nth-child(94),
    body .article_summary:nth-child(94) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
    html.export-ready-theme body .article_summary:nth-child(95),
    body .article_summary:nth-child(95) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
    html.export-ready-theme body .article_summary:nth-child(96),
    body .article_summary:nth-child(96) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
    html.export-ready-theme body .article_summary:nth-child(97),
    body .article_summary:nth-child(97) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
    html.export-ready-theme body .article_summary:nth-child(98),
    body .article_summary:nth-child(98) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
    html.export-ready-theme body .article_summary:nth-child(99),
    body .article_summary:nth-child(99) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
    html.export-ready-theme body .article_summary:nth-child(100),
    body .article_summary:nth-child(100) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
    html.export-ready-theme body .article_summary:nth-child(101),
    body .article_summary:nth-child(101) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
    html.export-ready-theme body .article_summary:nth-child(102),
    body .article_summary:nth-child(102) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
    html.export-ready-theme body .article_summary:nth-child(103),
    body .article_summary:nth-child(103) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
    html.export-ready-theme body .article_summary:nth-child(104),
    body .article_summary:nth-child(104) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
    html.export-ready-theme body .article_summary:nth-child(105),
    body .article_summary:nth-child(105) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
    html.export-ready-theme body .article_summary:nth-child(106),
    body .article_summary:nth-child(106) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
    html.export-ready-theme body .article_summary:nth-child(107),
    body .article_summary:nth-child(107) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
    html.export-ready-theme body .article_summary:nth-child(108),
    body .article_summary:nth-child(108) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
    html.export-ready-theme body .article_summary:nth-child(109),
    body .article_summary:nth-child(109) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
    html.export-ready-theme body .article_summary:nth-child(110),
    body .article_summary:nth-child(110) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
    html.export-ready-theme body .article_summary:nth-child(111),
    body .article_summary:nth-child(111) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
    html.export-ready-theme body .article_summary:nth-child(112),
    body .article_summary:nth-child(112) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
    html.export-ready-theme body .article_summary:nth-child(113),
    body .article_summary:nth-child(113) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
    html.export-ready-theme body .article_summary:nth-child(114),
    body .article_summary:nth-child(114) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
    html.export-ready-theme body .article_summary:nth-child(115),
    body .article_summary:nth-child(115) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
    html.export-ready-theme body .article_summary:nth-child(116),
    body .article_summary:nth-child(116) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
    html.export-ready-theme body .article_summary:nth-child(117),
    body .article_summary:nth-child(117) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
    html.export-ready-theme body .article_summary:nth-child(118),
    body .article_summary:nth-child(118) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
    html.export-ready-theme body .article_summary:nth-child(119),
    body .article_summary:nth-child(119) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
    html.export-ready-theme body .article_summary:nth-child(120),
    body .article_summary:nth-child(120) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(121),
    html.export-ready-theme body .article_summary:nth-child(121),
    body .article_summary:nth-child(121) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(122),
    html.export-ready-theme body .article_summary:nth-child(122),
    body .article_summary:nth-child(122) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(123),
    html.export-ready-theme body .article_summary:nth-child(123),
    body .article_summary:nth-child(123) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(124),
    html.export-ready-theme body .article_summary:nth-child(124),
    body .article_summary:nth-child(124) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(125),
    html.export-ready-theme body .article_summary:nth-child(125),
    body .article_summary:nth-child(125) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(126),
    html.export-ready-theme body .article_summary:nth-child(126),
    body .article_summary:nth-child(126) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(127),
    html.export-ready-theme body .article_summary:nth-child(127),
    body .article_summary:nth-child(127) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(128),
    html.export-ready-theme body .article_summary:nth-child(128),
    body .article_summary:nth-child(128) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(129),
    html.export-ready-theme body .article_summary:nth-child(129),
    body .article_summary:nth-child(129) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(130),
    html.export-ready-theme body .article_summary:nth-child(130),
    body .article_summary:nth-child(130) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(131),
    html.export-ready-theme body .article_summary:nth-child(131),
    body .article_summary:nth-child(131) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(132),
    html.export-ready-theme body .article_summary:nth-child(132),
    body .article_summary:nth-child(132) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(133),
    html.export-ready-theme body .article_summary:nth-child(133),
    body .article_summary:nth-child(133) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(134),
    html.export-ready-theme body .article_summary:nth-child(134),
    body .article_summary:nth-child(134) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(135),
    html.export-ready-theme body .article_summary:nth-child(135),
    body .article_summary:nth-child(135) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(136),
    html.export-ready-theme body .article_summary:nth-child(136),
    body .article_summary:nth-child(136) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(137),
    html.export-ready-theme body .article_summary:nth-child(137),
    body .article_summary:nth-child(137) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(138),
    html.export-ready-theme body .article_summary:nth-child(138),
    body .article_summary:nth-child(138) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(139),
    html.export-ready-theme body .article_summary:nth-child(139),
    body .article_summary:nth-child(139) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(140),
    html.export-ready-theme body .article_summary:nth-child(140),
    body .article_summary:nth-child(140) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(141),
    html.export-ready-theme body .article_summary:nth-child(141),
    body .article_summary:nth-child(141) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(142),
    html.export-ready-theme body .article_summary:nth-child(142),
    body .article_summary:nth-child(142) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(143),
    html.export-ready-theme body .article_summary:nth-child(143),
    body .article_summary:nth-child(143) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(144),
    html.export-ready-theme body .article_summary:nth-child(144),
    body .article_summary:nth-child(144) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(145),
    html.export-ready-theme body .article_summary:nth-child(145),
    body .article_summary:nth-child(145) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(146),
    html.export-ready-theme body .article_summary:nth-child(146),
    body .article_summary:nth-child(146) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(147),
    html.export-ready-theme body .article_summary:nth-child(147),
    body .article_summary:nth-child(147) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(148),
    html.export-ready-theme body .article_summary:nth-child(148),
    body .article_summary:nth-child(148) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(149),
    html.export-ready-theme body .article_summary:nth-child(149),
    body .article_summary:nth-child(149) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(150),
    html.export-ready-theme body .article_summary:nth-child(150),
    body .article_summary:nth-child(150) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(151),
    html.export-ready-theme body .article_summary:nth-child(151),
    body .article_summary:nth-child(151) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(152),
    html.export-ready-theme body .article_summary:nth-child(152),
    body .article_summary:nth-child(152) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(153),
    html.export-ready-theme body .article_summary:nth-child(153),
    body .article_summary:nth-child(153) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(154),
    html.export-ready-theme body .article_summary:nth-child(154),
    body .article_summary:nth-child(154) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(155),
    html.export-ready-theme body .article_summary:nth-child(155),
    body .article_summary:nth-child(155) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(156),
    html.export-ready-theme body .article_summary:nth-child(156),
    body .article_summary:nth-child(156) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(157),
    html.export-ready-theme body .article_summary:nth-child(157),
    body .article_summary:nth-child(157) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(158),
    html.export-ready-theme body .article_summary:nth-child(158),
    body .article_summary:nth-child(158) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(159),
    html.export-ready-theme body .article_summary:nth-child(159),
    body .article_summary:nth-child(159) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(160),
    html.export-ready-theme body .article_summary:nth-child(160),
    body .article_summary:nth-child(160) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(161),
    html.export-ready-theme body .article_summary:nth-child(161),
    body .article_summary:nth-child(161) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(162),
    html.export-ready-theme body .article_summary:nth-child(162),
    body .article_summary:nth-child(162) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(163),
    html.export-ready-theme body .article_summary:nth-child(163),
    body .article_summary:nth-child(163) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(164),
    html.export-ready-theme body .article_summary:nth-child(164),
    body .article_summary:nth-child(164) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(165),
    html.export-ready-theme body .article_summary:nth-child(165),
    body .article_summary:nth-child(165) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(166),
    html.export-ready-theme body .article_summary:nth-child(166),
    body .article_summary:nth-child(166) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(167),
    html.export-ready-theme body .article_summary:nth-child(167),
    body .article_summary:nth-child(167) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(168),
    html.export-ready-theme body .article_summary:nth-child(168),
    body .article_summary:nth-child(168) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(169),
    html.export-ready-theme body .article_summary:nth-child(169),
    body .article_summary:nth-child(169) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(170),
    html.export-ready-theme body .article_summary:nth-child(170),
    body .article_summary:nth-child(170) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(171),
    html.export-ready-theme body .article_summary:nth-child(171),
    body .article_summary:nth-child(171) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(172),
    html.export-ready-theme body .article_summary:nth-child(172),
    body .article_summary:nth-child(172) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(173),
    html.export-ready-theme body .article_summary:nth-child(173),
    body .article_summary:nth-child(173) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(174),
    html.export-ready-theme body .article_summary:nth-child(174),
    body .article_summary:nth-child(174) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(175),
    html.export-ready-theme body .article_summary:nth-child(175),
    body .article_summary:nth-child(175) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(176),
    html.export-ready-theme body .article_summary:nth-child(176),
    body .article_summary:nth-child(176) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(177),
    html.export-ready-theme body .article_summary:nth-child(177),
    body .article_summary:nth-child(177) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(178),
    html.export-ready-theme body .article_summary:nth-child(178),
    body .article_summary:nth-child(178) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(179),
    html.export-ready-theme body .article_summary:nth-child(179),
    body .article_summary:nth-child(179) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(180),
    html.export-ready-theme body .article_summary:nth-child(180),
    body .article_summary:nth-child(180) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(181),
    html.export-ready-theme body .article_summary:nth-child(181),
    body .article_summary:nth-child(181) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(182),
    html.export-ready-theme body .article_summary:nth-child(182),
    body .article_summary:nth-child(182) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(183),
    html.export-ready-theme body .article_summary:nth-child(183),
    body .article_summary:nth-child(183) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(184),
    html.export-ready-theme body .article_summary:nth-child(184),
    body .article_summary:nth-child(184) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(185),
    html.export-ready-theme body .article_summary:nth-child(185),
    body .article_summary:nth-child(185) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(186),
    html.export-ready-theme body .article_summary:nth-child(186),
    body .article_summary:nth-child(186) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(187),
    html.export-ready-theme body .article_summary:nth-child(187),
    body .article_summary:nth-child(187) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(188),
    html.export-ready-theme body .article_summary:nth-child(188),
    body .article_summary:nth-child(188) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(189),
    html.export-ready-theme body .article_summary:nth-child(189),
    body .article_summary:nth-child(189) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(190),
    html.export-ready-theme body .article_summary:nth-child(190),
    body .article_summary:nth-child(190) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(191),
    html.export-ready-theme body .article_summary:nth-child(191),
    body .article_summary:nth-child(191) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(192),
    html.export-ready-theme body .article_summary:nth-child(192),
    body .article_summary:nth-child(192) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(193),
    html.export-ready-theme body .article_summary:nth-child(193),
    body .article_summary:nth-child(193) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(194),
    html.export-ready-theme body .article_summary:nth-child(194),
    body .article_summary:nth-child(194) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(195),
    html.export-ready-theme body .article_summary:nth-child(195),
    body .article_summary:nth-child(195) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(196),
    html.export-ready-theme body .article_summary:nth-child(196),
    body .article_summary:nth-child(196) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(197),
    html.export-ready-theme body .article_summary:nth-child(197),
    body .article_summary:nth-child(197) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(198),
    html.export-ready-theme body .article_summary:nth-child(198),
    body .article_summary:nth-child(198) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(199),
    html.export-ready-theme body .article_summary:nth-child(199),
    body .article_summary:nth-child(199) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(200),
    html.export-ready-theme body .article_summary:nth-child(200),
    body .article_summary:nth-child(200) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(201),
    html.export-ready-theme body .article_summary:nth-child(201),
    body .article_summary:nth-child(201) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(202),
    html.export-ready-theme body .article_summary:nth-child(202),
    body .article_summary:nth-child(202) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(203),
    html.export-ready-theme body .article_summary:nth-child(203),
    body .article_summary:nth-child(203) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(204),
    html.export-ready-theme body .article_summary:nth-child(204),
    body .article_summary:nth-child(204) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(205),
    html.export-ready-theme body .article_summary:nth-child(205),
    body .article_summary:nth-child(205) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(206),
    html.export-ready-theme body .article_summary:nth-child(206),
    body .article_summary:nth-child(206) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(207),
    html.export-ready-theme body .article_summary:nth-child(207),
    body .article_summary:nth-child(207) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(208),
    html.export-ready-theme body .article_summary:nth-child(208),
    body .article_summary:nth-child(208) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(209),
    html.export-ready-theme body .article_summary:nth-child(209),
    body .article_summary:nth-child(209) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(210),
    html.export-ready-theme body .article_summary:nth-child(210),
    body .article_summary:nth-child(210) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(211),
    html.export-ready-theme body .article_summary:nth-child(211),
    body .article_summary:nth-child(211) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(212),
    html.export-ready-theme body .article_summary:nth-child(212),
    body .article_summary:nth-child(212) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(213),
    html.export-ready-theme body .article_summary:nth-child(213),
    body .article_summary:nth-child(213) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(214),
    html.export-ready-theme body .article_summary:nth-child(214),
    body .article_summary:nth-child(214) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(215),
    html.export-ready-theme body .article_summary:nth-child(215),
    body .article_summary:nth-child(215) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(216),
    html.export-ready-theme body .article_summary:nth-child(216),
    body .article_summary:nth-child(216) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(217),
    html.export-ready-theme body .article_summary:nth-child(217),
    body .article_summary:nth-child(217) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(218),
    html.export-ready-theme body .article_summary:nth-child(218),
    body .article_summary:nth-child(218) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(219),
    html.export-ready-theme body .article_summary:nth-child(219),
    body .article_summary:nth-child(219) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(220),
    html.export-ready-theme body .article_summary:nth-child(220),
    body .article_summary:nth-child(220) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(221),
    html.export-ready-theme body .article_summary:nth-child(221),
    body .article_summary:nth-child(221) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(222),
    html.export-ready-theme body .article_summary:nth-child(222),
    body .article_summary:nth-child(222) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(223),
    html.export-ready-theme body .article_summary:nth-child(223),
    body .article_summary:nth-child(223) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(224),
    html.export-ready-theme body .article_summary:nth-child(224),
    body .article_summary:nth-child(224) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(225),
    html.export-ready-theme body .article_summary:nth-child(225),
    body .article_summary:nth-child(225) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(226),
    html.export-ready-theme body .article_summary:nth-child(226),
    body .article_summary:nth-child(226) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(227),
    html.export-ready-theme body .article_summary:nth-child(227),
    body .article_summary:nth-child(227) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(228),
    html.export-ready-theme body .article_summary:nth-child(228),
    body .article_summary:nth-child(228) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(229),
    html.export-ready-theme body .article_summary:nth-child(229),
    body .article_summary:nth-child(229) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(230),
    html.export-ready-theme body .article_summary:nth-child(230),
    body .article_summary:nth-child(230) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(231),
    html.export-ready-theme body .article_summary:nth-child(231),
    body .article_summary:nth-child(231) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(232),
    html.export-ready-theme body .article_summary:nth-child(232),
    body .article_summary:nth-child(232) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(233),
    html.export-ready-theme body .article_summary:nth-child(233),
    body .article_summary:nth-child(233) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(234),
    html.export-ready-theme body .article_summary:nth-child(234),
    body .article_summary:nth-child(234) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(235),
    html.export-ready-theme body .article_summary:nth-child(235),
    body .article_summary:nth-child(235) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(236),
    html.export-ready-theme body .article_summary:nth-child(236),
    body .article_summary:nth-child(236) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(237),
    html.export-ready-theme body .article_summary:nth-child(237),
    body .article_summary:nth-child(237) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(238),
    html.export-ready-theme body .article_summary:nth-child(238),
    body .article_summary:nth-child(238) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(239),
    html.export-ready-theme body .article_summary:nth-child(239),
    body .article_summary:nth-child(239) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(240),
    html.export-ready-theme body .article_summary:nth-child(240),
    body .article_summary:nth-child(240) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(241),
    html.export-ready-theme body .article_summary:nth-child(241),
    body .article_summary:nth-child(241) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(242),
    html.export-ready-theme body .article_summary:nth-child(242),
    body .article_summary:nth-child(242) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(243),
    html.export-ready-theme body .article_summary:nth-child(243),
    body .article_summary:nth-child(243) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(244),
    html.export-ready-theme body .article_summary:nth-child(244),
    body .article_summary:nth-child(244) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(245),
    html.export-ready-theme body .article_summary:nth-child(245),
    body .article_summary:nth-child(245) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(246),
    html.export-ready-theme body .article_summary:nth-child(246),
    body .article_summary:nth-child(246) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(247),
    html.export-ready-theme body .article_summary:nth-child(247),
    body .article_summary:nth-child(247) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(248),
    html.export-ready-theme body .article_summary:nth-child(248),
    body .article_summary:nth-child(248) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(249),
    html.export-ready-theme body .article_summary:nth-child(249),
    body .article_summary:nth-child(249) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(250),
    html.export-ready-theme body .article_summary:nth-child(250),
    body .article_summary:nth-child(250) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(251),
    html.export-ready-theme body .article_summary:nth-child(251),
    body .article_summary:nth-child(251) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(252),
    html.export-ready-theme body .article_summary:nth-child(252),
    body .article_summary:nth-child(252) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(253),
    html.export-ready-theme body .article_summary:nth-child(253),
    body .article_summary:nth-child(253) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(254),
    html.export-ready-theme body .article_summary:nth-child(254),
    body .article_summary:nth-child(254) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(255),
    html.export-ready-theme body .article_summary:nth-child(255),
    body .article_summary:nth-child(255) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(256),
    html.export-ready-theme body .article_summary:nth-child(256),
    body .article_summary:nth-child(256) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(257),
    html.export-ready-theme body .article_summary:nth-child(257),
    body .article_summary:nth-child(257) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(258),
    html.export-ready-theme body .article_summary:nth-child(258),
    body .article_summary:nth-child(258) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(259),
    html.export-ready-theme body .article_summary:nth-child(259),
    body .article_summary:nth-child(259) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(260),
    html.export-ready-theme body .article_summary:nth-child(260),
    body .article_summary:nth-child(260) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(261),
    html.export-ready-theme body .article_summary:nth-child(261),
    body .article_summary:nth-child(261) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(262),
    html.export-ready-theme body .article_summary:nth-child(262),
    body .article_summary:nth-child(262) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(263),
    html.export-ready-theme body .article_summary:nth-child(263),
    body .article_summary:nth-child(263) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(264),
    html.export-ready-theme body .article_summary:nth-child(264),
    body .article_summary:nth-child(264) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(265),
    html.export-ready-theme body .article_summary:nth-child(265),
    body .article_summary:nth-child(265) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(266),
    html.export-ready-theme body .article_summary:nth-child(266),
    body .article_summary:nth-child(266) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(267),
    html.export-ready-theme body .article_summary:nth-child(267),
    body .article_summary:nth-child(267) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(268),
    html.export-ready-theme body .article_summary:nth-child(268),
    body .article_summary:nth-child(268) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(269),
    html.export-ready-theme body .article_summary:nth-child(269),
    body .article_summary:nth-child(269) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(270),
    html.export-ready-theme body .article_summary:nth-child(270),
    body .article_summary:nth-child(270) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(271),
    html.export-ready-theme body .article_summary:nth-child(271),
    body .article_summary:nth-child(271) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(272),
    html.export-ready-theme body .article_summary:nth-child(272),
    body .article_summary:nth-child(272) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(273),
    html.export-ready-theme body .article_summary:nth-child(273),
    body .article_summary:nth-child(273) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(274),
    html.export-ready-theme body .article_summary:nth-child(274),
    body .article_summary:nth-child(274) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(275),
    html.export-ready-theme body .article_summary:nth-child(275),
    body .article_summary:nth-child(275) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(276),
    html.export-ready-theme body .article_summary:nth-child(276),
    body .article_summary:nth-child(276) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(277),
    html.export-ready-theme body .article_summary:nth-child(277),
    body .article_summary:nth-child(277) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(278),
    html.export-ready-theme body .article_summary:nth-child(278),
    body .article_summary:nth-child(278) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(279),
    html.export-ready-theme body .article_summary:nth-child(279),
    body .article_summary:nth-child(279) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(280),
    html.export-ready-theme body .article_summary:nth-child(280),
    body .article_summary:nth-child(280) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(281),
    html.export-ready-theme body .article_summary:nth-child(281),
    body .article_summary:nth-child(281) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(282),
    html.export-ready-theme body .article_summary:nth-child(282),
    body .article_summary:nth-child(282) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(283),
    html.export-ready-theme body .article_summary:nth-child(283),
    body .article_summary:nth-child(283) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(284),
    html.export-ready-theme body .article_summary:nth-child(284),
    body .article_summary:nth-child(284) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(285),
    html.export-ready-theme body .article_summary:nth-child(285),
    body .article_summary:nth-child(285) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(286),
    html.export-ready-theme body .article_summary:nth-child(286),
    body .article_summary:nth-child(286) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(287),
    html.export-ready-theme body .article_summary:nth-child(287),
    body .article_summary:nth-child(287) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(288),
    html.export-ready-theme body .article_summary:nth-child(288),
    body .article_summary:nth-child(288) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(289),
    html.export-ready-theme body .article_summary:nth-child(289),
    body .article_summary:nth-child(289) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(290),
    html.export-ready-theme body .article_summary:nth-child(290),
    body .article_summary:nth-child(290) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(291),
    html.export-ready-theme body .article_summary:nth-child(291),
    body .article_summary:nth-child(291) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(292),
    html.export-ready-theme body .article_summary:nth-child(292),
    body .article_summary:nth-child(292) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(293),
    html.export-ready-theme body .article_summary:nth-child(293),
    body .article_summary:nth-child(293) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(294),
    html.export-ready-theme body .article_summary:nth-child(294),
    body .article_summary:nth-child(294) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(295),
    html.export-ready-theme body .article_summary:nth-child(295),
    body .article_summary:nth-child(295) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(296),
    html.export-ready-theme body .article_summary:nth-child(296),
    body .article_summary:nth-child(296) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(297),
    html.export-ready-theme body .article_summary:nth-child(297),
    body .article_summary:nth-child(297) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(298),
    html.export-ready-theme body .article_summary:nth-child(298),
    body .article_summary:nth-child(298) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(299),
    html.export-ready-theme body .article_summary:nth-child(299),
    body .article_summary:nth-child(299) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(300),
    html.export-ready-theme body .article_summary:nth-child(300),
    body .article_summary:nth-child(300) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(301),
    html.export-ready-theme body .article_summary:nth-child(301),
    body .article_summary:nth-child(301) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(302),
    html.export-ready-theme body .article_summary:nth-child(302),
    body .article_summary:nth-child(302) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(303),
    html.export-ready-theme body .article_summary:nth-child(303),
    body .article_summary:nth-child(303) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(304),
    html.export-ready-theme body .article_summary:nth-child(304),
    body .article_summary:nth-child(304) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(305),
    html.export-ready-theme body .article_summary:nth-child(305),
    body .article_summary:nth-child(305) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(306),
    html.export-ready-theme body .article_summary:nth-child(306),
    body .article_summary:nth-child(306) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(307),
    html.export-ready-theme body .article_summary:nth-child(307),
    body .article_summary:nth-child(307) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(308),
    html.export-ready-theme body .article_summary:nth-child(308),
    body .article_summary:nth-child(308) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(309),
    html.export-ready-theme body .article_summary:nth-child(309),
    body .article_summary:nth-child(309) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(310),
    html.export-ready-theme body .article_summary:nth-child(310),
    body .article_summary:nth-child(310) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(311),
    html.export-ready-theme body .article_summary:nth-child(311),
    body .article_summary:nth-child(311) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(312),
    html.export-ready-theme body .article_summary:nth-child(312),
    body .article_summary:nth-child(312) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(313),
    html.export-ready-theme body .article_summary:nth-child(313),
    body .article_summary:nth-child(313) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(314),
    html.export-ready-theme body .article_summary:nth-child(314),
    body .article_summary:nth-child(314) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(315),
    html.export-ready-theme body .article_summary:nth-child(315),
    body .article_summary:nth-child(315) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(316),
    html.export-ready-theme body .article_summary:nth-child(316),
    body .article_summary:nth-child(316) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(317),
    html.export-ready-theme body .article_summary:nth-child(317),
    body .article_summary:nth-child(317) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(318),
    html.export-ready-theme body .article_summary:nth-child(318),
    body .article_summary:nth-child(318) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(319),
    html.export-ready-theme body .article_summary:nth-child(319),
    body .article_summary:nth-child(319) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(320),
    html.export-ready-theme body .article_summary:nth-child(320),
    body .article_summary:nth-child(320) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(321),
    html.export-ready-theme body .article_summary:nth-child(321),
    body .article_summary:nth-child(321) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(322),
    html.export-ready-theme body .article_summary:nth-child(322),
    body .article_summary:nth-child(322) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(323),
    html.export-ready-theme body .article_summary:nth-child(323),
    body .article_summary:nth-child(323) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(324),
    html.export-ready-theme body .article_summary:nth-child(324),
    body .article_summary:nth-child(324) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(325),
    html.export-ready-theme body .article_summary:nth-child(325),
    body .article_summary:nth-child(325) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(326),
    html.export-ready-theme body .article_summary:nth-child(326),
    body .article_summary:nth-child(326) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(327),
    html.export-ready-theme body .article_summary:nth-child(327),
    body .article_summary:nth-child(327) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(328),
    html.export-ready-theme body .article_summary:nth-child(328),
    body .article_summary:nth-child(328) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(329),
    html.export-ready-theme body .article_summary:nth-child(329),
    body .article_summary:nth-child(329) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(330),
    html.export-ready-theme body .article_summary:nth-child(330),
    body .article_summary:nth-child(330) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(331),
    html.export-ready-theme body .article_summary:nth-child(331),
    body .article_summary:nth-child(331) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(332),
    html.export-ready-theme body .article_summary:nth-child(332),
    body .article_summary:nth-child(332) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(333),
    html.export-ready-theme body .article_summary:nth-child(333),
    body .article_summary:nth-child(333) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(334),
    html.export-ready-theme body .article_summary:nth-child(334),
    body .article_summary:nth-child(334) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(335),
    html.export-ready-theme body .article_summary:nth-child(335),
    body .article_summary:nth-child(335) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(336),
    html.export-ready-theme body .article_summary:nth-child(336),
    body .article_summary:nth-child(336) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(337),
    html.export-ready-theme body .article_summary:nth-child(337),
    body .article_summary:nth-child(337) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(338),
    html.export-ready-theme body .article_summary:nth-child(338),
    body .article_summary:nth-child(338) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(339),
    html.export-ready-theme body .article_summary:nth-child(339),
    body .article_summary:nth-child(339) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(340),
    html.export-ready-theme body .article_summary:nth-child(340),
    body .article_summary:nth-child(340) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(341),
    html.export-ready-theme body .article_summary:nth-child(341),
    body .article_summary:nth-child(341) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(342),
    html.export-ready-theme body .article_summary:nth-child(342),
    body .article_summary:nth-child(342) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(343),
    html.export-ready-theme body .article_summary:nth-child(343),
    body .article_summary:nth-child(343) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(344),
    html.export-ready-theme body .article_summary:nth-child(344),
    body .article_summary:nth-child(344) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(345),
    html.export-ready-theme body .article_summary:nth-child(345),
    body .article_summary:nth-child(345) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(346),
    html.export-ready-theme body .article_summary:nth-child(346),
    body .article_summary:nth-child(346) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(347),
    html.export-ready-theme body .article_summary:nth-child(347),
    body .article_summary:nth-child(347) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(348),
    html.export-ready-theme body .article_summary:nth-child(348),
    body .article_summary:nth-child(348) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(349),
    html.export-ready-theme body .article_summary:nth-child(349),
    body .article_summary:nth-child(349) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(350),
    html.export-ready-theme body .article_summary:nth-child(350),
    body .article_summary:nth-child(350) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(351),
    html.export-ready-theme body .article_summary:nth-child(351),
    body .article_summary:nth-child(351) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(352),
    html.export-ready-theme body .article_summary:nth-child(352),
    body .article_summary:nth-child(352) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(353),
    html.export-ready-theme body .article_summary:nth-child(353),
    body .article_summary:nth-child(353) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(354),
    html.export-ready-theme body .article_summary:nth-child(354),
    body .article_summary:nth-child(354) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(355),
    html.export-ready-theme body .article_summary:nth-child(355),
    body .article_summary:nth-child(355) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(356),
    html.export-ready-theme body .article_summary:nth-child(356),
    body .article_summary:nth-child(356) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(357),
    html.export-ready-theme body .article_summary:nth-child(357),
    body .article_summary:nth-child(357) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(358),
    html.export-ready-theme body .article_summary:nth-child(358),
    body .article_summary:nth-child(358) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(359),
    html.export-ready-theme body .article_summary:nth-child(359),
    body .article_summary:nth-child(359) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(360),
    html.export-ready-theme body .article_summary:nth-child(360),
    body .article_summary:nth-child(360) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(361),
    html.export-ready-theme body .article_summary:nth-child(361),
    body .article_summary:nth-child(361) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(362),
    html.export-ready-theme body .article_summary:nth-child(362),
    body .article_summary:nth-child(362) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(363),
    html.export-ready-theme body .article_summary:nth-child(363),
    body .article_summary:nth-child(363) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(364),
    html.export-ready-theme body .article_summary:nth-child(364),
    body .article_summary:nth-child(364) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(365),
    html.export-ready-theme body .article_summary:nth-child(365),
    body .article_summary:nth-child(365) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(366),
    html.export-ready-theme body .article_summary:nth-child(366),
    body .article_summary:nth-child(366) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(367),
    html.export-ready-theme body .article_summary:nth-child(367),
    body .article_summary:nth-child(367) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(368),
    html.export-ready-theme body .article_summary:nth-child(368),
    body .article_summary:nth-child(368) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(369),
    html.export-ready-theme body .article_summary:nth-child(369),
    body .article_summary:nth-child(369) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(370),
    html.export-ready-theme body .article_summary:nth-child(370),
    body .article_summary:nth-child(370) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(371),
    html.export-ready-theme body .article_summary:nth-child(371),
    body .article_summary:nth-child(371) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(372),
    html.export-ready-theme body .article_summary:nth-child(372),
    body .article_summary:nth-child(372) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(373),
    html.export-ready-theme body .article_summary:nth-child(373),
    body .article_summary:nth-child(373) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(374),
    html.export-ready-theme body .article_summary:nth-child(374),
    body .article_summary:nth-child(374) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(375),
    html.export-ready-theme body .article_summary:nth-child(375),
    body .article_summary:nth-child(375) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(376),
    html.export-ready-theme body .article_summary:nth-child(376),
    body .article_summary:nth-child(376) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(377),
    html.export-ready-theme body .article_summary:nth-child(377),
    body .article_summary:nth-child(377) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(378),
    html.export-ready-theme body .article_summary:nth-child(378),
    body .article_summary:nth-child(378) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(379),
    html.export-ready-theme body .article_summary:nth-child(379),
    body .article_summary:nth-child(379) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(380),
    html.export-ready-theme body .article_summary:nth-child(380),
    body .article_summary:nth-child(380) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(381),
    html.export-ready-theme body .article_summary:nth-child(381),
    body .article_summary:nth-child(381) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(382),
    html.export-ready-theme body .article_summary:nth-child(382),
    body .article_summary:nth-child(382) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(383),
    html.export-ready-theme body .article_summary:nth-child(383),
    body .article_summary:nth-child(383) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(384),
    html.export-ready-theme body .article_summary:nth-child(384),
    body .article_summary:nth-child(384) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(385),
    html.export-ready-theme body .article_summary:nth-child(385),
    body .article_summary:nth-child(385) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(386),
    html.export-ready-theme body .article_summary:nth-child(386),
    body .article_summary:nth-child(386) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(387),
    html.export-ready-theme body .article_summary:nth-child(387),
    body .article_summary:nth-child(387) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(388),
    html.export-ready-theme body .article_summary:nth-child(388),
    body .article_summary:nth-child(388) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(389),
    html.export-ready-theme body .article_summary:nth-child(389),
    body .article_summary:nth-child(389) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(390),
    html.export-ready-theme body .article_summary:nth-child(390),
    body .article_summary:nth-child(390) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(391),
    html.export-ready-theme body .article_summary:nth-child(391),
    body .article_summary:nth-child(391) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(392),
    html.export-ready-theme body .article_summary:nth-child(392),
    body .article_summary:nth-child(392) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(393),
    html.export-ready-theme body .article_summary:nth-child(393),
    body .article_summary:nth-child(393) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(394),
    html.export-ready-theme body .article_summary:nth-child(394),
    body .article_summary:nth-child(394) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(395),
    html.export-ready-theme body .article_summary:nth-child(395),
    body .article_summary:nth-child(395) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(396),
    html.export-ready-theme body .article_summary:nth-child(396),
    body .article_summary:nth-child(396) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(397),
    html.export-ready-theme body .article_summary:nth-child(397),
    body .article_summary:nth-child(397) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(398),
    html.export-ready-theme body .article_summary:nth-child(398),
    body .article_summary:nth-child(398) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(399),
    html.export-ready-theme body .article_summary:nth-child(399),
    body .article_summary:nth-child(399) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(400),
    html.export-ready-theme body .article_summary:nth-child(400),
    body .article_summary:nth-child(400) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(401),
    html.export-ready-theme body .article_summary:nth-child(401),
    body .article_summary:nth-child(401) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(402),
    html.export-ready-theme body .article_summary:nth-child(402),
    body .article_summary:nth-child(402) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(403),
    html.export-ready-theme body .article_summary:nth-child(403),
    body .article_summary:nth-child(403) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(404),
    html.export-ready-theme body .article_summary:nth-child(404),
    body .article_summary:nth-child(404) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(405),
    html.export-ready-theme body .article_summary:nth-child(405),
    body .article_summary:nth-child(405) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(406),
    html.export-ready-theme body .article_summary:nth-child(406),
    body .article_summary:nth-child(406) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(407),
    html.export-ready-theme body .article_summary:nth-child(407),
    body .article_summary:nth-child(407) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(408),
    html.export-ready-theme body .article_summary:nth-child(408),
    body .article_summary:nth-child(408) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(409),
    html.export-ready-theme body .article_summary:nth-child(409),
    body .article_summary:nth-child(409) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(410),
    html.export-ready-theme body .article_summary:nth-child(410),
    body .article_summary:nth-child(410) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(411),
    html.export-ready-theme body .article_summary:nth-child(411),
    body .article_summary:nth-child(411) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(412),
    html.export-ready-theme body .article_summary:nth-child(412),
    body .article_summary:nth-child(412) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(413),
    html.export-ready-theme body .article_summary:nth-child(413),
    body .article_summary:nth-child(413) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(414),
    html.export-ready-theme body .article_summary:nth-child(414),
    body .article_summary:nth-child(414) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(415),
    html.export-ready-theme body .article_summary:nth-child(415),
    body .article_summary:nth-child(415) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(416),
    html.export-ready-theme body .article_summary:nth-child(416),
    body .article_summary:nth-child(416) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(417),
    html.export-ready-theme body .article_summary:nth-child(417),
    body .article_summary:nth-child(417) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(418),
    html.export-ready-theme body .article_summary:nth-child(418),
    body .article_summary:nth-child(418) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(419),
    html.export-ready-theme body .article_summary:nth-child(419),
    body .article_summary:nth-child(419) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(420),
    html.export-ready-theme body .article_summary:nth-child(420),
    body .article_summary:nth-child(420) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(421),
    html.export-ready-theme body .article_summary:nth-child(421),
    body .article_summary:nth-child(421) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(422),
    html.export-ready-theme body .article_summary:nth-child(422),
    body .article_summary:nth-child(422) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(423),
    html.export-ready-theme body .article_summary:nth-child(423),
    body .article_summary:nth-child(423) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(424),
    html.export-ready-theme body .article_summary:nth-child(424),
    body .article_summary:nth-child(424) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(425),
    html.export-ready-theme body .article_summary:nth-child(425),
    body .article_summary:nth-child(425) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(426),
    html.export-ready-theme body .article_summary:nth-child(426),
    body .article_summary:nth-child(426) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(427),
    html.export-ready-theme body .article_summary:nth-child(427),
    body .article_summary:nth-child(427) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(428),
    html.export-ready-theme body .article_summary:nth-child(428),
    body .article_summary:nth-child(428) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(429),
    html.export-ready-theme body .article_summary:nth-child(429),
    body .article_summary:nth-child(429) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(430),
    html.export-ready-theme body .article_summary:nth-child(430),
    body .article_summary:nth-child(430) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(431),
    html.export-ready-theme body .article_summary:nth-child(431),
    body .article_summary:nth-child(431) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(432),
    html.export-ready-theme body .article_summary:nth-child(432),
    body .article_summary:nth-child(432) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(433),
    html.export-ready-theme body .article_summary:nth-child(433),
    body .article_summary:nth-child(433) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(434),
    html.export-ready-theme body .article_summary:nth-child(434),
    body .article_summary:nth-child(434) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(435),
    html.export-ready-theme body .article_summary:nth-child(435),
    body .article_summary:nth-child(435) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(436),
    html.export-ready-theme body .article_summary:nth-child(436),
    body .article_summary:nth-child(436) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(437),
    html.export-ready-theme body .article_summary:nth-child(437),
    body .article_summary:nth-child(437) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(438),
    html.export-ready-theme body .article_summary:nth-child(438),
    body .article_summary:nth-child(438) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(439),
    html.export-ready-theme body .article_summary:nth-child(439),
    body .article_summary:nth-child(439) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(440),
    html.export-ready-theme body .article_summary:nth-child(440),
    body .article_summary:nth-child(440) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(441),
    html.export-ready-theme body .article_summary:nth-child(441),
    body .article_summary:nth-child(441) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(442),
    html.export-ready-theme body .article_summary:nth-child(442),
    body .article_summary:nth-child(442) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(443),
    html.export-ready-theme body .article_summary:nth-child(443),
    body .article_summary:nth-child(443) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(444),
    html.export-ready-theme body .article_summary:nth-child(444),
    body .article_summary:nth-child(444) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(445),
    html.export-ready-theme body .article_summary:nth-child(445),
    body .article_summary:nth-child(445) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(446),
    html.export-ready-theme body .article_summary:nth-child(446),
    body .article_summary:nth-child(446) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(447),
    html.export-ready-theme body .article_summary:nth-child(447),
    body .article_summary:nth-child(447) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(448),
    html.export-ready-theme body .article_summary:nth-child(448),
    body .article_summary:nth-child(448) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(449),
    html.export-ready-theme body .article_summary:nth-child(449),
    body .article_summary:nth-child(449) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(450),
    html.export-ready-theme body .article_summary:nth-child(450),
    body .article_summary:nth-child(450) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(451),
    html.export-ready-theme body .article_summary:nth-child(451),
    body .article_summary:nth-child(451) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(452),
    html.export-ready-theme body .article_summary:nth-child(452),
    body .article_summary:nth-child(452) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(453),
    html.export-ready-theme body .article_summary:nth-child(453),
    body .article_summary:nth-child(453) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(454),
    html.export-ready-theme body .article_summary:nth-child(454),
    body .article_summary:nth-child(454) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(455),
    html.export-ready-theme body .article_summary:nth-child(455),
    body .article_summary:nth-child(455) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(456),
    html.export-ready-theme body .article_summary:nth-child(456),
    body .article_summary:nth-child(456) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(457),
    html.export-ready-theme body .article_summary:nth-child(457),
    body .article_summary:nth-child(457) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(458),
    html.export-ready-theme body .article_summary:nth-child(458),
    body .article_summary:nth-child(458) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(459),
    html.export-ready-theme body .article_summary:nth-child(459),
    body .article_summary:nth-child(459) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(460),
    html.export-ready-theme body .article_summary:nth-child(460),
    body .article_summary:nth-child(460) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(461),
    html.export-ready-theme body .article_summary:nth-child(461),
    body .article_summary:nth-child(461) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(462),
    html.export-ready-theme body .article_summary:nth-child(462),
    body .article_summary:nth-child(462) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(463),
    html.export-ready-theme body .article_summary:nth-child(463),
    body .article_summary:nth-child(463) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(464),
    html.export-ready-theme body .article_summary:nth-child(464),
    body .article_summary:nth-child(464) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(465),
    html.export-ready-theme body .article_summary:nth-child(465),
    body .article_summary:nth-child(465) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(466),
    html.export-ready-theme body .article_summary:nth-child(466),
    body .article_summary:nth-child(466) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(467),
    html.export-ready-theme body .article_summary:nth-child(467),
    body .article_summary:nth-child(467) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(468),
    html.export-ready-theme body .article_summary:nth-child(468),
    body .article_summary:nth-child(468) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(469),
    html.export-ready-theme body .article_summary:nth-child(469),
    body .article_summary:nth-child(469) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(470),
    html.export-ready-theme body .article_summary:nth-child(470),
    body .article_summary:nth-child(470) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(471),
    html.export-ready-theme body .article_summary:nth-child(471),
    body .article_summary:nth-child(471) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(472),
    html.export-ready-theme body .article_summary:nth-child(472),
    body .article_summary:nth-child(472) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(473),
    html.export-ready-theme body .article_summary:nth-child(473),
    body .article_summary:nth-child(473) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(474),
    html.export-ready-theme body .article_summary:nth-child(474),
    body .article_summary:nth-child(474) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(475),
    html.export-ready-theme body .article_summary:nth-child(475),
    body .article_summary:nth-child(475) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(476),
    html.export-ready-theme body .article_summary:nth-child(476),
    body .article_summary:nth-child(476) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(477),
    html.export-ready-theme body .article_summary:nth-child(477),
    body .article_summary:nth-child(477) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(478),
    html.export-ready-theme body .article_summary:nth-child(478),
    body .article_summary:nth-child(478) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(479),
    html.export-ready-theme body .article_summary:nth-child(479),
    body .article_summary:nth-child(479) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(480),
    html.export-ready-theme body .article_summary:nth-child(480),
    body .article_summary:nth-child(480) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(481),
    html.export-ready-theme body .article_summary:nth-child(481),
    body .article_summary:nth-child(481) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(482),
    html.export-ready-theme body .article_summary:nth-child(482),
    body .article_summary:nth-child(482) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(483),
    html.export-ready-theme body .article_summary:nth-child(483),
    body .article_summary:nth-child(483) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(484),
    html.export-ready-theme body .article_summary:nth-child(484),
    body .article_summary:nth-child(484) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(485),
    html.export-ready-theme body .article_summary:nth-child(485),
    body .article_summary:nth-child(485) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(486),
    html.export-ready-theme body .article_summary:nth-child(486),
    body .article_summary:nth-child(486) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(487),
    html.export-ready-theme body .article_summary:nth-child(487),
    body .article_summary:nth-child(487) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(488),
    html.export-ready-theme body .article_summary:nth-child(488),
    body .article_summary:nth-child(488) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(489),
    html.export-ready-theme body .article_summary:nth-child(489),
    body .article_summary:nth-child(489) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(490),
    html.export-ready-theme body .article_summary:nth-child(490),
    body .article_summary:nth-child(490) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(491),
    html.export-ready-theme body .article_summary:nth-child(491),
    body .article_summary:nth-child(491) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(492),
    html.export-ready-theme body .article_summary:nth-child(492),
    body .article_summary:nth-child(492) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(493),
    html.export-ready-theme body .article_summary:nth-child(493),
    body .article_summary:nth-child(493) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(494),
    html.export-ready-theme body .article_summary:nth-child(494),
    body .article_summary:nth-child(494) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(495),
    html.export-ready-theme body .article_summary:nth-child(495),
    body .article_summary:nth-child(495) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(496),
    html.export-ready-theme body .article_summary:nth-child(496),
    body .article_summary:nth-child(496) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(497),
    html.export-ready-theme body .article_summary:nth-child(497),
    body .article_summary:nth-child(497) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(498),
    html.export-ready-theme body .article_summary:nth-child(498),
    body .article_summary:nth-child(498) { --eyib-article-start-x-mobile-v17: 320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(499),
    html.export-ready-theme body .article_summary:nth-child(499),
    body .article_summary:nth-child(499) { --eyib-article-start-x-mobile-v17: -320px; }
}
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(500),
    html.export-ready-theme body .article_summary:nth-child(500),
    body .article_summary:nth-child(500) { --eyib-article-start-x-mobile-v17: 320px; }
}

/* Har qanday holatda sayt ko'rinmay qolmasin */
@media (prefers-reduced-motion: reduce) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
    html.export-ready-theme body .article_summary,
    body .article_summary {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        animation: none !important;
    }
}


/* =========================================================
   EYIB OJS - v18 FULL WIDTH + PC/MOBILE BUG FIX
   Maqsad:
   1) Sahifa yonlaridagi bo'sh joyni kamaytirish
   2) Maqola kartochkalarini grid ichida to'liq yoyish
   3) PC va mobil versiyada overflow / yon siljish buglarini kamaytirish
   4) Har bir maqola turli masofadan surilib kelsin, lekin sayt buzilmasin
========================================================= */

:root {
    --eyib-max: 1480px !important;
    --eyib-page-gutter: 28px;
}

@media (min-width: 1600px) {
    :root {
        --eyib-max: 1560px !important;
        --eyib-page-gutter: 44px;
    }
}

html,
body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* Sahifa konteynerlari kengroq, ekran to'laroq ko'rinsin */
html.export-ready-theme.export-ready-theme body .journal_summary.journal_summary,
html.export-ready-theme.export-ready-theme body .container-page.container-page,
html.export-ready-theme.export-ready-theme body .container-footer.container-footer,
html.export-ready-theme body .journal_summary,
html.export-ready-theme body .container-page,
html.export-ready-theme body .container-footer,
body .journal_summary,
body .container-page,
body .container-footer {
    width: min(var(--eyib-max), calc(100vw - var(--eyib-page-gutter))) !important;
    max-width: var(--eyib-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

html.export-ready-theme.export-ready-theme body main.page.page,
html.export-ready-theme.export-ready-theme body main.page_index_journal,
html.export-ready-theme body main.page,
html.export-ready-theme body main.page_index_journal,
body main.page,
body main.page_index_journal {
    width: 100% !important;
    max-width: none !important;
    overflow-x: hidden !important;
}

/* Home/Issue ichki bloklari kenglikni to'liq ishlatsin */
html.export-ready-theme.export-ready-theme body .current_issue.current_issue,
html.export-ready-theme.export-ready-theme body .page.page > .container-page.container-page,
html.export-ready-theme.export-ready-theme body .obj_article_details.obj_article_details,
html.export-ready-theme body .current_issue,
html.export-ready-theme body .page > .container-page,
html.export-ready-theme body .obj_article_details,
body .current_issue,
body .page > .container-page,
body .obj_article_details {
    width: min(var(--eyib-max), calc(100vw - var(--eyib-page-gutter))) !important;
    max-width: var(--eyib-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
}

/* Maqola kartochkalari sahifani chiroyli to'ldirsin */
html.export-ready-theme.export-ready-theme body .section_content.section_content,
html.export-ready-theme body .section_content,
body .section_content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 430px), 1fr)) !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: stretch !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
html.export-ready-theme body .article_summary,
body .article_summary {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    justify-self: stretch !important;
    box-sizing: border-box !important;
}

/* Son muqovasi + tavsif bloki ekran bo'yicha to'liq ishlasin */
html.export-ready-theme.export-ready-theme body .description_cover.description_cover,
html.export-ready-theme body .description_cover,
body .description_cover {
    display: grid !important;
    grid-template-columns: minmax(180px, 260px) minmax(0, 1fr) !important;
    gap: 28px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

html.export-ready-theme.export-ready-theme body .description_cover.description_cover .issue_cover_block,
html.export-ready-theme body .description_cover .issue_cover_block,
body .description_cover .issue_cover_block {
    width: 100% !important;
    max-width: 260px !important;
}

html.export-ready-theme.export-ready-theme body .description_cover.description_cover .issue_description,
html.export-ready-theme.export-ready-theme body .description_cover.description_cover .description,
html.export-ready-theme.export-ready-theme body .description_cover.description_cover > p,
html.export-ready-theme body .description_cover .issue_description,
html.export-ready-theme body .description_cover .description,
html.export-ready-theme body .description_cover > p,
body .description_cover .issue_description,
body .description_cover .description,
body .description_cover > p {
    min-width: 0 !important;
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
}

/* Arxiv kartalari ham tor bo'lib qolmasin */
html.export-ready-theme.export-ready-theme body .issues_list.issues_list,
html.export-ready-theme body .issues_list,
body .issues_list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)) !important;
    gap: 20px !important;
    width: 100% !important;
}

html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .obj_issue_summary,
body .obj_issue_summary {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
}

/* Mobil header va umumiy joylashuv: yon scroll/buzilish bo'lmasin */
@media (max-width: 991px) {
    :root {
        --eyib-page-gutter: 20px;
        --eyib-banner-height: clamp(190px, 52vw, 360px) !important;
    }

    html.export-ready-theme.export-ready-theme body .header.header .upper-header.upper-header,
    html.export-ready-theme body .header.header .upper-header,
    body .header .upper-header {
        top: 10px !important;
        right: 10px !important;
        left: auto !important;
        max-width: calc(100vw - 20px) !important;
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
    }

    html.export-ready-theme.export-ready-theme body #navigationUser#navigationUser,
    html.export-ready-theme body #navigationUser,
    body #navigationUser {
        max-width: calc(100vw - 20px) !important;
        justify-content: flex-end !important;
    }

    html.export-ready-theme.export-ready-theme body #navigationUser#navigationUser .nav-link.nav-link,
    html.export-ready-theme body #navigationUser .nav-link,
    body #navigationUser .nav-link {
        min-height: 34px !important;
        padding: 7px 10px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 720px) {
    :root {
        --eyib-page-gutter: 14px;
    }

    html.export-ready-theme.export-ready-theme body .journal_summary.journal_summary,
    html.export-ready-theme.export-ready-theme body .container-page.container-page,
    html.export-ready-theme.export-ready-theme body .container-footer.container-footer,
    html.export-ready-theme.export-ready-theme body .current_issue.current_issue,
    html.export-ready-theme.export-ready-theme body .page.page > .container-page.container-page,
    html.export-ready-theme.export-ready-theme body .obj_article_details.obj_article_details,
    html.export-ready-theme body .journal_summary,
    html.export-ready-theme body .container-page,
    html.export-ready-theme body .container-footer,
    html.export-ready-theme body .current_issue,
    html.export-ready-theme body .page > .container-page,
    html.export-ready-theme body .obj_article_details,
    body .journal_summary,
    body .container-page,
    body .container-footer,
    body .current_issue,
    body .page > .container-page,
    body .obj_article_details {
        width: calc(100vw - var(--eyib-page-gutter)) !important;
        max-width: calc(100vw - var(--eyib-page-gutter)) !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    html.export-ready-theme.export-ready-theme body .section_content.section_content,
    html.export-ready-theme body .section_content,
    body .section_content {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    html.export-ready-theme.export-ready-theme body .description_cover.description_cover,
    html.export-ready-theme body .description_cover,
    body .description_cover {
        display: block !important;
        width: 100% !important;
        padding: 16px !important;
    }

    html.export-ready-theme.export-ready-theme body .description_cover.description_cover .issue_cover_block,
    html.export-ready-theme body .description_cover .issue_cover_block,
    body .description_cover .issue_cover_block {
        max-width: 210px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    html.export-ready-theme.export-ready-theme body .issues_list.issues_list,
    html.export-ready-theme body .issues_list,
    body .issues_list {
        grid-template-columns: 1fr !important;
    }

    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary,
    html.export-ready-theme body .obj_issue_summary,
    body .obj_issue_summary {
        grid-template-columns: 78px minmax(0, 1fr) !important;
    }
}

/* =========================================================
   EYIB OJS - v18 ARTICLE SLIDE: har maqola alohida masofa,
   lekin PC/Mobile layoutni buzmaydigan cheklangan amplituda.
========================================================= */

@keyframes eyibV18ArticleSlide {
    0% {
        opacity: 0;
        transform: translate3d(var(--eyib-v18-x, -220px), 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
html.export-ready-theme body .article_summary,
body .article_summary {
    opacity: 1 !important;
    visibility: visible !important;
    animation-name: eyibV18ArticleSlide !important;
    animation-duration: 2.85s !important;
    animation-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
    animation-fill-mode: both !important;
    will-change: transform, opacity !important;
}

/* 500 tadan ko'p maqola bo'lsa ham default harakat */
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(odd),
html.export-ready-theme body .article_summary:nth-child(odd),
body .article_summary:nth-child(odd) { --eyib-v18-x: -760px; }

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(even),
html.export-ready-theme body .article_summary:nth-child(even),
body .article_summary:nth-child(even) { --eyib-v18-x: 760px; }

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
html.export-ready-theme body .article_summary:nth-child(1),
body .article_summary:nth-child(1) {
    --eyib-v18-x: -170px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
html.export-ready-theme body .article_summary:nth-child(2),
body .article_summary:nth-child(2) {
    --eyib-v18-x: 208px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
html.export-ready-theme body .article_summary:nth-child(3),
body .article_summary:nth-child(3) {
    --eyib-v18-x: -246px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
html.export-ready-theme body .article_summary:nth-child(4),
body .article_summary:nth-child(4) {
    --eyib-v18-x: 284px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
html.export-ready-theme body .article_summary:nth-child(5),
body .article_summary:nth-child(5) {
    --eyib-v18-x: -322px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
html.export-ready-theme body .article_summary:nth-child(6),
body .article_summary:nth-child(6) {
    --eyib-v18-x: 360px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
html.export-ready-theme body .article_summary:nth-child(7),
body .article_summary:nth-child(7) {
    --eyib-v18-x: -398px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
html.export-ready-theme body .article_summary:nth-child(8),
body .article_summary:nth-child(8) {
    --eyib-v18-x: 436px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
html.export-ready-theme body .article_summary:nth-child(9),
body .article_summary:nth-child(9) {
    --eyib-v18-x: -474px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
html.export-ready-theme body .article_summary:nth-child(10),
body .article_summary:nth-child(10) {
    --eyib-v18-x: 512px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
html.export-ready-theme body .article_summary:nth-child(11),
body .article_summary:nth-child(11) {
    --eyib-v18-x: -550px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
html.export-ready-theme body .article_summary:nth-child(12),
body .article_summary:nth-child(12) {
    --eyib-v18-x: 588px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
html.export-ready-theme body .article_summary:nth-child(13),
body .article_summary:nth-child(13) {
    --eyib-v18-x: -626px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
html.export-ready-theme body .article_summary:nth-child(14),
body .article_summary:nth-child(14) {
    --eyib-v18-x: 664px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
html.export-ready-theme body .article_summary:nth-child(15),
body .article_summary:nth-child(15) {
    --eyib-v18-x: -702px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
html.export-ready-theme body .article_summary:nth-child(16),
body .article_summary:nth-child(16) {
    --eyib-v18-x: 740px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
html.export-ready-theme body .article_summary:nth-child(17),
body .article_summary:nth-child(17) {
    --eyib-v18-x: -778px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
html.export-ready-theme body .article_summary:nth-child(18),
body .article_summary:nth-child(18) {
    --eyib-v18-x: 816px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
html.export-ready-theme body .article_summary:nth-child(19),
body .article_summary:nth-child(19) {
    --eyib-v18-x: -854px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
html.export-ready-theme body .article_summary:nth-child(20),
body .article_summary:nth-child(20) {
    --eyib-v18-x: 892px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
html.export-ready-theme body .article_summary:nth-child(21),
body .article_summary:nth-child(21) {
    --eyib-v18-x: -930px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
html.export-ready-theme body .article_summary:nth-child(22),
body .article_summary:nth-child(22) {
    --eyib-v18-x: 968px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
html.export-ready-theme body .article_summary:nth-child(23),
body .article_summary:nth-child(23) {
    --eyib-v18-x: -1006px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
html.export-ready-theme body .article_summary:nth-child(24),
body .article_summary:nth-child(24) {
    --eyib-v18-x: 1044px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
html.export-ready-theme body .article_summary:nth-child(25),
body .article_summary:nth-child(25) {
    --eyib-v18-x: -1082px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
html.export-ready-theme body .article_summary:nth-child(26),
body .article_summary:nth-child(26) {
    --eyib-v18-x: 1120px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
html.export-ready-theme body .article_summary:nth-child(27),
body .article_summary:nth-child(27) {
    --eyib-v18-x: -1158px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
html.export-ready-theme body .article_summary:nth-child(28),
body .article_summary:nth-child(28) {
    --eyib-v18-x: 1196px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
html.export-ready-theme body .article_summary:nth-child(29),
body .article_summary:nth-child(29) {
    --eyib-v18-x: -1234px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
html.export-ready-theme body .article_summary:nth-child(30),
body .article_summary:nth-child(30) {
    --eyib-v18-x: 1272px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
html.export-ready-theme body .article_summary:nth-child(31),
body .article_summary:nth-child(31) {
    --eyib-v18-x: -1310px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
html.export-ready-theme body .article_summary:nth-child(32),
body .article_summary:nth-child(32) {
    --eyib-v18-x: 1348px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
html.export-ready-theme body .article_summary:nth-child(33),
body .article_summary:nth-child(33) {
    --eyib-v18-x: -188px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
html.export-ready-theme body .article_summary:nth-child(34),
body .article_summary:nth-child(34) {
    --eyib-v18-x: 226px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
html.export-ready-theme body .article_summary:nth-child(35),
body .article_summary:nth-child(35) {
    --eyib-v18-x: -264px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
html.export-ready-theme body .article_summary:nth-child(36),
body .article_summary:nth-child(36) {
    --eyib-v18-x: 302px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
html.export-ready-theme body .article_summary:nth-child(37),
body .article_summary:nth-child(37) {
    --eyib-v18-x: -340px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
html.export-ready-theme body .article_summary:nth-child(38),
body .article_summary:nth-child(38) {
    --eyib-v18-x: 378px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
html.export-ready-theme body .article_summary:nth-child(39),
body .article_summary:nth-child(39) {
    --eyib-v18-x: -416px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
html.export-ready-theme body .article_summary:nth-child(40),
body .article_summary:nth-child(40) {
    --eyib-v18-x: 454px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
html.export-ready-theme body .article_summary:nth-child(41),
body .article_summary:nth-child(41) {
    --eyib-v18-x: -492px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
html.export-ready-theme body .article_summary:nth-child(42),
body .article_summary:nth-child(42) {
    --eyib-v18-x: 530px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
html.export-ready-theme body .article_summary:nth-child(43),
body .article_summary:nth-child(43) {
    --eyib-v18-x: -568px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
html.export-ready-theme body .article_summary:nth-child(44),
body .article_summary:nth-child(44) {
    --eyib-v18-x: 606px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
html.export-ready-theme body .article_summary:nth-child(45),
body .article_summary:nth-child(45) {
    --eyib-v18-x: -644px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
html.export-ready-theme body .article_summary:nth-child(46),
body .article_summary:nth-child(46) {
    --eyib-v18-x: 682px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
html.export-ready-theme body .article_summary:nth-child(47),
body .article_summary:nth-child(47) {
    --eyib-v18-x: -720px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
html.export-ready-theme body .article_summary:nth-child(48),
body .article_summary:nth-child(48) {
    --eyib-v18-x: 758px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
html.export-ready-theme body .article_summary:nth-child(49),
body .article_summary:nth-child(49) {
    --eyib-v18-x: -796px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
html.export-ready-theme body .article_summary:nth-child(50),
body .article_summary:nth-child(50) {
    --eyib-v18-x: 834px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
html.export-ready-theme body .article_summary:nth-child(51),
body .article_summary:nth-child(51) {
    --eyib-v18-x: -872px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
html.export-ready-theme body .article_summary:nth-child(52),
body .article_summary:nth-child(52) {
    --eyib-v18-x: 910px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
html.export-ready-theme body .article_summary:nth-child(53),
body .article_summary:nth-child(53) {
    --eyib-v18-x: -948px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
html.export-ready-theme body .article_summary:nth-child(54),
body .article_summary:nth-child(54) {
    --eyib-v18-x: 986px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
html.export-ready-theme body .article_summary:nth-child(55),
body .article_summary:nth-child(55) {
    --eyib-v18-x: -1024px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
html.export-ready-theme body .article_summary:nth-child(56),
body .article_summary:nth-child(56) {
    --eyib-v18-x: 1062px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
html.export-ready-theme body .article_summary:nth-child(57),
body .article_summary:nth-child(57) {
    --eyib-v18-x: -1100px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
html.export-ready-theme body .article_summary:nth-child(58),
body .article_summary:nth-child(58) {
    --eyib-v18-x: 1138px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
html.export-ready-theme body .article_summary:nth-child(59),
body .article_summary:nth-child(59) {
    --eyib-v18-x: -1176px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
html.export-ready-theme body .article_summary:nth-child(60),
body .article_summary:nth-child(60) {
    --eyib-v18-x: 1214px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
html.export-ready-theme body .article_summary:nth-child(61),
body .article_summary:nth-child(61) {
    --eyib-v18-x: -1252px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
html.export-ready-theme body .article_summary:nth-child(62),
body .article_summary:nth-child(62) {
    --eyib-v18-x: 1290px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
html.export-ready-theme body .article_summary:nth-child(63),
body .article_summary:nth-child(63) {
    --eyib-v18-x: -1328px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
html.export-ready-theme body .article_summary:nth-child(64),
body .article_summary:nth-child(64) {
    --eyib-v18-x: 1366px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
html.export-ready-theme body .article_summary:nth-child(65),
body .article_summary:nth-child(65) {
    --eyib-v18-x: -206px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
html.export-ready-theme body .article_summary:nth-child(66),
body .article_summary:nth-child(66) {
    --eyib-v18-x: 244px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
html.export-ready-theme body .article_summary:nth-child(67),
body .article_summary:nth-child(67) {
    --eyib-v18-x: -282px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
html.export-ready-theme body .article_summary:nth-child(68),
body .article_summary:nth-child(68) {
    --eyib-v18-x: 320px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
html.export-ready-theme body .article_summary:nth-child(69),
body .article_summary:nth-child(69) {
    --eyib-v18-x: -358px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
html.export-ready-theme body .article_summary:nth-child(70),
body .article_summary:nth-child(70) {
    --eyib-v18-x: 396px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
html.export-ready-theme body .article_summary:nth-child(71),
body .article_summary:nth-child(71) {
    --eyib-v18-x: -434px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
html.export-ready-theme body .article_summary:nth-child(72),
body .article_summary:nth-child(72) {
    --eyib-v18-x: 472px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
html.export-ready-theme body .article_summary:nth-child(73),
body .article_summary:nth-child(73) {
    --eyib-v18-x: -510px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
html.export-ready-theme body .article_summary:nth-child(74),
body .article_summary:nth-child(74) {
    --eyib-v18-x: 548px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
html.export-ready-theme body .article_summary:nth-child(75),
body .article_summary:nth-child(75) {
    --eyib-v18-x: -586px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
html.export-ready-theme body .article_summary:nth-child(76),
body .article_summary:nth-child(76) {
    --eyib-v18-x: 624px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
html.export-ready-theme body .article_summary:nth-child(77),
body .article_summary:nth-child(77) {
    --eyib-v18-x: -662px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
html.export-ready-theme body .article_summary:nth-child(78),
body .article_summary:nth-child(78) {
    --eyib-v18-x: 700px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
html.export-ready-theme body .article_summary:nth-child(79),
body .article_summary:nth-child(79) {
    --eyib-v18-x: -738px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
html.export-ready-theme body .article_summary:nth-child(80),
body .article_summary:nth-child(80) {
    --eyib-v18-x: 776px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
html.export-ready-theme body .article_summary:nth-child(81),
body .article_summary:nth-child(81) {
    --eyib-v18-x: -814px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
html.export-ready-theme body .article_summary:nth-child(82),
body .article_summary:nth-child(82) {
    --eyib-v18-x: 852px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
html.export-ready-theme body .article_summary:nth-child(83),
body .article_summary:nth-child(83) {
    --eyib-v18-x: -890px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
html.export-ready-theme body .article_summary:nth-child(84),
body .article_summary:nth-child(84) {
    --eyib-v18-x: 928px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
html.export-ready-theme body .article_summary:nth-child(85),
body .article_summary:nth-child(85) {
    --eyib-v18-x: -966px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
html.export-ready-theme body .article_summary:nth-child(86),
body .article_summary:nth-child(86) {
    --eyib-v18-x: 1004px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
html.export-ready-theme body .article_summary:nth-child(87),
body .article_summary:nth-child(87) {
    --eyib-v18-x: -1042px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
html.export-ready-theme body .article_summary:nth-child(88),
body .article_summary:nth-child(88) {
    --eyib-v18-x: 1080px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
html.export-ready-theme body .article_summary:nth-child(89),
body .article_summary:nth-child(89) {
    --eyib-v18-x: -1118px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
html.export-ready-theme body .article_summary:nth-child(90),
body .article_summary:nth-child(90) {
    --eyib-v18-x: 1156px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
html.export-ready-theme body .article_summary:nth-child(91),
body .article_summary:nth-child(91) {
    --eyib-v18-x: -1194px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
html.export-ready-theme body .article_summary:nth-child(92),
body .article_summary:nth-child(92) {
    --eyib-v18-x: 1232px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
html.export-ready-theme body .article_summary:nth-child(93),
body .article_summary:nth-child(93) {
    --eyib-v18-x: -1270px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
html.export-ready-theme body .article_summary:nth-child(94),
body .article_summary:nth-child(94) {
    --eyib-v18-x: 1308px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
html.export-ready-theme body .article_summary:nth-child(95),
body .article_summary:nth-child(95) {
    --eyib-v18-x: -1346px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
html.export-ready-theme body .article_summary:nth-child(96),
body .article_summary:nth-child(96) {
    --eyib-v18-x: 1384px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
html.export-ready-theme body .article_summary:nth-child(97),
body .article_summary:nth-child(97) {
    --eyib-v18-x: -224px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
html.export-ready-theme body .article_summary:nth-child(98),
body .article_summary:nth-child(98) {
    --eyib-v18-x: 262px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
html.export-ready-theme body .article_summary:nth-child(99),
body .article_summary:nth-child(99) {
    --eyib-v18-x: -300px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
html.export-ready-theme body .article_summary:nth-child(100),
body .article_summary:nth-child(100) {
    --eyib-v18-x: 338px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
html.export-ready-theme body .article_summary:nth-child(101),
body .article_summary:nth-child(101) {
    --eyib-v18-x: -376px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
html.export-ready-theme body .article_summary:nth-child(102),
body .article_summary:nth-child(102) {
    --eyib-v18-x: 414px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
html.export-ready-theme body .article_summary:nth-child(103),
body .article_summary:nth-child(103) {
    --eyib-v18-x: -452px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
html.export-ready-theme body .article_summary:nth-child(104),
body .article_summary:nth-child(104) {
    --eyib-v18-x: 490px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
html.export-ready-theme body .article_summary:nth-child(105),
body .article_summary:nth-child(105) {
    --eyib-v18-x: -528px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
html.export-ready-theme body .article_summary:nth-child(106),
body .article_summary:nth-child(106) {
    --eyib-v18-x: 566px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
html.export-ready-theme body .article_summary:nth-child(107),
body .article_summary:nth-child(107) {
    --eyib-v18-x: -604px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
html.export-ready-theme body .article_summary:nth-child(108),
body .article_summary:nth-child(108) {
    --eyib-v18-x: 642px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
html.export-ready-theme body .article_summary:nth-child(109),
body .article_summary:nth-child(109) {
    --eyib-v18-x: -680px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
html.export-ready-theme body .article_summary:nth-child(110),
body .article_summary:nth-child(110) {
    --eyib-v18-x: 718px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
html.export-ready-theme body .article_summary:nth-child(111),
body .article_summary:nth-child(111) {
    --eyib-v18-x: -756px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
html.export-ready-theme body .article_summary:nth-child(112),
body .article_summary:nth-child(112) {
    --eyib-v18-x: 794px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
html.export-ready-theme body .article_summary:nth-child(113),
body .article_summary:nth-child(113) {
    --eyib-v18-x: -832px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
html.export-ready-theme body .article_summary:nth-child(114),
body .article_summary:nth-child(114) {
    --eyib-v18-x: 870px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
html.export-ready-theme body .article_summary:nth-child(115),
body .article_summary:nth-child(115) {
    --eyib-v18-x: -908px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
html.export-ready-theme body .article_summary:nth-child(116),
body .article_summary:nth-child(116) {
    --eyib-v18-x: 946px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
html.export-ready-theme body .article_summary:nth-child(117),
body .article_summary:nth-child(117) {
    --eyib-v18-x: -984px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
html.export-ready-theme body .article_summary:nth-child(118),
body .article_summary:nth-child(118) {
    --eyib-v18-x: 1022px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
html.export-ready-theme body .article_summary:nth-child(119),
body .article_summary:nth-child(119) {
    --eyib-v18-x: -1060px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
html.export-ready-theme body .article_summary:nth-child(120),
body .article_summary:nth-child(120) {
    --eyib-v18-x: 1098px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(121),
html.export-ready-theme body .article_summary:nth-child(121),
body .article_summary:nth-child(121) {
    --eyib-v18-x: -1136px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(122),
html.export-ready-theme body .article_summary:nth-child(122),
body .article_summary:nth-child(122) {
    --eyib-v18-x: 1174px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(123),
html.export-ready-theme body .article_summary:nth-child(123),
body .article_summary:nth-child(123) {
    --eyib-v18-x: -1212px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(124),
html.export-ready-theme body .article_summary:nth-child(124),
body .article_summary:nth-child(124) {
    --eyib-v18-x: 1250px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(125),
html.export-ready-theme body .article_summary:nth-child(125),
body .article_summary:nth-child(125) {
    --eyib-v18-x: -1288px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(126),
html.export-ready-theme body .article_summary:nth-child(126),
body .article_summary:nth-child(126) {
    --eyib-v18-x: 1326px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(127),
html.export-ready-theme body .article_summary:nth-child(127),
body .article_summary:nth-child(127) {
    --eyib-v18-x: -1364px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(128),
html.export-ready-theme body .article_summary:nth-child(128),
body .article_summary:nth-child(128) {
    --eyib-v18-x: 1402px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(129),
html.export-ready-theme body .article_summary:nth-child(129),
body .article_summary:nth-child(129) {
    --eyib-v18-x: -242px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(130),
html.export-ready-theme body .article_summary:nth-child(130),
body .article_summary:nth-child(130) {
    --eyib-v18-x: 280px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(131),
html.export-ready-theme body .article_summary:nth-child(131),
body .article_summary:nth-child(131) {
    --eyib-v18-x: -318px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(132),
html.export-ready-theme body .article_summary:nth-child(132),
body .article_summary:nth-child(132) {
    --eyib-v18-x: 356px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(133),
html.export-ready-theme body .article_summary:nth-child(133),
body .article_summary:nth-child(133) {
    --eyib-v18-x: -394px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(134),
html.export-ready-theme body .article_summary:nth-child(134),
body .article_summary:nth-child(134) {
    --eyib-v18-x: 432px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(135),
html.export-ready-theme body .article_summary:nth-child(135),
body .article_summary:nth-child(135) {
    --eyib-v18-x: -470px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(136),
html.export-ready-theme body .article_summary:nth-child(136),
body .article_summary:nth-child(136) {
    --eyib-v18-x: 508px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(137),
html.export-ready-theme body .article_summary:nth-child(137),
body .article_summary:nth-child(137) {
    --eyib-v18-x: -546px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(138),
html.export-ready-theme body .article_summary:nth-child(138),
body .article_summary:nth-child(138) {
    --eyib-v18-x: 584px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(139),
html.export-ready-theme body .article_summary:nth-child(139),
body .article_summary:nth-child(139) {
    --eyib-v18-x: -622px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(140),
html.export-ready-theme body .article_summary:nth-child(140),
body .article_summary:nth-child(140) {
    --eyib-v18-x: 660px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(141),
html.export-ready-theme body .article_summary:nth-child(141),
body .article_summary:nth-child(141) {
    --eyib-v18-x: -698px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(142),
html.export-ready-theme body .article_summary:nth-child(142),
body .article_summary:nth-child(142) {
    --eyib-v18-x: 736px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(143),
html.export-ready-theme body .article_summary:nth-child(143),
body .article_summary:nth-child(143) {
    --eyib-v18-x: -774px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(144),
html.export-ready-theme body .article_summary:nth-child(144),
body .article_summary:nth-child(144) {
    --eyib-v18-x: 812px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(145),
html.export-ready-theme body .article_summary:nth-child(145),
body .article_summary:nth-child(145) {
    --eyib-v18-x: -850px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(146),
html.export-ready-theme body .article_summary:nth-child(146),
body .article_summary:nth-child(146) {
    --eyib-v18-x: 888px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(147),
html.export-ready-theme body .article_summary:nth-child(147),
body .article_summary:nth-child(147) {
    --eyib-v18-x: -926px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(148),
html.export-ready-theme body .article_summary:nth-child(148),
body .article_summary:nth-child(148) {
    --eyib-v18-x: 964px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(149),
html.export-ready-theme body .article_summary:nth-child(149),
body .article_summary:nth-child(149) {
    --eyib-v18-x: -1002px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(150),
html.export-ready-theme body .article_summary:nth-child(150),
body .article_summary:nth-child(150) {
    --eyib-v18-x: 1040px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(151),
html.export-ready-theme body .article_summary:nth-child(151),
body .article_summary:nth-child(151) {
    --eyib-v18-x: -1078px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(152),
html.export-ready-theme body .article_summary:nth-child(152),
body .article_summary:nth-child(152) {
    --eyib-v18-x: 1116px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(153),
html.export-ready-theme body .article_summary:nth-child(153),
body .article_summary:nth-child(153) {
    --eyib-v18-x: -1154px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(154),
html.export-ready-theme body .article_summary:nth-child(154),
body .article_summary:nth-child(154) {
    --eyib-v18-x: 1192px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(155),
html.export-ready-theme body .article_summary:nth-child(155),
body .article_summary:nth-child(155) {
    --eyib-v18-x: -1230px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(156),
html.export-ready-theme body .article_summary:nth-child(156),
body .article_summary:nth-child(156) {
    --eyib-v18-x: 1268px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(157),
html.export-ready-theme body .article_summary:nth-child(157),
body .article_summary:nth-child(157) {
    --eyib-v18-x: -1306px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(158),
html.export-ready-theme body .article_summary:nth-child(158),
body .article_summary:nth-child(158) {
    --eyib-v18-x: 1344px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(159),
html.export-ready-theme body .article_summary:nth-child(159),
body .article_summary:nth-child(159) {
    --eyib-v18-x: -1382px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(160),
html.export-ready-theme body .article_summary:nth-child(160),
body .article_summary:nth-child(160) {
    --eyib-v18-x: 1420px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(161),
html.export-ready-theme body .article_summary:nth-child(161),
body .article_summary:nth-child(161) {
    --eyib-v18-x: -260px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(162),
html.export-ready-theme body .article_summary:nth-child(162),
body .article_summary:nth-child(162) {
    --eyib-v18-x: 298px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(163),
html.export-ready-theme body .article_summary:nth-child(163),
body .article_summary:nth-child(163) {
    --eyib-v18-x: -336px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(164),
html.export-ready-theme body .article_summary:nth-child(164),
body .article_summary:nth-child(164) {
    --eyib-v18-x: 374px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(165),
html.export-ready-theme body .article_summary:nth-child(165),
body .article_summary:nth-child(165) {
    --eyib-v18-x: -412px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(166),
html.export-ready-theme body .article_summary:nth-child(166),
body .article_summary:nth-child(166) {
    --eyib-v18-x: 450px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(167),
html.export-ready-theme body .article_summary:nth-child(167),
body .article_summary:nth-child(167) {
    --eyib-v18-x: -488px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(168),
html.export-ready-theme body .article_summary:nth-child(168),
body .article_summary:nth-child(168) {
    --eyib-v18-x: 526px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(169),
html.export-ready-theme body .article_summary:nth-child(169),
body .article_summary:nth-child(169) {
    --eyib-v18-x: -564px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(170),
html.export-ready-theme body .article_summary:nth-child(170),
body .article_summary:nth-child(170) {
    --eyib-v18-x: 602px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(171),
html.export-ready-theme body .article_summary:nth-child(171),
body .article_summary:nth-child(171) {
    --eyib-v18-x: -640px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(172),
html.export-ready-theme body .article_summary:nth-child(172),
body .article_summary:nth-child(172) {
    --eyib-v18-x: 678px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(173),
html.export-ready-theme body .article_summary:nth-child(173),
body .article_summary:nth-child(173) {
    --eyib-v18-x: -716px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(174),
html.export-ready-theme body .article_summary:nth-child(174),
body .article_summary:nth-child(174) {
    --eyib-v18-x: 754px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(175),
html.export-ready-theme body .article_summary:nth-child(175),
body .article_summary:nth-child(175) {
    --eyib-v18-x: -792px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(176),
html.export-ready-theme body .article_summary:nth-child(176),
body .article_summary:nth-child(176) {
    --eyib-v18-x: 830px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(177),
html.export-ready-theme body .article_summary:nth-child(177),
body .article_summary:nth-child(177) {
    --eyib-v18-x: -868px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(178),
html.export-ready-theme body .article_summary:nth-child(178),
body .article_summary:nth-child(178) {
    --eyib-v18-x: 906px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(179),
html.export-ready-theme body .article_summary:nth-child(179),
body .article_summary:nth-child(179) {
    --eyib-v18-x: -944px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(180),
html.export-ready-theme body .article_summary:nth-child(180),
body .article_summary:nth-child(180) {
    --eyib-v18-x: 982px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(181),
html.export-ready-theme body .article_summary:nth-child(181),
body .article_summary:nth-child(181) {
    --eyib-v18-x: -1020px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(182),
html.export-ready-theme body .article_summary:nth-child(182),
body .article_summary:nth-child(182) {
    --eyib-v18-x: 1058px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(183),
html.export-ready-theme body .article_summary:nth-child(183),
body .article_summary:nth-child(183) {
    --eyib-v18-x: -1096px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(184),
html.export-ready-theme body .article_summary:nth-child(184),
body .article_summary:nth-child(184) {
    --eyib-v18-x: 1134px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(185),
html.export-ready-theme body .article_summary:nth-child(185),
body .article_summary:nth-child(185) {
    --eyib-v18-x: -1172px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(186),
html.export-ready-theme body .article_summary:nth-child(186),
body .article_summary:nth-child(186) {
    --eyib-v18-x: 1210px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(187),
html.export-ready-theme body .article_summary:nth-child(187),
body .article_summary:nth-child(187) {
    --eyib-v18-x: -1248px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(188),
html.export-ready-theme body .article_summary:nth-child(188),
body .article_summary:nth-child(188) {
    --eyib-v18-x: 1286px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(189),
html.export-ready-theme body .article_summary:nth-child(189),
body .article_summary:nth-child(189) {
    --eyib-v18-x: -1324px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(190),
html.export-ready-theme body .article_summary:nth-child(190),
body .article_summary:nth-child(190) {
    --eyib-v18-x: 1362px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(191),
html.export-ready-theme body .article_summary:nth-child(191),
body .article_summary:nth-child(191) {
    --eyib-v18-x: -1400px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(192),
html.export-ready-theme body .article_summary:nth-child(192),
body .article_summary:nth-child(192) {
    --eyib-v18-x: 1438px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(193),
html.export-ready-theme body .article_summary:nth-child(193),
body .article_summary:nth-child(193) {
    --eyib-v18-x: -278px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(194),
html.export-ready-theme body .article_summary:nth-child(194),
body .article_summary:nth-child(194) {
    --eyib-v18-x: 316px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(195),
html.export-ready-theme body .article_summary:nth-child(195),
body .article_summary:nth-child(195) {
    --eyib-v18-x: -354px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(196),
html.export-ready-theme body .article_summary:nth-child(196),
body .article_summary:nth-child(196) {
    --eyib-v18-x: 392px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(197),
html.export-ready-theme body .article_summary:nth-child(197),
body .article_summary:nth-child(197) {
    --eyib-v18-x: -430px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(198),
html.export-ready-theme body .article_summary:nth-child(198),
body .article_summary:nth-child(198) {
    --eyib-v18-x: 468px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(199),
html.export-ready-theme body .article_summary:nth-child(199),
body .article_summary:nth-child(199) {
    --eyib-v18-x: -506px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(200),
html.export-ready-theme body .article_summary:nth-child(200),
body .article_summary:nth-child(200) {
    --eyib-v18-x: 544px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(201),
html.export-ready-theme body .article_summary:nth-child(201),
body .article_summary:nth-child(201) {
    --eyib-v18-x: -582px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(202),
html.export-ready-theme body .article_summary:nth-child(202),
body .article_summary:nth-child(202) {
    --eyib-v18-x: 620px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(203),
html.export-ready-theme body .article_summary:nth-child(203),
body .article_summary:nth-child(203) {
    --eyib-v18-x: -658px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(204),
html.export-ready-theme body .article_summary:nth-child(204),
body .article_summary:nth-child(204) {
    --eyib-v18-x: 696px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(205),
html.export-ready-theme body .article_summary:nth-child(205),
body .article_summary:nth-child(205) {
    --eyib-v18-x: -734px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(206),
html.export-ready-theme body .article_summary:nth-child(206),
body .article_summary:nth-child(206) {
    --eyib-v18-x: 772px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(207),
html.export-ready-theme body .article_summary:nth-child(207),
body .article_summary:nth-child(207) {
    --eyib-v18-x: -810px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(208),
html.export-ready-theme body .article_summary:nth-child(208),
body .article_summary:nth-child(208) {
    --eyib-v18-x: 848px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(209),
html.export-ready-theme body .article_summary:nth-child(209),
body .article_summary:nth-child(209) {
    --eyib-v18-x: -886px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(210),
html.export-ready-theme body .article_summary:nth-child(210),
body .article_summary:nth-child(210) {
    --eyib-v18-x: 924px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(211),
html.export-ready-theme body .article_summary:nth-child(211),
body .article_summary:nth-child(211) {
    --eyib-v18-x: -962px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(212),
html.export-ready-theme body .article_summary:nth-child(212),
body .article_summary:nth-child(212) {
    --eyib-v18-x: 1000px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(213),
html.export-ready-theme body .article_summary:nth-child(213),
body .article_summary:nth-child(213) {
    --eyib-v18-x: -1038px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(214),
html.export-ready-theme body .article_summary:nth-child(214),
body .article_summary:nth-child(214) {
    --eyib-v18-x: 1076px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(215),
html.export-ready-theme body .article_summary:nth-child(215),
body .article_summary:nth-child(215) {
    --eyib-v18-x: -1114px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(216),
html.export-ready-theme body .article_summary:nth-child(216),
body .article_summary:nth-child(216) {
    --eyib-v18-x: 1152px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(217),
html.export-ready-theme body .article_summary:nth-child(217),
body .article_summary:nth-child(217) {
    --eyib-v18-x: -1190px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(218),
html.export-ready-theme body .article_summary:nth-child(218),
body .article_summary:nth-child(218) {
    --eyib-v18-x: 1228px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(219),
html.export-ready-theme body .article_summary:nth-child(219),
body .article_summary:nth-child(219) {
    --eyib-v18-x: -1266px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(220),
html.export-ready-theme body .article_summary:nth-child(220),
body .article_summary:nth-child(220) {
    --eyib-v18-x: 1304px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(221),
html.export-ready-theme body .article_summary:nth-child(221),
body .article_summary:nth-child(221) {
    --eyib-v18-x: -1342px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(222),
html.export-ready-theme body .article_summary:nth-child(222),
body .article_summary:nth-child(222) {
    --eyib-v18-x: 1380px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(223),
html.export-ready-theme body .article_summary:nth-child(223),
body .article_summary:nth-child(223) {
    --eyib-v18-x: -1418px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(224),
html.export-ready-theme body .article_summary:nth-child(224),
body .article_summary:nth-child(224) {
    --eyib-v18-x: 1450px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(225),
html.export-ready-theme body .article_summary:nth-child(225),
body .article_summary:nth-child(225) {
    --eyib-v18-x: -296px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(226),
html.export-ready-theme body .article_summary:nth-child(226),
body .article_summary:nth-child(226) {
    --eyib-v18-x: 334px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(227),
html.export-ready-theme body .article_summary:nth-child(227),
body .article_summary:nth-child(227) {
    --eyib-v18-x: -372px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(228),
html.export-ready-theme body .article_summary:nth-child(228),
body .article_summary:nth-child(228) {
    --eyib-v18-x: 410px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(229),
html.export-ready-theme body .article_summary:nth-child(229),
body .article_summary:nth-child(229) {
    --eyib-v18-x: -448px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(230),
html.export-ready-theme body .article_summary:nth-child(230),
body .article_summary:nth-child(230) {
    --eyib-v18-x: 486px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(231),
html.export-ready-theme body .article_summary:nth-child(231),
body .article_summary:nth-child(231) {
    --eyib-v18-x: -524px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(232),
html.export-ready-theme body .article_summary:nth-child(232),
body .article_summary:nth-child(232) {
    --eyib-v18-x: 562px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(233),
html.export-ready-theme body .article_summary:nth-child(233),
body .article_summary:nth-child(233) {
    --eyib-v18-x: -600px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(234),
html.export-ready-theme body .article_summary:nth-child(234),
body .article_summary:nth-child(234) {
    --eyib-v18-x: 638px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(235),
html.export-ready-theme body .article_summary:nth-child(235),
body .article_summary:nth-child(235) {
    --eyib-v18-x: -676px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(236),
html.export-ready-theme body .article_summary:nth-child(236),
body .article_summary:nth-child(236) {
    --eyib-v18-x: 714px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(237),
html.export-ready-theme body .article_summary:nth-child(237),
body .article_summary:nth-child(237) {
    --eyib-v18-x: -752px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(238),
html.export-ready-theme body .article_summary:nth-child(238),
body .article_summary:nth-child(238) {
    --eyib-v18-x: 790px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(239),
html.export-ready-theme body .article_summary:nth-child(239),
body .article_summary:nth-child(239) {
    --eyib-v18-x: -828px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(240),
html.export-ready-theme body .article_summary:nth-child(240),
body .article_summary:nth-child(240) {
    --eyib-v18-x: 866px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(241),
html.export-ready-theme body .article_summary:nth-child(241),
body .article_summary:nth-child(241) {
    --eyib-v18-x: -904px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(242),
html.export-ready-theme body .article_summary:nth-child(242),
body .article_summary:nth-child(242) {
    --eyib-v18-x: 942px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(243),
html.export-ready-theme body .article_summary:nth-child(243),
body .article_summary:nth-child(243) {
    --eyib-v18-x: -980px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(244),
html.export-ready-theme body .article_summary:nth-child(244),
body .article_summary:nth-child(244) {
    --eyib-v18-x: 1018px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(245),
html.export-ready-theme body .article_summary:nth-child(245),
body .article_summary:nth-child(245) {
    --eyib-v18-x: -1056px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(246),
html.export-ready-theme body .article_summary:nth-child(246),
body .article_summary:nth-child(246) {
    --eyib-v18-x: 1094px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(247),
html.export-ready-theme body .article_summary:nth-child(247),
body .article_summary:nth-child(247) {
    --eyib-v18-x: -1132px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(248),
html.export-ready-theme body .article_summary:nth-child(248),
body .article_summary:nth-child(248) {
    --eyib-v18-x: 1170px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(249),
html.export-ready-theme body .article_summary:nth-child(249),
body .article_summary:nth-child(249) {
    --eyib-v18-x: -1208px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(250),
html.export-ready-theme body .article_summary:nth-child(250),
body .article_summary:nth-child(250) {
    --eyib-v18-x: 1246px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(251),
html.export-ready-theme body .article_summary:nth-child(251),
body .article_summary:nth-child(251) {
    --eyib-v18-x: -1284px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(252),
html.export-ready-theme body .article_summary:nth-child(252),
body .article_summary:nth-child(252) {
    --eyib-v18-x: 1322px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(253),
html.export-ready-theme body .article_summary:nth-child(253),
body .article_summary:nth-child(253) {
    --eyib-v18-x: -1360px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(254),
html.export-ready-theme body .article_summary:nth-child(254),
body .article_summary:nth-child(254) {
    --eyib-v18-x: 1398px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(255),
html.export-ready-theme body .article_summary:nth-child(255),
body .article_summary:nth-child(255) {
    --eyib-v18-x: -1436px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(256),
html.export-ready-theme body .article_summary:nth-child(256),
body .article_summary:nth-child(256) {
    --eyib-v18-x: 1402px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(257),
html.export-ready-theme body .article_summary:nth-child(257),
body .article_summary:nth-child(257) {
    --eyib-v18-x: -314px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(258),
html.export-ready-theme body .article_summary:nth-child(258),
body .article_summary:nth-child(258) {
    --eyib-v18-x: 352px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(259),
html.export-ready-theme body .article_summary:nth-child(259),
body .article_summary:nth-child(259) {
    --eyib-v18-x: -390px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(260),
html.export-ready-theme body .article_summary:nth-child(260),
body .article_summary:nth-child(260) {
    --eyib-v18-x: 428px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(261),
html.export-ready-theme body .article_summary:nth-child(261),
body .article_summary:nth-child(261) {
    --eyib-v18-x: -466px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(262),
html.export-ready-theme body .article_summary:nth-child(262),
body .article_summary:nth-child(262) {
    --eyib-v18-x: 504px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(263),
html.export-ready-theme body .article_summary:nth-child(263),
body .article_summary:nth-child(263) {
    --eyib-v18-x: -542px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(264),
html.export-ready-theme body .article_summary:nth-child(264),
body .article_summary:nth-child(264) {
    --eyib-v18-x: 580px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(265),
html.export-ready-theme body .article_summary:nth-child(265),
body .article_summary:nth-child(265) {
    --eyib-v18-x: -618px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(266),
html.export-ready-theme body .article_summary:nth-child(266),
body .article_summary:nth-child(266) {
    --eyib-v18-x: 656px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(267),
html.export-ready-theme body .article_summary:nth-child(267),
body .article_summary:nth-child(267) {
    --eyib-v18-x: -694px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(268),
html.export-ready-theme body .article_summary:nth-child(268),
body .article_summary:nth-child(268) {
    --eyib-v18-x: 732px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(269),
html.export-ready-theme body .article_summary:nth-child(269),
body .article_summary:nth-child(269) {
    --eyib-v18-x: -770px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(270),
html.export-ready-theme body .article_summary:nth-child(270),
body .article_summary:nth-child(270) {
    --eyib-v18-x: 808px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(271),
html.export-ready-theme body .article_summary:nth-child(271),
body .article_summary:nth-child(271) {
    --eyib-v18-x: -846px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(272),
html.export-ready-theme body .article_summary:nth-child(272),
body .article_summary:nth-child(272) {
    --eyib-v18-x: 884px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(273),
html.export-ready-theme body .article_summary:nth-child(273),
body .article_summary:nth-child(273) {
    --eyib-v18-x: -922px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(274),
html.export-ready-theme body .article_summary:nth-child(274),
body .article_summary:nth-child(274) {
    --eyib-v18-x: 960px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(275),
html.export-ready-theme body .article_summary:nth-child(275),
body .article_summary:nth-child(275) {
    --eyib-v18-x: -998px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(276),
html.export-ready-theme body .article_summary:nth-child(276),
body .article_summary:nth-child(276) {
    --eyib-v18-x: 1036px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(277),
html.export-ready-theme body .article_summary:nth-child(277),
body .article_summary:nth-child(277) {
    --eyib-v18-x: -1074px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(278),
html.export-ready-theme body .article_summary:nth-child(278),
body .article_summary:nth-child(278) {
    --eyib-v18-x: 1112px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(279),
html.export-ready-theme body .article_summary:nth-child(279),
body .article_summary:nth-child(279) {
    --eyib-v18-x: -1150px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(280),
html.export-ready-theme body .article_summary:nth-child(280),
body .article_summary:nth-child(280) {
    --eyib-v18-x: 1188px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(281),
html.export-ready-theme body .article_summary:nth-child(281),
body .article_summary:nth-child(281) {
    --eyib-v18-x: -1226px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(282),
html.export-ready-theme body .article_summary:nth-child(282),
body .article_summary:nth-child(282) {
    --eyib-v18-x: 1264px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(283),
html.export-ready-theme body .article_summary:nth-child(283),
body .article_summary:nth-child(283) {
    --eyib-v18-x: -1302px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(284),
html.export-ready-theme body .article_summary:nth-child(284),
body .article_summary:nth-child(284) {
    --eyib-v18-x: 1340px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(285),
html.export-ready-theme body .article_summary:nth-child(285),
body .article_summary:nth-child(285) {
    --eyib-v18-x: -1378px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(286),
html.export-ready-theme body .article_summary:nth-child(286),
body .article_summary:nth-child(286) {
    --eyib-v18-x: 1416px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(287),
html.export-ready-theme body .article_summary:nth-child(287),
body .article_summary:nth-child(287) {
    --eyib-v18-x: -1450px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(288),
html.export-ready-theme body .article_summary:nth-child(288),
body .article_summary:nth-child(288) {
    --eyib-v18-x: 1438px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(289),
html.export-ready-theme body .article_summary:nth-child(289),
body .article_summary:nth-child(289) {
    --eyib-v18-x: -332px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(290),
html.export-ready-theme body .article_summary:nth-child(290),
body .article_summary:nth-child(290) {
    --eyib-v18-x: 370px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(291),
html.export-ready-theme body .article_summary:nth-child(291),
body .article_summary:nth-child(291) {
    --eyib-v18-x: -408px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(292),
html.export-ready-theme body .article_summary:nth-child(292),
body .article_summary:nth-child(292) {
    --eyib-v18-x: 446px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(293),
html.export-ready-theme body .article_summary:nth-child(293),
body .article_summary:nth-child(293) {
    --eyib-v18-x: -484px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(294),
html.export-ready-theme body .article_summary:nth-child(294),
body .article_summary:nth-child(294) {
    --eyib-v18-x: 522px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(295),
html.export-ready-theme body .article_summary:nth-child(295),
body .article_summary:nth-child(295) {
    --eyib-v18-x: -560px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(296),
html.export-ready-theme body .article_summary:nth-child(296),
body .article_summary:nth-child(296) {
    --eyib-v18-x: 598px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(297),
html.export-ready-theme body .article_summary:nth-child(297),
body .article_summary:nth-child(297) {
    --eyib-v18-x: -636px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(298),
html.export-ready-theme body .article_summary:nth-child(298),
body .article_summary:nth-child(298) {
    --eyib-v18-x: 674px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(299),
html.export-ready-theme body .article_summary:nth-child(299),
body .article_summary:nth-child(299) {
    --eyib-v18-x: -712px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(300),
html.export-ready-theme body .article_summary:nth-child(300),
body .article_summary:nth-child(300) {
    --eyib-v18-x: 750px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(301),
html.export-ready-theme body .article_summary:nth-child(301),
body .article_summary:nth-child(301) {
    --eyib-v18-x: -788px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(302),
html.export-ready-theme body .article_summary:nth-child(302),
body .article_summary:nth-child(302) {
    --eyib-v18-x: 826px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(303),
html.export-ready-theme body .article_summary:nth-child(303),
body .article_summary:nth-child(303) {
    --eyib-v18-x: -864px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(304),
html.export-ready-theme body .article_summary:nth-child(304),
body .article_summary:nth-child(304) {
    --eyib-v18-x: 902px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(305),
html.export-ready-theme body .article_summary:nth-child(305),
body .article_summary:nth-child(305) {
    --eyib-v18-x: -940px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(306),
html.export-ready-theme body .article_summary:nth-child(306),
body .article_summary:nth-child(306) {
    --eyib-v18-x: 978px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(307),
html.export-ready-theme body .article_summary:nth-child(307),
body .article_summary:nth-child(307) {
    --eyib-v18-x: -1016px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(308),
html.export-ready-theme body .article_summary:nth-child(308),
body .article_summary:nth-child(308) {
    --eyib-v18-x: 1054px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(309),
html.export-ready-theme body .article_summary:nth-child(309),
body .article_summary:nth-child(309) {
    --eyib-v18-x: -1092px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(310),
html.export-ready-theme body .article_summary:nth-child(310),
body .article_summary:nth-child(310) {
    --eyib-v18-x: 1130px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(311),
html.export-ready-theme body .article_summary:nth-child(311),
body .article_summary:nth-child(311) {
    --eyib-v18-x: -1168px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(312),
html.export-ready-theme body .article_summary:nth-child(312),
body .article_summary:nth-child(312) {
    --eyib-v18-x: 1206px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(313),
html.export-ready-theme body .article_summary:nth-child(313),
body .article_summary:nth-child(313) {
    --eyib-v18-x: -1244px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(314),
html.export-ready-theme body .article_summary:nth-child(314),
body .article_summary:nth-child(314) {
    --eyib-v18-x: 1282px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(315),
html.export-ready-theme body .article_summary:nth-child(315),
body .article_summary:nth-child(315) {
    --eyib-v18-x: -1320px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(316),
html.export-ready-theme body .article_summary:nth-child(316),
body .article_summary:nth-child(316) {
    --eyib-v18-x: 1358px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(317),
html.export-ready-theme body .article_summary:nth-child(317),
body .article_summary:nth-child(317) {
    --eyib-v18-x: -1396px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(318),
html.export-ready-theme body .article_summary:nth-child(318),
body .article_summary:nth-child(318) {
    --eyib-v18-x: 1434px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(319),
html.export-ready-theme body .article_summary:nth-child(319),
body .article_summary:nth-child(319) {
    --eyib-v18-x: -1402px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(320),
html.export-ready-theme body .article_summary:nth-child(320),
body .article_summary:nth-child(320) {
    --eyib-v18-x: 1390px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(321),
html.export-ready-theme body .article_summary:nth-child(321),
body .article_summary:nth-child(321) {
    --eyib-v18-x: -350px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(322),
html.export-ready-theme body .article_summary:nth-child(322),
body .article_summary:nth-child(322) {
    --eyib-v18-x: 388px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(323),
html.export-ready-theme body .article_summary:nth-child(323),
body .article_summary:nth-child(323) {
    --eyib-v18-x: -426px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(324),
html.export-ready-theme body .article_summary:nth-child(324),
body .article_summary:nth-child(324) {
    --eyib-v18-x: 464px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(325),
html.export-ready-theme body .article_summary:nth-child(325),
body .article_summary:nth-child(325) {
    --eyib-v18-x: -502px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(326),
html.export-ready-theme body .article_summary:nth-child(326),
body .article_summary:nth-child(326) {
    --eyib-v18-x: 540px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(327),
html.export-ready-theme body .article_summary:nth-child(327),
body .article_summary:nth-child(327) {
    --eyib-v18-x: -578px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(328),
html.export-ready-theme body .article_summary:nth-child(328),
body .article_summary:nth-child(328) {
    --eyib-v18-x: 616px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(329),
html.export-ready-theme body .article_summary:nth-child(329),
body .article_summary:nth-child(329) {
    --eyib-v18-x: -654px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(330),
html.export-ready-theme body .article_summary:nth-child(330),
body .article_summary:nth-child(330) {
    --eyib-v18-x: 692px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(331),
html.export-ready-theme body .article_summary:nth-child(331),
body .article_summary:nth-child(331) {
    --eyib-v18-x: -730px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(332),
html.export-ready-theme body .article_summary:nth-child(332),
body .article_summary:nth-child(332) {
    --eyib-v18-x: 768px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(333),
html.export-ready-theme body .article_summary:nth-child(333),
body .article_summary:nth-child(333) {
    --eyib-v18-x: -806px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(334),
html.export-ready-theme body .article_summary:nth-child(334),
body .article_summary:nth-child(334) {
    --eyib-v18-x: 844px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(335),
html.export-ready-theme body .article_summary:nth-child(335),
body .article_summary:nth-child(335) {
    --eyib-v18-x: -882px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(336),
html.export-ready-theme body .article_summary:nth-child(336),
body .article_summary:nth-child(336) {
    --eyib-v18-x: 920px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(337),
html.export-ready-theme body .article_summary:nth-child(337),
body .article_summary:nth-child(337) {
    --eyib-v18-x: -958px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(338),
html.export-ready-theme body .article_summary:nth-child(338),
body .article_summary:nth-child(338) {
    --eyib-v18-x: 996px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(339),
html.export-ready-theme body .article_summary:nth-child(339),
body .article_summary:nth-child(339) {
    --eyib-v18-x: -1034px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(340),
html.export-ready-theme body .article_summary:nth-child(340),
body .article_summary:nth-child(340) {
    --eyib-v18-x: 1072px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(341),
html.export-ready-theme body .article_summary:nth-child(341),
body .article_summary:nth-child(341) {
    --eyib-v18-x: -1110px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(342),
html.export-ready-theme body .article_summary:nth-child(342),
body .article_summary:nth-child(342) {
    --eyib-v18-x: 1148px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(343),
html.export-ready-theme body .article_summary:nth-child(343),
body .article_summary:nth-child(343) {
    --eyib-v18-x: -1186px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(344),
html.export-ready-theme body .article_summary:nth-child(344),
body .article_summary:nth-child(344) {
    --eyib-v18-x: 1224px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(345),
html.export-ready-theme body .article_summary:nth-child(345),
body .article_summary:nth-child(345) {
    --eyib-v18-x: -1262px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(346),
html.export-ready-theme body .article_summary:nth-child(346),
body .article_summary:nth-child(346) {
    --eyib-v18-x: 1300px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(347),
html.export-ready-theme body .article_summary:nth-child(347),
body .article_summary:nth-child(347) {
    --eyib-v18-x: -1338px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(348),
html.export-ready-theme body .article_summary:nth-child(348),
body .article_summary:nth-child(348) {
    --eyib-v18-x: 1376px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(349),
html.export-ready-theme body .article_summary:nth-child(349),
body .article_summary:nth-child(349) {
    --eyib-v18-x: -1414px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(350),
html.export-ready-theme body .article_summary:nth-child(350),
body .article_summary:nth-child(350) {
    --eyib-v18-x: 1450px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(351),
html.export-ready-theme body .article_summary:nth-child(351),
body .article_summary:nth-child(351) {
    --eyib-v18-x: -1438px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(352),
html.export-ready-theme body .article_summary:nth-child(352),
body .article_summary:nth-child(352) {
    --eyib-v18-x: 1426px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(353),
html.export-ready-theme body .article_summary:nth-child(353),
body .article_summary:nth-child(353) {
    --eyib-v18-x: -368px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(354),
html.export-ready-theme body .article_summary:nth-child(354),
body .article_summary:nth-child(354) {
    --eyib-v18-x: 406px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(355),
html.export-ready-theme body .article_summary:nth-child(355),
body .article_summary:nth-child(355) {
    --eyib-v18-x: -444px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(356),
html.export-ready-theme body .article_summary:nth-child(356),
body .article_summary:nth-child(356) {
    --eyib-v18-x: 482px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(357),
html.export-ready-theme body .article_summary:nth-child(357),
body .article_summary:nth-child(357) {
    --eyib-v18-x: -520px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(358),
html.export-ready-theme body .article_summary:nth-child(358),
body .article_summary:nth-child(358) {
    --eyib-v18-x: 558px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(359),
html.export-ready-theme body .article_summary:nth-child(359),
body .article_summary:nth-child(359) {
    --eyib-v18-x: -596px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(360),
html.export-ready-theme body .article_summary:nth-child(360),
body .article_summary:nth-child(360) {
    --eyib-v18-x: 634px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(361),
html.export-ready-theme body .article_summary:nth-child(361),
body .article_summary:nth-child(361) {
    --eyib-v18-x: -672px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(362),
html.export-ready-theme body .article_summary:nth-child(362),
body .article_summary:nth-child(362) {
    --eyib-v18-x: 710px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(363),
html.export-ready-theme body .article_summary:nth-child(363),
body .article_summary:nth-child(363) {
    --eyib-v18-x: -748px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(364),
html.export-ready-theme body .article_summary:nth-child(364),
body .article_summary:nth-child(364) {
    --eyib-v18-x: 786px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(365),
html.export-ready-theme body .article_summary:nth-child(365),
body .article_summary:nth-child(365) {
    --eyib-v18-x: -824px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(366),
html.export-ready-theme body .article_summary:nth-child(366),
body .article_summary:nth-child(366) {
    --eyib-v18-x: 862px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(367),
html.export-ready-theme body .article_summary:nth-child(367),
body .article_summary:nth-child(367) {
    --eyib-v18-x: -900px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(368),
html.export-ready-theme body .article_summary:nth-child(368),
body .article_summary:nth-child(368) {
    --eyib-v18-x: 938px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(369),
html.export-ready-theme body .article_summary:nth-child(369),
body .article_summary:nth-child(369) {
    --eyib-v18-x: -976px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(370),
html.export-ready-theme body .article_summary:nth-child(370),
body .article_summary:nth-child(370) {
    --eyib-v18-x: 1014px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(371),
html.export-ready-theme body .article_summary:nth-child(371),
body .article_summary:nth-child(371) {
    --eyib-v18-x: -1052px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(372),
html.export-ready-theme body .article_summary:nth-child(372),
body .article_summary:nth-child(372) {
    --eyib-v18-x: 1090px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(373),
html.export-ready-theme body .article_summary:nth-child(373),
body .article_summary:nth-child(373) {
    --eyib-v18-x: -1128px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(374),
html.export-ready-theme body .article_summary:nth-child(374),
body .article_summary:nth-child(374) {
    --eyib-v18-x: 1166px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(375),
html.export-ready-theme body .article_summary:nth-child(375),
body .article_summary:nth-child(375) {
    --eyib-v18-x: -1204px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(376),
html.export-ready-theme body .article_summary:nth-child(376),
body .article_summary:nth-child(376) {
    --eyib-v18-x: 1242px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(377),
html.export-ready-theme body .article_summary:nth-child(377),
body .article_summary:nth-child(377) {
    --eyib-v18-x: -1280px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(378),
html.export-ready-theme body .article_summary:nth-child(378),
body .article_summary:nth-child(378) {
    --eyib-v18-x: 1318px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(379),
html.export-ready-theme body .article_summary:nth-child(379),
body .article_summary:nth-child(379) {
    --eyib-v18-x: -1356px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(380),
html.export-ready-theme body .article_summary:nth-child(380),
body .article_summary:nth-child(380) {
    --eyib-v18-x: 1394px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(381),
html.export-ready-theme body .article_summary:nth-child(381),
body .article_summary:nth-child(381) {
    --eyib-v18-x: -1432px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(382),
html.export-ready-theme body .article_summary:nth-child(382),
body .article_summary:nth-child(382) {
    --eyib-v18-x: 1402px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(383),
html.export-ready-theme body .article_summary:nth-child(383),
body .article_summary:nth-child(383) {
    --eyib-v18-x: -1390px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(384),
html.export-ready-theme body .article_summary:nth-child(384),
body .article_summary:nth-child(384) {
    --eyib-v18-x: 1378px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(385),
html.export-ready-theme body .article_summary:nth-child(385),
body .article_summary:nth-child(385) {
    --eyib-v18-x: -386px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(386),
html.export-ready-theme body .article_summary:nth-child(386),
body .article_summary:nth-child(386) {
    --eyib-v18-x: 424px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(387),
html.export-ready-theme body .article_summary:nth-child(387),
body .article_summary:nth-child(387) {
    --eyib-v18-x: -462px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(388),
html.export-ready-theme body .article_summary:nth-child(388),
body .article_summary:nth-child(388) {
    --eyib-v18-x: 500px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(389),
html.export-ready-theme body .article_summary:nth-child(389),
body .article_summary:nth-child(389) {
    --eyib-v18-x: -538px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(390),
html.export-ready-theme body .article_summary:nth-child(390),
body .article_summary:nth-child(390) {
    --eyib-v18-x: 576px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(391),
html.export-ready-theme body .article_summary:nth-child(391),
body .article_summary:nth-child(391) {
    --eyib-v18-x: -614px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(392),
html.export-ready-theme body .article_summary:nth-child(392),
body .article_summary:nth-child(392) {
    --eyib-v18-x: 652px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(393),
html.export-ready-theme body .article_summary:nth-child(393),
body .article_summary:nth-child(393) {
    --eyib-v18-x: -690px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(394),
html.export-ready-theme body .article_summary:nth-child(394),
body .article_summary:nth-child(394) {
    --eyib-v18-x: 728px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(395),
html.export-ready-theme body .article_summary:nth-child(395),
body .article_summary:nth-child(395) {
    --eyib-v18-x: -766px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(396),
html.export-ready-theme body .article_summary:nth-child(396),
body .article_summary:nth-child(396) {
    --eyib-v18-x: 804px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(397),
html.export-ready-theme body .article_summary:nth-child(397),
body .article_summary:nth-child(397) {
    --eyib-v18-x: -842px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(398),
html.export-ready-theme body .article_summary:nth-child(398),
body .article_summary:nth-child(398) {
    --eyib-v18-x: 880px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(399),
html.export-ready-theme body .article_summary:nth-child(399),
body .article_summary:nth-child(399) {
    --eyib-v18-x: -918px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(400),
html.export-ready-theme body .article_summary:nth-child(400),
body .article_summary:nth-child(400) {
    --eyib-v18-x: 956px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(401),
html.export-ready-theme body .article_summary:nth-child(401),
body .article_summary:nth-child(401) {
    --eyib-v18-x: -994px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(402),
html.export-ready-theme body .article_summary:nth-child(402),
body .article_summary:nth-child(402) {
    --eyib-v18-x: 1032px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(403),
html.export-ready-theme body .article_summary:nth-child(403),
body .article_summary:nth-child(403) {
    --eyib-v18-x: -1070px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(404),
html.export-ready-theme body .article_summary:nth-child(404),
body .article_summary:nth-child(404) {
    --eyib-v18-x: 1108px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(405),
html.export-ready-theme body .article_summary:nth-child(405),
body .article_summary:nth-child(405) {
    --eyib-v18-x: -1146px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(406),
html.export-ready-theme body .article_summary:nth-child(406),
body .article_summary:nth-child(406) {
    --eyib-v18-x: 1184px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(407),
html.export-ready-theme body .article_summary:nth-child(407),
body .article_summary:nth-child(407) {
    --eyib-v18-x: -1222px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(408),
html.export-ready-theme body .article_summary:nth-child(408),
body .article_summary:nth-child(408) {
    --eyib-v18-x: 1260px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(409),
html.export-ready-theme body .article_summary:nth-child(409),
body .article_summary:nth-child(409) {
    --eyib-v18-x: -1298px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(410),
html.export-ready-theme body .article_summary:nth-child(410),
body .article_summary:nth-child(410) {
    --eyib-v18-x: 1336px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(411),
html.export-ready-theme body .article_summary:nth-child(411),
body .article_summary:nth-child(411) {
    --eyib-v18-x: -1374px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(412),
html.export-ready-theme body .article_summary:nth-child(412),
body .article_summary:nth-child(412) {
    --eyib-v18-x: 1412px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(413),
html.export-ready-theme body .article_summary:nth-child(413),
body .article_summary:nth-child(413) {
    --eyib-v18-x: -1450px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(414),
html.export-ready-theme body .article_summary:nth-child(414),
body .article_summary:nth-child(414) {
    --eyib-v18-x: 1438px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(415),
html.export-ready-theme body .article_summary:nth-child(415),
body .article_summary:nth-child(415) {
    --eyib-v18-x: -1426px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(416),
html.export-ready-theme body .article_summary:nth-child(416),
body .article_summary:nth-child(416) {
    --eyib-v18-x: 1414px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(417),
html.export-ready-theme body .article_summary:nth-child(417),
body .article_summary:nth-child(417) {
    --eyib-v18-x: -404px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(418),
html.export-ready-theme body .article_summary:nth-child(418),
body .article_summary:nth-child(418) {
    --eyib-v18-x: 442px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(419),
html.export-ready-theme body .article_summary:nth-child(419),
body .article_summary:nth-child(419) {
    --eyib-v18-x: -480px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(420),
html.export-ready-theme body .article_summary:nth-child(420),
body .article_summary:nth-child(420) {
    --eyib-v18-x: 518px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(421),
html.export-ready-theme body .article_summary:nth-child(421),
body .article_summary:nth-child(421) {
    --eyib-v18-x: -556px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(422),
html.export-ready-theme body .article_summary:nth-child(422),
body .article_summary:nth-child(422) {
    --eyib-v18-x: 594px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(423),
html.export-ready-theme body .article_summary:nth-child(423),
body .article_summary:nth-child(423) {
    --eyib-v18-x: -632px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(424),
html.export-ready-theme body .article_summary:nth-child(424),
body .article_summary:nth-child(424) {
    --eyib-v18-x: 670px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(425),
html.export-ready-theme body .article_summary:nth-child(425),
body .article_summary:nth-child(425) {
    --eyib-v18-x: -708px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(426),
html.export-ready-theme body .article_summary:nth-child(426),
body .article_summary:nth-child(426) {
    --eyib-v18-x: 746px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(427),
html.export-ready-theme body .article_summary:nth-child(427),
body .article_summary:nth-child(427) {
    --eyib-v18-x: -784px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(428),
html.export-ready-theme body .article_summary:nth-child(428),
body .article_summary:nth-child(428) {
    --eyib-v18-x: 822px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(429),
html.export-ready-theme body .article_summary:nth-child(429),
body .article_summary:nth-child(429) {
    --eyib-v18-x: -860px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(430),
html.export-ready-theme body .article_summary:nth-child(430),
body .article_summary:nth-child(430) {
    --eyib-v18-x: 898px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(431),
html.export-ready-theme body .article_summary:nth-child(431),
body .article_summary:nth-child(431) {
    --eyib-v18-x: -936px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(432),
html.export-ready-theme body .article_summary:nth-child(432),
body .article_summary:nth-child(432) {
    --eyib-v18-x: 974px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(433),
html.export-ready-theme body .article_summary:nth-child(433),
body .article_summary:nth-child(433) {
    --eyib-v18-x: -1012px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(434),
html.export-ready-theme body .article_summary:nth-child(434),
body .article_summary:nth-child(434) {
    --eyib-v18-x: 1050px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(435),
html.export-ready-theme body .article_summary:nth-child(435),
body .article_summary:nth-child(435) {
    --eyib-v18-x: -1088px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(436),
html.export-ready-theme body .article_summary:nth-child(436),
body .article_summary:nth-child(436) {
    --eyib-v18-x: 1126px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(437),
html.export-ready-theme body .article_summary:nth-child(437),
body .article_summary:nth-child(437) {
    --eyib-v18-x: -1164px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(438),
html.export-ready-theme body .article_summary:nth-child(438),
body .article_summary:nth-child(438) {
    --eyib-v18-x: 1202px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(439),
html.export-ready-theme body .article_summary:nth-child(439),
body .article_summary:nth-child(439) {
    --eyib-v18-x: -1240px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(440),
html.export-ready-theme body .article_summary:nth-child(440),
body .article_summary:nth-child(440) {
    --eyib-v18-x: 1278px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(441),
html.export-ready-theme body .article_summary:nth-child(441),
body .article_summary:nth-child(441) {
    --eyib-v18-x: -1316px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(442),
html.export-ready-theme body .article_summary:nth-child(442),
body .article_summary:nth-child(442) {
    --eyib-v18-x: 1354px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(443),
html.export-ready-theme body .article_summary:nth-child(443),
body .article_summary:nth-child(443) {
    --eyib-v18-x: -1392px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(444),
html.export-ready-theme body .article_summary:nth-child(444),
body .article_summary:nth-child(444) {
    --eyib-v18-x: 1430px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(445),
html.export-ready-theme body .article_summary:nth-child(445),
body .article_summary:nth-child(445) {
    --eyib-v18-x: -1402px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(446),
html.export-ready-theme body .article_summary:nth-child(446),
body .article_summary:nth-child(446) {
    --eyib-v18-x: 1390px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(447),
html.export-ready-theme body .article_summary:nth-child(447),
body .article_summary:nth-child(447) {
    --eyib-v18-x: -1378px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(448),
html.export-ready-theme body .article_summary:nth-child(448),
body .article_summary:nth-child(448) {
    --eyib-v18-x: 1450px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(449),
html.export-ready-theme body .article_summary:nth-child(449),
body .article_summary:nth-child(449) {
    --eyib-v18-x: -422px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(450),
html.export-ready-theme body .article_summary:nth-child(450),
body .article_summary:nth-child(450) {
    --eyib-v18-x: 460px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(451),
html.export-ready-theme body .article_summary:nth-child(451),
body .article_summary:nth-child(451) {
    --eyib-v18-x: -498px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(452),
html.export-ready-theme body .article_summary:nth-child(452),
body .article_summary:nth-child(452) {
    --eyib-v18-x: 536px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(453),
html.export-ready-theme body .article_summary:nth-child(453),
body .article_summary:nth-child(453) {
    --eyib-v18-x: -574px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(454),
html.export-ready-theme body .article_summary:nth-child(454),
body .article_summary:nth-child(454) {
    --eyib-v18-x: 612px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(455),
html.export-ready-theme body .article_summary:nth-child(455),
body .article_summary:nth-child(455) {
    --eyib-v18-x: -650px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(456),
html.export-ready-theme body .article_summary:nth-child(456),
body .article_summary:nth-child(456) {
    --eyib-v18-x: 688px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(457),
html.export-ready-theme body .article_summary:nth-child(457),
body .article_summary:nth-child(457) {
    --eyib-v18-x: -726px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(458),
html.export-ready-theme body .article_summary:nth-child(458),
body .article_summary:nth-child(458) {
    --eyib-v18-x: 764px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(459),
html.export-ready-theme body .article_summary:nth-child(459),
body .article_summary:nth-child(459) {
    --eyib-v18-x: -802px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(460),
html.export-ready-theme body .article_summary:nth-child(460),
body .article_summary:nth-child(460) {
    --eyib-v18-x: 840px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(461),
html.export-ready-theme body .article_summary:nth-child(461),
body .article_summary:nth-child(461) {
    --eyib-v18-x: -878px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(462),
html.export-ready-theme body .article_summary:nth-child(462),
body .article_summary:nth-child(462) {
    --eyib-v18-x: 916px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(463),
html.export-ready-theme body .article_summary:nth-child(463),
body .article_summary:nth-child(463) {
    --eyib-v18-x: -954px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(464),
html.export-ready-theme body .article_summary:nth-child(464),
body .article_summary:nth-child(464) {
    --eyib-v18-x: 992px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(465),
html.export-ready-theme body .article_summary:nth-child(465),
body .article_summary:nth-child(465) {
    --eyib-v18-x: -1030px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(466),
html.export-ready-theme body .article_summary:nth-child(466),
body .article_summary:nth-child(466) {
    --eyib-v18-x: 1068px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(467),
html.export-ready-theme body .article_summary:nth-child(467),
body .article_summary:nth-child(467) {
    --eyib-v18-x: -1106px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(468),
html.export-ready-theme body .article_summary:nth-child(468),
body .article_summary:nth-child(468) {
    --eyib-v18-x: 1144px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(469),
html.export-ready-theme body .article_summary:nth-child(469),
body .article_summary:nth-child(469) {
    --eyib-v18-x: -1182px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(470),
html.export-ready-theme body .article_summary:nth-child(470),
body .article_summary:nth-child(470) {
    --eyib-v18-x: 1220px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(471),
html.export-ready-theme body .article_summary:nth-child(471),
body .article_summary:nth-child(471) {
    --eyib-v18-x: -1258px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(472),
html.export-ready-theme body .article_summary:nth-child(472),
body .article_summary:nth-child(472) {
    --eyib-v18-x: 1296px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(473),
html.export-ready-theme body .article_summary:nth-child(473),
body .article_summary:nth-child(473) {
    --eyib-v18-x: -1334px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(474),
html.export-ready-theme body .article_summary:nth-child(474),
body .article_summary:nth-child(474) {
    --eyib-v18-x: 1372px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(475),
html.export-ready-theme body .article_summary:nth-child(475),
body .article_summary:nth-child(475) {
    --eyib-v18-x: -1410px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(476),
html.export-ready-theme body .article_summary:nth-child(476),
body .article_summary:nth-child(476) {
    --eyib-v18-x: 1448px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(477),
html.export-ready-theme body .article_summary:nth-child(477),
body .article_summary:nth-child(477) {
    --eyib-v18-x: -1438px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(478),
html.export-ready-theme body .article_summary:nth-child(478),
body .article_summary:nth-child(478) {
    --eyib-v18-x: 1426px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(479),
html.export-ready-theme body .article_summary:nth-child(479),
body .article_summary:nth-child(479) {
    --eyib-v18-x: -1414px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(480),
html.export-ready-theme body .article_summary:nth-child(480),
body .article_summary:nth-child(480) {
    --eyib-v18-x: 1402px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(481),
html.export-ready-theme body .article_summary:nth-child(481),
body .article_summary:nth-child(481) {
    --eyib-v18-x: -440px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(482),
html.export-ready-theme body .article_summary:nth-child(482),
body .article_summary:nth-child(482) {
    --eyib-v18-x: 478px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(483),
html.export-ready-theme body .article_summary:nth-child(483),
body .article_summary:nth-child(483) {
    --eyib-v18-x: -516px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(484),
html.export-ready-theme body .article_summary:nth-child(484),
body .article_summary:nth-child(484) {
    --eyib-v18-x: 554px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(485),
html.export-ready-theme body .article_summary:nth-child(485),
body .article_summary:nth-child(485) {
    --eyib-v18-x: -592px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(486),
html.export-ready-theme body .article_summary:nth-child(486),
body .article_summary:nth-child(486) {
    --eyib-v18-x: 630px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(487),
html.export-ready-theme body .article_summary:nth-child(487),
body .article_summary:nth-child(487) {
    --eyib-v18-x: -668px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(488),
html.export-ready-theme body .article_summary:nth-child(488),
body .article_summary:nth-child(488) {
    --eyib-v18-x: 706px;
    animation-delay: 0.56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(489),
html.export-ready-theme body .article_summary:nth-child(489),
body .article_summary:nth-child(489) {
    --eyib-v18-x: -744px;
    animation-delay: 0.62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(490),
html.export-ready-theme body .article_summary:nth-child(490),
body .article_summary:nth-child(490) {
    --eyib-v18-x: 782px;
    animation-delay: 0.68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(491),
html.export-ready-theme body .article_summary:nth-child(491),
body .article_summary:nth-child(491) {
    --eyib-v18-x: -820px;
    animation-delay: 0.73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(492),
html.export-ready-theme body .article_summary:nth-child(492),
body .article_summary:nth-child(492) {
    --eyib-v18-x: 858px;
    animation-delay: 0.78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(493),
html.export-ready-theme body .article_summary:nth-child(493),
body .article_summary:nth-child(493) {
    --eyib-v18-x: -896px;
    animation-delay: 0.18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(494),
html.export-ready-theme body .article_summary:nth-child(494),
body .article_summary:nth-child(494) {
    --eyib-v18-x: 934px;
    animation-delay: 0.23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(495),
html.export-ready-theme body .article_summary:nth-child(495),
body .article_summary:nth-child(495) {
    --eyib-v18-x: -972px;
    animation-delay: 0.29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(496),
html.export-ready-theme body .article_summary:nth-child(496),
body .article_summary:nth-child(496) {
    --eyib-v18-x: 1010px;
    animation-delay: 0.34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(497),
html.export-ready-theme body .article_summary:nth-child(497),
body .article_summary:nth-child(497) {
    --eyib-v18-x: -1048px;
    animation-delay: 0.40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(498),
html.export-ready-theme body .article_summary:nth-child(498),
body .article_summary:nth-child(498) {
    --eyib-v18-x: 1086px;
    animation-delay: 0.46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(499),
html.export-ready-theme body .article_summary:nth-child(499),
body .article_summary:nth-child(499) {
    --eyib-v18-x: -1124px;
    animation-delay: 0.51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(500),
html.export-ready-theme body .article_summary:nth-child(500),
body .article_summary:nth-child(500) {
    --eyib-v18-x: 1162px;
    animation-delay: 0.56s !important;
}


/* Mobil animatsiya: har maqola farqli, ammo ekran tashqarisiga haddan oshib ketmaydi */
@media (max-width: 720px) {
    @keyframes eyibV18ArticleSlide {
        0% {
            opacity: 0;
            transform: translate3d(var(--eyib-v18-x-mobile, -58px), 0, 0);
        }
        100% {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
    html.export-ready-theme body .article_summary,
    body .article_summary {
        animation-duration: 2.15s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
    html.export-ready-theme body .article_summary:nth-child(1),
    body .article_summary:nth-child(1) {
        --eyib-v18-x-mobile: -42px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
    html.export-ready-theme body .article_summary:nth-child(2),
    body .article_summary:nth-child(2) {
        --eyib-v18-x-mobile: 46px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
    html.export-ready-theme body .article_summary:nth-child(3),
    body .article_summary:nth-child(3) {
        --eyib-v18-x-mobile: -50px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
    html.export-ready-theme body .article_summary:nth-child(4),
    body .article_summary:nth-child(4) {
        --eyib-v18-x-mobile: 54px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
    html.export-ready-theme body .article_summary:nth-child(5),
    body .article_summary:nth-child(5) {
        --eyib-v18-x-mobile: -58px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
    html.export-ready-theme body .article_summary:nth-child(6),
    body .article_summary:nth-child(6) {
        --eyib-v18-x-mobile: 62px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
    html.export-ready-theme body .article_summary:nth-child(7),
    body .article_summary:nth-child(7) {
        --eyib-v18-x-mobile: -66px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
    html.export-ready-theme body .article_summary:nth-child(8),
    body .article_summary:nth-child(8) {
        --eyib-v18-x-mobile: 70px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
    html.export-ready-theme body .article_summary:nth-child(9),
    body .article_summary:nth-child(9) {
        --eyib-v18-x-mobile: -74px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
    html.export-ready-theme body .article_summary:nth-child(10),
    body .article_summary:nth-child(10) {
        --eyib-v18-x-mobile: 78px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
    html.export-ready-theme body .article_summary:nth-child(11),
    body .article_summary:nth-child(11) {
        --eyib-v18-x-mobile: -82px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
    html.export-ready-theme body .article_summary:nth-child(12),
    body .article_summary:nth-child(12) {
        --eyib-v18-x-mobile: 86px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
    html.export-ready-theme body .article_summary:nth-child(13),
    body .article_summary:nth-child(13) {
        --eyib-v18-x-mobile: -90px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
    html.export-ready-theme body .article_summary:nth-child(14),
    body .article_summary:nth-child(14) {
        --eyib-v18-x-mobile: 94px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
    html.export-ready-theme body .article_summary:nth-child(15),
    body .article_summary:nth-child(15) {
        --eyib-v18-x-mobile: -98px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
    html.export-ready-theme body .article_summary:nth-child(16),
    body .article_summary:nth-child(16) {
        --eyib-v18-x-mobile: 102px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
    html.export-ready-theme body .article_summary:nth-child(17),
    body .article_summary:nth-child(17) {
        --eyib-v18-x-mobile: -106px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
    html.export-ready-theme body .article_summary:nth-child(18),
    body .article_summary:nth-child(18) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
    html.export-ready-theme body .article_summary:nth-child(19),
    body .article_summary:nth-child(19) {
        --eyib-v18-x-mobile: -44px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
    html.export-ready-theme body .article_summary:nth-child(20),
    body .article_summary:nth-child(20) {
        --eyib-v18-x-mobile: 48px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
    html.export-ready-theme body .article_summary:nth-child(21),
    body .article_summary:nth-child(21) {
        --eyib-v18-x-mobile: -52px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
    html.export-ready-theme body .article_summary:nth-child(22),
    body .article_summary:nth-child(22) {
        --eyib-v18-x-mobile: 56px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
    html.export-ready-theme body .article_summary:nth-child(23),
    body .article_summary:nth-child(23) {
        --eyib-v18-x-mobile: -60px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
    html.export-ready-theme body .article_summary:nth-child(24),
    body .article_summary:nth-child(24) {
        --eyib-v18-x-mobile: 64px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
    html.export-ready-theme body .article_summary:nth-child(25),
    body .article_summary:nth-child(25) {
        --eyib-v18-x-mobile: -68px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
    html.export-ready-theme body .article_summary:nth-child(26),
    body .article_summary:nth-child(26) {
        --eyib-v18-x-mobile: 72px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
    html.export-ready-theme body .article_summary:nth-child(27),
    body .article_summary:nth-child(27) {
        --eyib-v18-x-mobile: -76px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
    html.export-ready-theme body .article_summary:nth-child(28),
    body .article_summary:nth-child(28) {
        --eyib-v18-x-mobile: 80px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
    html.export-ready-theme body .article_summary:nth-child(29),
    body .article_summary:nth-child(29) {
        --eyib-v18-x-mobile: -84px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
    html.export-ready-theme body .article_summary:nth-child(30),
    body .article_summary:nth-child(30) {
        --eyib-v18-x-mobile: 88px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
    html.export-ready-theme body .article_summary:nth-child(31),
    body .article_summary:nth-child(31) {
        --eyib-v18-x-mobile: -92px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
    html.export-ready-theme body .article_summary:nth-child(32),
    body .article_summary:nth-child(32) {
        --eyib-v18-x-mobile: 96px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
    html.export-ready-theme body .article_summary:nth-child(33),
    body .article_summary:nth-child(33) {
        --eyib-v18-x-mobile: -100px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
    html.export-ready-theme body .article_summary:nth-child(34),
    body .article_summary:nth-child(34) {
        --eyib-v18-x-mobile: 104px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
    html.export-ready-theme body .article_summary:nth-child(35),
    body .article_summary:nth-child(35) {
        --eyib-v18-x-mobile: -108px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
    html.export-ready-theme body .article_summary:nth-child(36),
    body .article_summary:nth-child(36) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
    html.export-ready-theme body .article_summary:nth-child(37),
    body .article_summary:nth-child(37) {
        --eyib-v18-x-mobile: -45px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
    html.export-ready-theme body .article_summary:nth-child(38),
    body .article_summary:nth-child(38) {
        --eyib-v18-x-mobile: 49px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
    html.export-ready-theme body .article_summary:nth-child(39),
    body .article_summary:nth-child(39) {
        --eyib-v18-x-mobile: -53px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
    html.export-ready-theme body .article_summary:nth-child(40),
    body .article_summary:nth-child(40) {
        --eyib-v18-x-mobile: 57px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
    html.export-ready-theme body .article_summary:nth-child(41),
    body .article_summary:nth-child(41) {
        --eyib-v18-x-mobile: -61px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
    html.export-ready-theme body .article_summary:nth-child(42),
    body .article_summary:nth-child(42) {
        --eyib-v18-x-mobile: 65px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
    html.export-ready-theme body .article_summary:nth-child(43),
    body .article_summary:nth-child(43) {
        --eyib-v18-x-mobile: -69px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
    html.export-ready-theme body .article_summary:nth-child(44),
    body .article_summary:nth-child(44) {
        --eyib-v18-x-mobile: 73px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
    html.export-ready-theme body .article_summary:nth-child(45),
    body .article_summary:nth-child(45) {
        --eyib-v18-x-mobile: -77px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
    html.export-ready-theme body .article_summary:nth-child(46),
    body .article_summary:nth-child(46) {
        --eyib-v18-x-mobile: 81px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
    html.export-ready-theme body .article_summary:nth-child(47),
    body .article_summary:nth-child(47) {
        --eyib-v18-x-mobile: -85px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
    html.export-ready-theme body .article_summary:nth-child(48),
    body .article_summary:nth-child(48) {
        --eyib-v18-x-mobile: 89px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
    html.export-ready-theme body .article_summary:nth-child(49),
    body .article_summary:nth-child(49) {
        --eyib-v18-x-mobile: -93px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
    html.export-ready-theme body .article_summary:nth-child(50),
    body .article_summary:nth-child(50) {
        --eyib-v18-x-mobile: 97px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
    html.export-ready-theme body .article_summary:nth-child(51),
    body .article_summary:nth-child(51) {
        --eyib-v18-x-mobile: -101px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
    html.export-ready-theme body .article_summary:nth-child(52),
    body .article_summary:nth-child(52) {
        --eyib-v18-x-mobile: 105px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
    html.export-ready-theme body .article_summary:nth-child(53),
    body .article_summary:nth-child(53) {
        --eyib-v18-x-mobile: -109px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
    html.export-ready-theme body .article_summary:nth-child(54),
    body .article_summary:nth-child(54) {
        --eyib-v18-x-mobile: 113px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
    html.export-ready-theme body .article_summary:nth-child(55),
    body .article_summary:nth-child(55) {
        --eyib-v18-x-mobile: -46px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
    html.export-ready-theme body .article_summary:nth-child(56),
    body .article_summary:nth-child(56) {
        --eyib-v18-x-mobile: 50px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
    html.export-ready-theme body .article_summary:nth-child(57),
    body .article_summary:nth-child(57) {
        --eyib-v18-x-mobile: -54px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
    html.export-ready-theme body .article_summary:nth-child(58),
    body .article_summary:nth-child(58) {
        --eyib-v18-x-mobile: 58px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
    html.export-ready-theme body .article_summary:nth-child(59),
    body .article_summary:nth-child(59) {
        --eyib-v18-x-mobile: -62px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
    html.export-ready-theme body .article_summary:nth-child(60),
    body .article_summary:nth-child(60) {
        --eyib-v18-x-mobile: 66px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
    html.export-ready-theme body .article_summary:nth-child(61),
    body .article_summary:nth-child(61) {
        --eyib-v18-x-mobile: -70px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
    html.export-ready-theme body .article_summary:nth-child(62),
    body .article_summary:nth-child(62) {
        --eyib-v18-x-mobile: 74px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
    html.export-ready-theme body .article_summary:nth-child(63),
    body .article_summary:nth-child(63) {
        --eyib-v18-x-mobile: -78px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
    html.export-ready-theme body .article_summary:nth-child(64),
    body .article_summary:nth-child(64) {
        --eyib-v18-x-mobile: 82px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
    html.export-ready-theme body .article_summary:nth-child(65),
    body .article_summary:nth-child(65) {
        --eyib-v18-x-mobile: -86px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
    html.export-ready-theme body .article_summary:nth-child(66),
    body .article_summary:nth-child(66) {
        --eyib-v18-x-mobile: 90px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
    html.export-ready-theme body .article_summary:nth-child(67),
    body .article_summary:nth-child(67) {
        --eyib-v18-x-mobile: -94px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
    html.export-ready-theme body .article_summary:nth-child(68),
    body .article_summary:nth-child(68) {
        --eyib-v18-x-mobile: 98px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
    html.export-ready-theme body .article_summary:nth-child(69),
    body .article_summary:nth-child(69) {
        --eyib-v18-x-mobile: -102px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
    html.export-ready-theme body .article_summary:nth-child(70),
    body .article_summary:nth-child(70) {
        --eyib-v18-x-mobile: 106px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
    html.export-ready-theme body .article_summary:nth-child(71),
    body .article_summary:nth-child(71) {
        --eyib-v18-x-mobile: -110px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
    html.export-ready-theme body .article_summary:nth-child(72),
    body .article_summary:nth-child(72) {
        --eyib-v18-x-mobile: 114px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
    html.export-ready-theme body .article_summary:nth-child(73),
    body .article_summary:nth-child(73) {
        --eyib-v18-x-mobile: -48px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
    html.export-ready-theme body .article_summary:nth-child(74),
    body .article_summary:nth-child(74) {
        --eyib-v18-x-mobile: 52px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
    html.export-ready-theme body .article_summary:nth-child(75),
    body .article_summary:nth-child(75) {
        --eyib-v18-x-mobile: -56px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
    html.export-ready-theme body .article_summary:nth-child(76),
    body .article_summary:nth-child(76) {
        --eyib-v18-x-mobile: 60px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
    html.export-ready-theme body .article_summary:nth-child(77),
    body .article_summary:nth-child(77) {
        --eyib-v18-x-mobile: -64px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
    html.export-ready-theme body .article_summary:nth-child(78),
    body .article_summary:nth-child(78) {
        --eyib-v18-x-mobile: 68px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
    html.export-ready-theme body .article_summary:nth-child(79),
    body .article_summary:nth-child(79) {
        --eyib-v18-x-mobile: -72px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
    html.export-ready-theme body .article_summary:nth-child(80),
    body .article_summary:nth-child(80) {
        --eyib-v18-x-mobile: 76px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
    html.export-ready-theme body .article_summary:nth-child(81),
    body .article_summary:nth-child(81) {
        --eyib-v18-x-mobile: -80px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
    html.export-ready-theme body .article_summary:nth-child(82),
    body .article_summary:nth-child(82) {
        --eyib-v18-x-mobile: 84px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
    html.export-ready-theme body .article_summary:nth-child(83),
    body .article_summary:nth-child(83) {
        --eyib-v18-x-mobile: -88px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
    html.export-ready-theme body .article_summary:nth-child(84),
    body .article_summary:nth-child(84) {
        --eyib-v18-x-mobile: 92px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
    html.export-ready-theme body .article_summary:nth-child(85),
    body .article_summary:nth-child(85) {
        --eyib-v18-x-mobile: -96px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
    html.export-ready-theme body .article_summary:nth-child(86),
    body .article_summary:nth-child(86) {
        --eyib-v18-x-mobile: 100px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
    html.export-ready-theme body .article_summary:nth-child(87),
    body .article_summary:nth-child(87) {
        --eyib-v18-x-mobile: -104px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
    html.export-ready-theme body .article_summary:nth-child(88),
    body .article_summary:nth-child(88) {
        --eyib-v18-x-mobile: 108px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
    html.export-ready-theme body .article_summary:nth-child(89),
    body .article_summary:nth-child(89) {
        --eyib-v18-x-mobile: -112px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
    html.export-ready-theme body .article_summary:nth-child(90),
    body .article_summary:nth-child(90) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
    html.export-ready-theme body .article_summary:nth-child(91),
    body .article_summary:nth-child(91) {
        --eyib-v18-x-mobile: -50px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
    html.export-ready-theme body .article_summary:nth-child(92),
    body .article_summary:nth-child(92) {
        --eyib-v18-x-mobile: 54px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
    html.export-ready-theme body .article_summary:nth-child(93),
    body .article_summary:nth-child(93) {
        --eyib-v18-x-mobile: -58px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
    html.export-ready-theme body .article_summary:nth-child(94),
    body .article_summary:nth-child(94) {
        --eyib-v18-x-mobile: 62px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
    html.export-ready-theme body .article_summary:nth-child(95),
    body .article_summary:nth-child(95) {
        --eyib-v18-x-mobile: -66px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
    html.export-ready-theme body .article_summary:nth-child(96),
    body .article_summary:nth-child(96) {
        --eyib-v18-x-mobile: 70px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
    html.export-ready-theme body .article_summary:nth-child(97),
    body .article_summary:nth-child(97) {
        --eyib-v18-x-mobile: -74px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
    html.export-ready-theme body .article_summary:nth-child(98),
    body .article_summary:nth-child(98) {
        --eyib-v18-x-mobile: 78px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
    html.export-ready-theme body .article_summary:nth-child(99),
    body .article_summary:nth-child(99) {
        --eyib-v18-x-mobile: -82px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
    html.export-ready-theme body .article_summary:nth-child(100),
    body .article_summary:nth-child(100) {
        --eyib-v18-x-mobile: 86px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
    html.export-ready-theme body .article_summary:nth-child(101),
    body .article_summary:nth-child(101) {
        --eyib-v18-x-mobile: -90px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
    html.export-ready-theme body .article_summary:nth-child(102),
    body .article_summary:nth-child(102) {
        --eyib-v18-x-mobile: 94px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
    html.export-ready-theme body .article_summary:nth-child(103),
    body .article_summary:nth-child(103) {
        --eyib-v18-x-mobile: -98px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
    html.export-ready-theme body .article_summary:nth-child(104),
    body .article_summary:nth-child(104) {
        --eyib-v18-x-mobile: 102px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
    html.export-ready-theme body .article_summary:nth-child(105),
    body .article_summary:nth-child(105) {
        --eyib-v18-x-mobile: -106px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
    html.export-ready-theme body .article_summary:nth-child(106),
    body .article_summary:nth-child(106) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
    html.export-ready-theme body .article_summary:nth-child(107),
    body .article_summary:nth-child(107) {
        --eyib-v18-x-mobile: -114px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
    html.export-ready-theme body .article_summary:nth-child(108),
    body .article_summary:nth-child(108) {
        --eyib-v18-x-mobile: 118px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
    html.export-ready-theme body .article_summary:nth-child(109),
    body .article_summary:nth-child(109) {
        --eyib-v18-x-mobile: -51px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
    html.export-ready-theme body .article_summary:nth-child(110),
    body .article_summary:nth-child(110) {
        --eyib-v18-x-mobile: 55px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
    html.export-ready-theme body .article_summary:nth-child(111),
    body .article_summary:nth-child(111) {
        --eyib-v18-x-mobile: -59px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
    html.export-ready-theme body .article_summary:nth-child(112),
    body .article_summary:nth-child(112) {
        --eyib-v18-x-mobile: 63px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
    html.export-ready-theme body .article_summary:nth-child(113),
    body .article_summary:nth-child(113) {
        --eyib-v18-x-mobile: -67px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
    html.export-ready-theme body .article_summary:nth-child(114),
    body .article_summary:nth-child(114) {
        --eyib-v18-x-mobile: 71px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
    html.export-ready-theme body .article_summary:nth-child(115),
    body .article_summary:nth-child(115) {
        --eyib-v18-x-mobile: -75px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
    html.export-ready-theme body .article_summary:nth-child(116),
    body .article_summary:nth-child(116) {
        --eyib-v18-x-mobile: 79px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
    html.export-ready-theme body .article_summary:nth-child(117),
    body .article_summary:nth-child(117) {
        --eyib-v18-x-mobile: -83px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
    html.export-ready-theme body .article_summary:nth-child(118),
    body .article_summary:nth-child(118) {
        --eyib-v18-x-mobile: 87px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
    html.export-ready-theme body .article_summary:nth-child(119),
    body .article_summary:nth-child(119) {
        --eyib-v18-x-mobile: -91px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
    html.export-ready-theme body .article_summary:nth-child(120),
    body .article_summary:nth-child(120) {
        --eyib-v18-x-mobile: 95px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(121),
    html.export-ready-theme body .article_summary:nth-child(121),
    body .article_summary:nth-child(121) {
        --eyib-v18-x-mobile: -99px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(122),
    html.export-ready-theme body .article_summary:nth-child(122),
    body .article_summary:nth-child(122) {
        --eyib-v18-x-mobile: 103px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(123),
    html.export-ready-theme body .article_summary:nth-child(123),
    body .article_summary:nth-child(123) {
        --eyib-v18-x-mobile: -107px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(124),
    html.export-ready-theme body .article_summary:nth-child(124),
    body .article_summary:nth-child(124) {
        --eyib-v18-x-mobile: 111px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(125),
    html.export-ready-theme body .article_summary:nth-child(125),
    body .article_summary:nth-child(125) {
        --eyib-v18-x-mobile: -115px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(126),
    html.export-ready-theme body .article_summary:nth-child(126),
    body .article_summary:nth-child(126) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(127),
    html.export-ready-theme body .article_summary:nth-child(127),
    body .article_summary:nth-child(127) {
        --eyib-v18-x-mobile: -52px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(128),
    html.export-ready-theme body .article_summary:nth-child(128),
    body .article_summary:nth-child(128) {
        --eyib-v18-x-mobile: 56px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(129),
    html.export-ready-theme body .article_summary:nth-child(129),
    body .article_summary:nth-child(129) {
        --eyib-v18-x-mobile: -60px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(130),
    html.export-ready-theme body .article_summary:nth-child(130),
    body .article_summary:nth-child(130) {
        --eyib-v18-x-mobile: 64px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(131),
    html.export-ready-theme body .article_summary:nth-child(131),
    body .article_summary:nth-child(131) {
        --eyib-v18-x-mobile: -68px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(132),
    html.export-ready-theme body .article_summary:nth-child(132),
    body .article_summary:nth-child(132) {
        --eyib-v18-x-mobile: 72px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(133),
    html.export-ready-theme body .article_summary:nth-child(133),
    body .article_summary:nth-child(133) {
        --eyib-v18-x-mobile: -76px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(134),
    html.export-ready-theme body .article_summary:nth-child(134),
    body .article_summary:nth-child(134) {
        --eyib-v18-x-mobile: 80px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(135),
    html.export-ready-theme body .article_summary:nth-child(135),
    body .article_summary:nth-child(135) {
        --eyib-v18-x-mobile: -84px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(136),
    html.export-ready-theme body .article_summary:nth-child(136),
    body .article_summary:nth-child(136) {
        --eyib-v18-x-mobile: 88px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(137),
    html.export-ready-theme body .article_summary:nth-child(137),
    body .article_summary:nth-child(137) {
        --eyib-v18-x-mobile: -92px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(138),
    html.export-ready-theme body .article_summary:nth-child(138),
    body .article_summary:nth-child(138) {
        --eyib-v18-x-mobile: 96px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(139),
    html.export-ready-theme body .article_summary:nth-child(139),
    body .article_summary:nth-child(139) {
        --eyib-v18-x-mobile: -100px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(140),
    html.export-ready-theme body .article_summary:nth-child(140),
    body .article_summary:nth-child(140) {
        --eyib-v18-x-mobile: 104px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(141),
    html.export-ready-theme body .article_summary:nth-child(141),
    body .article_summary:nth-child(141) {
        --eyib-v18-x-mobile: -108px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(142),
    html.export-ready-theme body .article_summary:nth-child(142),
    body .article_summary:nth-child(142) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(143),
    html.export-ready-theme body .article_summary:nth-child(143),
    body .article_summary:nth-child(143) {
        --eyib-v18-x-mobile: -116px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(144),
    html.export-ready-theme body .article_summary:nth-child(144),
    body .article_summary:nth-child(144) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(145),
    html.export-ready-theme body .article_summary:nth-child(145),
    body .article_summary:nth-child(145) {
        --eyib-v18-x-mobile: -54px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(146),
    html.export-ready-theme body .article_summary:nth-child(146),
    body .article_summary:nth-child(146) {
        --eyib-v18-x-mobile: 58px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(147),
    html.export-ready-theme body .article_summary:nth-child(147),
    body .article_summary:nth-child(147) {
        --eyib-v18-x-mobile: -62px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(148),
    html.export-ready-theme body .article_summary:nth-child(148),
    body .article_summary:nth-child(148) {
        --eyib-v18-x-mobile: 66px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(149),
    html.export-ready-theme body .article_summary:nth-child(149),
    body .article_summary:nth-child(149) {
        --eyib-v18-x-mobile: -70px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(150),
    html.export-ready-theme body .article_summary:nth-child(150),
    body .article_summary:nth-child(150) {
        --eyib-v18-x-mobile: 74px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(151),
    html.export-ready-theme body .article_summary:nth-child(151),
    body .article_summary:nth-child(151) {
        --eyib-v18-x-mobile: -78px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(152),
    html.export-ready-theme body .article_summary:nth-child(152),
    body .article_summary:nth-child(152) {
        --eyib-v18-x-mobile: 82px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(153),
    html.export-ready-theme body .article_summary:nth-child(153),
    body .article_summary:nth-child(153) {
        --eyib-v18-x-mobile: -86px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(154),
    html.export-ready-theme body .article_summary:nth-child(154),
    body .article_summary:nth-child(154) {
        --eyib-v18-x-mobile: 90px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(155),
    html.export-ready-theme body .article_summary:nth-child(155),
    body .article_summary:nth-child(155) {
        --eyib-v18-x-mobile: -94px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(156),
    html.export-ready-theme body .article_summary:nth-child(156),
    body .article_summary:nth-child(156) {
        --eyib-v18-x-mobile: 98px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(157),
    html.export-ready-theme body .article_summary:nth-child(157),
    body .article_summary:nth-child(157) {
        --eyib-v18-x-mobile: -102px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(158),
    html.export-ready-theme body .article_summary:nth-child(158),
    body .article_summary:nth-child(158) {
        --eyib-v18-x-mobile: 106px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(159),
    html.export-ready-theme body .article_summary:nth-child(159),
    body .article_summary:nth-child(159) {
        --eyib-v18-x-mobile: -110px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(160),
    html.export-ready-theme body .article_summary:nth-child(160),
    body .article_summary:nth-child(160) {
        --eyib-v18-x-mobile: 114px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(161),
    html.export-ready-theme body .article_summary:nth-child(161),
    body .article_summary:nth-child(161) {
        --eyib-v18-x-mobile: -118px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(162),
    html.export-ready-theme body .article_summary:nth-child(162),
    body .article_summary:nth-child(162) {
        --eyib-v18-x-mobile: 114px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(163),
    html.export-ready-theme body .article_summary:nth-child(163),
    body .article_summary:nth-child(163) {
        --eyib-v18-x-mobile: -56px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(164),
    html.export-ready-theme body .article_summary:nth-child(164),
    body .article_summary:nth-child(164) {
        --eyib-v18-x-mobile: 60px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(165),
    html.export-ready-theme body .article_summary:nth-child(165),
    body .article_summary:nth-child(165) {
        --eyib-v18-x-mobile: -64px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(166),
    html.export-ready-theme body .article_summary:nth-child(166),
    body .article_summary:nth-child(166) {
        --eyib-v18-x-mobile: 68px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(167),
    html.export-ready-theme body .article_summary:nth-child(167),
    body .article_summary:nth-child(167) {
        --eyib-v18-x-mobile: -72px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(168),
    html.export-ready-theme body .article_summary:nth-child(168),
    body .article_summary:nth-child(168) {
        --eyib-v18-x-mobile: 76px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(169),
    html.export-ready-theme body .article_summary:nth-child(169),
    body .article_summary:nth-child(169) {
        --eyib-v18-x-mobile: -80px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(170),
    html.export-ready-theme body .article_summary:nth-child(170),
    body .article_summary:nth-child(170) {
        --eyib-v18-x-mobile: 84px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(171),
    html.export-ready-theme body .article_summary:nth-child(171),
    body .article_summary:nth-child(171) {
        --eyib-v18-x-mobile: -88px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(172),
    html.export-ready-theme body .article_summary:nth-child(172),
    body .article_summary:nth-child(172) {
        --eyib-v18-x-mobile: 92px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(173),
    html.export-ready-theme body .article_summary:nth-child(173),
    body .article_summary:nth-child(173) {
        --eyib-v18-x-mobile: -96px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(174),
    html.export-ready-theme body .article_summary:nth-child(174),
    body .article_summary:nth-child(174) {
        --eyib-v18-x-mobile: 100px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(175),
    html.export-ready-theme body .article_summary:nth-child(175),
    body .article_summary:nth-child(175) {
        --eyib-v18-x-mobile: -104px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(176),
    html.export-ready-theme body .article_summary:nth-child(176),
    body .article_summary:nth-child(176) {
        --eyib-v18-x-mobile: 108px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(177),
    html.export-ready-theme body .article_summary:nth-child(177),
    body .article_summary:nth-child(177) {
        --eyib-v18-x-mobile: -112px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(178),
    html.export-ready-theme body .article_summary:nth-child(178),
    body .article_summary:nth-child(178) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(179),
    html.export-ready-theme body .article_summary:nth-child(179),
    body .article_summary:nth-child(179) {
        --eyib-v18-x-mobile: -110px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(180),
    html.export-ready-theme body .article_summary:nth-child(180),
    body .article_summary:nth-child(180) {
        --eyib-v18-x-mobile: 118px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(181),
    html.export-ready-theme body .article_summary:nth-child(181),
    body .article_summary:nth-child(181) {
        --eyib-v18-x-mobile: -57px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(182),
    html.export-ready-theme body .article_summary:nth-child(182),
    body .article_summary:nth-child(182) {
        --eyib-v18-x-mobile: 61px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(183),
    html.export-ready-theme body .article_summary:nth-child(183),
    body .article_summary:nth-child(183) {
        --eyib-v18-x-mobile: -65px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(184),
    html.export-ready-theme body .article_summary:nth-child(184),
    body .article_summary:nth-child(184) {
        --eyib-v18-x-mobile: 69px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(185),
    html.export-ready-theme body .article_summary:nth-child(185),
    body .article_summary:nth-child(185) {
        --eyib-v18-x-mobile: -73px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(186),
    html.export-ready-theme body .article_summary:nth-child(186),
    body .article_summary:nth-child(186) {
        --eyib-v18-x-mobile: 77px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(187),
    html.export-ready-theme body .article_summary:nth-child(187),
    body .article_summary:nth-child(187) {
        --eyib-v18-x-mobile: -81px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(188),
    html.export-ready-theme body .article_summary:nth-child(188),
    body .article_summary:nth-child(188) {
        --eyib-v18-x-mobile: 85px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(189),
    html.export-ready-theme body .article_summary:nth-child(189),
    body .article_summary:nth-child(189) {
        --eyib-v18-x-mobile: -89px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(190),
    html.export-ready-theme body .article_summary:nth-child(190),
    body .article_summary:nth-child(190) {
        --eyib-v18-x-mobile: 93px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(191),
    html.export-ready-theme body .article_summary:nth-child(191),
    body .article_summary:nth-child(191) {
        --eyib-v18-x-mobile: -97px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(192),
    html.export-ready-theme body .article_summary:nth-child(192),
    body .article_summary:nth-child(192) {
        --eyib-v18-x-mobile: 101px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(193),
    html.export-ready-theme body .article_summary:nth-child(193),
    body .article_summary:nth-child(193) {
        --eyib-v18-x-mobile: -105px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(194),
    html.export-ready-theme body .article_summary:nth-child(194),
    body .article_summary:nth-child(194) {
        --eyib-v18-x-mobile: 109px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(195),
    html.export-ready-theme body .article_summary:nth-child(195),
    body .article_summary:nth-child(195) {
        --eyib-v18-x-mobile: -113px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(196),
    html.export-ready-theme body .article_summary:nth-child(196),
    body .article_summary:nth-child(196) {
        --eyib-v18-x-mobile: 117px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(197),
    html.export-ready-theme body .article_summary:nth-child(197),
    body .article_summary:nth-child(197) {
        --eyib-v18-x-mobile: -114px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(198),
    html.export-ready-theme body .article_summary:nth-child(198),
    body .article_summary:nth-child(198) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(199),
    html.export-ready-theme body .article_summary:nth-child(199),
    body .article_summary:nth-child(199) {
        --eyib-v18-x-mobile: -58px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(200),
    html.export-ready-theme body .article_summary:nth-child(200),
    body .article_summary:nth-child(200) {
        --eyib-v18-x-mobile: 62px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(201),
    html.export-ready-theme body .article_summary:nth-child(201),
    body .article_summary:nth-child(201) {
        --eyib-v18-x-mobile: -66px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(202),
    html.export-ready-theme body .article_summary:nth-child(202),
    body .article_summary:nth-child(202) {
        --eyib-v18-x-mobile: 70px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(203),
    html.export-ready-theme body .article_summary:nth-child(203),
    body .article_summary:nth-child(203) {
        --eyib-v18-x-mobile: -74px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(204),
    html.export-ready-theme body .article_summary:nth-child(204),
    body .article_summary:nth-child(204) {
        --eyib-v18-x-mobile: 78px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(205),
    html.export-ready-theme body .article_summary:nth-child(205),
    body .article_summary:nth-child(205) {
        --eyib-v18-x-mobile: -82px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(206),
    html.export-ready-theme body .article_summary:nth-child(206),
    body .article_summary:nth-child(206) {
        --eyib-v18-x-mobile: 86px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(207),
    html.export-ready-theme body .article_summary:nth-child(207),
    body .article_summary:nth-child(207) {
        --eyib-v18-x-mobile: -90px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(208),
    html.export-ready-theme body .article_summary:nth-child(208),
    body .article_summary:nth-child(208) {
        --eyib-v18-x-mobile: 94px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(209),
    html.export-ready-theme body .article_summary:nth-child(209),
    body .article_summary:nth-child(209) {
        --eyib-v18-x-mobile: -98px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(210),
    html.export-ready-theme body .article_summary:nth-child(210),
    body .article_summary:nth-child(210) {
        --eyib-v18-x-mobile: 102px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(211),
    html.export-ready-theme body .article_summary:nth-child(211),
    body .article_summary:nth-child(211) {
        --eyib-v18-x-mobile: -106px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(212),
    html.export-ready-theme body .article_summary:nth-child(212),
    body .article_summary:nth-child(212) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(213),
    html.export-ready-theme body .article_summary:nth-child(213),
    body .article_summary:nth-child(213) {
        --eyib-v18-x-mobile: -114px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(214),
    html.export-ready-theme body .article_summary:nth-child(214),
    body .article_summary:nth-child(214) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(215),
    html.export-ready-theme body .article_summary:nth-child(215),
    body .article_summary:nth-child(215) {
        --eyib-v18-x-mobile: -118px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(216),
    html.export-ready-theme body .article_summary:nth-child(216),
    body .article_summary:nth-child(216) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(217),
    html.export-ready-theme body .article_summary:nth-child(217),
    body .article_summary:nth-child(217) {
        --eyib-v18-x-mobile: -60px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(218),
    html.export-ready-theme body .article_summary:nth-child(218),
    body .article_summary:nth-child(218) {
        --eyib-v18-x-mobile: 64px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(219),
    html.export-ready-theme body .article_summary:nth-child(219),
    body .article_summary:nth-child(219) {
        --eyib-v18-x-mobile: -68px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(220),
    html.export-ready-theme body .article_summary:nth-child(220),
    body .article_summary:nth-child(220) {
        --eyib-v18-x-mobile: 72px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(221),
    html.export-ready-theme body .article_summary:nth-child(221),
    body .article_summary:nth-child(221) {
        --eyib-v18-x-mobile: -76px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(222),
    html.export-ready-theme body .article_summary:nth-child(222),
    body .article_summary:nth-child(222) {
        --eyib-v18-x-mobile: 80px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(223),
    html.export-ready-theme body .article_summary:nth-child(223),
    body .article_summary:nth-child(223) {
        --eyib-v18-x-mobile: -84px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(224),
    html.export-ready-theme body .article_summary:nth-child(224),
    body .article_summary:nth-child(224) {
        --eyib-v18-x-mobile: 88px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(225),
    html.export-ready-theme body .article_summary:nth-child(225),
    body .article_summary:nth-child(225) {
        --eyib-v18-x-mobile: -92px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(226),
    html.export-ready-theme body .article_summary:nth-child(226),
    body .article_summary:nth-child(226) {
        --eyib-v18-x-mobile: 96px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(227),
    html.export-ready-theme body .article_summary:nth-child(227),
    body .article_summary:nth-child(227) {
        --eyib-v18-x-mobile: -100px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(228),
    html.export-ready-theme body .article_summary:nth-child(228),
    body .article_summary:nth-child(228) {
        --eyib-v18-x-mobile: 104px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(229),
    html.export-ready-theme body .article_summary:nth-child(229),
    body .article_summary:nth-child(229) {
        --eyib-v18-x-mobile: -108px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(230),
    html.export-ready-theme body .article_summary:nth-child(230),
    body .article_summary:nth-child(230) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(231),
    html.export-ready-theme body .article_summary:nth-child(231),
    body .article_summary:nth-child(231) {
        --eyib-v18-x-mobile: -116px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(232),
    html.export-ready-theme body .article_summary:nth-child(232),
    body .article_summary:nth-child(232) {
        --eyib-v18-x-mobile: 114px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(233),
    html.export-ready-theme body .article_summary:nth-child(233),
    body .article_summary:nth-child(233) {
        --eyib-v18-x-mobile: -112px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(234),
    html.export-ready-theme body .article_summary:nth-child(234),
    body .article_summary:nth-child(234) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(235),
    html.export-ready-theme body .article_summary:nth-child(235),
    body .article_summary:nth-child(235) {
        --eyib-v18-x-mobile: -62px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(236),
    html.export-ready-theme body .article_summary:nth-child(236),
    body .article_summary:nth-child(236) {
        --eyib-v18-x-mobile: 66px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(237),
    html.export-ready-theme body .article_summary:nth-child(237),
    body .article_summary:nth-child(237) {
        --eyib-v18-x-mobile: -70px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(238),
    html.export-ready-theme body .article_summary:nth-child(238),
    body .article_summary:nth-child(238) {
        --eyib-v18-x-mobile: 74px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(239),
    html.export-ready-theme body .article_summary:nth-child(239),
    body .article_summary:nth-child(239) {
        --eyib-v18-x-mobile: -78px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(240),
    html.export-ready-theme body .article_summary:nth-child(240),
    body .article_summary:nth-child(240) {
        --eyib-v18-x-mobile: 82px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(241),
    html.export-ready-theme body .article_summary:nth-child(241),
    body .article_summary:nth-child(241) {
        --eyib-v18-x-mobile: -86px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(242),
    html.export-ready-theme body .article_summary:nth-child(242),
    body .article_summary:nth-child(242) {
        --eyib-v18-x-mobile: 90px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(243),
    html.export-ready-theme body .article_summary:nth-child(243),
    body .article_summary:nth-child(243) {
        --eyib-v18-x-mobile: -94px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(244),
    html.export-ready-theme body .article_summary:nth-child(244),
    body .article_summary:nth-child(244) {
        --eyib-v18-x-mobile: 98px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(245),
    html.export-ready-theme body .article_summary:nth-child(245),
    body .article_summary:nth-child(245) {
        --eyib-v18-x-mobile: -102px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(246),
    html.export-ready-theme body .article_summary:nth-child(246),
    body .article_summary:nth-child(246) {
        --eyib-v18-x-mobile: 106px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(247),
    html.export-ready-theme body .article_summary:nth-child(247),
    body .article_summary:nth-child(247) {
        --eyib-v18-x-mobile: -110px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(248),
    html.export-ready-theme body .article_summary:nth-child(248),
    body .article_summary:nth-child(248) {
        --eyib-v18-x-mobile: 114px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(249),
    html.export-ready-theme body .article_summary:nth-child(249),
    body .article_summary:nth-child(249) {
        --eyib-v18-x-mobile: -118px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(250),
    html.export-ready-theme body .article_summary:nth-child(250),
    body .article_summary:nth-child(250) {
        --eyib-v18-x-mobile: 118px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(251),
    html.export-ready-theme body .article_summary:nth-child(251),
    body .article_summary:nth-child(251) {
        --eyib-v18-x-mobile: -116px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(252),
    html.export-ready-theme body .article_summary:nth-child(252),
    body .article_summary:nth-child(252) {
        --eyib-v18-x-mobile: 114px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(253),
    html.export-ready-theme body .article_summary:nth-child(253),
    body .article_summary:nth-child(253) {
        --eyib-v18-x-mobile: -63px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(254),
    html.export-ready-theme body .article_summary:nth-child(254),
    body .article_summary:nth-child(254) {
        --eyib-v18-x-mobile: 67px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(255),
    html.export-ready-theme body .article_summary:nth-child(255),
    body .article_summary:nth-child(255) {
        --eyib-v18-x-mobile: -71px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(256),
    html.export-ready-theme body .article_summary:nth-child(256),
    body .article_summary:nth-child(256) {
        --eyib-v18-x-mobile: 75px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(257),
    html.export-ready-theme body .article_summary:nth-child(257),
    body .article_summary:nth-child(257) {
        --eyib-v18-x-mobile: -79px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(258),
    html.export-ready-theme body .article_summary:nth-child(258),
    body .article_summary:nth-child(258) {
        --eyib-v18-x-mobile: 83px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(259),
    html.export-ready-theme body .article_summary:nth-child(259),
    body .article_summary:nth-child(259) {
        --eyib-v18-x-mobile: -87px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(260),
    html.export-ready-theme body .article_summary:nth-child(260),
    body .article_summary:nth-child(260) {
        --eyib-v18-x-mobile: 91px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(261),
    html.export-ready-theme body .article_summary:nth-child(261),
    body .article_summary:nth-child(261) {
        --eyib-v18-x-mobile: -95px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(262),
    html.export-ready-theme body .article_summary:nth-child(262),
    body .article_summary:nth-child(262) {
        --eyib-v18-x-mobile: 99px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(263),
    html.export-ready-theme body .article_summary:nth-child(263),
    body .article_summary:nth-child(263) {
        --eyib-v18-x-mobile: -103px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(264),
    html.export-ready-theme body .article_summary:nth-child(264),
    body .article_summary:nth-child(264) {
        --eyib-v18-x-mobile: 107px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(265),
    html.export-ready-theme body .article_summary:nth-child(265),
    body .article_summary:nth-child(265) {
        --eyib-v18-x-mobile: -111px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(266),
    html.export-ready-theme body .article_summary:nth-child(266),
    body .article_summary:nth-child(266) {
        --eyib-v18-x-mobile: 115px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(267),
    html.export-ready-theme body .article_summary:nth-child(267),
    body .article_summary:nth-child(267) {
        --eyib-v18-x-mobile: -114px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(268),
    html.export-ready-theme body .article_summary:nth-child(268),
    body .article_summary:nth-child(268) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(269),
    html.export-ready-theme body .article_summary:nth-child(269),
    body .article_summary:nth-child(269) {
        --eyib-v18-x-mobile: -110px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(270),
    html.export-ready-theme body .article_summary:nth-child(270),
    body .article_summary:nth-child(270) {
        --eyib-v18-x-mobile: 118px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(271),
    html.export-ready-theme body .article_summary:nth-child(271),
    body .article_summary:nth-child(271) {
        --eyib-v18-x-mobile: -64px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(272),
    html.export-ready-theme body .article_summary:nth-child(272),
    body .article_summary:nth-child(272) {
        --eyib-v18-x-mobile: 68px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(273),
    html.export-ready-theme body .article_summary:nth-child(273),
    body .article_summary:nth-child(273) {
        --eyib-v18-x-mobile: -72px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(274),
    html.export-ready-theme body .article_summary:nth-child(274),
    body .article_summary:nth-child(274) {
        --eyib-v18-x-mobile: 76px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(275),
    html.export-ready-theme body .article_summary:nth-child(275),
    body .article_summary:nth-child(275) {
        --eyib-v18-x-mobile: -80px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(276),
    html.export-ready-theme body .article_summary:nth-child(276),
    body .article_summary:nth-child(276) {
        --eyib-v18-x-mobile: 84px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(277),
    html.export-ready-theme body .article_summary:nth-child(277),
    body .article_summary:nth-child(277) {
        --eyib-v18-x-mobile: -88px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(278),
    html.export-ready-theme body .article_summary:nth-child(278),
    body .article_summary:nth-child(278) {
        --eyib-v18-x-mobile: 92px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(279),
    html.export-ready-theme body .article_summary:nth-child(279),
    body .article_summary:nth-child(279) {
        --eyib-v18-x-mobile: -96px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(280),
    html.export-ready-theme body .article_summary:nth-child(280),
    body .article_summary:nth-child(280) {
        --eyib-v18-x-mobile: 100px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(281),
    html.export-ready-theme body .article_summary:nth-child(281),
    body .article_summary:nth-child(281) {
        --eyib-v18-x-mobile: -104px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(282),
    html.export-ready-theme body .article_summary:nth-child(282),
    body .article_summary:nth-child(282) {
        --eyib-v18-x-mobile: 108px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(283),
    html.export-ready-theme body .article_summary:nth-child(283),
    body .article_summary:nth-child(283) {
        --eyib-v18-x-mobile: -112px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(284),
    html.export-ready-theme body .article_summary:nth-child(284),
    body .article_summary:nth-child(284) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(285),
    html.export-ready-theme body .article_summary:nth-child(285),
    body .article_summary:nth-child(285) {
        --eyib-v18-x-mobile: -118px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(286),
    html.export-ready-theme body .article_summary:nth-child(286),
    body .article_summary:nth-child(286) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(287),
    html.export-ready-theme body .article_summary:nth-child(287),
    body .article_summary:nth-child(287) {
        --eyib-v18-x-mobile: -114px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(288),
    html.export-ready-theme body .article_summary:nth-child(288),
    body .article_summary:nth-child(288) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(289),
    html.export-ready-theme body .article_summary:nth-child(289),
    body .article_summary:nth-child(289) {
        --eyib-v18-x-mobile: -66px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(290),
    html.export-ready-theme body .article_summary:nth-child(290),
    body .article_summary:nth-child(290) {
        --eyib-v18-x-mobile: 70px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(291),
    html.export-ready-theme body .article_summary:nth-child(291),
    body .article_summary:nth-child(291) {
        --eyib-v18-x-mobile: -74px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(292),
    html.export-ready-theme body .article_summary:nth-child(292),
    body .article_summary:nth-child(292) {
        --eyib-v18-x-mobile: 78px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(293),
    html.export-ready-theme body .article_summary:nth-child(293),
    body .article_summary:nth-child(293) {
        --eyib-v18-x-mobile: -82px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(294),
    html.export-ready-theme body .article_summary:nth-child(294),
    body .article_summary:nth-child(294) {
        --eyib-v18-x-mobile: 86px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(295),
    html.export-ready-theme body .article_summary:nth-child(295),
    body .article_summary:nth-child(295) {
        --eyib-v18-x-mobile: -90px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(296),
    html.export-ready-theme body .article_summary:nth-child(296),
    body .article_summary:nth-child(296) {
        --eyib-v18-x-mobile: 94px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(297),
    html.export-ready-theme body .article_summary:nth-child(297),
    body .article_summary:nth-child(297) {
        --eyib-v18-x-mobile: -98px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(298),
    html.export-ready-theme body .article_summary:nth-child(298),
    body .article_summary:nth-child(298) {
        --eyib-v18-x-mobile: 102px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(299),
    html.export-ready-theme body .article_summary:nth-child(299),
    body .article_summary:nth-child(299) {
        --eyib-v18-x-mobile: -106px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(300),
    html.export-ready-theme body .article_summary:nth-child(300),
    body .article_summary:nth-child(300) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(301),
    html.export-ready-theme body .article_summary:nth-child(301),
    body .article_summary:nth-child(301) {
        --eyib-v18-x-mobile: -114px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(302),
    html.export-ready-theme body .article_summary:nth-child(302),
    body .article_summary:nth-child(302) {
        --eyib-v18-x-mobile: 118px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(303),
    html.export-ready-theme body .article_summary:nth-child(303),
    body .article_summary:nth-child(303) {
        --eyib-v18-x-mobile: -112px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(304),
    html.export-ready-theme body .article_summary:nth-child(304),
    body .article_summary:nth-child(304) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(305),
    html.export-ready-theme body .article_summary:nth-child(305),
    body .article_summary:nth-child(305) {
        --eyib-v18-x-mobile: -118px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(306),
    html.export-ready-theme body .article_summary:nth-child(306),
    body .article_summary:nth-child(306) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(307),
    html.export-ready-theme body .article_summary:nth-child(307),
    body .article_summary:nth-child(307) {
        --eyib-v18-x-mobile: -68px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(308),
    html.export-ready-theme body .article_summary:nth-child(308),
    body .article_summary:nth-child(308) {
        --eyib-v18-x-mobile: 72px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(309),
    html.export-ready-theme body .article_summary:nth-child(309),
    body .article_summary:nth-child(309) {
        --eyib-v18-x-mobile: -76px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(310),
    html.export-ready-theme body .article_summary:nth-child(310),
    body .article_summary:nth-child(310) {
        --eyib-v18-x-mobile: 80px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(311),
    html.export-ready-theme body .article_summary:nth-child(311),
    body .article_summary:nth-child(311) {
        --eyib-v18-x-mobile: -84px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(312),
    html.export-ready-theme body .article_summary:nth-child(312),
    body .article_summary:nth-child(312) {
        --eyib-v18-x-mobile: 88px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(313),
    html.export-ready-theme body .article_summary:nth-child(313),
    body .article_summary:nth-child(313) {
        --eyib-v18-x-mobile: -92px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(314),
    html.export-ready-theme body .article_summary:nth-child(314),
    body .article_summary:nth-child(314) {
        --eyib-v18-x-mobile: 96px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(315),
    html.export-ready-theme body .article_summary:nth-child(315),
    body .article_summary:nth-child(315) {
        --eyib-v18-x-mobile: -100px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(316),
    html.export-ready-theme body .article_summary:nth-child(316),
    body .article_summary:nth-child(316) {
        --eyib-v18-x-mobile: 104px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(317),
    html.export-ready-theme body .article_summary:nth-child(317),
    body .article_summary:nth-child(317) {
        --eyib-v18-x-mobile: -108px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(318),
    html.export-ready-theme body .article_summary:nth-child(318),
    body .article_summary:nth-child(318) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(319),
    html.export-ready-theme body .article_summary:nth-child(319),
    body .article_summary:nth-child(319) {
        --eyib-v18-x-mobile: -116px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(320),
    html.export-ready-theme body .article_summary:nth-child(320),
    body .article_summary:nth-child(320) {
        --eyib-v18-x-mobile: 118px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(321),
    html.export-ready-theme body .article_summary:nth-child(321),
    body .article_summary:nth-child(321) {
        --eyib-v18-x-mobile: -116px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(322),
    html.export-ready-theme body .article_summary:nth-child(322),
    body .article_summary:nth-child(322) {
        --eyib-v18-x-mobile: 114px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(323),
    html.export-ready-theme body .article_summary:nth-child(323),
    body .article_summary:nth-child(323) {
        --eyib-v18-x-mobile: -112px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(324),
    html.export-ready-theme body .article_summary:nth-child(324),
    body .article_summary:nth-child(324) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(325),
    html.export-ready-theme body .article_summary:nth-child(325),
    body .article_summary:nth-child(325) {
        --eyib-v18-x-mobile: -69px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(326),
    html.export-ready-theme body .article_summary:nth-child(326),
    body .article_summary:nth-child(326) {
        --eyib-v18-x-mobile: 73px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(327),
    html.export-ready-theme body .article_summary:nth-child(327),
    body .article_summary:nth-child(327) {
        --eyib-v18-x-mobile: -77px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(328),
    html.export-ready-theme body .article_summary:nth-child(328),
    body .article_summary:nth-child(328) {
        --eyib-v18-x-mobile: 81px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(329),
    html.export-ready-theme body .article_summary:nth-child(329),
    body .article_summary:nth-child(329) {
        --eyib-v18-x-mobile: -85px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(330),
    html.export-ready-theme body .article_summary:nth-child(330),
    body .article_summary:nth-child(330) {
        --eyib-v18-x-mobile: 89px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(331),
    html.export-ready-theme body .article_summary:nth-child(331),
    body .article_summary:nth-child(331) {
        --eyib-v18-x-mobile: -93px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(332),
    html.export-ready-theme body .article_summary:nth-child(332),
    body .article_summary:nth-child(332) {
        --eyib-v18-x-mobile: 97px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(333),
    html.export-ready-theme body .article_summary:nth-child(333),
    body .article_summary:nth-child(333) {
        --eyib-v18-x-mobile: -101px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(334),
    html.export-ready-theme body .article_summary:nth-child(334),
    body .article_summary:nth-child(334) {
        --eyib-v18-x-mobile: 105px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(335),
    html.export-ready-theme body .article_summary:nth-child(335),
    body .article_summary:nth-child(335) {
        --eyib-v18-x-mobile: -109px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(336),
    html.export-ready-theme body .article_summary:nth-child(336),
    body .article_summary:nth-child(336) {
        --eyib-v18-x-mobile: 113px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(337),
    html.export-ready-theme body .article_summary:nth-child(337),
    body .article_summary:nth-child(337) {
        --eyib-v18-x-mobile: -117px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(338),
    html.export-ready-theme body .article_summary:nth-child(338),
    body .article_summary:nth-child(338) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(339),
    html.export-ready-theme body .article_summary:nth-child(339),
    body .article_summary:nth-child(339) {
        --eyib-v18-x-mobile: -110px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(340),
    html.export-ready-theme body .article_summary:nth-child(340),
    body .article_summary:nth-child(340) {
        --eyib-v18-x-mobile: 118px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(341),
    html.export-ready-theme body .article_summary:nth-child(341),
    body .article_summary:nth-child(341) {
        --eyib-v18-x-mobile: -116px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(342),
    html.export-ready-theme body .article_summary:nth-child(342),
    body .article_summary:nth-child(342) {
        --eyib-v18-x-mobile: 114px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(343),
    html.export-ready-theme body .article_summary:nth-child(343),
    body .article_summary:nth-child(343) {
        --eyib-v18-x-mobile: -70px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(344),
    html.export-ready-theme body .article_summary:nth-child(344),
    body .article_summary:nth-child(344) {
        --eyib-v18-x-mobile: 74px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(345),
    html.export-ready-theme body .article_summary:nth-child(345),
    body .article_summary:nth-child(345) {
        --eyib-v18-x-mobile: -78px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(346),
    html.export-ready-theme body .article_summary:nth-child(346),
    body .article_summary:nth-child(346) {
        --eyib-v18-x-mobile: 82px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(347),
    html.export-ready-theme body .article_summary:nth-child(347),
    body .article_summary:nth-child(347) {
        --eyib-v18-x-mobile: -86px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(348),
    html.export-ready-theme body .article_summary:nth-child(348),
    body .article_summary:nth-child(348) {
        --eyib-v18-x-mobile: 90px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(349),
    html.export-ready-theme body .article_summary:nth-child(349),
    body .article_summary:nth-child(349) {
        --eyib-v18-x-mobile: -94px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(350),
    html.export-ready-theme body .article_summary:nth-child(350),
    body .article_summary:nth-child(350) {
        --eyib-v18-x-mobile: 98px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(351),
    html.export-ready-theme body .article_summary:nth-child(351),
    body .article_summary:nth-child(351) {
        --eyib-v18-x-mobile: -102px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(352),
    html.export-ready-theme body .article_summary:nth-child(352),
    body .article_summary:nth-child(352) {
        --eyib-v18-x-mobile: 106px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(353),
    html.export-ready-theme body .article_summary:nth-child(353),
    body .article_summary:nth-child(353) {
        --eyib-v18-x-mobile: -110px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(354),
    html.export-ready-theme body .article_summary:nth-child(354),
    body .article_summary:nth-child(354) {
        --eyib-v18-x-mobile: 114px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(355),
    html.export-ready-theme body .article_summary:nth-child(355),
    body .article_summary:nth-child(355) {
        --eyib-v18-x-mobile: -118px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(356),
    html.export-ready-theme body .article_summary:nth-child(356),
    body .article_summary:nth-child(356) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(357),
    html.export-ready-theme body .article_summary:nth-child(357),
    body .article_summary:nth-child(357) {
        --eyib-v18-x-mobile: -114px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(358),
    html.export-ready-theme body .article_summary:nth-child(358),
    body .article_summary:nth-child(358) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(359),
    html.export-ready-theme body .article_summary:nth-child(359),
    body .article_summary:nth-child(359) {
        --eyib-v18-x-mobile: -110px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(360),
    html.export-ready-theme body .article_summary:nth-child(360),
    body .article_summary:nth-child(360) {
        --eyib-v18-x-mobile: 118px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(361),
    html.export-ready-theme body .article_summary:nth-child(361),
    body .article_summary:nth-child(361) {
        --eyib-v18-x-mobile: -72px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(362),
    html.export-ready-theme body .article_summary:nth-child(362),
    body .article_summary:nth-child(362) {
        --eyib-v18-x-mobile: 76px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(363),
    html.export-ready-theme body .article_summary:nth-child(363),
    body .article_summary:nth-child(363) {
        --eyib-v18-x-mobile: -80px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(364),
    html.export-ready-theme body .article_summary:nth-child(364),
    body .article_summary:nth-child(364) {
        --eyib-v18-x-mobile: 84px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(365),
    html.export-ready-theme body .article_summary:nth-child(365),
    body .article_summary:nth-child(365) {
        --eyib-v18-x-mobile: -88px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(366),
    html.export-ready-theme body .article_summary:nth-child(366),
    body .article_summary:nth-child(366) {
        --eyib-v18-x-mobile: 92px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(367),
    html.export-ready-theme body .article_summary:nth-child(367),
    body .article_summary:nth-child(367) {
        --eyib-v18-x-mobile: -96px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(368),
    html.export-ready-theme body .article_summary:nth-child(368),
    body .article_summary:nth-child(368) {
        --eyib-v18-x-mobile: 100px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(369),
    html.export-ready-theme body .article_summary:nth-child(369),
    body .article_summary:nth-child(369) {
        --eyib-v18-x-mobile: -104px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(370),
    html.export-ready-theme body .article_summary:nth-child(370),
    body .article_summary:nth-child(370) {
        --eyib-v18-x-mobile: 108px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(371),
    html.export-ready-theme body .article_summary:nth-child(371),
    body .article_summary:nth-child(371) {
        --eyib-v18-x-mobile: -112px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(372),
    html.export-ready-theme body .article_summary:nth-child(372),
    body .article_summary:nth-child(372) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(373),
    html.export-ready-theme body .article_summary:nth-child(373),
    body .article_summary:nth-child(373) {
        --eyib-v18-x-mobile: -112px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(374),
    html.export-ready-theme body .article_summary:nth-child(374),
    body .article_summary:nth-child(374) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(375),
    html.export-ready-theme body .article_summary:nth-child(375),
    body .article_summary:nth-child(375) {
        --eyib-v18-x-mobile: -118px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(376),
    html.export-ready-theme body .article_summary:nth-child(376),
    body .article_summary:nth-child(376) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(377),
    html.export-ready-theme body .article_summary:nth-child(377),
    body .article_summary:nth-child(377) {
        --eyib-v18-x-mobile: -114px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(378),
    html.export-ready-theme body .article_summary:nth-child(378),
    body .article_summary:nth-child(378) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(379),
    html.export-ready-theme body .article_summary:nth-child(379),
    body .article_summary:nth-child(379) {
        --eyib-v18-x-mobile: -74px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(380),
    html.export-ready-theme body .article_summary:nth-child(380),
    body .article_summary:nth-child(380) {
        --eyib-v18-x-mobile: 78px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(381),
    html.export-ready-theme body .article_summary:nth-child(381),
    body .article_summary:nth-child(381) {
        --eyib-v18-x-mobile: -82px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(382),
    html.export-ready-theme body .article_summary:nth-child(382),
    body .article_summary:nth-child(382) {
        --eyib-v18-x-mobile: 86px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(383),
    html.export-ready-theme body .article_summary:nth-child(383),
    body .article_summary:nth-child(383) {
        --eyib-v18-x-mobile: -90px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(384),
    html.export-ready-theme body .article_summary:nth-child(384),
    body .article_summary:nth-child(384) {
        --eyib-v18-x-mobile: 94px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(385),
    html.export-ready-theme body .article_summary:nth-child(385),
    body .article_summary:nth-child(385) {
        --eyib-v18-x-mobile: -98px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(386),
    html.export-ready-theme body .article_summary:nth-child(386),
    body .article_summary:nth-child(386) {
        --eyib-v18-x-mobile: 102px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(387),
    html.export-ready-theme body .article_summary:nth-child(387),
    body .article_summary:nth-child(387) {
        --eyib-v18-x-mobile: -106px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(388),
    html.export-ready-theme body .article_summary:nth-child(388),
    body .article_summary:nth-child(388) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(389),
    html.export-ready-theme body .article_summary:nth-child(389),
    body .article_summary:nth-child(389) {
        --eyib-v18-x-mobile: -114px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(390),
    html.export-ready-theme body .article_summary:nth-child(390),
    body .article_summary:nth-child(390) {
        --eyib-v18-x-mobile: 118px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(391),
    html.export-ready-theme body .article_summary:nth-child(391),
    body .article_summary:nth-child(391) {
        --eyib-v18-x-mobile: -116px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(392),
    html.export-ready-theme body .article_summary:nth-child(392),
    body .article_summary:nth-child(392) {
        --eyib-v18-x-mobile: 114px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(393),
    html.export-ready-theme body .article_summary:nth-child(393),
    body .article_summary:nth-child(393) {
        --eyib-v18-x-mobile: -112px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(394),
    html.export-ready-theme body .article_summary:nth-child(394),
    body .article_summary:nth-child(394) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(395),
    html.export-ready-theme body .article_summary:nth-child(395),
    body .article_summary:nth-child(395) {
        --eyib-v18-x-mobile: -118px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(396),
    html.export-ready-theme body .article_summary:nth-child(396),
    body .article_summary:nth-child(396) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(397),
    html.export-ready-theme body .article_summary:nth-child(397),
    body .article_summary:nth-child(397) {
        --eyib-v18-x-mobile: -75px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(398),
    html.export-ready-theme body .article_summary:nth-child(398),
    body .article_summary:nth-child(398) {
        --eyib-v18-x-mobile: 79px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(399),
    html.export-ready-theme body .article_summary:nth-child(399),
    body .article_summary:nth-child(399) {
        --eyib-v18-x-mobile: -83px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(400),
    html.export-ready-theme body .article_summary:nth-child(400),
    body .article_summary:nth-child(400) {
        --eyib-v18-x-mobile: 87px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(401),
    html.export-ready-theme body .article_summary:nth-child(401),
    body .article_summary:nth-child(401) {
        --eyib-v18-x-mobile: -91px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(402),
    html.export-ready-theme body .article_summary:nth-child(402),
    body .article_summary:nth-child(402) {
        --eyib-v18-x-mobile: 95px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(403),
    html.export-ready-theme body .article_summary:nth-child(403),
    body .article_summary:nth-child(403) {
        --eyib-v18-x-mobile: -99px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(404),
    html.export-ready-theme body .article_summary:nth-child(404),
    body .article_summary:nth-child(404) {
        --eyib-v18-x-mobile: 103px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(405),
    html.export-ready-theme body .article_summary:nth-child(405),
    body .article_summary:nth-child(405) {
        --eyib-v18-x-mobile: -107px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(406),
    html.export-ready-theme body .article_summary:nth-child(406),
    body .article_summary:nth-child(406) {
        --eyib-v18-x-mobile: 111px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(407),
    html.export-ready-theme body .article_summary:nth-child(407),
    body .article_summary:nth-child(407) {
        --eyib-v18-x-mobile: -115px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(408),
    html.export-ready-theme body .article_summary:nth-child(408),
    body .article_summary:nth-child(408) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(409),
    html.export-ready-theme body .article_summary:nth-child(409),
    body .article_summary:nth-child(409) {
        --eyib-v18-x-mobile: -110px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(410),
    html.export-ready-theme body .article_summary:nth-child(410),
    body .article_summary:nth-child(410) {
        --eyib-v18-x-mobile: 118px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(411),
    html.export-ready-theme body .article_summary:nth-child(411),
    body .article_summary:nth-child(411) {
        --eyib-v18-x-mobile: -116px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(412),
    html.export-ready-theme body .article_summary:nth-child(412),
    body .article_summary:nth-child(412) {
        --eyib-v18-x-mobile: 114px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(413),
    html.export-ready-theme body .article_summary:nth-child(413),
    body .article_summary:nth-child(413) {
        --eyib-v18-x-mobile: -112px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(414),
    html.export-ready-theme body .article_summary:nth-child(414),
    body .article_summary:nth-child(414) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(415),
    html.export-ready-theme body .article_summary:nth-child(415),
    body .article_summary:nth-child(415) {
        --eyib-v18-x-mobile: -76px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(416),
    html.export-ready-theme body .article_summary:nth-child(416),
    body .article_summary:nth-child(416) {
        --eyib-v18-x-mobile: 80px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(417),
    html.export-ready-theme body .article_summary:nth-child(417),
    body .article_summary:nth-child(417) {
        --eyib-v18-x-mobile: -84px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(418),
    html.export-ready-theme body .article_summary:nth-child(418),
    body .article_summary:nth-child(418) {
        --eyib-v18-x-mobile: 88px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(419),
    html.export-ready-theme body .article_summary:nth-child(419),
    body .article_summary:nth-child(419) {
        --eyib-v18-x-mobile: -92px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(420),
    html.export-ready-theme body .article_summary:nth-child(420),
    body .article_summary:nth-child(420) {
        --eyib-v18-x-mobile: 96px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(421),
    html.export-ready-theme body .article_summary:nth-child(421),
    body .article_summary:nth-child(421) {
        --eyib-v18-x-mobile: -100px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(422),
    html.export-ready-theme body .article_summary:nth-child(422),
    body .article_summary:nth-child(422) {
        --eyib-v18-x-mobile: 104px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(423),
    html.export-ready-theme body .article_summary:nth-child(423),
    body .article_summary:nth-child(423) {
        --eyib-v18-x-mobile: -108px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(424),
    html.export-ready-theme body .article_summary:nth-child(424),
    body .article_summary:nth-child(424) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(425),
    html.export-ready-theme body .article_summary:nth-child(425),
    body .article_summary:nth-child(425) {
        --eyib-v18-x-mobile: -116px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(426),
    html.export-ready-theme body .article_summary:nth-child(426),
    body .article_summary:nth-child(426) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(427),
    html.export-ready-theme body .article_summary:nth-child(427),
    body .article_summary:nth-child(427) {
        --eyib-v18-x-mobile: -114px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(428),
    html.export-ready-theme body .article_summary:nth-child(428),
    body .article_summary:nth-child(428) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(429),
    html.export-ready-theme body .article_summary:nth-child(429),
    body .article_summary:nth-child(429) {
        --eyib-v18-x-mobile: -110px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(430),
    html.export-ready-theme body .article_summary:nth-child(430),
    body .article_summary:nth-child(430) {
        --eyib-v18-x-mobile: 118px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(431),
    html.export-ready-theme body .article_summary:nth-child(431),
    body .article_summary:nth-child(431) {
        --eyib-v18-x-mobile: -116px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(432),
    html.export-ready-theme body .article_summary:nth-child(432),
    body .article_summary:nth-child(432) {
        --eyib-v18-x-mobile: 114px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(433),
    html.export-ready-theme body .article_summary:nth-child(433),
    body .article_summary:nth-child(433) {
        --eyib-v18-x-mobile: -78px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(434),
    html.export-ready-theme body .article_summary:nth-child(434),
    body .article_summary:nth-child(434) {
        --eyib-v18-x-mobile: 82px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(435),
    html.export-ready-theme body .article_summary:nth-child(435),
    body .article_summary:nth-child(435) {
        --eyib-v18-x-mobile: -86px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(436),
    html.export-ready-theme body .article_summary:nth-child(436),
    body .article_summary:nth-child(436) {
        --eyib-v18-x-mobile: 90px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(437),
    html.export-ready-theme body .article_summary:nth-child(437),
    body .article_summary:nth-child(437) {
        --eyib-v18-x-mobile: -94px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(438),
    html.export-ready-theme body .article_summary:nth-child(438),
    body .article_summary:nth-child(438) {
        --eyib-v18-x-mobile: 98px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(439),
    html.export-ready-theme body .article_summary:nth-child(439),
    body .article_summary:nth-child(439) {
        --eyib-v18-x-mobile: -102px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(440),
    html.export-ready-theme body .article_summary:nth-child(440),
    body .article_summary:nth-child(440) {
        --eyib-v18-x-mobile: 106px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(441),
    html.export-ready-theme body .article_summary:nth-child(441),
    body .article_summary:nth-child(441) {
        --eyib-v18-x-mobile: -110px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(442),
    html.export-ready-theme body .article_summary:nth-child(442),
    body .article_summary:nth-child(442) {
        --eyib-v18-x-mobile: 114px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(443),
    html.export-ready-theme body .article_summary:nth-child(443),
    body .article_summary:nth-child(443) {
        --eyib-v18-x-mobile: -118px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(444),
    html.export-ready-theme body .article_summary:nth-child(444),
    body .article_summary:nth-child(444) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(445),
    html.export-ready-theme body .article_summary:nth-child(445),
    body .article_summary:nth-child(445) {
        --eyib-v18-x-mobile: -118px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(446),
    html.export-ready-theme body .article_summary:nth-child(446),
    body .article_summary:nth-child(446) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(447),
    html.export-ready-theme body .article_summary:nth-child(447),
    body .article_summary:nth-child(447) {
        --eyib-v18-x-mobile: -114px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(448),
    html.export-ready-theme body .article_summary:nth-child(448),
    body .article_summary:nth-child(448) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(449),
    html.export-ready-theme body .article_summary:nth-child(449),
    body .article_summary:nth-child(449) {
        --eyib-v18-x-mobile: -110px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(450),
    html.export-ready-theme body .article_summary:nth-child(450),
    body .article_summary:nth-child(450) {
        --eyib-v18-x-mobile: 118px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(451),
    html.export-ready-theme body .article_summary:nth-child(451),
    body .article_summary:nth-child(451) {
        --eyib-v18-x-mobile: -80px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(452),
    html.export-ready-theme body .article_summary:nth-child(452),
    body .article_summary:nth-child(452) {
        --eyib-v18-x-mobile: 84px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(453),
    html.export-ready-theme body .article_summary:nth-child(453),
    body .article_summary:nth-child(453) {
        --eyib-v18-x-mobile: -88px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(454),
    html.export-ready-theme body .article_summary:nth-child(454),
    body .article_summary:nth-child(454) {
        --eyib-v18-x-mobile: 92px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(455),
    html.export-ready-theme body .article_summary:nth-child(455),
    body .article_summary:nth-child(455) {
        --eyib-v18-x-mobile: -96px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(456),
    html.export-ready-theme body .article_summary:nth-child(456),
    body .article_summary:nth-child(456) {
        --eyib-v18-x-mobile: 100px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(457),
    html.export-ready-theme body .article_summary:nth-child(457),
    body .article_summary:nth-child(457) {
        --eyib-v18-x-mobile: -104px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(458),
    html.export-ready-theme body .article_summary:nth-child(458),
    body .article_summary:nth-child(458) {
        --eyib-v18-x-mobile: 108px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(459),
    html.export-ready-theme body .article_summary:nth-child(459),
    body .article_summary:nth-child(459) {
        --eyib-v18-x-mobile: -112px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(460),
    html.export-ready-theme body .article_summary:nth-child(460),
    body .article_summary:nth-child(460) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(461),
    html.export-ready-theme body .article_summary:nth-child(461),
    body .article_summary:nth-child(461) {
        --eyib-v18-x-mobile: -116px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(462),
    html.export-ready-theme body .article_summary:nth-child(462),
    body .article_summary:nth-child(462) {
        --eyib-v18-x-mobile: 114px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(463),
    html.export-ready-theme body .article_summary:nth-child(463),
    body .article_summary:nth-child(463) {
        --eyib-v18-x-mobile: -112px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(464),
    html.export-ready-theme body .article_summary:nth-child(464),
    body .article_summary:nth-child(464) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(465),
    html.export-ready-theme body .article_summary:nth-child(465),
    body .article_summary:nth-child(465) {
        --eyib-v18-x-mobile: -118px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(466),
    html.export-ready-theme body .article_summary:nth-child(466),
    body .article_summary:nth-child(466) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(467),
    html.export-ready-theme body .article_summary:nth-child(467),
    body .article_summary:nth-child(467) {
        --eyib-v18-x-mobile: -114px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(468),
    html.export-ready-theme body .article_summary:nth-child(468),
    body .article_summary:nth-child(468) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(469),
    html.export-ready-theme body .article_summary:nth-child(469),
    body .article_summary:nth-child(469) {
        --eyib-v18-x-mobile: -81px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(470),
    html.export-ready-theme body .article_summary:nth-child(470),
    body .article_summary:nth-child(470) {
        --eyib-v18-x-mobile: 85px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(471),
    html.export-ready-theme body .article_summary:nth-child(471),
    body .article_summary:nth-child(471) {
        --eyib-v18-x-mobile: -89px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(472),
    html.export-ready-theme body .article_summary:nth-child(472),
    body .article_summary:nth-child(472) {
        --eyib-v18-x-mobile: 93px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(473),
    html.export-ready-theme body .article_summary:nth-child(473),
    body .article_summary:nth-child(473) {
        --eyib-v18-x-mobile: -97px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(474),
    html.export-ready-theme body .article_summary:nth-child(474),
    body .article_summary:nth-child(474) {
        --eyib-v18-x-mobile: 101px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(475),
    html.export-ready-theme body .article_summary:nth-child(475),
    body .article_summary:nth-child(475) {
        --eyib-v18-x-mobile: -105px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(476),
    html.export-ready-theme body .article_summary:nth-child(476),
    body .article_summary:nth-child(476) {
        --eyib-v18-x-mobile: 109px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(477),
    html.export-ready-theme body .article_summary:nth-child(477),
    body .article_summary:nth-child(477) {
        --eyib-v18-x-mobile: -113px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(478),
    html.export-ready-theme body .article_summary:nth-child(478),
    body .article_summary:nth-child(478) {
        --eyib-v18-x-mobile: 117px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(479),
    html.export-ready-theme body .article_summary:nth-child(479),
    body .article_summary:nth-child(479) {
        --eyib-v18-x-mobile: -110px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(480),
    html.export-ready-theme body .article_summary:nth-child(480),
    body .article_summary:nth-child(480) {
        --eyib-v18-x-mobile: 118px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(481),
    html.export-ready-theme body .article_summary:nth-child(481),
    body .article_summary:nth-child(481) {
        --eyib-v18-x-mobile: -116px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(482),
    html.export-ready-theme body .article_summary:nth-child(482),
    body .article_summary:nth-child(482) {
        --eyib-v18-x-mobile: 114px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(483),
    html.export-ready-theme body .article_summary:nth-child(483),
    body .article_summary:nth-child(483) {
        --eyib-v18-x-mobile: -112px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(484),
    html.export-ready-theme body .article_summary:nth-child(484),
    body .article_summary:nth-child(484) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(485),
    html.export-ready-theme body .article_summary:nth-child(485),
    body .article_summary:nth-child(485) {
        --eyib-v18-x-mobile: -118px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(486),
    html.export-ready-theme body .article_summary:nth-child(486),
    body .article_summary:nth-child(486) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(487),
    html.export-ready-theme body .article_summary:nth-child(487),
    body .article_summary:nth-child(487) {
        --eyib-v18-x-mobile: -82px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(488),
    html.export-ready-theme body .article_summary:nth-child(488),
    body .article_summary:nth-child(488) {
        --eyib-v18-x-mobile: 86px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(489),
    html.export-ready-theme body .article_summary:nth-child(489),
    body .article_summary:nth-child(489) {
        --eyib-v18-x-mobile: -90px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(490),
    html.export-ready-theme body .article_summary:nth-child(490),
    body .article_summary:nth-child(490) {
        --eyib-v18-x-mobile: 94px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(491),
    html.export-ready-theme body .article_summary:nth-child(491),
    body .article_summary:nth-child(491) {
        --eyib-v18-x-mobile: -98px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(492),
    html.export-ready-theme body .article_summary:nth-child(492),
    body .article_summary:nth-child(492) {
        --eyib-v18-x-mobile: 102px;
        animation-delay: 0.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(493),
    html.export-ready-theme body .article_summary:nth-child(493),
    body .article_summary:nth-child(493) {
        --eyib-v18-x-mobile: -106px;
        animation-delay: 0.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(494),
    html.export-ready-theme body .article_summary:nth-child(494),
    body .article_summary:nth-child(494) {
        --eyib-v18-x-mobile: 110px;
        animation-delay: 0.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(495),
    html.export-ready-theme body .article_summary:nth-child(495),
    body .article_summary:nth-child(495) {
        --eyib-v18-x-mobile: -114px;
        animation-delay: 0.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(496),
    html.export-ready-theme body .article_summary:nth-child(496),
    body .article_summary:nth-child(496) {
        --eyib-v18-x-mobile: 116px;
        animation-delay: 0.40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(497),
    html.export-ready-theme body .article_summary:nth-child(497),
    body .article_summary:nth-child(497) {
        --eyib-v18-x-mobile: -114px;
        animation-delay: 0.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(498),
    html.export-ready-theme body .article_summary:nth-child(498),
    body .article_summary:nth-child(498) {
        --eyib-v18-x-mobile: 112px;
        animation-delay: 0.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(499),
    html.export-ready-theme body .article_summary:nth-child(499),
    body .article_summary:nth-child(499) {
        --eyib-v18-x-mobile: -110px;
        animation-delay: 0.20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(500),
    html.export-ready-theme body .article_summary:nth-child(500),
    body .article_summary:nth-child(500) {
        --eyib-v18-x-mobile: 118px;
        animation-delay: 0.24s !important;
    }

}

/* Katta animatsiya bilan ham gorizontal scroll chiqmasin */
html.export-ready-theme body .section,
html.export-ready-theme body .sections,
html.export-ready-theme body .section_content,
body .section,
body .sections,
body .section_content {
    overflow-x: hidden !important;
}

/* =========================================================
   EYIB OJS - v20 HAR MAQOLA 2s FARQ BILAN SEKINLASHADI
   Tartib: 1-maqola 10s, 2-maqola 12s, 3-maqola 14s,
   har keyingi maqola +2s. Masofa farqlari v18/v17 qismidan saqlanadi.
   Bu blok fayl oxirida turishi shart.
========================================================= */

html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
html.export-ready-theme body .article_summary,
body .article_summary {
    animation-timing-function: cubic-bezier(.19, 1, .22, 1) !important;
    animation-fill-mode: both !important;
    will-change: transform, opacity !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
html.export-ready-theme body .article_summary:nth-child(1),
body .article_summary:nth-child(1) {
    animation-duration: 10s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
html.export-ready-theme body .article_summary:nth-child(2),
body .article_summary:nth-child(2) {
    animation-duration: 12s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
html.export-ready-theme body .article_summary:nth-child(3),
body .article_summary:nth-child(3) {
    animation-duration: 14s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
html.export-ready-theme body .article_summary:nth-child(4),
body .article_summary:nth-child(4) {
    animation-duration: 16s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
html.export-ready-theme body .article_summary:nth-child(5),
body .article_summary:nth-child(5) {
    animation-duration: 18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
html.export-ready-theme body .article_summary:nth-child(6),
body .article_summary:nth-child(6) {
    animation-duration: 20s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
html.export-ready-theme body .article_summary:nth-child(7),
body .article_summary:nth-child(7) {
    animation-duration: 22s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
html.export-ready-theme body .article_summary:nth-child(8),
body .article_summary:nth-child(8) {
    animation-duration: 24s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
html.export-ready-theme body .article_summary:nth-child(9),
body .article_summary:nth-child(9) {
    animation-duration: 26s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
html.export-ready-theme body .article_summary:nth-child(10),
body .article_summary:nth-child(10) {
    animation-duration: 28s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
html.export-ready-theme body .article_summary:nth-child(11),
body .article_summary:nth-child(11) {
    animation-duration: 30s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
html.export-ready-theme body .article_summary:nth-child(12),
body .article_summary:nth-child(12) {
    animation-duration: 32s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
html.export-ready-theme body .article_summary:nth-child(13),
body .article_summary:nth-child(13) {
    animation-duration: 34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
html.export-ready-theme body .article_summary:nth-child(14),
body .article_summary:nth-child(14) {
    animation-duration: 36s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
html.export-ready-theme body .article_summary:nth-child(15),
body .article_summary:nth-child(15) {
    animation-duration: 38s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
html.export-ready-theme body .article_summary:nth-child(16),
body .article_summary:nth-child(16) {
    animation-duration: 40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
html.export-ready-theme body .article_summary:nth-child(17),
body .article_summary:nth-child(17) {
    animation-duration: 42s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
html.export-ready-theme body .article_summary:nth-child(18),
body .article_summary:nth-child(18) {
    animation-duration: 44s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
html.export-ready-theme body .article_summary:nth-child(19),
body .article_summary:nth-child(19) {
    animation-duration: 46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
html.export-ready-theme body .article_summary:nth-child(20),
body .article_summary:nth-child(20) {
    animation-duration: 48s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
html.export-ready-theme body .article_summary:nth-child(21),
body .article_summary:nth-child(21) {
    animation-duration: 50s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
html.export-ready-theme body .article_summary:nth-child(22),
body .article_summary:nth-child(22) {
    animation-duration: 52s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
html.export-ready-theme body .article_summary:nth-child(23),
body .article_summary:nth-child(23) {
    animation-duration: 54s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
html.export-ready-theme body .article_summary:nth-child(24),
body .article_summary:nth-child(24) {
    animation-duration: 56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
html.export-ready-theme body .article_summary:nth-child(25),
body .article_summary:nth-child(25) {
    animation-duration: 58s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
html.export-ready-theme body .article_summary:nth-child(26),
body .article_summary:nth-child(26) {
    animation-duration: 60s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
html.export-ready-theme body .article_summary:nth-child(27),
body .article_summary:nth-child(27) {
    animation-duration: 62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
html.export-ready-theme body .article_summary:nth-child(28),
body .article_summary:nth-child(28) {
    animation-duration: 64s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
html.export-ready-theme body .article_summary:nth-child(29),
body .article_summary:nth-child(29) {
    animation-duration: 66s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
html.export-ready-theme body .article_summary:nth-child(30),
body .article_summary:nth-child(30) {
    animation-duration: 68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
html.export-ready-theme body .article_summary:nth-child(31),
body .article_summary:nth-child(31) {
    animation-duration: 70s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
html.export-ready-theme body .article_summary:nth-child(32),
body .article_summary:nth-child(32) {
    animation-duration: 72s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
html.export-ready-theme body .article_summary:nth-child(33),
body .article_summary:nth-child(33) {
    animation-duration: 74s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
html.export-ready-theme body .article_summary:nth-child(34),
body .article_summary:nth-child(34) {
    animation-duration: 76s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
html.export-ready-theme body .article_summary:nth-child(35),
body .article_summary:nth-child(35) {
    animation-duration: 78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
html.export-ready-theme body .article_summary:nth-child(36),
body .article_summary:nth-child(36) {
    animation-duration: 80s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
html.export-ready-theme body .article_summary:nth-child(37),
body .article_summary:nth-child(37) {
    animation-duration: 82s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
html.export-ready-theme body .article_summary:nth-child(38),
body .article_summary:nth-child(38) {
    animation-duration: 84s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
html.export-ready-theme body .article_summary:nth-child(39),
body .article_summary:nth-child(39) {
    animation-duration: 86s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
html.export-ready-theme body .article_summary:nth-child(40),
body .article_summary:nth-child(40) {
    animation-duration: 88s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
html.export-ready-theme body .article_summary:nth-child(41),
body .article_summary:nth-child(41) {
    animation-duration: 90s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
html.export-ready-theme body .article_summary:nth-child(42),
body .article_summary:nth-child(42) {
    animation-duration: 92s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
html.export-ready-theme body .article_summary:nth-child(43),
body .article_summary:nth-child(43) {
    animation-duration: 94s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
html.export-ready-theme body .article_summary:nth-child(44),
body .article_summary:nth-child(44) {
    animation-duration: 96s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
html.export-ready-theme body .article_summary:nth-child(45),
body .article_summary:nth-child(45) {
    animation-duration: 98s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
html.export-ready-theme body .article_summary:nth-child(46),
body .article_summary:nth-child(46) {
    animation-duration: 100s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
html.export-ready-theme body .article_summary:nth-child(47),
body .article_summary:nth-child(47) {
    animation-duration: 102s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
html.export-ready-theme body .article_summary:nth-child(48),
body .article_summary:nth-child(48) {
    animation-duration: 104s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
html.export-ready-theme body .article_summary:nth-child(49),
body .article_summary:nth-child(49) {
    animation-duration: 106s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
html.export-ready-theme body .article_summary:nth-child(50),
body .article_summary:nth-child(50) {
    animation-duration: 108s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
html.export-ready-theme body .article_summary:nth-child(51),
body .article_summary:nth-child(51) {
    animation-duration: 110s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
html.export-ready-theme body .article_summary:nth-child(52),
body .article_summary:nth-child(52) {
    animation-duration: 112s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
html.export-ready-theme body .article_summary:nth-child(53),
body .article_summary:nth-child(53) {
    animation-duration: 114s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
html.export-ready-theme body .article_summary:nth-child(54),
body .article_summary:nth-child(54) {
    animation-duration: 116s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
html.export-ready-theme body .article_summary:nth-child(55),
body .article_summary:nth-child(55) {
    animation-duration: 118s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
html.export-ready-theme body .article_summary:nth-child(56),
body .article_summary:nth-child(56) {
    animation-duration: 120s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
html.export-ready-theme body .article_summary:nth-child(57),
body .article_summary:nth-child(57) {
    animation-duration: 122s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
html.export-ready-theme body .article_summary:nth-child(58),
body .article_summary:nth-child(58) {
    animation-duration: 124s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
html.export-ready-theme body .article_summary:nth-child(59),
body .article_summary:nth-child(59) {
    animation-duration: 126s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
html.export-ready-theme body .article_summary:nth-child(60),
body .article_summary:nth-child(60) {
    animation-duration: 128s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
html.export-ready-theme body .article_summary:nth-child(61),
body .article_summary:nth-child(61) {
    animation-duration: 130s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
html.export-ready-theme body .article_summary:nth-child(62),
body .article_summary:nth-child(62) {
    animation-duration: 132s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
html.export-ready-theme body .article_summary:nth-child(63),
body .article_summary:nth-child(63) {
    animation-duration: 134s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
html.export-ready-theme body .article_summary:nth-child(64),
body .article_summary:nth-child(64) {
    animation-duration: 136s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
html.export-ready-theme body .article_summary:nth-child(65),
body .article_summary:nth-child(65) {
    animation-duration: 138s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
html.export-ready-theme body .article_summary:nth-child(66),
body .article_summary:nth-child(66) {
    animation-duration: 140s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
html.export-ready-theme body .article_summary:nth-child(67),
body .article_summary:nth-child(67) {
    animation-duration: 142s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
html.export-ready-theme body .article_summary:nth-child(68),
body .article_summary:nth-child(68) {
    animation-duration: 144s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
html.export-ready-theme body .article_summary:nth-child(69),
body .article_summary:nth-child(69) {
    animation-duration: 146s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
html.export-ready-theme body .article_summary:nth-child(70),
body .article_summary:nth-child(70) {
    animation-duration: 148s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
html.export-ready-theme body .article_summary:nth-child(71),
body .article_summary:nth-child(71) {
    animation-duration: 150s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
html.export-ready-theme body .article_summary:nth-child(72),
body .article_summary:nth-child(72) {
    animation-duration: 152s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
html.export-ready-theme body .article_summary:nth-child(73),
body .article_summary:nth-child(73) {
    animation-duration: 154s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
html.export-ready-theme body .article_summary:nth-child(74),
body .article_summary:nth-child(74) {
    animation-duration: 156s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
html.export-ready-theme body .article_summary:nth-child(75),
body .article_summary:nth-child(75) {
    animation-duration: 158s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
html.export-ready-theme body .article_summary:nth-child(76),
body .article_summary:nth-child(76) {
    animation-duration: 160s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
html.export-ready-theme body .article_summary:nth-child(77),
body .article_summary:nth-child(77) {
    animation-duration: 162s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
html.export-ready-theme body .article_summary:nth-child(78),
body .article_summary:nth-child(78) {
    animation-duration: 164s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
html.export-ready-theme body .article_summary:nth-child(79),
body .article_summary:nth-child(79) {
    animation-duration: 166s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
html.export-ready-theme body .article_summary:nth-child(80),
body .article_summary:nth-child(80) {
    animation-duration: 168s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
html.export-ready-theme body .article_summary:nth-child(81),
body .article_summary:nth-child(81) {
    animation-duration: 170s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
html.export-ready-theme body .article_summary:nth-child(82),
body .article_summary:nth-child(82) {
    animation-duration: 172s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
html.export-ready-theme body .article_summary:nth-child(83),
body .article_summary:nth-child(83) {
    animation-duration: 174s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
html.export-ready-theme body .article_summary:nth-child(84),
body .article_summary:nth-child(84) {
    animation-duration: 176s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
html.export-ready-theme body .article_summary:nth-child(85),
body .article_summary:nth-child(85) {
    animation-duration: 178s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
html.export-ready-theme body .article_summary:nth-child(86),
body .article_summary:nth-child(86) {
    animation-duration: 180s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
html.export-ready-theme body .article_summary:nth-child(87),
body .article_summary:nth-child(87) {
    animation-duration: 182s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
html.export-ready-theme body .article_summary:nth-child(88),
body .article_summary:nth-child(88) {
    animation-duration: 184s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
html.export-ready-theme body .article_summary:nth-child(89),
body .article_summary:nth-child(89) {
    animation-duration: 186s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
html.export-ready-theme body .article_summary:nth-child(90),
body .article_summary:nth-child(90) {
    animation-duration: 188s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
html.export-ready-theme body .article_summary:nth-child(91),
body .article_summary:nth-child(91) {
    animation-duration: 190s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
html.export-ready-theme body .article_summary:nth-child(92),
body .article_summary:nth-child(92) {
    animation-duration: 192s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
html.export-ready-theme body .article_summary:nth-child(93),
body .article_summary:nth-child(93) {
    animation-duration: 194s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
html.export-ready-theme body .article_summary:nth-child(94),
body .article_summary:nth-child(94) {
    animation-duration: 196s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
html.export-ready-theme body .article_summary:nth-child(95),
body .article_summary:nth-child(95) {
    animation-duration: 198s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
html.export-ready-theme body .article_summary:nth-child(96),
body .article_summary:nth-child(96) {
    animation-duration: 200s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
html.export-ready-theme body .article_summary:nth-child(97),
body .article_summary:nth-child(97) {
    animation-duration: 202s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
html.export-ready-theme body .article_summary:nth-child(98),
body .article_summary:nth-child(98) {
    animation-duration: 204s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
html.export-ready-theme body .article_summary:nth-child(99),
body .article_summary:nth-child(99) {
    animation-duration: 206s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
html.export-ready-theme body .article_summary:nth-child(100),
body .article_summary:nth-child(100) {
    animation-duration: 208s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
html.export-ready-theme body .article_summary:nth-child(101),
body .article_summary:nth-child(101) {
    animation-duration: 210s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
html.export-ready-theme body .article_summary:nth-child(102),
body .article_summary:nth-child(102) {
    animation-duration: 212s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
html.export-ready-theme body .article_summary:nth-child(103),
body .article_summary:nth-child(103) {
    animation-duration: 214s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
html.export-ready-theme body .article_summary:nth-child(104),
body .article_summary:nth-child(104) {
    animation-duration: 216s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
html.export-ready-theme body .article_summary:nth-child(105),
body .article_summary:nth-child(105) {
    animation-duration: 218s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
html.export-ready-theme body .article_summary:nth-child(106),
body .article_summary:nth-child(106) {
    animation-duration: 220s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
html.export-ready-theme body .article_summary:nth-child(107),
body .article_summary:nth-child(107) {
    animation-duration: 222s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
html.export-ready-theme body .article_summary:nth-child(108),
body .article_summary:nth-child(108) {
    animation-duration: 224s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
html.export-ready-theme body .article_summary:nth-child(109),
body .article_summary:nth-child(109) {
    animation-duration: 226s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
html.export-ready-theme body .article_summary:nth-child(110),
body .article_summary:nth-child(110) {
    animation-duration: 228s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
html.export-ready-theme body .article_summary:nth-child(111),
body .article_summary:nth-child(111) {
    animation-duration: 230s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
html.export-ready-theme body .article_summary:nth-child(112),
body .article_summary:nth-child(112) {
    animation-duration: 232s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
html.export-ready-theme body .article_summary:nth-child(113),
body .article_summary:nth-child(113) {
    animation-duration: 234s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
html.export-ready-theme body .article_summary:nth-child(114),
body .article_summary:nth-child(114) {
    animation-duration: 236s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
html.export-ready-theme body .article_summary:nth-child(115),
body .article_summary:nth-child(115) {
    animation-duration: 238s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
html.export-ready-theme body .article_summary:nth-child(116),
body .article_summary:nth-child(116) {
    animation-duration: 240s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
html.export-ready-theme body .article_summary:nth-child(117),
body .article_summary:nth-child(117) {
    animation-duration: 242s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
html.export-ready-theme body .article_summary:nth-child(118),
body .article_summary:nth-child(118) {
    animation-duration: 244s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
html.export-ready-theme body .article_summary:nth-child(119),
body .article_summary:nth-child(119) {
    animation-duration: 246s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
html.export-ready-theme body .article_summary:nth-child(120),
body .article_summary:nth-child(120) {
    animation-duration: 248s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(121),
html.export-ready-theme body .article_summary:nth-child(121),
body .article_summary:nth-child(121) {
    animation-duration: 250s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(122),
html.export-ready-theme body .article_summary:nth-child(122),
body .article_summary:nth-child(122) {
    animation-duration: 252s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(123),
html.export-ready-theme body .article_summary:nth-child(123),
body .article_summary:nth-child(123) {
    animation-duration: 254s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(124),
html.export-ready-theme body .article_summary:nth-child(124),
body .article_summary:nth-child(124) {
    animation-duration: 256s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(125),
html.export-ready-theme body .article_summary:nth-child(125),
body .article_summary:nth-child(125) {
    animation-duration: 258s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(126),
html.export-ready-theme body .article_summary:nth-child(126),
body .article_summary:nth-child(126) {
    animation-duration: 260s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(127),
html.export-ready-theme body .article_summary:nth-child(127),
body .article_summary:nth-child(127) {
    animation-duration: 262s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(128),
html.export-ready-theme body .article_summary:nth-child(128),
body .article_summary:nth-child(128) {
    animation-duration: 264s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(129),
html.export-ready-theme body .article_summary:nth-child(129),
body .article_summary:nth-child(129) {
    animation-duration: 266s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(130),
html.export-ready-theme body .article_summary:nth-child(130),
body .article_summary:nth-child(130) {
    animation-duration: 268s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(131),
html.export-ready-theme body .article_summary:nth-child(131),
body .article_summary:nth-child(131) {
    animation-duration: 270s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(132),
html.export-ready-theme body .article_summary:nth-child(132),
body .article_summary:nth-child(132) {
    animation-duration: 272s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(133),
html.export-ready-theme body .article_summary:nth-child(133),
body .article_summary:nth-child(133) {
    animation-duration: 274s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(134),
html.export-ready-theme body .article_summary:nth-child(134),
body .article_summary:nth-child(134) {
    animation-duration: 276s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(135),
html.export-ready-theme body .article_summary:nth-child(135),
body .article_summary:nth-child(135) {
    animation-duration: 278s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(136),
html.export-ready-theme body .article_summary:nth-child(136),
body .article_summary:nth-child(136) {
    animation-duration: 280s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(137),
html.export-ready-theme body .article_summary:nth-child(137),
body .article_summary:nth-child(137) {
    animation-duration: 282s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(138),
html.export-ready-theme body .article_summary:nth-child(138),
body .article_summary:nth-child(138) {
    animation-duration: 284s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(139),
html.export-ready-theme body .article_summary:nth-child(139),
body .article_summary:nth-child(139) {
    animation-duration: 286s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(140),
html.export-ready-theme body .article_summary:nth-child(140),
body .article_summary:nth-child(140) {
    animation-duration: 288s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(141),
html.export-ready-theme body .article_summary:nth-child(141),
body .article_summary:nth-child(141) {
    animation-duration: 290s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(142),
html.export-ready-theme body .article_summary:nth-child(142),
body .article_summary:nth-child(142) {
    animation-duration: 292s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(143),
html.export-ready-theme body .article_summary:nth-child(143),
body .article_summary:nth-child(143) {
    animation-duration: 294s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(144),
html.export-ready-theme body .article_summary:nth-child(144),
body .article_summary:nth-child(144) {
    animation-duration: 296s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(145),
html.export-ready-theme body .article_summary:nth-child(145),
body .article_summary:nth-child(145) {
    animation-duration: 298s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(146),
html.export-ready-theme body .article_summary:nth-child(146),
body .article_summary:nth-child(146) {
    animation-duration: 300s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(147),
html.export-ready-theme body .article_summary:nth-child(147),
body .article_summary:nth-child(147) {
    animation-duration: 302s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(148),
html.export-ready-theme body .article_summary:nth-child(148),
body .article_summary:nth-child(148) {
    animation-duration: 304s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(149),
html.export-ready-theme body .article_summary:nth-child(149),
body .article_summary:nth-child(149) {
    animation-duration: 306s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(150),
html.export-ready-theme body .article_summary:nth-child(150),
body .article_summary:nth-child(150) {
    animation-duration: 308s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(151),
html.export-ready-theme body .article_summary:nth-child(151),
body .article_summary:nth-child(151) {
    animation-duration: 310s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(152),
html.export-ready-theme body .article_summary:nth-child(152),
body .article_summary:nth-child(152) {
    animation-duration: 312s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(153),
html.export-ready-theme body .article_summary:nth-child(153),
body .article_summary:nth-child(153) {
    animation-duration: 314s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(154),
html.export-ready-theme body .article_summary:nth-child(154),
body .article_summary:nth-child(154) {
    animation-duration: 316s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(155),
html.export-ready-theme body .article_summary:nth-child(155),
body .article_summary:nth-child(155) {
    animation-duration: 318s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(156),
html.export-ready-theme body .article_summary:nth-child(156),
body .article_summary:nth-child(156) {
    animation-duration: 320s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(157),
html.export-ready-theme body .article_summary:nth-child(157),
body .article_summary:nth-child(157) {
    animation-duration: 322s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(158),
html.export-ready-theme body .article_summary:nth-child(158),
body .article_summary:nth-child(158) {
    animation-duration: 324s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(159),
html.export-ready-theme body .article_summary:nth-child(159),
body .article_summary:nth-child(159) {
    animation-duration: 326s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(160),
html.export-ready-theme body .article_summary:nth-child(160),
body .article_summary:nth-child(160) {
    animation-duration: 328s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(161),
html.export-ready-theme body .article_summary:nth-child(161),
body .article_summary:nth-child(161) {
    animation-duration: 330s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(162),
html.export-ready-theme body .article_summary:nth-child(162),
body .article_summary:nth-child(162) {
    animation-duration: 332s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(163),
html.export-ready-theme body .article_summary:nth-child(163),
body .article_summary:nth-child(163) {
    animation-duration: 334s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(164),
html.export-ready-theme body .article_summary:nth-child(164),
body .article_summary:nth-child(164) {
    animation-duration: 336s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(165),
html.export-ready-theme body .article_summary:nth-child(165),
body .article_summary:nth-child(165) {
    animation-duration: 338s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(166),
html.export-ready-theme body .article_summary:nth-child(166),
body .article_summary:nth-child(166) {
    animation-duration: 340s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(167),
html.export-ready-theme body .article_summary:nth-child(167),
body .article_summary:nth-child(167) {
    animation-duration: 342s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(168),
html.export-ready-theme body .article_summary:nth-child(168),
body .article_summary:nth-child(168) {
    animation-duration: 344s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(169),
html.export-ready-theme body .article_summary:nth-child(169),
body .article_summary:nth-child(169) {
    animation-duration: 346s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(170),
html.export-ready-theme body .article_summary:nth-child(170),
body .article_summary:nth-child(170) {
    animation-duration: 348s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(171),
html.export-ready-theme body .article_summary:nth-child(171),
body .article_summary:nth-child(171) {
    animation-duration: 350s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(172),
html.export-ready-theme body .article_summary:nth-child(172),
body .article_summary:nth-child(172) {
    animation-duration: 352s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(173),
html.export-ready-theme body .article_summary:nth-child(173),
body .article_summary:nth-child(173) {
    animation-duration: 354s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(174),
html.export-ready-theme body .article_summary:nth-child(174),
body .article_summary:nth-child(174) {
    animation-duration: 356s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(175),
html.export-ready-theme body .article_summary:nth-child(175),
body .article_summary:nth-child(175) {
    animation-duration: 358s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(176),
html.export-ready-theme body .article_summary:nth-child(176),
body .article_summary:nth-child(176) {
    animation-duration: 360s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(177),
html.export-ready-theme body .article_summary:nth-child(177),
body .article_summary:nth-child(177) {
    animation-duration: 362s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(178),
html.export-ready-theme body .article_summary:nth-child(178),
body .article_summary:nth-child(178) {
    animation-duration: 364s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(179),
html.export-ready-theme body .article_summary:nth-child(179),
body .article_summary:nth-child(179) {
    animation-duration: 366s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(180),
html.export-ready-theme body .article_summary:nth-child(180),
body .article_summary:nth-child(180) {
    animation-duration: 368s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(181),
html.export-ready-theme body .article_summary:nth-child(181),
body .article_summary:nth-child(181) {
    animation-duration: 370s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(182),
html.export-ready-theme body .article_summary:nth-child(182),
body .article_summary:nth-child(182) {
    animation-duration: 372s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(183),
html.export-ready-theme body .article_summary:nth-child(183),
body .article_summary:nth-child(183) {
    animation-duration: 374s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(184),
html.export-ready-theme body .article_summary:nth-child(184),
body .article_summary:nth-child(184) {
    animation-duration: 376s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(185),
html.export-ready-theme body .article_summary:nth-child(185),
body .article_summary:nth-child(185) {
    animation-duration: 378s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(186),
html.export-ready-theme body .article_summary:nth-child(186),
body .article_summary:nth-child(186) {
    animation-duration: 380s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(187),
html.export-ready-theme body .article_summary:nth-child(187),
body .article_summary:nth-child(187) {
    animation-duration: 382s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(188),
html.export-ready-theme body .article_summary:nth-child(188),
body .article_summary:nth-child(188) {
    animation-duration: 384s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(189),
html.export-ready-theme body .article_summary:nth-child(189),
body .article_summary:nth-child(189) {
    animation-duration: 386s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(190),
html.export-ready-theme body .article_summary:nth-child(190),
body .article_summary:nth-child(190) {
    animation-duration: 388s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(191),
html.export-ready-theme body .article_summary:nth-child(191),
body .article_summary:nth-child(191) {
    animation-duration: 390s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(192),
html.export-ready-theme body .article_summary:nth-child(192),
body .article_summary:nth-child(192) {
    animation-duration: 392s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(193),
html.export-ready-theme body .article_summary:nth-child(193),
body .article_summary:nth-child(193) {
    animation-duration: 394s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(194),
html.export-ready-theme body .article_summary:nth-child(194),
body .article_summary:nth-child(194) {
    animation-duration: 396s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(195),
html.export-ready-theme body .article_summary:nth-child(195),
body .article_summary:nth-child(195) {
    animation-duration: 398s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(196),
html.export-ready-theme body .article_summary:nth-child(196),
body .article_summary:nth-child(196) {
    animation-duration: 400s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(197),
html.export-ready-theme body .article_summary:nth-child(197),
body .article_summary:nth-child(197) {
    animation-duration: 402s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(198),
html.export-ready-theme body .article_summary:nth-child(198),
body .article_summary:nth-child(198) {
    animation-duration: 404s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(199),
html.export-ready-theme body .article_summary:nth-child(199),
body .article_summary:nth-child(199) {
    animation-duration: 406s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(200),
html.export-ready-theme body .article_summary:nth-child(200),
body .article_summary:nth-child(200) {
    animation-duration: 408s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(201),
html.export-ready-theme body .article_summary:nth-child(201),
body .article_summary:nth-child(201) {
    animation-duration: 410s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(202),
html.export-ready-theme body .article_summary:nth-child(202),
body .article_summary:nth-child(202) {
    animation-duration: 412s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(203),
html.export-ready-theme body .article_summary:nth-child(203),
body .article_summary:nth-child(203) {
    animation-duration: 414s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(204),
html.export-ready-theme body .article_summary:nth-child(204),
body .article_summary:nth-child(204) {
    animation-duration: 416s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(205),
html.export-ready-theme body .article_summary:nth-child(205),
body .article_summary:nth-child(205) {
    animation-duration: 418s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(206),
html.export-ready-theme body .article_summary:nth-child(206),
body .article_summary:nth-child(206) {
    animation-duration: 420s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(207),
html.export-ready-theme body .article_summary:nth-child(207),
body .article_summary:nth-child(207) {
    animation-duration: 422s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(208),
html.export-ready-theme body .article_summary:nth-child(208),
body .article_summary:nth-child(208) {
    animation-duration: 424s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(209),
html.export-ready-theme body .article_summary:nth-child(209),
body .article_summary:nth-child(209) {
    animation-duration: 426s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(210),
html.export-ready-theme body .article_summary:nth-child(210),
body .article_summary:nth-child(210) {
    animation-duration: 428s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(211),
html.export-ready-theme body .article_summary:nth-child(211),
body .article_summary:nth-child(211) {
    animation-duration: 430s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(212),
html.export-ready-theme body .article_summary:nth-child(212),
body .article_summary:nth-child(212) {
    animation-duration: 432s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(213),
html.export-ready-theme body .article_summary:nth-child(213),
body .article_summary:nth-child(213) {
    animation-duration: 434s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(214),
html.export-ready-theme body .article_summary:nth-child(214),
body .article_summary:nth-child(214) {
    animation-duration: 436s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(215),
html.export-ready-theme body .article_summary:nth-child(215),
body .article_summary:nth-child(215) {
    animation-duration: 438s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(216),
html.export-ready-theme body .article_summary:nth-child(216),
body .article_summary:nth-child(216) {
    animation-duration: 440s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(217),
html.export-ready-theme body .article_summary:nth-child(217),
body .article_summary:nth-child(217) {
    animation-duration: 442s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(218),
html.export-ready-theme body .article_summary:nth-child(218),
body .article_summary:nth-child(218) {
    animation-duration: 444s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(219),
html.export-ready-theme body .article_summary:nth-child(219),
body .article_summary:nth-child(219) {
    animation-duration: 446s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(220),
html.export-ready-theme body .article_summary:nth-child(220),
body .article_summary:nth-child(220) {
    animation-duration: 448s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(221),
html.export-ready-theme body .article_summary:nth-child(221),
body .article_summary:nth-child(221) {
    animation-duration: 450s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(222),
html.export-ready-theme body .article_summary:nth-child(222),
body .article_summary:nth-child(222) {
    animation-duration: 452s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(223),
html.export-ready-theme body .article_summary:nth-child(223),
body .article_summary:nth-child(223) {
    animation-duration: 454s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(224),
html.export-ready-theme body .article_summary:nth-child(224),
body .article_summary:nth-child(224) {
    animation-duration: 456s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(225),
html.export-ready-theme body .article_summary:nth-child(225),
body .article_summary:nth-child(225) {
    animation-duration: 458s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(226),
html.export-ready-theme body .article_summary:nth-child(226),
body .article_summary:nth-child(226) {
    animation-duration: 460s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(227),
html.export-ready-theme body .article_summary:nth-child(227),
body .article_summary:nth-child(227) {
    animation-duration: 462s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(228),
html.export-ready-theme body .article_summary:nth-child(228),
body .article_summary:nth-child(228) {
    animation-duration: 464s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(229),
html.export-ready-theme body .article_summary:nth-child(229),
body .article_summary:nth-child(229) {
    animation-duration: 466s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(230),
html.export-ready-theme body .article_summary:nth-child(230),
body .article_summary:nth-child(230) {
    animation-duration: 468s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(231),
html.export-ready-theme body .article_summary:nth-child(231),
body .article_summary:nth-child(231) {
    animation-duration: 470s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(232),
html.export-ready-theme body .article_summary:nth-child(232),
body .article_summary:nth-child(232) {
    animation-duration: 472s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(233),
html.export-ready-theme body .article_summary:nth-child(233),
body .article_summary:nth-child(233) {
    animation-duration: 474s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(234),
html.export-ready-theme body .article_summary:nth-child(234),
body .article_summary:nth-child(234) {
    animation-duration: 476s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(235),
html.export-ready-theme body .article_summary:nth-child(235),
body .article_summary:nth-child(235) {
    animation-duration: 478s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(236),
html.export-ready-theme body .article_summary:nth-child(236),
body .article_summary:nth-child(236) {
    animation-duration: 480s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(237),
html.export-ready-theme body .article_summary:nth-child(237),
body .article_summary:nth-child(237) {
    animation-duration: 482s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(238),
html.export-ready-theme body .article_summary:nth-child(238),
body .article_summary:nth-child(238) {
    animation-duration: 484s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(239),
html.export-ready-theme body .article_summary:nth-child(239),
body .article_summary:nth-child(239) {
    animation-duration: 486s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(240),
html.export-ready-theme body .article_summary:nth-child(240),
body .article_summary:nth-child(240) {
    animation-duration: 488s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(241),
html.export-ready-theme body .article_summary:nth-child(241),
body .article_summary:nth-child(241) {
    animation-duration: 490s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(242),
html.export-ready-theme body .article_summary:nth-child(242),
body .article_summary:nth-child(242) {
    animation-duration: 492s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(243),
html.export-ready-theme body .article_summary:nth-child(243),
body .article_summary:nth-child(243) {
    animation-duration: 494s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(244),
html.export-ready-theme body .article_summary:nth-child(244),
body .article_summary:nth-child(244) {
    animation-duration: 496s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(245),
html.export-ready-theme body .article_summary:nth-child(245),
body .article_summary:nth-child(245) {
    animation-duration: 498s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(246),
html.export-ready-theme body .article_summary:nth-child(246),
body .article_summary:nth-child(246) {
    animation-duration: 500s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(247),
html.export-ready-theme body .article_summary:nth-child(247),
body .article_summary:nth-child(247) {
    animation-duration: 502s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(248),
html.export-ready-theme body .article_summary:nth-child(248),
body .article_summary:nth-child(248) {
    animation-duration: 504s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(249),
html.export-ready-theme body .article_summary:nth-child(249),
body .article_summary:nth-child(249) {
    animation-duration: 506s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(250),
html.export-ready-theme body .article_summary:nth-child(250),
body .article_summary:nth-child(250) {
    animation-duration: 508s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(251),
html.export-ready-theme body .article_summary:nth-child(251),
body .article_summary:nth-child(251) {
    animation-duration: 510s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(252),
html.export-ready-theme body .article_summary:nth-child(252),
body .article_summary:nth-child(252) {
    animation-duration: 512s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(253),
html.export-ready-theme body .article_summary:nth-child(253),
body .article_summary:nth-child(253) {
    animation-duration: 514s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(254),
html.export-ready-theme body .article_summary:nth-child(254),
body .article_summary:nth-child(254) {
    animation-duration: 516s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(255),
html.export-ready-theme body .article_summary:nth-child(255),
body .article_summary:nth-child(255) {
    animation-duration: 518s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(256),
html.export-ready-theme body .article_summary:nth-child(256),
body .article_summary:nth-child(256) {
    animation-duration: 520s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(257),
html.export-ready-theme body .article_summary:nth-child(257),
body .article_summary:nth-child(257) {
    animation-duration: 522s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(258),
html.export-ready-theme body .article_summary:nth-child(258),
body .article_summary:nth-child(258) {
    animation-duration: 524s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(259),
html.export-ready-theme body .article_summary:nth-child(259),
body .article_summary:nth-child(259) {
    animation-duration: 526s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(260),
html.export-ready-theme body .article_summary:nth-child(260),
body .article_summary:nth-child(260) {
    animation-duration: 528s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(261),
html.export-ready-theme body .article_summary:nth-child(261),
body .article_summary:nth-child(261) {
    animation-duration: 530s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(262),
html.export-ready-theme body .article_summary:nth-child(262),
body .article_summary:nth-child(262) {
    animation-duration: 532s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(263),
html.export-ready-theme body .article_summary:nth-child(263),
body .article_summary:nth-child(263) {
    animation-duration: 534s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(264),
html.export-ready-theme body .article_summary:nth-child(264),
body .article_summary:nth-child(264) {
    animation-duration: 536s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(265),
html.export-ready-theme body .article_summary:nth-child(265),
body .article_summary:nth-child(265) {
    animation-duration: 538s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(266),
html.export-ready-theme body .article_summary:nth-child(266),
body .article_summary:nth-child(266) {
    animation-duration: 540s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(267),
html.export-ready-theme body .article_summary:nth-child(267),
body .article_summary:nth-child(267) {
    animation-duration: 542s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(268),
html.export-ready-theme body .article_summary:nth-child(268),
body .article_summary:nth-child(268) {
    animation-duration: 544s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(269),
html.export-ready-theme body .article_summary:nth-child(269),
body .article_summary:nth-child(269) {
    animation-duration: 546s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(270),
html.export-ready-theme body .article_summary:nth-child(270),
body .article_summary:nth-child(270) {
    animation-duration: 548s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(271),
html.export-ready-theme body .article_summary:nth-child(271),
body .article_summary:nth-child(271) {
    animation-duration: 550s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(272),
html.export-ready-theme body .article_summary:nth-child(272),
body .article_summary:nth-child(272) {
    animation-duration: 552s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(273),
html.export-ready-theme body .article_summary:nth-child(273),
body .article_summary:nth-child(273) {
    animation-duration: 554s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(274),
html.export-ready-theme body .article_summary:nth-child(274),
body .article_summary:nth-child(274) {
    animation-duration: 556s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(275),
html.export-ready-theme body .article_summary:nth-child(275),
body .article_summary:nth-child(275) {
    animation-duration: 558s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(276),
html.export-ready-theme body .article_summary:nth-child(276),
body .article_summary:nth-child(276) {
    animation-duration: 560s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(277),
html.export-ready-theme body .article_summary:nth-child(277),
body .article_summary:nth-child(277) {
    animation-duration: 562s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(278),
html.export-ready-theme body .article_summary:nth-child(278),
body .article_summary:nth-child(278) {
    animation-duration: 564s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(279),
html.export-ready-theme body .article_summary:nth-child(279),
body .article_summary:nth-child(279) {
    animation-duration: 566s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(280),
html.export-ready-theme body .article_summary:nth-child(280),
body .article_summary:nth-child(280) {
    animation-duration: 568s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(281),
html.export-ready-theme body .article_summary:nth-child(281),
body .article_summary:nth-child(281) {
    animation-duration: 570s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(282),
html.export-ready-theme body .article_summary:nth-child(282),
body .article_summary:nth-child(282) {
    animation-duration: 572s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(283),
html.export-ready-theme body .article_summary:nth-child(283),
body .article_summary:nth-child(283) {
    animation-duration: 574s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(284),
html.export-ready-theme body .article_summary:nth-child(284),
body .article_summary:nth-child(284) {
    animation-duration: 576s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(285),
html.export-ready-theme body .article_summary:nth-child(285),
body .article_summary:nth-child(285) {
    animation-duration: 578s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(286),
html.export-ready-theme body .article_summary:nth-child(286),
body .article_summary:nth-child(286) {
    animation-duration: 580s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(287),
html.export-ready-theme body .article_summary:nth-child(287),
body .article_summary:nth-child(287) {
    animation-duration: 582s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(288),
html.export-ready-theme body .article_summary:nth-child(288),
body .article_summary:nth-child(288) {
    animation-duration: 584s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(289),
html.export-ready-theme body .article_summary:nth-child(289),
body .article_summary:nth-child(289) {
    animation-duration: 586s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(290),
html.export-ready-theme body .article_summary:nth-child(290),
body .article_summary:nth-child(290) {
    animation-duration: 588s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(291),
html.export-ready-theme body .article_summary:nth-child(291),
body .article_summary:nth-child(291) {
    animation-duration: 590s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(292),
html.export-ready-theme body .article_summary:nth-child(292),
body .article_summary:nth-child(292) {
    animation-duration: 592s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(293),
html.export-ready-theme body .article_summary:nth-child(293),
body .article_summary:nth-child(293) {
    animation-duration: 594s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(294),
html.export-ready-theme body .article_summary:nth-child(294),
body .article_summary:nth-child(294) {
    animation-duration: 596s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(295),
html.export-ready-theme body .article_summary:nth-child(295),
body .article_summary:nth-child(295) {
    animation-duration: 598s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(296),
html.export-ready-theme body .article_summary:nth-child(296),
body .article_summary:nth-child(296) {
    animation-duration: 600s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(297),
html.export-ready-theme body .article_summary:nth-child(297),
body .article_summary:nth-child(297) {
    animation-duration: 602s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(298),
html.export-ready-theme body .article_summary:nth-child(298),
body .article_summary:nth-child(298) {
    animation-duration: 604s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(299),
html.export-ready-theme body .article_summary:nth-child(299),
body .article_summary:nth-child(299) {
    animation-duration: 606s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(300),
html.export-ready-theme body .article_summary:nth-child(300),
body .article_summary:nth-child(300) {
    animation-duration: 608s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(301),
html.export-ready-theme body .article_summary:nth-child(301),
body .article_summary:nth-child(301) {
    animation-duration: 610s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(302),
html.export-ready-theme body .article_summary:nth-child(302),
body .article_summary:nth-child(302) {
    animation-duration: 612s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(303),
html.export-ready-theme body .article_summary:nth-child(303),
body .article_summary:nth-child(303) {
    animation-duration: 614s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(304),
html.export-ready-theme body .article_summary:nth-child(304),
body .article_summary:nth-child(304) {
    animation-duration: 616s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(305),
html.export-ready-theme body .article_summary:nth-child(305),
body .article_summary:nth-child(305) {
    animation-duration: 618s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(306),
html.export-ready-theme body .article_summary:nth-child(306),
body .article_summary:nth-child(306) {
    animation-duration: 620s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(307),
html.export-ready-theme body .article_summary:nth-child(307),
body .article_summary:nth-child(307) {
    animation-duration: 622s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(308),
html.export-ready-theme body .article_summary:nth-child(308),
body .article_summary:nth-child(308) {
    animation-duration: 624s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(309),
html.export-ready-theme body .article_summary:nth-child(309),
body .article_summary:nth-child(309) {
    animation-duration: 626s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(310),
html.export-ready-theme body .article_summary:nth-child(310),
body .article_summary:nth-child(310) {
    animation-duration: 628s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(311),
html.export-ready-theme body .article_summary:nth-child(311),
body .article_summary:nth-child(311) {
    animation-duration: 630s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(312),
html.export-ready-theme body .article_summary:nth-child(312),
body .article_summary:nth-child(312) {
    animation-duration: 632s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(313),
html.export-ready-theme body .article_summary:nth-child(313),
body .article_summary:nth-child(313) {
    animation-duration: 634s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(314),
html.export-ready-theme body .article_summary:nth-child(314),
body .article_summary:nth-child(314) {
    animation-duration: 636s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(315),
html.export-ready-theme body .article_summary:nth-child(315),
body .article_summary:nth-child(315) {
    animation-duration: 638s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(316),
html.export-ready-theme body .article_summary:nth-child(316),
body .article_summary:nth-child(316) {
    animation-duration: 640s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(317),
html.export-ready-theme body .article_summary:nth-child(317),
body .article_summary:nth-child(317) {
    animation-duration: 642s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(318),
html.export-ready-theme body .article_summary:nth-child(318),
body .article_summary:nth-child(318) {
    animation-duration: 644s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(319),
html.export-ready-theme body .article_summary:nth-child(319),
body .article_summary:nth-child(319) {
    animation-duration: 646s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(320),
html.export-ready-theme body .article_summary:nth-child(320),
body .article_summary:nth-child(320) {
    animation-duration: 648s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(321),
html.export-ready-theme body .article_summary:nth-child(321),
body .article_summary:nth-child(321) {
    animation-duration: 650s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(322),
html.export-ready-theme body .article_summary:nth-child(322),
body .article_summary:nth-child(322) {
    animation-duration: 652s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(323),
html.export-ready-theme body .article_summary:nth-child(323),
body .article_summary:nth-child(323) {
    animation-duration: 654s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(324),
html.export-ready-theme body .article_summary:nth-child(324),
body .article_summary:nth-child(324) {
    animation-duration: 656s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(325),
html.export-ready-theme body .article_summary:nth-child(325),
body .article_summary:nth-child(325) {
    animation-duration: 658s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(326),
html.export-ready-theme body .article_summary:nth-child(326),
body .article_summary:nth-child(326) {
    animation-duration: 660s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(327),
html.export-ready-theme body .article_summary:nth-child(327),
body .article_summary:nth-child(327) {
    animation-duration: 662s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(328),
html.export-ready-theme body .article_summary:nth-child(328),
body .article_summary:nth-child(328) {
    animation-duration: 664s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(329),
html.export-ready-theme body .article_summary:nth-child(329),
body .article_summary:nth-child(329) {
    animation-duration: 666s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(330),
html.export-ready-theme body .article_summary:nth-child(330),
body .article_summary:nth-child(330) {
    animation-duration: 668s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(331),
html.export-ready-theme body .article_summary:nth-child(331),
body .article_summary:nth-child(331) {
    animation-duration: 670s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(332),
html.export-ready-theme body .article_summary:nth-child(332),
body .article_summary:nth-child(332) {
    animation-duration: 672s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(333),
html.export-ready-theme body .article_summary:nth-child(333),
body .article_summary:nth-child(333) {
    animation-duration: 674s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(334),
html.export-ready-theme body .article_summary:nth-child(334),
body .article_summary:nth-child(334) {
    animation-duration: 676s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(335),
html.export-ready-theme body .article_summary:nth-child(335),
body .article_summary:nth-child(335) {
    animation-duration: 678s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(336),
html.export-ready-theme body .article_summary:nth-child(336),
body .article_summary:nth-child(336) {
    animation-duration: 680s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(337),
html.export-ready-theme body .article_summary:nth-child(337),
body .article_summary:nth-child(337) {
    animation-duration: 682s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(338),
html.export-ready-theme body .article_summary:nth-child(338),
body .article_summary:nth-child(338) {
    animation-duration: 684s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(339),
html.export-ready-theme body .article_summary:nth-child(339),
body .article_summary:nth-child(339) {
    animation-duration: 686s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(340),
html.export-ready-theme body .article_summary:nth-child(340),
body .article_summary:nth-child(340) {
    animation-duration: 688s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(341),
html.export-ready-theme body .article_summary:nth-child(341),
body .article_summary:nth-child(341) {
    animation-duration: 690s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(342),
html.export-ready-theme body .article_summary:nth-child(342),
body .article_summary:nth-child(342) {
    animation-duration: 692s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(343),
html.export-ready-theme body .article_summary:nth-child(343),
body .article_summary:nth-child(343) {
    animation-duration: 694s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(344),
html.export-ready-theme body .article_summary:nth-child(344),
body .article_summary:nth-child(344) {
    animation-duration: 696s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(345),
html.export-ready-theme body .article_summary:nth-child(345),
body .article_summary:nth-child(345) {
    animation-duration: 698s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(346),
html.export-ready-theme body .article_summary:nth-child(346),
body .article_summary:nth-child(346) {
    animation-duration: 700s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(347),
html.export-ready-theme body .article_summary:nth-child(347),
body .article_summary:nth-child(347) {
    animation-duration: 702s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(348),
html.export-ready-theme body .article_summary:nth-child(348),
body .article_summary:nth-child(348) {
    animation-duration: 704s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(349),
html.export-ready-theme body .article_summary:nth-child(349),
body .article_summary:nth-child(349) {
    animation-duration: 706s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(350),
html.export-ready-theme body .article_summary:nth-child(350),
body .article_summary:nth-child(350) {
    animation-duration: 708s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(351),
html.export-ready-theme body .article_summary:nth-child(351),
body .article_summary:nth-child(351) {
    animation-duration: 710s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(352),
html.export-ready-theme body .article_summary:nth-child(352),
body .article_summary:nth-child(352) {
    animation-duration: 712s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(353),
html.export-ready-theme body .article_summary:nth-child(353),
body .article_summary:nth-child(353) {
    animation-duration: 714s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(354),
html.export-ready-theme body .article_summary:nth-child(354),
body .article_summary:nth-child(354) {
    animation-duration: 716s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(355),
html.export-ready-theme body .article_summary:nth-child(355),
body .article_summary:nth-child(355) {
    animation-duration: 718s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(356),
html.export-ready-theme body .article_summary:nth-child(356),
body .article_summary:nth-child(356) {
    animation-duration: 720s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(357),
html.export-ready-theme body .article_summary:nth-child(357),
body .article_summary:nth-child(357) {
    animation-duration: 722s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(358),
html.export-ready-theme body .article_summary:nth-child(358),
body .article_summary:nth-child(358) {
    animation-duration: 724s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(359),
html.export-ready-theme body .article_summary:nth-child(359),
body .article_summary:nth-child(359) {
    animation-duration: 726s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(360),
html.export-ready-theme body .article_summary:nth-child(360),
body .article_summary:nth-child(360) {
    animation-duration: 728s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(361),
html.export-ready-theme body .article_summary:nth-child(361),
body .article_summary:nth-child(361) {
    animation-duration: 730s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(362),
html.export-ready-theme body .article_summary:nth-child(362),
body .article_summary:nth-child(362) {
    animation-duration: 732s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(363),
html.export-ready-theme body .article_summary:nth-child(363),
body .article_summary:nth-child(363) {
    animation-duration: 734s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(364),
html.export-ready-theme body .article_summary:nth-child(364),
body .article_summary:nth-child(364) {
    animation-duration: 736s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(365),
html.export-ready-theme body .article_summary:nth-child(365),
body .article_summary:nth-child(365) {
    animation-duration: 738s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(366),
html.export-ready-theme body .article_summary:nth-child(366),
body .article_summary:nth-child(366) {
    animation-duration: 740s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(367),
html.export-ready-theme body .article_summary:nth-child(367),
body .article_summary:nth-child(367) {
    animation-duration: 742s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(368),
html.export-ready-theme body .article_summary:nth-child(368),
body .article_summary:nth-child(368) {
    animation-duration: 744s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(369),
html.export-ready-theme body .article_summary:nth-child(369),
body .article_summary:nth-child(369) {
    animation-duration: 746s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(370),
html.export-ready-theme body .article_summary:nth-child(370),
body .article_summary:nth-child(370) {
    animation-duration: 748s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(371),
html.export-ready-theme body .article_summary:nth-child(371),
body .article_summary:nth-child(371) {
    animation-duration: 750s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(372),
html.export-ready-theme body .article_summary:nth-child(372),
body .article_summary:nth-child(372) {
    animation-duration: 752s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(373),
html.export-ready-theme body .article_summary:nth-child(373),
body .article_summary:nth-child(373) {
    animation-duration: 754s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(374),
html.export-ready-theme body .article_summary:nth-child(374),
body .article_summary:nth-child(374) {
    animation-duration: 756s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(375),
html.export-ready-theme body .article_summary:nth-child(375),
body .article_summary:nth-child(375) {
    animation-duration: 758s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(376),
html.export-ready-theme body .article_summary:nth-child(376),
body .article_summary:nth-child(376) {
    animation-duration: 760s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(377),
html.export-ready-theme body .article_summary:nth-child(377),
body .article_summary:nth-child(377) {
    animation-duration: 762s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(378),
html.export-ready-theme body .article_summary:nth-child(378),
body .article_summary:nth-child(378) {
    animation-duration: 764s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(379),
html.export-ready-theme body .article_summary:nth-child(379),
body .article_summary:nth-child(379) {
    animation-duration: 766s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(380),
html.export-ready-theme body .article_summary:nth-child(380),
body .article_summary:nth-child(380) {
    animation-duration: 768s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(381),
html.export-ready-theme body .article_summary:nth-child(381),
body .article_summary:nth-child(381) {
    animation-duration: 770s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(382),
html.export-ready-theme body .article_summary:nth-child(382),
body .article_summary:nth-child(382) {
    animation-duration: 772s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(383),
html.export-ready-theme body .article_summary:nth-child(383),
body .article_summary:nth-child(383) {
    animation-duration: 774s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(384),
html.export-ready-theme body .article_summary:nth-child(384),
body .article_summary:nth-child(384) {
    animation-duration: 776s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(385),
html.export-ready-theme body .article_summary:nth-child(385),
body .article_summary:nth-child(385) {
    animation-duration: 778s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(386),
html.export-ready-theme body .article_summary:nth-child(386),
body .article_summary:nth-child(386) {
    animation-duration: 780s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(387),
html.export-ready-theme body .article_summary:nth-child(387),
body .article_summary:nth-child(387) {
    animation-duration: 782s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(388),
html.export-ready-theme body .article_summary:nth-child(388),
body .article_summary:nth-child(388) {
    animation-duration: 784s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(389),
html.export-ready-theme body .article_summary:nth-child(389),
body .article_summary:nth-child(389) {
    animation-duration: 786s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(390),
html.export-ready-theme body .article_summary:nth-child(390),
body .article_summary:nth-child(390) {
    animation-duration: 788s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(391),
html.export-ready-theme body .article_summary:nth-child(391),
body .article_summary:nth-child(391) {
    animation-duration: 790s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(392),
html.export-ready-theme body .article_summary:nth-child(392),
body .article_summary:nth-child(392) {
    animation-duration: 792s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(393),
html.export-ready-theme body .article_summary:nth-child(393),
body .article_summary:nth-child(393) {
    animation-duration: 794s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(394),
html.export-ready-theme body .article_summary:nth-child(394),
body .article_summary:nth-child(394) {
    animation-duration: 796s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(395),
html.export-ready-theme body .article_summary:nth-child(395),
body .article_summary:nth-child(395) {
    animation-duration: 798s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(396),
html.export-ready-theme body .article_summary:nth-child(396),
body .article_summary:nth-child(396) {
    animation-duration: 800s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(397),
html.export-ready-theme body .article_summary:nth-child(397),
body .article_summary:nth-child(397) {
    animation-duration: 802s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(398),
html.export-ready-theme body .article_summary:nth-child(398),
body .article_summary:nth-child(398) {
    animation-duration: 804s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(399),
html.export-ready-theme body .article_summary:nth-child(399),
body .article_summary:nth-child(399) {
    animation-duration: 806s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(400),
html.export-ready-theme body .article_summary:nth-child(400),
body .article_summary:nth-child(400) {
    animation-duration: 808s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(401),
html.export-ready-theme body .article_summary:nth-child(401),
body .article_summary:nth-child(401) {
    animation-duration: 810s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(402),
html.export-ready-theme body .article_summary:nth-child(402),
body .article_summary:nth-child(402) {
    animation-duration: 812s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(403),
html.export-ready-theme body .article_summary:nth-child(403),
body .article_summary:nth-child(403) {
    animation-duration: 814s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(404),
html.export-ready-theme body .article_summary:nth-child(404),
body .article_summary:nth-child(404) {
    animation-duration: 816s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(405),
html.export-ready-theme body .article_summary:nth-child(405),
body .article_summary:nth-child(405) {
    animation-duration: 818s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(406),
html.export-ready-theme body .article_summary:nth-child(406),
body .article_summary:nth-child(406) {
    animation-duration: 820s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(407),
html.export-ready-theme body .article_summary:nth-child(407),
body .article_summary:nth-child(407) {
    animation-duration: 822s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(408),
html.export-ready-theme body .article_summary:nth-child(408),
body .article_summary:nth-child(408) {
    animation-duration: 824s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(409),
html.export-ready-theme body .article_summary:nth-child(409),
body .article_summary:nth-child(409) {
    animation-duration: 826s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(410),
html.export-ready-theme body .article_summary:nth-child(410),
body .article_summary:nth-child(410) {
    animation-duration: 828s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(411),
html.export-ready-theme body .article_summary:nth-child(411),
body .article_summary:nth-child(411) {
    animation-duration: 830s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(412),
html.export-ready-theme body .article_summary:nth-child(412),
body .article_summary:nth-child(412) {
    animation-duration: 832s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(413),
html.export-ready-theme body .article_summary:nth-child(413),
body .article_summary:nth-child(413) {
    animation-duration: 834s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(414),
html.export-ready-theme body .article_summary:nth-child(414),
body .article_summary:nth-child(414) {
    animation-duration: 836s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(415),
html.export-ready-theme body .article_summary:nth-child(415),
body .article_summary:nth-child(415) {
    animation-duration: 838s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(416),
html.export-ready-theme body .article_summary:nth-child(416),
body .article_summary:nth-child(416) {
    animation-duration: 840s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(417),
html.export-ready-theme body .article_summary:nth-child(417),
body .article_summary:nth-child(417) {
    animation-duration: 842s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(418),
html.export-ready-theme body .article_summary:nth-child(418),
body .article_summary:nth-child(418) {
    animation-duration: 844s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(419),
html.export-ready-theme body .article_summary:nth-child(419),
body .article_summary:nth-child(419) {
    animation-duration: 846s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(420),
html.export-ready-theme body .article_summary:nth-child(420),
body .article_summary:nth-child(420) {
    animation-duration: 848s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(421),
html.export-ready-theme body .article_summary:nth-child(421),
body .article_summary:nth-child(421) {
    animation-duration: 850s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(422),
html.export-ready-theme body .article_summary:nth-child(422),
body .article_summary:nth-child(422) {
    animation-duration: 852s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(423),
html.export-ready-theme body .article_summary:nth-child(423),
body .article_summary:nth-child(423) {
    animation-duration: 854s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(424),
html.export-ready-theme body .article_summary:nth-child(424),
body .article_summary:nth-child(424) {
    animation-duration: 856s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(425),
html.export-ready-theme body .article_summary:nth-child(425),
body .article_summary:nth-child(425) {
    animation-duration: 858s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(426),
html.export-ready-theme body .article_summary:nth-child(426),
body .article_summary:nth-child(426) {
    animation-duration: 860s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(427),
html.export-ready-theme body .article_summary:nth-child(427),
body .article_summary:nth-child(427) {
    animation-duration: 862s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(428),
html.export-ready-theme body .article_summary:nth-child(428),
body .article_summary:nth-child(428) {
    animation-duration: 864s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(429),
html.export-ready-theme body .article_summary:nth-child(429),
body .article_summary:nth-child(429) {
    animation-duration: 866s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(430),
html.export-ready-theme body .article_summary:nth-child(430),
body .article_summary:nth-child(430) {
    animation-duration: 868s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(431),
html.export-ready-theme body .article_summary:nth-child(431),
body .article_summary:nth-child(431) {
    animation-duration: 870s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(432),
html.export-ready-theme body .article_summary:nth-child(432),
body .article_summary:nth-child(432) {
    animation-duration: 872s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(433),
html.export-ready-theme body .article_summary:nth-child(433),
body .article_summary:nth-child(433) {
    animation-duration: 874s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(434),
html.export-ready-theme body .article_summary:nth-child(434),
body .article_summary:nth-child(434) {
    animation-duration: 876s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(435),
html.export-ready-theme body .article_summary:nth-child(435),
body .article_summary:nth-child(435) {
    animation-duration: 878s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(436),
html.export-ready-theme body .article_summary:nth-child(436),
body .article_summary:nth-child(436) {
    animation-duration: 880s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(437),
html.export-ready-theme body .article_summary:nth-child(437),
body .article_summary:nth-child(437) {
    animation-duration: 882s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(438),
html.export-ready-theme body .article_summary:nth-child(438),
body .article_summary:nth-child(438) {
    animation-duration: 884s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(439),
html.export-ready-theme body .article_summary:nth-child(439),
body .article_summary:nth-child(439) {
    animation-duration: 886s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(440),
html.export-ready-theme body .article_summary:nth-child(440),
body .article_summary:nth-child(440) {
    animation-duration: 888s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(441),
html.export-ready-theme body .article_summary:nth-child(441),
body .article_summary:nth-child(441) {
    animation-duration: 890s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(442),
html.export-ready-theme body .article_summary:nth-child(442),
body .article_summary:nth-child(442) {
    animation-duration: 892s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(443),
html.export-ready-theme body .article_summary:nth-child(443),
body .article_summary:nth-child(443) {
    animation-duration: 894s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(444),
html.export-ready-theme body .article_summary:nth-child(444),
body .article_summary:nth-child(444) {
    animation-duration: 896s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(445),
html.export-ready-theme body .article_summary:nth-child(445),
body .article_summary:nth-child(445) {
    animation-duration: 898s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(446),
html.export-ready-theme body .article_summary:nth-child(446),
body .article_summary:nth-child(446) {
    animation-duration: 900s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(447),
html.export-ready-theme body .article_summary:nth-child(447),
body .article_summary:nth-child(447) {
    animation-duration: 902s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(448),
html.export-ready-theme body .article_summary:nth-child(448),
body .article_summary:nth-child(448) {
    animation-duration: 904s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(449),
html.export-ready-theme body .article_summary:nth-child(449),
body .article_summary:nth-child(449) {
    animation-duration: 906s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(450),
html.export-ready-theme body .article_summary:nth-child(450),
body .article_summary:nth-child(450) {
    animation-duration: 908s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(451),
html.export-ready-theme body .article_summary:nth-child(451),
body .article_summary:nth-child(451) {
    animation-duration: 910s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(452),
html.export-ready-theme body .article_summary:nth-child(452),
body .article_summary:nth-child(452) {
    animation-duration: 912s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(453),
html.export-ready-theme body .article_summary:nth-child(453),
body .article_summary:nth-child(453) {
    animation-duration: 914s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(454),
html.export-ready-theme body .article_summary:nth-child(454),
body .article_summary:nth-child(454) {
    animation-duration: 916s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(455),
html.export-ready-theme body .article_summary:nth-child(455),
body .article_summary:nth-child(455) {
    animation-duration: 918s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(456),
html.export-ready-theme body .article_summary:nth-child(456),
body .article_summary:nth-child(456) {
    animation-duration: 920s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(457),
html.export-ready-theme body .article_summary:nth-child(457),
body .article_summary:nth-child(457) {
    animation-duration: 922s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(458),
html.export-ready-theme body .article_summary:nth-child(458),
body .article_summary:nth-child(458) {
    animation-duration: 924s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(459),
html.export-ready-theme body .article_summary:nth-child(459),
body .article_summary:nth-child(459) {
    animation-duration: 926s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(460),
html.export-ready-theme body .article_summary:nth-child(460),
body .article_summary:nth-child(460) {
    animation-duration: 928s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(461),
html.export-ready-theme body .article_summary:nth-child(461),
body .article_summary:nth-child(461) {
    animation-duration: 930s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(462),
html.export-ready-theme body .article_summary:nth-child(462),
body .article_summary:nth-child(462) {
    animation-duration: 932s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(463),
html.export-ready-theme body .article_summary:nth-child(463),
body .article_summary:nth-child(463) {
    animation-duration: 934s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(464),
html.export-ready-theme body .article_summary:nth-child(464),
body .article_summary:nth-child(464) {
    animation-duration: 936s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(465),
html.export-ready-theme body .article_summary:nth-child(465),
body .article_summary:nth-child(465) {
    animation-duration: 938s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(466),
html.export-ready-theme body .article_summary:nth-child(466),
body .article_summary:nth-child(466) {
    animation-duration: 940s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(467),
html.export-ready-theme body .article_summary:nth-child(467),
body .article_summary:nth-child(467) {
    animation-duration: 942s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(468),
html.export-ready-theme body .article_summary:nth-child(468),
body .article_summary:nth-child(468) {
    animation-duration: 944s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(469),
html.export-ready-theme body .article_summary:nth-child(469),
body .article_summary:nth-child(469) {
    animation-duration: 946s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(470),
html.export-ready-theme body .article_summary:nth-child(470),
body .article_summary:nth-child(470) {
    animation-duration: 948s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(471),
html.export-ready-theme body .article_summary:nth-child(471),
body .article_summary:nth-child(471) {
    animation-duration: 950s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(472),
html.export-ready-theme body .article_summary:nth-child(472),
body .article_summary:nth-child(472) {
    animation-duration: 952s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(473),
html.export-ready-theme body .article_summary:nth-child(473),
body .article_summary:nth-child(473) {
    animation-duration: 954s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(474),
html.export-ready-theme body .article_summary:nth-child(474),
body .article_summary:nth-child(474) {
    animation-duration: 956s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(475),
html.export-ready-theme body .article_summary:nth-child(475),
body .article_summary:nth-child(475) {
    animation-duration: 958s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(476),
html.export-ready-theme body .article_summary:nth-child(476),
body .article_summary:nth-child(476) {
    animation-duration: 960s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(477),
html.export-ready-theme body .article_summary:nth-child(477),
body .article_summary:nth-child(477) {
    animation-duration: 962s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(478),
html.export-ready-theme body .article_summary:nth-child(478),
body .article_summary:nth-child(478) {
    animation-duration: 964s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(479),
html.export-ready-theme body .article_summary:nth-child(479),
body .article_summary:nth-child(479) {
    animation-duration: 966s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(480),
html.export-ready-theme body .article_summary:nth-child(480),
body .article_summary:nth-child(480) {
    animation-duration: 968s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(481),
html.export-ready-theme body .article_summary:nth-child(481),
body .article_summary:nth-child(481) {
    animation-duration: 970s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(482),
html.export-ready-theme body .article_summary:nth-child(482),
body .article_summary:nth-child(482) {
    animation-duration: 972s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(483),
html.export-ready-theme body .article_summary:nth-child(483),
body .article_summary:nth-child(483) {
    animation-duration: 974s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(484),
html.export-ready-theme body .article_summary:nth-child(484),
body .article_summary:nth-child(484) {
    animation-duration: 976s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(485),
html.export-ready-theme body .article_summary:nth-child(485),
body .article_summary:nth-child(485) {
    animation-duration: 978s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(486),
html.export-ready-theme body .article_summary:nth-child(486),
body .article_summary:nth-child(486) {
    animation-duration: 980s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(487),
html.export-ready-theme body .article_summary:nth-child(487),
body .article_summary:nth-child(487) {
    animation-duration: 982s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(488),
html.export-ready-theme body .article_summary:nth-child(488),
body .article_summary:nth-child(488) {
    animation-duration: 984s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(489),
html.export-ready-theme body .article_summary:nth-child(489),
body .article_summary:nth-child(489) {
    animation-duration: 986s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(490),
html.export-ready-theme body .article_summary:nth-child(490),
body .article_summary:nth-child(490) {
    animation-duration: 988s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(491),
html.export-ready-theme body .article_summary:nth-child(491),
body .article_summary:nth-child(491) {
    animation-duration: 990s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(492),
html.export-ready-theme body .article_summary:nth-child(492),
body .article_summary:nth-child(492) {
    animation-duration: 992s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(493),
html.export-ready-theme body .article_summary:nth-child(493),
body .article_summary:nth-child(493) {
    animation-duration: 994s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(494),
html.export-ready-theme body .article_summary:nth-child(494),
body .article_summary:nth-child(494) {
    animation-duration: 996s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(495),
html.export-ready-theme body .article_summary:nth-child(495),
body .article_summary:nth-child(495) {
    animation-duration: 998s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(496),
html.export-ready-theme body .article_summary:nth-child(496),
body .article_summary:nth-child(496) {
    animation-duration: 1000s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(497),
html.export-ready-theme body .article_summary:nth-child(497),
body .article_summary:nth-child(497) {
    animation-duration: 1002s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(498),
html.export-ready-theme body .article_summary:nth-child(498),
body .article_summary:nth-child(498) {
    animation-duration: 1004s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(499),
html.export-ready-theme body .article_summary:nth-child(499),
body .article_summary:nth-child(499) {
    animation-duration: 1006s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(500),
html.export-ready-theme body .article_summary:nth-child(500),
body .article_summary:nth-child(500) {
    animation-duration: 1008s !important;
}

/* 500 tadan ko'p maqola bo'lsa, sayt haddan tashqari sustlashmasligi uchun xavfsiz qiymat */
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(n+501),
html.export-ready-theme body .article_summary:nth-child(n+501),
body .article_summary:nth-child(n+501) {
    animation-duration: 60s !important;
}

/* Mobil qurilmada juda uzoq davom etmasin: 1=4s, 2=4.5s, 3=5s... */
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
    html.export-ready-theme body .article_summary:nth-child(1),
    body .article_summary:nth-child(1) {
        animation-duration: 4s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
    html.export-ready-theme body .article_summary:nth-child(2),
    body .article_summary:nth-child(2) {
        animation-duration: 4.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
    html.export-ready-theme body .article_summary:nth-child(3),
    body .article_summary:nth-child(3) {
        animation-duration: 5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
    html.export-ready-theme body .article_summary:nth-child(4),
    body .article_summary:nth-child(4) {
        animation-duration: 5.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
    html.export-ready-theme body .article_summary:nth-child(5),
    body .article_summary:nth-child(5) {
        animation-duration: 6s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
    html.export-ready-theme body .article_summary:nth-child(6),
    body .article_summary:nth-child(6) {
        animation-duration: 6.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
    html.export-ready-theme body .article_summary:nth-child(7),
    body .article_summary:nth-child(7) {
        animation-duration: 7s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
    html.export-ready-theme body .article_summary:nth-child(8),
    body .article_summary:nth-child(8) {
        animation-duration: 7.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
    html.export-ready-theme body .article_summary:nth-child(9),
    body .article_summary:nth-child(9) {
        animation-duration: 8s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
    html.export-ready-theme body .article_summary:nth-child(10),
    body .article_summary:nth-child(10) {
        animation-duration: 8.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
    html.export-ready-theme body .article_summary:nth-child(11),
    body .article_summary:nth-child(11) {
        animation-duration: 9s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
    html.export-ready-theme body .article_summary:nth-child(12),
    body .article_summary:nth-child(12) {
        animation-duration: 9.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
    html.export-ready-theme body .article_summary:nth-child(13),
    body .article_summary:nth-child(13) {
        animation-duration: 10s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
    html.export-ready-theme body .article_summary:nth-child(14),
    body .article_summary:nth-child(14) {
        animation-duration: 10.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
    html.export-ready-theme body .article_summary:nth-child(15),
    body .article_summary:nth-child(15) {
        animation-duration: 11s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
    html.export-ready-theme body .article_summary:nth-child(16),
    body .article_summary:nth-child(16) {
        animation-duration: 11.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
    html.export-ready-theme body .article_summary:nth-child(17),
    body .article_summary:nth-child(17) {
        animation-duration: 12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
    html.export-ready-theme body .article_summary:nth-child(18),
    body .article_summary:nth-child(18) {
        animation-duration: 12.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
    html.export-ready-theme body .article_summary:nth-child(19),
    body .article_summary:nth-child(19) {
        animation-duration: 13s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
    html.export-ready-theme body .article_summary:nth-child(20),
    body .article_summary:nth-child(20) {
        animation-duration: 13.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
    html.export-ready-theme body .article_summary:nth-child(21),
    body .article_summary:nth-child(21) {
        animation-duration: 14s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
    html.export-ready-theme body .article_summary:nth-child(22),
    body .article_summary:nth-child(22) {
        animation-duration: 14.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
    html.export-ready-theme body .article_summary:nth-child(23),
    body .article_summary:nth-child(23) {
        animation-duration: 15s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
    html.export-ready-theme body .article_summary:nth-child(24),
    body .article_summary:nth-child(24) {
        animation-duration: 15.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
    html.export-ready-theme body .article_summary:nth-child(25),
    body .article_summary:nth-child(25) {
        animation-duration: 16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
    html.export-ready-theme body .article_summary:nth-child(26),
    body .article_summary:nth-child(26) {
        animation-duration: 16.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
    html.export-ready-theme body .article_summary:nth-child(27),
    body .article_summary:nth-child(27) {
        animation-duration: 17s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
    html.export-ready-theme body .article_summary:nth-child(28),
    body .article_summary:nth-child(28) {
        animation-duration: 17.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
    html.export-ready-theme body .article_summary:nth-child(29),
    body .article_summary:nth-child(29) {
        animation-duration: 18s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
    html.export-ready-theme body .article_summary:nth-child(30),
    body .article_summary:nth-child(30) {
        animation-duration: 18.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
    html.export-ready-theme body .article_summary:nth-child(31),
    body .article_summary:nth-child(31) {
        animation-duration: 19s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
    html.export-ready-theme body .article_summary:nth-child(32),
    body .article_summary:nth-child(32) {
        animation-duration: 19.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
    html.export-ready-theme body .article_summary:nth-child(33),
    body .article_summary:nth-child(33) {
        animation-duration: 20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
    html.export-ready-theme body .article_summary:nth-child(34),
    body .article_summary:nth-child(34) {
        animation-duration: 20.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
    html.export-ready-theme body .article_summary:nth-child(35),
    body .article_summary:nth-child(35) {
        animation-duration: 21s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
    html.export-ready-theme body .article_summary:nth-child(36),
    body .article_summary:nth-child(36) {
        animation-duration: 21.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
    html.export-ready-theme body .article_summary:nth-child(37),
    body .article_summary:nth-child(37) {
        animation-duration: 22s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
    html.export-ready-theme body .article_summary:nth-child(38),
    body .article_summary:nth-child(38) {
        animation-duration: 22.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
    html.export-ready-theme body .article_summary:nth-child(39),
    body .article_summary:nth-child(39) {
        animation-duration: 23s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
    html.export-ready-theme body .article_summary:nth-child(40),
    body .article_summary:nth-child(40) {
        animation-duration: 23.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
    html.export-ready-theme body .article_summary:nth-child(41),
    body .article_summary:nth-child(41) {
        animation-duration: 24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
    html.export-ready-theme body .article_summary:nth-child(42),
    body .article_summary:nth-child(42) {
        animation-duration: 24.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
    html.export-ready-theme body .article_summary:nth-child(43),
    body .article_summary:nth-child(43) {
        animation-duration: 25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
    html.export-ready-theme body .article_summary:nth-child(44),
    body .article_summary:nth-child(44) {
        animation-duration: 25.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
    html.export-ready-theme body .article_summary:nth-child(45),
    body .article_summary:nth-child(45) {
        animation-duration: 26s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
    html.export-ready-theme body .article_summary:nth-child(46),
    body .article_summary:nth-child(46) {
        animation-duration: 26.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
    html.export-ready-theme body .article_summary:nth-child(47),
    body .article_summary:nth-child(47) {
        animation-duration: 27s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
    html.export-ready-theme body .article_summary:nth-child(48),
    body .article_summary:nth-child(48) {
        animation-duration: 27.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
    html.export-ready-theme body .article_summary:nth-child(49),
    body .article_summary:nth-child(49) {
        animation-duration: 28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
    html.export-ready-theme body .article_summary:nth-child(50),
    body .article_summary:nth-child(50) {
        animation-duration: 28.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
    html.export-ready-theme body .article_summary:nth-child(51),
    body .article_summary:nth-child(51) {
        animation-duration: 29s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
    html.export-ready-theme body .article_summary:nth-child(52),
    body .article_summary:nth-child(52) {
        animation-duration: 29.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
    html.export-ready-theme body .article_summary:nth-child(53),
    body .article_summary:nth-child(53) {
        animation-duration: 30s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
    html.export-ready-theme body .article_summary:nth-child(54),
    body .article_summary:nth-child(54) {
        animation-duration: 30.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
    html.export-ready-theme body .article_summary:nth-child(55),
    body .article_summary:nth-child(55) {
        animation-duration: 31s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
    html.export-ready-theme body .article_summary:nth-child(56),
    body .article_summary:nth-child(56) {
        animation-duration: 31.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
    html.export-ready-theme body .article_summary:nth-child(57),
    body .article_summary:nth-child(57) {
        animation-duration: 32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
    html.export-ready-theme body .article_summary:nth-child(58),
    body .article_summary:nth-child(58) {
        animation-duration: 32.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
    html.export-ready-theme body .article_summary:nth-child(59),
    body .article_summary:nth-child(59) {
        animation-duration: 33s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
    html.export-ready-theme body .article_summary:nth-child(60),
    body .article_summary:nth-child(60) {
        animation-duration: 33.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
    html.export-ready-theme body .article_summary:nth-child(61),
    body .article_summary:nth-child(61) {
        animation-duration: 34s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
    html.export-ready-theme body .article_summary:nth-child(62),
    body .article_summary:nth-child(62) {
        animation-duration: 34.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
    html.export-ready-theme body .article_summary:nth-child(63),
    body .article_summary:nth-child(63) {
        animation-duration: 35s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
    html.export-ready-theme body .article_summary:nth-child(64),
    body .article_summary:nth-child(64) {
        animation-duration: 35.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
    html.export-ready-theme body .article_summary:nth-child(65),
    body .article_summary:nth-child(65) {
        animation-duration: 36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
    html.export-ready-theme body .article_summary:nth-child(66),
    body .article_summary:nth-child(66) {
        animation-duration: 36.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
    html.export-ready-theme body .article_summary:nth-child(67),
    body .article_summary:nth-child(67) {
        animation-duration: 37s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
    html.export-ready-theme body .article_summary:nth-child(68),
    body .article_summary:nth-child(68) {
        animation-duration: 37.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
    html.export-ready-theme body .article_summary:nth-child(69),
    body .article_summary:nth-child(69) {
        animation-duration: 38s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
    html.export-ready-theme body .article_summary:nth-child(70),
    body .article_summary:nth-child(70) {
        animation-duration: 38.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
    html.export-ready-theme body .article_summary:nth-child(71),
    body .article_summary:nth-child(71) {
        animation-duration: 39s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
    html.export-ready-theme body .article_summary:nth-child(72),
    body .article_summary:nth-child(72) {
        animation-duration: 39.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
    html.export-ready-theme body .article_summary:nth-child(73),
    body .article_summary:nth-child(73) {
        animation-duration: 40s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
    html.export-ready-theme body .article_summary:nth-child(74),
    body .article_summary:nth-child(74) {
        animation-duration: 40.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
    html.export-ready-theme body .article_summary:nth-child(75),
    body .article_summary:nth-child(75) {
        animation-duration: 41s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
    html.export-ready-theme body .article_summary:nth-child(76),
    body .article_summary:nth-child(76) {
        animation-duration: 41.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
    html.export-ready-theme body .article_summary:nth-child(77),
    body .article_summary:nth-child(77) {
        animation-duration: 42s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
    html.export-ready-theme body .article_summary:nth-child(78),
    body .article_summary:nth-child(78) {
        animation-duration: 42.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
    html.export-ready-theme body .article_summary:nth-child(79),
    body .article_summary:nth-child(79) {
        animation-duration: 43s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
    html.export-ready-theme body .article_summary:nth-child(80),
    body .article_summary:nth-child(80) {
        animation-duration: 43.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
    html.export-ready-theme body .article_summary:nth-child(81),
    body .article_summary:nth-child(81) {
        animation-duration: 44s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
    html.export-ready-theme body .article_summary:nth-child(82),
    body .article_summary:nth-child(82) {
        animation-duration: 44.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
    html.export-ready-theme body .article_summary:nth-child(83),
    body .article_summary:nth-child(83) {
        animation-duration: 45s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
    html.export-ready-theme body .article_summary:nth-child(84),
    body .article_summary:nth-child(84) {
        animation-duration: 45.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
    html.export-ready-theme body .article_summary:nth-child(85),
    body .article_summary:nth-child(85) {
        animation-duration: 46s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
    html.export-ready-theme body .article_summary:nth-child(86),
    body .article_summary:nth-child(86) {
        animation-duration: 46.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
    html.export-ready-theme body .article_summary:nth-child(87),
    body .article_summary:nth-child(87) {
        animation-duration: 47s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
    html.export-ready-theme body .article_summary:nth-child(88),
    body .article_summary:nth-child(88) {
        animation-duration: 47.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
    html.export-ready-theme body .article_summary:nth-child(89),
    body .article_summary:nth-child(89) {
        animation-duration: 48s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
    html.export-ready-theme body .article_summary:nth-child(90),
    body .article_summary:nth-child(90) {
        animation-duration: 48.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
    html.export-ready-theme body .article_summary:nth-child(91),
    body .article_summary:nth-child(91) {
        animation-duration: 49s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
    html.export-ready-theme body .article_summary:nth-child(92),
    body .article_summary:nth-child(92) {
        animation-duration: 49.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
    html.export-ready-theme body .article_summary:nth-child(93),
    body .article_summary:nth-child(93) {
        animation-duration: 50s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
    html.export-ready-theme body .article_summary:nth-child(94),
    body .article_summary:nth-child(94) {
        animation-duration: 50.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
    html.export-ready-theme body .article_summary:nth-child(95),
    body .article_summary:nth-child(95) {
        animation-duration: 51s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
    html.export-ready-theme body .article_summary:nth-child(96),
    body .article_summary:nth-child(96) {
        animation-duration: 51.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
    html.export-ready-theme body .article_summary:nth-child(97),
    body .article_summary:nth-child(97) {
        animation-duration: 52s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
    html.export-ready-theme body .article_summary:nth-child(98),
    body .article_summary:nth-child(98) {
        animation-duration: 52.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
    html.export-ready-theme body .article_summary:nth-child(99),
    body .article_summary:nth-child(99) {
        animation-duration: 53s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
    html.export-ready-theme body .article_summary:nth-child(100),
    body .article_summary:nth-child(100) {
        animation-duration: 53.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(n+101),
    html.export-ready-theme body .article_summary:nth-child(n+101),
    body .article_summary:nth-child(n+101) {
        animation-duration: 20s !important;
    }
}


/* =========================================================
   EYIB OJS - v21: HAR BIR MAQOLA 1s FARQ BILAN SEKINLASHADI
   1-maqola 10s, 2-maqola 11s, 3-maqola 12s ...
   Ushbu blok fayl oxirida turishi shart.
========================================================= */

html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
html.export-ready-theme body .article_summary,
body .article_summary {
    animation-timing-function: cubic-bezier(.19, 1, .22, 1) !important;
    animation-fill-mode: both !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
html.export-ready-theme body .article_summary:nth-child(1),
body .article_summary:nth-child(1) {
    animation-duration: 10s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
html.export-ready-theme body .article_summary:nth-child(2),
body .article_summary:nth-child(2) {
    animation-duration: 11s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
html.export-ready-theme body .article_summary:nth-child(3),
body .article_summary:nth-child(3) {
    animation-duration: 12s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
html.export-ready-theme body .article_summary:nth-child(4),
body .article_summary:nth-child(4) {
    animation-duration: 13s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
html.export-ready-theme body .article_summary:nth-child(5),
body .article_summary:nth-child(5) {
    animation-duration: 14s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
html.export-ready-theme body .article_summary:nth-child(6),
body .article_summary:nth-child(6) {
    animation-duration: 15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
html.export-ready-theme body .article_summary:nth-child(7),
body .article_summary:nth-child(7) {
    animation-duration: 16s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
html.export-ready-theme body .article_summary:nth-child(8),
body .article_summary:nth-child(8) {
    animation-duration: 17s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
html.export-ready-theme body .article_summary:nth-child(9),
body .article_summary:nth-child(9) {
    animation-duration: 18s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
html.export-ready-theme body .article_summary:nth-child(10),
body .article_summary:nth-child(10) {
    animation-duration: 19s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
html.export-ready-theme body .article_summary:nth-child(11),
body .article_summary:nth-child(11) {
    animation-duration: 20s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
html.export-ready-theme body .article_summary:nth-child(12),
body .article_summary:nth-child(12) {
    animation-duration: 21s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
html.export-ready-theme body .article_summary:nth-child(13),
body .article_summary:nth-child(13) {
    animation-duration: 22s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
html.export-ready-theme body .article_summary:nth-child(14),
body .article_summary:nth-child(14) {
    animation-duration: 23s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
html.export-ready-theme body .article_summary:nth-child(15),
body .article_summary:nth-child(15) {
    animation-duration: 24s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
html.export-ready-theme body .article_summary:nth-child(16),
body .article_summary:nth-child(16) {
    animation-duration: 25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
html.export-ready-theme body .article_summary:nth-child(17),
body .article_summary:nth-child(17) {
    animation-duration: 26s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
html.export-ready-theme body .article_summary:nth-child(18),
body .article_summary:nth-child(18) {
    animation-duration: 27s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
html.export-ready-theme body .article_summary:nth-child(19),
body .article_summary:nth-child(19) {
    animation-duration: 28s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
html.export-ready-theme body .article_summary:nth-child(20),
body .article_summary:nth-child(20) {
    animation-duration: 29s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
html.export-ready-theme body .article_summary:nth-child(21),
body .article_summary:nth-child(21) {
    animation-duration: 30s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
html.export-ready-theme body .article_summary:nth-child(22),
body .article_summary:nth-child(22) {
    animation-duration: 31s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
html.export-ready-theme body .article_summary:nth-child(23),
body .article_summary:nth-child(23) {
    animation-duration: 32s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
html.export-ready-theme body .article_summary:nth-child(24),
body .article_summary:nth-child(24) {
    animation-duration: 33s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
html.export-ready-theme body .article_summary:nth-child(25),
body .article_summary:nth-child(25) {
    animation-duration: 34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
html.export-ready-theme body .article_summary:nth-child(26),
body .article_summary:nth-child(26) {
    animation-duration: 35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
html.export-ready-theme body .article_summary:nth-child(27),
body .article_summary:nth-child(27) {
    animation-duration: 36s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
html.export-ready-theme body .article_summary:nth-child(28),
body .article_summary:nth-child(28) {
    animation-duration: 37s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
html.export-ready-theme body .article_summary:nth-child(29),
body .article_summary:nth-child(29) {
    animation-duration: 38s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
html.export-ready-theme body .article_summary:nth-child(30),
body .article_summary:nth-child(30) {
    animation-duration: 39s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
html.export-ready-theme body .article_summary:nth-child(31),
body .article_summary:nth-child(31) {
    animation-duration: 40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
html.export-ready-theme body .article_summary:nth-child(32),
body .article_summary:nth-child(32) {
    animation-duration: 41s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
html.export-ready-theme body .article_summary:nth-child(33),
body .article_summary:nth-child(33) {
    animation-duration: 42s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
html.export-ready-theme body .article_summary:nth-child(34),
body .article_summary:nth-child(34) {
    animation-duration: 43s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
html.export-ready-theme body .article_summary:nth-child(35),
body .article_summary:nth-child(35) {
    animation-duration: 44s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
html.export-ready-theme body .article_summary:nth-child(36),
body .article_summary:nth-child(36) {
    animation-duration: 45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
html.export-ready-theme body .article_summary:nth-child(37),
body .article_summary:nth-child(37) {
    animation-duration: 46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
html.export-ready-theme body .article_summary:nth-child(38),
body .article_summary:nth-child(38) {
    animation-duration: 47s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
html.export-ready-theme body .article_summary:nth-child(39),
body .article_summary:nth-child(39) {
    animation-duration: 48s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
html.export-ready-theme body .article_summary:nth-child(40),
body .article_summary:nth-child(40) {
    animation-duration: 49s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
html.export-ready-theme body .article_summary:nth-child(41),
body .article_summary:nth-child(41) {
    animation-duration: 50s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
html.export-ready-theme body .article_summary:nth-child(42),
body .article_summary:nth-child(42) {
    animation-duration: 51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
html.export-ready-theme body .article_summary:nth-child(43),
body .article_summary:nth-child(43) {
    animation-duration: 52s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
html.export-ready-theme body .article_summary:nth-child(44),
body .article_summary:nth-child(44) {
    animation-duration: 53s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
html.export-ready-theme body .article_summary:nth-child(45),
body .article_summary:nth-child(45) {
    animation-duration: 54s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
html.export-ready-theme body .article_summary:nth-child(46),
body .article_summary:nth-child(46) {
    animation-duration: 55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
html.export-ready-theme body .article_summary:nth-child(47),
body .article_summary:nth-child(47) {
    animation-duration: 56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
html.export-ready-theme body .article_summary:nth-child(48),
body .article_summary:nth-child(48) {
    animation-duration: 57s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
html.export-ready-theme body .article_summary:nth-child(49),
body .article_summary:nth-child(49) {
    animation-duration: 58s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
html.export-ready-theme body .article_summary:nth-child(50),
body .article_summary:nth-child(50) {
    animation-duration: 59s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
html.export-ready-theme body .article_summary:nth-child(51),
body .article_summary:nth-child(51) {
    animation-duration: 60s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
html.export-ready-theme body .article_summary:nth-child(52),
body .article_summary:nth-child(52) {
    animation-duration: 61s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
html.export-ready-theme body .article_summary:nth-child(53),
body .article_summary:nth-child(53) {
    animation-duration: 62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
html.export-ready-theme body .article_summary:nth-child(54),
body .article_summary:nth-child(54) {
    animation-duration: 63s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
html.export-ready-theme body .article_summary:nth-child(55),
body .article_summary:nth-child(55) {
    animation-duration: 64s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
html.export-ready-theme body .article_summary:nth-child(56),
body .article_summary:nth-child(56) {
    animation-duration: 65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
html.export-ready-theme body .article_summary:nth-child(57),
body .article_summary:nth-child(57) {
    animation-duration: 66s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
html.export-ready-theme body .article_summary:nth-child(58),
body .article_summary:nth-child(58) {
    animation-duration: 67s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
html.export-ready-theme body .article_summary:nth-child(59),
body .article_summary:nth-child(59) {
    animation-duration: 68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
html.export-ready-theme body .article_summary:nth-child(60),
body .article_summary:nth-child(60) {
    animation-duration: 69s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
html.export-ready-theme body .article_summary:nth-child(61),
body .article_summary:nth-child(61) {
    animation-duration: 70s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
html.export-ready-theme body .article_summary:nth-child(62),
body .article_summary:nth-child(62) {
    animation-duration: 71s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
html.export-ready-theme body .article_summary:nth-child(63),
body .article_summary:nth-child(63) {
    animation-duration: 72s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
html.export-ready-theme body .article_summary:nth-child(64),
body .article_summary:nth-child(64) {
    animation-duration: 73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
html.export-ready-theme body .article_summary:nth-child(65),
body .article_summary:nth-child(65) {
    animation-duration: 74s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
html.export-ready-theme body .article_summary:nth-child(66),
body .article_summary:nth-child(66) {
    animation-duration: 75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
html.export-ready-theme body .article_summary:nth-child(67),
body .article_summary:nth-child(67) {
    animation-duration: 76s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
html.export-ready-theme body .article_summary:nth-child(68),
body .article_summary:nth-child(68) {
    animation-duration: 77s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
html.export-ready-theme body .article_summary:nth-child(69),
body .article_summary:nth-child(69) {
    animation-duration: 78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
html.export-ready-theme body .article_summary:nth-child(70),
body .article_summary:nth-child(70) {
    animation-duration: 79s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
html.export-ready-theme body .article_summary:nth-child(71),
body .article_summary:nth-child(71) {
    animation-duration: 80s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
html.export-ready-theme body .article_summary:nth-child(72),
body .article_summary:nth-child(72) {
    animation-duration: 81s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
html.export-ready-theme body .article_summary:nth-child(73),
body .article_summary:nth-child(73) {
    animation-duration: 82s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
html.export-ready-theme body .article_summary:nth-child(74),
body .article_summary:nth-child(74) {
    animation-duration: 83s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
html.export-ready-theme body .article_summary:nth-child(75),
body .article_summary:nth-child(75) {
    animation-duration: 84s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
html.export-ready-theme body .article_summary:nth-child(76),
body .article_summary:nth-child(76) {
    animation-duration: 85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
html.export-ready-theme body .article_summary:nth-child(77),
body .article_summary:nth-child(77) {
    animation-duration: 86s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
html.export-ready-theme body .article_summary:nth-child(78),
body .article_summary:nth-child(78) {
    animation-duration: 87s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
html.export-ready-theme body .article_summary:nth-child(79),
body .article_summary:nth-child(79) {
    animation-duration: 88s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
html.export-ready-theme body .article_summary:nth-child(80),
body .article_summary:nth-child(80) {
    animation-duration: 89s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
html.export-ready-theme body .article_summary:nth-child(81),
body .article_summary:nth-child(81) {
    animation-duration: 90s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
html.export-ready-theme body .article_summary:nth-child(82),
body .article_summary:nth-child(82) {
    animation-duration: 91s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
html.export-ready-theme body .article_summary:nth-child(83),
body .article_summary:nth-child(83) {
    animation-duration: 92s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
html.export-ready-theme body .article_summary:nth-child(84),
body .article_summary:nth-child(84) {
    animation-duration: 93s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
html.export-ready-theme body .article_summary:nth-child(85),
body .article_summary:nth-child(85) {
    animation-duration: 94s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
html.export-ready-theme body .article_summary:nth-child(86),
body .article_summary:nth-child(86) {
    animation-duration: 95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
html.export-ready-theme body .article_summary:nth-child(87),
body .article_summary:nth-child(87) {
    animation-duration: 96s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
html.export-ready-theme body .article_summary:nth-child(88),
body .article_summary:nth-child(88) {
    animation-duration: 97s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
html.export-ready-theme body .article_summary:nth-child(89),
body .article_summary:nth-child(89) {
    animation-duration: 98s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
html.export-ready-theme body .article_summary:nth-child(90),
body .article_summary:nth-child(90) {
    animation-duration: 99s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
html.export-ready-theme body .article_summary:nth-child(91),
body .article_summary:nth-child(91) {
    animation-duration: 100s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
html.export-ready-theme body .article_summary:nth-child(92),
body .article_summary:nth-child(92) {
    animation-duration: 101s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
html.export-ready-theme body .article_summary:nth-child(93),
body .article_summary:nth-child(93) {
    animation-duration: 102s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
html.export-ready-theme body .article_summary:nth-child(94),
body .article_summary:nth-child(94) {
    animation-duration: 103s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
html.export-ready-theme body .article_summary:nth-child(95),
body .article_summary:nth-child(95) {
    animation-duration: 104s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
html.export-ready-theme body .article_summary:nth-child(96),
body .article_summary:nth-child(96) {
    animation-duration: 105s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
html.export-ready-theme body .article_summary:nth-child(97),
body .article_summary:nth-child(97) {
    animation-duration: 106s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
html.export-ready-theme body .article_summary:nth-child(98),
body .article_summary:nth-child(98) {
    animation-duration: 107s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
html.export-ready-theme body .article_summary:nth-child(99),
body .article_summary:nth-child(99) {
    animation-duration: 108s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
html.export-ready-theme body .article_summary:nth-child(100),
body .article_summary:nth-child(100) {
    animation-duration: 109s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
html.export-ready-theme body .article_summary:nth-child(101),
body .article_summary:nth-child(101) {
    animation-duration: 110s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
html.export-ready-theme body .article_summary:nth-child(102),
body .article_summary:nth-child(102) {
    animation-duration: 111s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
html.export-ready-theme body .article_summary:nth-child(103),
body .article_summary:nth-child(103) {
    animation-duration: 112s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
html.export-ready-theme body .article_summary:nth-child(104),
body .article_summary:nth-child(104) {
    animation-duration: 113s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
html.export-ready-theme body .article_summary:nth-child(105),
body .article_summary:nth-child(105) {
    animation-duration: 114s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
html.export-ready-theme body .article_summary:nth-child(106),
body .article_summary:nth-child(106) {
    animation-duration: 115s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
html.export-ready-theme body .article_summary:nth-child(107),
body .article_summary:nth-child(107) {
    animation-duration: 116s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
html.export-ready-theme body .article_summary:nth-child(108),
body .article_summary:nth-child(108) {
    animation-duration: 117s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
html.export-ready-theme body .article_summary:nth-child(109),
body .article_summary:nth-child(109) {
    animation-duration: 118s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
html.export-ready-theme body .article_summary:nth-child(110),
body .article_summary:nth-child(110) {
    animation-duration: 119s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
html.export-ready-theme body .article_summary:nth-child(111),
body .article_summary:nth-child(111) {
    animation-duration: 120s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
html.export-ready-theme body .article_summary:nth-child(112),
body .article_summary:nth-child(112) {
    animation-duration: 121s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
html.export-ready-theme body .article_summary:nth-child(113),
body .article_summary:nth-child(113) {
    animation-duration: 122s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
html.export-ready-theme body .article_summary:nth-child(114),
body .article_summary:nth-child(114) {
    animation-duration: 123s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
html.export-ready-theme body .article_summary:nth-child(115),
body .article_summary:nth-child(115) {
    animation-duration: 124s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
html.export-ready-theme body .article_summary:nth-child(116),
body .article_summary:nth-child(116) {
    animation-duration: 125s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
html.export-ready-theme body .article_summary:nth-child(117),
body .article_summary:nth-child(117) {
    animation-duration: 126s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
html.export-ready-theme body .article_summary:nth-child(118),
body .article_summary:nth-child(118) {
    animation-duration: 127s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
html.export-ready-theme body .article_summary:nth-child(119),
body .article_summary:nth-child(119) {
    animation-duration: 128s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
html.export-ready-theme body .article_summary:nth-child(120),
body .article_summary:nth-child(120) {
    animation-duration: 129s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(121),
html.export-ready-theme body .article_summary:nth-child(121),
body .article_summary:nth-child(121) {
    animation-duration: 130s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(122),
html.export-ready-theme body .article_summary:nth-child(122),
body .article_summary:nth-child(122) {
    animation-duration: 131s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(123),
html.export-ready-theme body .article_summary:nth-child(123),
body .article_summary:nth-child(123) {
    animation-duration: 132s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(124),
html.export-ready-theme body .article_summary:nth-child(124),
body .article_summary:nth-child(124) {
    animation-duration: 133s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(125),
html.export-ready-theme body .article_summary:nth-child(125),
body .article_summary:nth-child(125) {
    animation-duration: 134s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(126),
html.export-ready-theme body .article_summary:nth-child(126),
body .article_summary:nth-child(126) {
    animation-duration: 135s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(127),
html.export-ready-theme body .article_summary:nth-child(127),
body .article_summary:nth-child(127) {
    animation-duration: 136s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(128),
html.export-ready-theme body .article_summary:nth-child(128),
body .article_summary:nth-child(128) {
    animation-duration: 137s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(129),
html.export-ready-theme body .article_summary:nth-child(129),
body .article_summary:nth-child(129) {
    animation-duration: 138s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(130),
html.export-ready-theme body .article_summary:nth-child(130),
body .article_summary:nth-child(130) {
    animation-duration: 139s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(131),
html.export-ready-theme body .article_summary:nth-child(131),
body .article_summary:nth-child(131) {
    animation-duration: 140s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(132),
html.export-ready-theme body .article_summary:nth-child(132),
body .article_summary:nth-child(132) {
    animation-duration: 141s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(133),
html.export-ready-theme body .article_summary:nth-child(133),
body .article_summary:nth-child(133) {
    animation-duration: 142s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(134),
html.export-ready-theme body .article_summary:nth-child(134),
body .article_summary:nth-child(134) {
    animation-duration: 143s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(135),
html.export-ready-theme body .article_summary:nth-child(135),
body .article_summary:nth-child(135) {
    animation-duration: 144s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(136),
html.export-ready-theme body .article_summary:nth-child(136),
body .article_summary:nth-child(136) {
    animation-duration: 145s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(137),
html.export-ready-theme body .article_summary:nth-child(137),
body .article_summary:nth-child(137) {
    animation-duration: 146s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(138),
html.export-ready-theme body .article_summary:nth-child(138),
body .article_summary:nth-child(138) {
    animation-duration: 147s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(139),
html.export-ready-theme body .article_summary:nth-child(139),
body .article_summary:nth-child(139) {
    animation-duration: 148s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(140),
html.export-ready-theme body .article_summary:nth-child(140),
body .article_summary:nth-child(140) {
    animation-duration: 149s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(141),
html.export-ready-theme body .article_summary:nth-child(141),
body .article_summary:nth-child(141) {
    animation-duration: 150s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(142),
html.export-ready-theme body .article_summary:nth-child(142),
body .article_summary:nth-child(142) {
    animation-duration: 151s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(143),
html.export-ready-theme body .article_summary:nth-child(143),
body .article_summary:nth-child(143) {
    animation-duration: 152s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(144),
html.export-ready-theme body .article_summary:nth-child(144),
body .article_summary:nth-child(144) {
    animation-duration: 153s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(145),
html.export-ready-theme body .article_summary:nth-child(145),
body .article_summary:nth-child(145) {
    animation-duration: 154s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(146),
html.export-ready-theme body .article_summary:nth-child(146),
body .article_summary:nth-child(146) {
    animation-duration: 155s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(147),
html.export-ready-theme body .article_summary:nth-child(147),
body .article_summary:nth-child(147) {
    animation-duration: 156s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(148),
html.export-ready-theme body .article_summary:nth-child(148),
body .article_summary:nth-child(148) {
    animation-duration: 157s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(149),
html.export-ready-theme body .article_summary:nth-child(149),
body .article_summary:nth-child(149) {
    animation-duration: 158s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(150),
html.export-ready-theme body .article_summary:nth-child(150),
body .article_summary:nth-child(150) {
    animation-duration: 159s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(151),
html.export-ready-theme body .article_summary:nth-child(151),
body .article_summary:nth-child(151) {
    animation-duration: 160s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(152),
html.export-ready-theme body .article_summary:nth-child(152),
body .article_summary:nth-child(152) {
    animation-duration: 161s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(153),
html.export-ready-theme body .article_summary:nth-child(153),
body .article_summary:nth-child(153) {
    animation-duration: 162s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(154),
html.export-ready-theme body .article_summary:nth-child(154),
body .article_summary:nth-child(154) {
    animation-duration: 163s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(155),
html.export-ready-theme body .article_summary:nth-child(155),
body .article_summary:nth-child(155) {
    animation-duration: 164s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(156),
html.export-ready-theme body .article_summary:nth-child(156),
body .article_summary:nth-child(156) {
    animation-duration: 165s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(157),
html.export-ready-theme body .article_summary:nth-child(157),
body .article_summary:nth-child(157) {
    animation-duration: 166s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(158),
html.export-ready-theme body .article_summary:nth-child(158),
body .article_summary:nth-child(158) {
    animation-duration: 167s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(159),
html.export-ready-theme body .article_summary:nth-child(159),
body .article_summary:nth-child(159) {
    animation-duration: 168s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(160),
html.export-ready-theme body .article_summary:nth-child(160),
body .article_summary:nth-child(160) {
    animation-duration: 169s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(161),
html.export-ready-theme body .article_summary:nth-child(161),
body .article_summary:nth-child(161) {
    animation-duration: 170s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(162),
html.export-ready-theme body .article_summary:nth-child(162),
body .article_summary:nth-child(162) {
    animation-duration: 171s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(163),
html.export-ready-theme body .article_summary:nth-child(163),
body .article_summary:nth-child(163) {
    animation-duration: 172s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(164),
html.export-ready-theme body .article_summary:nth-child(164),
body .article_summary:nth-child(164) {
    animation-duration: 173s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(165),
html.export-ready-theme body .article_summary:nth-child(165),
body .article_summary:nth-child(165) {
    animation-duration: 174s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(166),
html.export-ready-theme body .article_summary:nth-child(166),
body .article_summary:nth-child(166) {
    animation-duration: 175s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(167),
html.export-ready-theme body .article_summary:nth-child(167),
body .article_summary:nth-child(167) {
    animation-duration: 176s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(168),
html.export-ready-theme body .article_summary:nth-child(168),
body .article_summary:nth-child(168) {
    animation-duration: 177s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(169),
html.export-ready-theme body .article_summary:nth-child(169),
body .article_summary:nth-child(169) {
    animation-duration: 178s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(170),
html.export-ready-theme body .article_summary:nth-child(170),
body .article_summary:nth-child(170) {
    animation-duration: 179s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(171),
html.export-ready-theme body .article_summary:nth-child(171),
body .article_summary:nth-child(171) {
    animation-duration: 180s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(172),
html.export-ready-theme body .article_summary:nth-child(172),
body .article_summary:nth-child(172) {
    animation-duration: 181s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(173),
html.export-ready-theme body .article_summary:nth-child(173),
body .article_summary:nth-child(173) {
    animation-duration: 182s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(174),
html.export-ready-theme body .article_summary:nth-child(174),
body .article_summary:nth-child(174) {
    animation-duration: 183s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(175),
html.export-ready-theme body .article_summary:nth-child(175),
body .article_summary:nth-child(175) {
    animation-duration: 184s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(176),
html.export-ready-theme body .article_summary:nth-child(176),
body .article_summary:nth-child(176) {
    animation-duration: 185s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(177),
html.export-ready-theme body .article_summary:nth-child(177),
body .article_summary:nth-child(177) {
    animation-duration: 186s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(178),
html.export-ready-theme body .article_summary:nth-child(178),
body .article_summary:nth-child(178) {
    animation-duration: 187s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(179),
html.export-ready-theme body .article_summary:nth-child(179),
body .article_summary:nth-child(179) {
    animation-duration: 188s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(180),
html.export-ready-theme body .article_summary:nth-child(180),
body .article_summary:nth-child(180) {
    animation-duration: 189s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(181),
html.export-ready-theme body .article_summary:nth-child(181),
body .article_summary:nth-child(181) {
    animation-duration: 190s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(182),
html.export-ready-theme body .article_summary:nth-child(182),
body .article_summary:nth-child(182) {
    animation-duration: 191s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(183),
html.export-ready-theme body .article_summary:nth-child(183),
body .article_summary:nth-child(183) {
    animation-duration: 192s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(184),
html.export-ready-theme body .article_summary:nth-child(184),
body .article_summary:nth-child(184) {
    animation-duration: 193s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(185),
html.export-ready-theme body .article_summary:nth-child(185),
body .article_summary:nth-child(185) {
    animation-duration: 194s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(186),
html.export-ready-theme body .article_summary:nth-child(186),
body .article_summary:nth-child(186) {
    animation-duration: 195s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(187),
html.export-ready-theme body .article_summary:nth-child(187),
body .article_summary:nth-child(187) {
    animation-duration: 196s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(188),
html.export-ready-theme body .article_summary:nth-child(188),
body .article_summary:nth-child(188) {
    animation-duration: 197s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(189),
html.export-ready-theme body .article_summary:nth-child(189),
body .article_summary:nth-child(189) {
    animation-duration: 198s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(190),
html.export-ready-theme body .article_summary:nth-child(190),
body .article_summary:nth-child(190) {
    animation-duration: 199s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(191),
html.export-ready-theme body .article_summary:nth-child(191),
body .article_summary:nth-child(191) {
    animation-duration: 200s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(192),
html.export-ready-theme body .article_summary:nth-child(192),
body .article_summary:nth-child(192) {
    animation-duration: 201s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(193),
html.export-ready-theme body .article_summary:nth-child(193),
body .article_summary:nth-child(193) {
    animation-duration: 202s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(194),
html.export-ready-theme body .article_summary:nth-child(194),
body .article_summary:nth-child(194) {
    animation-duration: 203s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(195),
html.export-ready-theme body .article_summary:nth-child(195),
body .article_summary:nth-child(195) {
    animation-duration: 204s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(196),
html.export-ready-theme body .article_summary:nth-child(196),
body .article_summary:nth-child(196) {
    animation-duration: 205s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(197),
html.export-ready-theme body .article_summary:nth-child(197),
body .article_summary:nth-child(197) {
    animation-duration: 206s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(198),
html.export-ready-theme body .article_summary:nth-child(198),
body .article_summary:nth-child(198) {
    animation-duration: 207s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(199),
html.export-ready-theme body .article_summary:nth-child(199),
body .article_summary:nth-child(199) {
    animation-duration: 208s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(200),
html.export-ready-theme body .article_summary:nth-child(200),
body .article_summary:nth-child(200) {
    animation-duration: 209s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(201),
html.export-ready-theme body .article_summary:nth-child(201),
body .article_summary:nth-child(201) {
    animation-duration: 210s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(202),
html.export-ready-theme body .article_summary:nth-child(202),
body .article_summary:nth-child(202) {
    animation-duration: 211s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(203),
html.export-ready-theme body .article_summary:nth-child(203),
body .article_summary:nth-child(203) {
    animation-duration: 212s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(204),
html.export-ready-theme body .article_summary:nth-child(204),
body .article_summary:nth-child(204) {
    animation-duration: 213s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(205),
html.export-ready-theme body .article_summary:nth-child(205),
body .article_summary:nth-child(205) {
    animation-duration: 214s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(206),
html.export-ready-theme body .article_summary:nth-child(206),
body .article_summary:nth-child(206) {
    animation-duration: 215s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(207),
html.export-ready-theme body .article_summary:nth-child(207),
body .article_summary:nth-child(207) {
    animation-duration: 216s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(208),
html.export-ready-theme body .article_summary:nth-child(208),
body .article_summary:nth-child(208) {
    animation-duration: 217s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(209),
html.export-ready-theme body .article_summary:nth-child(209),
body .article_summary:nth-child(209) {
    animation-duration: 218s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(210),
html.export-ready-theme body .article_summary:nth-child(210),
body .article_summary:nth-child(210) {
    animation-duration: 219s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(211),
html.export-ready-theme body .article_summary:nth-child(211),
body .article_summary:nth-child(211) {
    animation-duration: 220s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(212),
html.export-ready-theme body .article_summary:nth-child(212),
body .article_summary:nth-child(212) {
    animation-duration: 221s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(213),
html.export-ready-theme body .article_summary:nth-child(213),
body .article_summary:nth-child(213) {
    animation-duration: 222s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(214),
html.export-ready-theme body .article_summary:nth-child(214),
body .article_summary:nth-child(214) {
    animation-duration: 223s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(215),
html.export-ready-theme body .article_summary:nth-child(215),
body .article_summary:nth-child(215) {
    animation-duration: 224s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(216),
html.export-ready-theme body .article_summary:nth-child(216),
body .article_summary:nth-child(216) {
    animation-duration: 225s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(217),
html.export-ready-theme body .article_summary:nth-child(217),
body .article_summary:nth-child(217) {
    animation-duration: 226s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(218),
html.export-ready-theme body .article_summary:nth-child(218),
body .article_summary:nth-child(218) {
    animation-duration: 227s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(219),
html.export-ready-theme body .article_summary:nth-child(219),
body .article_summary:nth-child(219) {
    animation-duration: 228s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(220),
html.export-ready-theme body .article_summary:nth-child(220),
body .article_summary:nth-child(220) {
    animation-duration: 229s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(221),
html.export-ready-theme body .article_summary:nth-child(221),
body .article_summary:nth-child(221) {
    animation-duration: 230s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(222),
html.export-ready-theme body .article_summary:nth-child(222),
body .article_summary:nth-child(222) {
    animation-duration: 231s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(223),
html.export-ready-theme body .article_summary:nth-child(223),
body .article_summary:nth-child(223) {
    animation-duration: 232s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(224),
html.export-ready-theme body .article_summary:nth-child(224),
body .article_summary:nth-child(224) {
    animation-duration: 233s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(225),
html.export-ready-theme body .article_summary:nth-child(225),
body .article_summary:nth-child(225) {
    animation-duration: 234s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(226),
html.export-ready-theme body .article_summary:nth-child(226),
body .article_summary:nth-child(226) {
    animation-duration: 235s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(227),
html.export-ready-theme body .article_summary:nth-child(227),
body .article_summary:nth-child(227) {
    animation-duration: 236s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(228),
html.export-ready-theme body .article_summary:nth-child(228),
body .article_summary:nth-child(228) {
    animation-duration: 237s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(229),
html.export-ready-theme body .article_summary:nth-child(229),
body .article_summary:nth-child(229) {
    animation-duration: 238s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(230),
html.export-ready-theme body .article_summary:nth-child(230),
body .article_summary:nth-child(230) {
    animation-duration: 239s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(231),
html.export-ready-theme body .article_summary:nth-child(231),
body .article_summary:nth-child(231) {
    animation-duration: 240s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(232),
html.export-ready-theme body .article_summary:nth-child(232),
body .article_summary:nth-child(232) {
    animation-duration: 241s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(233),
html.export-ready-theme body .article_summary:nth-child(233),
body .article_summary:nth-child(233) {
    animation-duration: 242s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(234),
html.export-ready-theme body .article_summary:nth-child(234),
body .article_summary:nth-child(234) {
    animation-duration: 243s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(235),
html.export-ready-theme body .article_summary:nth-child(235),
body .article_summary:nth-child(235) {
    animation-duration: 244s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(236),
html.export-ready-theme body .article_summary:nth-child(236),
body .article_summary:nth-child(236) {
    animation-duration: 245s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(237),
html.export-ready-theme body .article_summary:nth-child(237),
body .article_summary:nth-child(237) {
    animation-duration: 246s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(238),
html.export-ready-theme body .article_summary:nth-child(238),
body .article_summary:nth-child(238) {
    animation-duration: 247s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(239),
html.export-ready-theme body .article_summary:nth-child(239),
body .article_summary:nth-child(239) {
    animation-duration: 248s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(240),
html.export-ready-theme body .article_summary:nth-child(240),
body .article_summary:nth-child(240) {
    animation-duration: 249s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(241),
html.export-ready-theme body .article_summary:nth-child(241),
body .article_summary:nth-child(241) {
    animation-duration: 250s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(242),
html.export-ready-theme body .article_summary:nth-child(242),
body .article_summary:nth-child(242) {
    animation-duration: 251s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(243),
html.export-ready-theme body .article_summary:nth-child(243),
body .article_summary:nth-child(243) {
    animation-duration: 252s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(244),
html.export-ready-theme body .article_summary:nth-child(244),
body .article_summary:nth-child(244) {
    animation-duration: 253s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(245),
html.export-ready-theme body .article_summary:nth-child(245),
body .article_summary:nth-child(245) {
    animation-duration: 254s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(246),
html.export-ready-theme body .article_summary:nth-child(246),
body .article_summary:nth-child(246) {
    animation-duration: 255s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(247),
html.export-ready-theme body .article_summary:nth-child(247),
body .article_summary:nth-child(247) {
    animation-duration: 256s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(248),
html.export-ready-theme body .article_summary:nth-child(248),
body .article_summary:nth-child(248) {
    animation-duration: 257s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(249),
html.export-ready-theme body .article_summary:nth-child(249),
body .article_summary:nth-child(249) {
    animation-duration: 258s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(250),
html.export-ready-theme body .article_summary:nth-child(250),
body .article_summary:nth-child(250) {
    animation-duration: 259s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(251),
html.export-ready-theme body .article_summary:nth-child(251),
body .article_summary:nth-child(251) {
    animation-duration: 260s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(252),
html.export-ready-theme body .article_summary:nth-child(252),
body .article_summary:nth-child(252) {
    animation-duration: 261s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(253),
html.export-ready-theme body .article_summary:nth-child(253),
body .article_summary:nth-child(253) {
    animation-duration: 262s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(254),
html.export-ready-theme body .article_summary:nth-child(254),
body .article_summary:nth-child(254) {
    animation-duration: 263s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(255),
html.export-ready-theme body .article_summary:nth-child(255),
body .article_summary:nth-child(255) {
    animation-duration: 264s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(256),
html.export-ready-theme body .article_summary:nth-child(256),
body .article_summary:nth-child(256) {
    animation-duration: 265s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(257),
html.export-ready-theme body .article_summary:nth-child(257),
body .article_summary:nth-child(257) {
    animation-duration: 266s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(258),
html.export-ready-theme body .article_summary:nth-child(258),
body .article_summary:nth-child(258) {
    animation-duration: 267s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(259),
html.export-ready-theme body .article_summary:nth-child(259),
body .article_summary:nth-child(259) {
    animation-duration: 268s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(260),
html.export-ready-theme body .article_summary:nth-child(260),
body .article_summary:nth-child(260) {
    animation-duration: 269s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(261),
html.export-ready-theme body .article_summary:nth-child(261),
body .article_summary:nth-child(261) {
    animation-duration: 270s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(262),
html.export-ready-theme body .article_summary:nth-child(262),
body .article_summary:nth-child(262) {
    animation-duration: 271s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(263),
html.export-ready-theme body .article_summary:nth-child(263),
body .article_summary:nth-child(263) {
    animation-duration: 272s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(264),
html.export-ready-theme body .article_summary:nth-child(264),
body .article_summary:nth-child(264) {
    animation-duration: 273s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(265),
html.export-ready-theme body .article_summary:nth-child(265),
body .article_summary:nth-child(265) {
    animation-duration: 274s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(266),
html.export-ready-theme body .article_summary:nth-child(266),
body .article_summary:nth-child(266) {
    animation-duration: 275s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(267),
html.export-ready-theme body .article_summary:nth-child(267),
body .article_summary:nth-child(267) {
    animation-duration: 276s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(268),
html.export-ready-theme body .article_summary:nth-child(268),
body .article_summary:nth-child(268) {
    animation-duration: 277s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(269),
html.export-ready-theme body .article_summary:nth-child(269),
body .article_summary:nth-child(269) {
    animation-duration: 278s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(270),
html.export-ready-theme body .article_summary:nth-child(270),
body .article_summary:nth-child(270) {
    animation-duration: 279s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(271),
html.export-ready-theme body .article_summary:nth-child(271),
body .article_summary:nth-child(271) {
    animation-duration: 280s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(272),
html.export-ready-theme body .article_summary:nth-child(272),
body .article_summary:nth-child(272) {
    animation-duration: 281s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(273),
html.export-ready-theme body .article_summary:nth-child(273),
body .article_summary:nth-child(273) {
    animation-duration: 282s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(274),
html.export-ready-theme body .article_summary:nth-child(274),
body .article_summary:nth-child(274) {
    animation-duration: 283s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(275),
html.export-ready-theme body .article_summary:nth-child(275),
body .article_summary:nth-child(275) {
    animation-duration: 284s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(276),
html.export-ready-theme body .article_summary:nth-child(276),
body .article_summary:nth-child(276) {
    animation-duration: 285s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(277),
html.export-ready-theme body .article_summary:nth-child(277),
body .article_summary:nth-child(277) {
    animation-duration: 286s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(278),
html.export-ready-theme body .article_summary:nth-child(278),
body .article_summary:nth-child(278) {
    animation-duration: 287s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(279),
html.export-ready-theme body .article_summary:nth-child(279),
body .article_summary:nth-child(279) {
    animation-duration: 288s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(280),
html.export-ready-theme body .article_summary:nth-child(280),
body .article_summary:nth-child(280) {
    animation-duration: 289s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(281),
html.export-ready-theme body .article_summary:nth-child(281),
body .article_summary:nth-child(281) {
    animation-duration: 290s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(282),
html.export-ready-theme body .article_summary:nth-child(282),
body .article_summary:nth-child(282) {
    animation-duration: 291s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(283),
html.export-ready-theme body .article_summary:nth-child(283),
body .article_summary:nth-child(283) {
    animation-duration: 292s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(284),
html.export-ready-theme body .article_summary:nth-child(284),
body .article_summary:nth-child(284) {
    animation-duration: 293s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(285),
html.export-ready-theme body .article_summary:nth-child(285),
body .article_summary:nth-child(285) {
    animation-duration: 294s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(286),
html.export-ready-theme body .article_summary:nth-child(286),
body .article_summary:nth-child(286) {
    animation-duration: 295s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(287),
html.export-ready-theme body .article_summary:nth-child(287),
body .article_summary:nth-child(287) {
    animation-duration: 296s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(288),
html.export-ready-theme body .article_summary:nth-child(288),
body .article_summary:nth-child(288) {
    animation-duration: 297s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(289),
html.export-ready-theme body .article_summary:nth-child(289),
body .article_summary:nth-child(289) {
    animation-duration: 298s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(290),
html.export-ready-theme body .article_summary:nth-child(290),
body .article_summary:nth-child(290) {
    animation-duration: 299s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(291),
html.export-ready-theme body .article_summary:nth-child(291),
body .article_summary:nth-child(291) {
    animation-duration: 300s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(292),
html.export-ready-theme body .article_summary:nth-child(292),
body .article_summary:nth-child(292) {
    animation-duration: 301s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(293),
html.export-ready-theme body .article_summary:nth-child(293),
body .article_summary:nth-child(293) {
    animation-duration: 302s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(294),
html.export-ready-theme body .article_summary:nth-child(294),
body .article_summary:nth-child(294) {
    animation-duration: 303s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(295),
html.export-ready-theme body .article_summary:nth-child(295),
body .article_summary:nth-child(295) {
    animation-duration: 304s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(296),
html.export-ready-theme body .article_summary:nth-child(296),
body .article_summary:nth-child(296) {
    animation-duration: 305s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(297),
html.export-ready-theme body .article_summary:nth-child(297),
body .article_summary:nth-child(297) {
    animation-duration: 306s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(298),
html.export-ready-theme body .article_summary:nth-child(298),
body .article_summary:nth-child(298) {
    animation-duration: 307s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(299),
html.export-ready-theme body .article_summary:nth-child(299),
body .article_summary:nth-child(299) {
    animation-duration: 308s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(300),
html.export-ready-theme body .article_summary:nth-child(300),
body .article_summary:nth-child(300) {
    animation-duration: 309s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(301),
html.export-ready-theme body .article_summary:nth-child(301),
body .article_summary:nth-child(301) {
    animation-duration: 310s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(302),
html.export-ready-theme body .article_summary:nth-child(302),
body .article_summary:nth-child(302) {
    animation-duration: 311s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(303),
html.export-ready-theme body .article_summary:nth-child(303),
body .article_summary:nth-child(303) {
    animation-duration: 312s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(304),
html.export-ready-theme body .article_summary:nth-child(304),
body .article_summary:nth-child(304) {
    animation-duration: 313s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(305),
html.export-ready-theme body .article_summary:nth-child(305),
body .article_summary:nth-child(305) {
    animation-duration: 314s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(306),
html.export-ready-theme body .article_summary:nth-child(306),
body .article_summary:nth-child(306) {
    animation-duration: 315s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(307),
html.export-ready-theme body .article_summary:nth-child(307),
body .article_summary:nth-child(307) {
    animation-duration: 316s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(308),
html.export-ready-theme body .article_summary:nth-child(308),
body .article_summary:nth-child(308) {
    animation-duration: 317s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(309),
html.export-ready-theme body .article_summary:nth-child(309),
body .article_summary:nth-child(309) {
    animation-duration: 318s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(310),
html.export-ready-theme body .article_summary:nth-child(310),
body .article_summary:nth-child(310) {
    animation-duration: 319s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(311),
html.export-ready-theme body .article_summary:nth-child(311),
body .article_summary:nth-child(311) {
    animation-duration: 320s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(312),
html.export-ready-theme body .article_summary:nth-child(312),
body .article_summary:nth-child(312) {
    animation-duration: 321s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(313),
html.export-ready-theme body .article_summary:nth-child(313),
body .article_summary:nth-child(313) {
    animation-duration: 322s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(314),
html.export-ready-theme body .article_summary:nth-child(314),
body .article_summary:nth-child(314) {
    animation-duration: 323s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(315),
html.export-ready-theme body .article_summary:nth-child(315),
body .article_summary:nth-child(315) {
    animation-duration: 324s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(316),
html.export-ready-theme body .article_summary:nth-child(316),
body .article_summary:nth-child(316) {
    animation-duration: 325s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(317),
html.export-ready-theme body .article_summary:nth-child(317),
body .article_summary:nth-child(317) {
    animation-duration: 326s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(318),
html.export-ready-theme body .article_summary:nth-child(318),
body .article_summary:nth-child(318) {
    animation-duration: 327s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(319),
html.export-ready-theme body .article_summary:nth-child(319),
body .article_summary:nth-child(319) {
    animation-duration: 328s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(320),
html.export-ready-theme body .article_summary:nth-child(320),
body .article_summary:nth-child(320) {
    animation-duration: 329s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(321),
html.export-ready-theme body .article_summary:nth-child(321),
body .article_summary:nth-child(321) {
    animation-duration: 330s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(322),
html.export-ready-theme body .article_summary:nth-child(322),
body .article_summary:nth-child(322) {
    animation-duration: 331s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(323),
html.export-ready-theme body .article_summary:nth-child(323),
body .article_summary:nth-child(323) {
    animation-duration: 332s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(324),
html.export-ready-theme body .article_summary:nth-child(324),
body .article_summary:nth-child(324) {
    animation-duration: 333s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(325),
html.export-ready-theme body .article_summary:nth-child(325),
body .article_summary:nth-child(325) {
    animation-duration: 334s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(326),
html.export-ready-theme body .article_summary:nth-child(326),
body .article_summary:nth-child(326) {
    animation-duration: 335s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(327),
html.export-ready-theme body .article_summary:nth-child(327),
body .article_summary:nth-child(327) {
    animation-duration: 336s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(328),
html.export-ready-theme body .article_summary:nth-child(328),
body .article_summary:nth-child(328) {
    animation-duration: 337s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(329),
html.export-ready-theme body .article_summary:nth-child(329),
body .article_summary:nth-child(329) {
    animation-duration: 338s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(330),
html.export-ready-theme body .article_summary:nth-child(330),
body .article_summary:nth-child(330) {
    animation-duration: 339s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(331),
html.export-ready-theme body .article_summary:nth-child(331),
body .article_summary:nth-child(331) {
    animation-duration: 340s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(332),
html.export-ready-theme body .article_summary:nth-child(332),
body .article_summary:nth-child(332) {
    animation-duration: 341s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(333),
html.export-ready-theme body .article_summary:nth-child(333),
body .article_summary:nth-child(333) {
    animation-duration: 342s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(334),
html.export-ready-theme body .article_summary:nth-child(334),
body .article_summary:nth-child(334) {
    animation-duration: 343s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(335),
html.export-ready-theme body .article_summary:nth-child(335),
body .article_summary:nth-child(335) {
    animation-duration: 344s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(336),
html.export-ready-theme body .article_summary:nth-child(336),
body .article_summary:nth-child(336) {
    animation-duration: 345s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(337),
html.export-ready-theme body .article_summary:nth-child(337),
body .article_summary:nth-child(337) {
    animation-duration: 346s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(338),
html.export-ready-theme body .article_summary:nth-child(338),
body .article_summary:nth-child(338) {
    animation-duration: 347s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(339),
html.export-ready-theme body .article_summary:nth-child(339),
body .article_summary:nth-child(339) {
    animation-duration: 348s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(340),
html.export-ready-theme body .article_summary:nth-child(340),
body .article_summary:nth-child(340) {
    animation-duration: 349s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(341),
html.export-ready-theme body .article_summary:nth-child(341),
body .article_summary:nth-child(341) {
    animation-duration: 350s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(342),
html.export-ready-theme body .article_summary:nth-child(342),
body .article_summary:nth-child(342) {
    animation-duration: 351s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(343),
html.export-ready-theme body .article_summary:nth-child(343),
body .article_summary:nth-child(343) {
    animation-duration: 352s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(344),
html.export-ready-theme body .article_summary:nth-child(344),
body .article_summary:nth-child(344) {
    animation-duration: 353s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(345),
html.export-ready-theme body .article_summary:nth-child(345),
body .article_summary:nth-child(345) {
    animation-duration: 354s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(346),
html.export-ready-theme body .article_summary:nth-child(346),
body .article_summary:nth-child(346) {
    animation-duration: 355s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(347),
html.export-ready-theme body .article_summary:nth-child(347),
body .article_summary:nth-child(347) {
    animation-duration: 356s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(348),
html.export-ready-theme body .article_summary:nth-child(348),
body .article_summary:nth-child(348) {
    animation-duration: 357s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(349),
html.export-ready-theme body .article_summary:nth-child(349),
body .article_summary:nth-child(349) {
    animation-duration: 358s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(350),
html.export-ready-theme body .article_summary:nth-child(350),
body .article_summary:nth-child(350) {
    animation-duration: 359s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(351),
html.export-ready-theme body .article_summary:nth-child(351),
body .article_summary:nth-child(351) {
    animation-duration: 360s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(352),
html.export-ready-theme body .article_summary:nth-child(352),
body .article_summary:nth-child(352) {
    animation-duration: 361s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(353),
html.export-ready-theme body .article_summary:nth-child(353),
body .article_summary:nth-child(353) {
    animation-duration: 362s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(354),
html.export-ready-theme body .article_summary:nth-child(354),
body .article_summary:nth-child(354) {
    animation-duration: 363s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(355),
html.export-ready-theme body .article_summary:nth-child(355),
body .article_summary:nth-child(355) {
    animation-duration: 364s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(356),
html.export-ready-theme body .article_summary:nth-child(356),
body .article_summary:nth-child(356) {
    animation-duration: 365s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(357),
html.export-ready-theme body .article_summary:nth-child(357),
body .article_summary:nth-child(357) {
    animation-duration: 366s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(358),
html.export-ready-theme body .article_summary:nth-child(358),
body .article_summary:nth-child(358) {
    animation-duration: 367s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(359),
html.export-ready-theme body .article_summary:nth-child(359),
body .article_summary:nth-child(359) {
    animation-duration: 368s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(360),
html.export-ready-theme body .article_summary:nth-child(360),
body .article_summary:nth-child(360) {
    animation-duration: 369s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(361),
html.export-ready-theme body .article_summary:nth-child(361),
body .article_summary:nth-child(361) {
    animation-duration: 370s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(362),
html.export-ready-theme body .article_summary:nth-child(362),
body .article_summary:nth-child(362) {
    animation-duration: 371s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(363),
html.export-ready-theme body .article_summary:nth-child(363),
body .article_summary:nth-child(363) {
    animation-duration: 372s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(364),
html.export-ready-theme body .article_summary:nth-child(364),
body .article_summary:nth-child(364) {
    animation-duration: 373s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(365),
html.export-ready-theme body .article_summary:nth-child(365),
body .article_summary:nth-child(365) {
    animation-duration: 374s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(366),
html.export-ready-theme body .article_summary:nth-child(366),
body .article_summary:nth-child(366) {
    animation-duration: 375s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(367),
html.export-ready-theme body .article_summary:nth-child(367),
body .article_summary:nth-child(367) {
    animation-duration: 376s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(368),
html.export-ready-theme body .article_summary:nth-child(368),
body .article_summary:nth-child(368) {
    animation-duration: 377s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(369),
html.export-ready-theme body .article_summary:nth-child(369),
body .article_summary:nth-child(369) {
    animation-duration: 378s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(370),
html.export-ready-theme body .article_summary:nth-child(370),
body .article_summary:nth-child(370) {
    animation-duration: 379s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(371),
html.export-ready-theme body .article_summary:nth-child(371),
body .article_summary:nth-child(371) {
    animation-duration: 380s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(372),
html.export-ready-theme body .article_summary:nth-child(372),
body .article_summary:nth-child(372) {
    animation-duration: 381s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(373),
html.export-ready-theme body .article_summary:nth-child(373),
body .article_summary:nth-child(373) {
    animation-duration: 382s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(374),
html.export-ready-theme body .article_summary:nth-child(374),
body .article_summary:nth-child(374) {
    animation-duration: 383s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(375),
html.export-ready-theme body .article_summary:nth-child(375),
body .article_summary:nth-child(375) {
    animation-duration: 384s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(376),
html.export-ready-theme body .article_summary:nth-child(376),
body .article_summary:nth-child(376) {
    animation-duration: 385s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(377),
html.export-ready-theme body .article_summary:nth-child(377),
body .article_summary:nth-child(377) {
    animation-duration: 386s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(378),
html.export-ready-theme body .article_summary:nth-child(378),
body .article_summary:nth-child(378) {
    animation-duration: 387s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(379),
html.export-ready-theme body .article_summary:nth-child(379),
body .article_summary:nth-child(379) {
    animation-duration: 388s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(380),
html.export-ready-theme body .article_summary:nth-child(380),
body .article_summary:nth-child(380) {
    animation-duration: 389s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(381),
html.export-ready-theme body .article_summary:nth-child(381),
body .article_summary:nth-child(381) {
    animation-duration: 390s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(382),
html.export-ready-theme body .article_summary:nth-child(382),
body .article_summary:nth-child(382) {
    animation-duration: 391s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(383),
html.export-ready-theme body .article_summary:nth-child(383),
body .article_summary:nth-child(383) {
    animation-duration: 392s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(384),
html.export-ready-theme body .article_summary:nth-child(384),
body .article_summary:nth-child(384) {
    animation-duration: 393s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(385),
html.export-ready-theme body .article_summary:nth-child(385),
body .article_summary:nth-child(385) {
    animation-duration: 394s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(386),
html.export-ready-theme body .article_summary:nth-child(386),
body .article_summary:nth-child(386) {
    animation-duration: 395s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(387),
html.export-ready-theme body .article_summary:nth-child(387),
body .article_summary:nth-child(387) {
    animation-duration: 396s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(388),
html.export-ready-theme body .article_summary:nth-child(388),
body .article_summary:nth-child(388) {
    animation-duration: 397s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(389),
html.export-ready-theme body .article_summary:nth-child(389),
body .article_summary:nth-child(389) {
    animation-duration: 398s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(390),
html.export-ready-theme body .article_summary:nth-child(390),
body .article_summary:nth-child(390) {
    animation-duration: 399s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(391),
html.export-ready-theme body .article_summary:nth-child(391),
body .article_summary:nth-child(391) {
    animation-duration: 400s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(392),
html.export-ready-theme body .article_summary:nth-child(392),
body .article_summary:nth-child(392) {
    animation-duration: 401s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(393),
html.export-ready-theme body .article_summary:nth-child(393),
body .article_summary:nth-child(393) {
    animation-duration: 402s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(394),
html.export-ready-theme body .article_summary:nth-child(394),
body .article_summary:nth-child(394) {
    animation-duration: 403s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(395),
html.export-ready-theme body .article_summary:nth-child(395),
body .article_summary:nth-child(395) {
    animation-duration: 404s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(396),
html.export-ready-theme body .article_summary:nth-child(396),
body .article_summary:nth-child(396) {
    animation-duration: 405s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(397),
html.export-ready-theme body .article_summary:nth-child(397),
body .article_summary:nth-child(397) {
    animation-duration: 406s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(398),
html.export-ready-theme body .article_summary:nth-child(398),
body .article_summary:nth-child(398) {
    animation-duration: 407s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(399),
html.export-ready-theme body .article_summary:nth-child(399),
body .article_summary:nth-child(399) {
    animation-duration: 408s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(400),
html.export-ready-theme body .article_summary:nth-child(400),
body .article_summary:nth-child(400) {
    animation-duration: 409s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(401),
html.export-ready-theme body .article_summary:nth-child(401),
body .article_summary:nth-child(401) {
    animation-duration: 410s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(402),
html.export-ready-theme body .article_summary:nth-child(402),
body .article_summary:nth-child(402) {
    animation-duration: 411s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(403),
html.export-ready-theme body .article_summary:nth-child(403),
body .article_summary:nth-child(403) {
    animation-duration: 412s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(404),
html.export-ready-theme body .article_summary:nth-child(404),
body .article_summary:nth-child(404) {
    animation-duration: 413s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(405),
html.export-ready-theme body .article_summary:nth-child(405),
body .article_summary:nth-child(405) {
    animation-duration: 414s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(406),
html.export-ready-theme body .article_summary:nth-child(406),
body .article_summary:nth-child(406) {
    animation-duration: 415s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(407),
html.export-ready-theme body .article_summary:nth-child(407),
body .article_summary:nth-child(407) {
    animation-duration: 416s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(408),
html.export-ready-theme body .article_summary:nth-child(408),
body .article_summary:nth-child(408) {
    animation-duration: 417s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(409),
html.export-ready-theme body .article_summary:nth-child(409),
body .article_summary:nth-child(409) {
    animation-duration: 418s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(410),
html.export-ready-theme body .article_summary:nth-child(410),
body .article_summary:nth-child(410) {
    animation-duration: 419s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(411),
html.export-ready-theme body .article_summary:nth-child(411),
body .article_summary:nth-child(411) {
    animation-duration: 420s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(412),
html.export-ready-theme body .article_summary:nth-child(412),
body .article_summary:nth-child(412) {
    animation-duration: 421s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(413),
html.export-ready-theme body .article_summary:nth-child(413),
body .article_summary:nth-child(413) {
    animation-duration: 422s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(414),
html.export-ready-theme body .article_summary:nth-child(414),
body .article_summary:nth-child(414) {
    animation-duration: 423s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(415),
html.export-ready-theme body .article_summary:nth-child(415),
body .article_summary:nth-child(415) {
    animation-duration: 424s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(416),
html.export-ready-theme body .article_summary:nth-child(416),
body .article_summary:nth-child(416) {
    animation-duration: 425s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(417),
html.export-ready-theme body .article_summary:nth-child(417),
body .article_summary:nth-child(417) {
    animation-duration: 426s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(418),
html.export-ready-theme body .article_summary:nth-child(418),
body .article_summary:nth-child(418) {
    animation-duration: 427s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(419),
html.export-ready-theme body .article_summary:nth-child(419),
body .article_summary:nth-child(419) {
    animation-duration: 428s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(420),
html.export-ready-theme body .article_summary:nth-child(420),
body .article_summary:nth-child(420) {
    animation-duration: 429s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(421),
html.export-ready-theme body .article_summary:nth-child(421),
body .article_summary:nth-child(421) {
    animation-duration: 430s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(422),
html.export-ready-theme body .article_summary:nth-child(422),
body .article_summary:nth-child(422) {
    animation-duration: 431s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(423),
html.export-ready-theme body .article_summary:nth-child(423),
body .article_summary:nth-child(423) {
    animation-duration: 432s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(424),
html.export-ready-theme body .article_summary:nth-child(424),
body .article_summary:nth-child(424) {
    animation-duration: 433s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(425),
html.export-ready-theme body .article_summary:nth-child(425),
body .article_summary:nth-child(425) {
    animation-duration: 434s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(426),
html.export-ready-theme body .article_summary:nth-child(426),
body .article_summary:nth-child(426) {
    animation-duration: 435s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(427),
html.export-ready-theme body .article_summary:nth-child(427),
body .article_summary:nth-child(427) {
    animation-duration: 436s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(428),
html.export-ready-theme body .article_summary:nth-child(428),
body .article_summary:nth-child(428) {
    animation-duration: 437s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(429),
html.export-ready-theme body .article_summary:nth-child(429),
body .article_summary:nth-child(429) {
    animation-duration: 438s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(430),
html.export-ready-theme body .article_summary:nth-child(430),
body .article_summary:nth-child(430) {
    animation-duration: 439s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(431),
html.export-ready-theme body .article_summary:nth-child(431),
body .article_summary:nth-child(431) {
    animation-duration: 440s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(432),
html.export-ready-theme body .article_summary:nth-child(432),
body .article_summary:nth-child(432) {
    animation-duration: 441s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(433),
html.export-ready-theme body .article_summary:nth-child(433),
body .article_summary:nth-child(433) {
    animation-duration: 442s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(434),
html.export-ready-theme body .article_summary:nth-child(434),
body .article_summary:nth-child(434) {
    animation-duration: 443s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(435),
html.export-ready-theme body .article_summary:nth-child(435),
body .article_summary:nth-child(435) {
    animation-duration: 444s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(436),
html.export-ready-theme body .article_summary:nth-child(436),
body .article_summary:nth-child(436) {
    animation-duration: 445s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(437),
html.export-ready-theme body .article_summary:nth-child(437),
body .article_summary:nth-child(437) {
    animation-duration: 446s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(438),
html.export-ready-theme body .article_summary:nth-child(438),
body .article_summary:nth-child(438) {
    animation-duration: 447s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(439),
html.export-ready-theme body .article_summary:nth-child(439),
body .article_summary:nth-child(439) {
    animation-duration: 448s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(440),
html.export-ready-theme body .article_summary:nth-child(440),
body .article_summary:nth-child(440) {
    animation-duration: 449s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(441),
html.export-ready-theme body .article_summary:nth-child(441),
body .article_summary:nth-child(441) {
    animation-duration: 450s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(442),
html.export-ready-theme body .article_summary:nth-child(442),
body .article_summary:nth-child(442) {
    animation-duration: 451s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(443),
html.export-ready-theme body .article_summary:nth-child(443),
body .article_summary:nth-child(443) {
    animation-duration: 452s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(444),
html.export-ready-theme body .article_summary:nth-child(444),
body .article_summary:nth-child(444) {
    animation-duration: 453s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(445),
html.export-ready-theme body .article_summary:nth-child(445),
body .article_summary:nth-child(445) {
    animation-duration: 454s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(446),
html.export-ready-theme body .article_summary:nth-child(446),
body .article_summary:nth-child(446) {
    animation-duration: 455s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(447),
html.export-ready-theme body .article_summary:nth-child(447),
body .article_summary:nth-child(447) {
    animation-duration: 456s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(448),
html.export-ready-theme body .article_summary:nth-child(448),
body .article_summary:nth-child(448) {
    animation-duration: 457s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(449),
html.export-ready-theme body .article_summary:nth-child(449),
body .article_summary:nth-child(449) {
    animation-duration: 458s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(450),
html.export-ready-theme body .article_summary:nth-child(450),
body .article_summary:nth-child(450) {
    animation-duration: 459s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(451),
html.export-ready-theme body .article_summary:nth-child(451),
body .article_summary:nth-child(451) {
    animation-duration: 460s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(452),
html.export-ready-theme body .article_summary:nth-child(452),
body .article_summary:nth-child(452) {
    animation-duration: 461s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(453),
html.export-ready-theme body .article_summary:nth-child(453),
body .article_summary:nth-child(453) {
    animation-duration: 462s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(454),
html.export-ready-theme body .article_summary:nth-child(454),
body .article_summary:nth-child(454) {
    animation-duration: 463s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(455),
html.export-ready-theme body .article_summary:nth-child(455),
body .article_summary:nth-child(455) {
    animation-duration: 464s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(456),
html.export-ready-theme body .article_summary:nth-child(456),
body .article_summary:nth-child(456) {
    animation-duration: 465s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(457),
html.export-ready-theme body .article_summary:nth-child(457),
body .article_summary:nth-child(457) {
    animation-duration: 466s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(458),
html.export-ready-theme body .article_summary:nth-child(458),
body .article_summary:nth-child(458) {
    animation-duration: 467s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(459),
html.export-ready-theme body .article_summary:nth-child(459),
body .article_summary:nth-child(459) {
    animation-duration: 468s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(460),
html.export-ready-theme body .article_summary:nth-child(460),
body .article_summary:nth-child(460) {
    animation-duration: 469s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(461),
html.export-ready-theme body .article_summary:nth-child(461),
body .article_summary:nth-child(461) {
    animation-duration: 470s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(462),
html.export-ready-theme body .article_summary:nth-child(462),
body .article_summary:nth-child(462) {
    animation-duration: 471s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(463),
html.export-ready-theme body .article_summary:nth-child(463),
body .article_summary:nth-child(463) {
    animation-duration: 472s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(464),
html.export-ready-theme body .article_summary:nth-child(464),
body .article_summary:nth-child(464) {
    animation-duration: 473s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(465),
html.export-ready-theme body .article_summary:nth-child(465),
body .article_summary:nth-child(465) {
    animation-duration: 474s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(466),
html.export-ready-theme body .article_summary:nth-child(466),
body .article_summary:nth-child(466) {
    animation-duration: 475s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(467),
html.export-ready-theme body .article_summary:nth-child(467),
body .article_summary:nth-child(467) {
    animation-duration: 476s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(468),
html.export-ready-theme body .article_summary:nth-child(468),
body .article_summary:nth-child(468) {
    animation-duration: 477s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(469),
html.export-ready-theme body .article_summary:nth-child(469),
body .article_summary:nth-child(469) {
    animation-duration: 478s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(470),
html.export-ready-theme body .article_summary:nth-child(470),
body .article_summary:nth-child(470) {
    animation-duration: 479s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(471),
html.export-ready-theme body .article_summary:nth-child(471),
body .article_summary:nth-child(471) {
    animation-duration: 480s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(472),
html.export-ready-theme body .article_summary:nth-child(472),
body .article_summary:nth-child(472) {
    animation-duration: 481s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(473),
html.export-ready-theme body .article_summary:nth-child(473),
body .article_summary:nth-child(473) {
    animation-duration: 482s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(474),
html.export-ready-theme body .article_summary:nth-child(474),
body .article_summary:nth-child(474) {
    animation-duration: 483s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(475),
html.export-ready-theme body .article_summary:nth-child(475),
body .article_summary:nth-child(475) {
    animation-duration: 484s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(476),
html.export-ready-theme body .article_summary:nth-child(476),
body .article_summary:nth-child(476) {
    animation-duration: 485s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(477),
html.export-ready-theme body .article_summary:nth-child(477),
body .article_summary:nth-child(477) {
    animation-duration: 486s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(478),
html.export-ready-theme body .article_summary:nth-child(478),
body .article_summary:nth-child(478) {
    animation-duration: 487s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(479),
html.export-ready-theme body .article_summary:nth-child(479),
body .article_summary:nth-child(479) {
    animation-duration: 488s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(480),
html.export-ready-theme body .article_summary:nth-child(480),
body .article_summary:nth-child(480) {
    animation-duration: 489s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(481),
html.export-ready-theme body .article_summary:nth-child(481),
body .article_summary:nth-child(481) {
    animation-duration: 490s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(482),
html.export-ready-theme body .article_summary:nth-child(482),
body .article_summary:nth-child(482) {
    animation-duration: 491s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(483),
html.export-ready-theme body .article_summary:nth-child(483),
body .article_summary:nth-child(483) {
    animation-duration: 492s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(484),
html.export-ready-theme body .article_summary:nth-child(484),
body .article_summary:nth-child(484) {
    animation-duration: 493s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(485),
html.export-ready-theme body .article_summary:nth-child(485),
body .article_summary:nth-child(485) {
    animation-duration: 494s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(486),
html.export-ready-theme body .article_summary:nth-child(486),
body .article_summary:nth-child(486) {
    animation-duration: 495s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(487),
html.export-ready-theme body .article_summary:nth-child(487),
body .article_summary:nth-child(487) {
    animation-duration: 496s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(488),
html.export-ready-theme body .article_summary:nth-child(488),
body .article_summary:nth-child(488) {
    animation-duration: 497s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(489),
html.export-ready-theme body .article_summary:nth-child(489),
body .article_summary:nth-child(489) {
    animation-duration: 498s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(490),
html.export-ready-theme body .article_summary:nth-child(490),
body .article_summary:nth-child(490) {
    animation-duration: 499s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(491),
html.export-ready-theme body .article_summary:nth-child(491),
body .article_summary:nth-child(491) {
    animation-duration: 500s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(492),
html.export-ready-theme body .article_summary:nth-child(492),
body .article_summary:nth-child(492) {
    animation-duration: 501s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(493),
html.export-ready-theme body .article_summary:nth-child(493),
body .article_summary:nth-child(493) {
    animation-duration: 502s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(494),
html.export-ready-theme body .article_summary:nth-child(494),
body .article_summary:nth-child(494) {
    animation-duration: 503s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(495),
html.export-ready-theme body .article_summary:nth-child(495),
body .article_summary:nth-child(495) {
    animation-duration: 504s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(496),
html.export-ready-theme body .article_summary:nth-child(496),
body .article_summary:nth-child(496) {
    animation-duration: 505s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(497),
html.export-ready-theme body .article_summary:nth-child(497),
body .article_summary:nth-child(497) {
    animation-duration: 506s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(498),
html.export-ready-theme body .article_summary:nth-child(498),
body .article_summary:nth-child(498) {
    animation-duration: 507s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(499),
html.export-ready-theme body .article_summary:nth-child(499),
body .article_summary:nth-child(499) {
    animation-duration: 508s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(500),
html.export-ready-theme body .article_summary:nth-child(500),
body .article_summary:nth-child(500) {
    animation-duration: 509s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(n+501),
html.export-ready-theme body .article_summary:nth-child(n+501),
body .article_summary:nth-child(n+501) {
    animation-duration: 509s !important;
}

/* Mobil versiyada juda og'ir bo'lib ketmasligi uchun yumshoqroq tezlik */
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
    html.export-ready-theme body .article_summary:nth-child(1),
    body .article_summary:nth-child(1) {
        animation-duration: 4s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
    html.export-ready-theme body .article_summary:nth-child(2),
    body .article_summary:nth-child(2) {
        animation-duration: 4.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
    html.export-ready-theme body .article_summary:nth-child(3),
    body .article_summary:nth-child(3) {
        animation-duration: 4.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
    html.export-ready-theme body .article_summary:nth-child(4),
    body .article_summary:nth-child(4) {
        animation-duration: 4.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
    html.export-ready-theme body .article_summary:nth-child(5),
    body .article_summary:nth-child(5) {
        animation-duration: 5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
    html.export-ready-theme body .article_summary:nth-child(6),
    body .article_summary:nth-child(6) {
        animation-duration: 5.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
    html.export-ready-theme body .article_summary:nth-child(7),
    body .article_summary:nth-child(7) {
        animation-duration: 5.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
    html.export-ready-theme body .article_summary:nth-child(8),
    body .article_summary:nth-child(8) {
        animation-duration: 5.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
    html.export-ready-theme body .article_summary:nth-child(9),
    body .article_summary:nth-child(9) {
        animation-duration: 6s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
    html.export-ready-theme body .article_summary:nth-child(10),
    body .article_summary:nth-child(10) {
        animation-duration: 6.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
    html.export-ready-theme body .article_summary:nth-child(11),
    body .article_summary:nth-child(11) {
        animation-duration: 6.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
    html.export-ready-theme body .article_summary:nth-child(12),
    body .article_summary:nth-child(12) {
        animation-duration: 6.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
    html.export-ready-theme body .article_summary:nth-child(13),
    body .article_summary:nth-child(13) {
        animation-duration: 7s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
    html.export-ready-theme body .article_summary:nth-child(14),
    body .article_summary:nth-child(14) {
        animation-duration: 7.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
    html.export-ready-theme body .article_summary:nth-child(15),
    body .article_summary:nth-child(15) {
        animation-duration: 7.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
    html.export-ready-theme body .article_summary:nth-child(16),
    body .article_summary:nth-child(16) {
        animation-duration: 7.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
    html.export-ready-theme body .article_summary:nth-child(17),
    body .article_summary:nth-child(17) {
        animation-duration: 8s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
    html.export-ready-theme body .article_summary:nth-child(18),
    body .article_summary:nth-child(18) {
        animation-duration: 8.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
    html.export-ready-theme body .article_summary:nth-child(19),
    body .article_summary:nth-child(19) {
        animation-duration: 8.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
    html.export-ready-theme body .article_summary:nth-child(20),
    body .article_summary:nth-child(20) {
        animation-duration: 8.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
    html.export-ready-theme body .article_summary:nth-child(21),
    body .article_summary:nth-child(21) {
        animation-duration: 9s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
    html.export-ready-theme body .article_summary:nth-child(22),
    body .article_summary:nth-child(22) {
        animation-duration: 9.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
    html.export-ready-theme body .article_summary:nth-child(23),
    body .article_summary:nth-child(23) {
        animation-duration: 9.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
    html.export-ready-theme body .article_summary:nth-child(24),
    body .article_summary:nth-child(24) {
        animation-duration: 9.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
    html.export-ready-theme body .article_summary:nth-child(25),
    body .article_summary:nth-child(25) {
        animation-duration: 10s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
    html.export-ready-theme body .article_summary:nth-child(26),
    body .article_summary:nth-child(26) {
        animation-duration: 10.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
    html.export-ready-theme body .article_summary:nth-child(27),
    body .article_summary:nth-child(27) {
        animation-duration: 10.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
    html.export-ready-theme body .article_summary:nth-child(28),
    body .article_summary:nth-child(28) {
        animation-duration: 10.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
    html.export-ready-theme body .article_summary:nth-child(29),
    body .article_summary:nth-child(29) {
        animation-duration: 11s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
    html.export-ready-theme body .article_summary:nth-child(30),
    body .article_summary:nth-child(30) {
        animation-duration: 11.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
    html.export-ready-theme body .article_summary:nth-child(31),
    body .article_summary:nth-child(31) {
        animation-duration: 11.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
    html.export-ready-theme body .article_summary:nth-child(32),
    body .article_summary:nth-child(32) {
        animation-duration: 11.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
    html.export-ready-theme body .article_summary:nth-child(33),
    body .article_summary:nth-child(33) {
        animation-duration: 12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
    html.export-ready-theme body .article_summary:nth-child(34),
    body .article_summary:nth-child(34) {
        animation-duration: 12.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
    html.export-ready-theme body .article_summary:nth-child(35),
    body .article_summary:nth-child(35) {
        animation-duration: 12.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
    html.export-ready-theme body .article_summary:nth-child(36),
    body .article_summary:nth-child(36) {
        animation-duration: 12.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
    html.export-ready-theme body .article_summary:nth-child(37),
    body .article_summary:nth-child(37) {
        animation-duration: 13s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
    html.export-ready-theme body .article_summary:nth-child(38),
    body .article_summary:nth-child(38) {
        animation-duration: 13.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
    html.export-ready-theme body .article_summary:nth-child(39),
    body .article_summary:nth-child(39) {
        animation-duration: 13.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
    html.export-ready-theme body .article_summary:nth-child(40),
    body .article_summary:nth-child(40) {
        animation-duration: 13.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
    html.export-ready-theme body .article_summary:nth-child(41),
    body .article_summary:nth-child(41) {
        animation-duration: 14s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
    html.export-ready-theme body .article_summary:nth-child(42),
    body .article_summary:nth-child(42) {
        animation-duration: 14.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
    html.export-ready-theme body .article_summary:nth-child(43),
    body .article_summary:nth-child(43) {
        animation-duration: 14.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
    html.export-ready-theme body .article_summary:nth-child(44),
    body .article_summary:nth-child(44) {
        animation-duration: 14.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
    html.export-ready-theme body .article_summary:nth-child(45),
    body .article_summary:nth-child(45) {
        animation-duration: 15s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
    html.export-ready-theme body .article_summary:nth-child(46),
    body .article_summary:nth-child(46) {
        animation-duration: 15.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
    html.export-ready-theme body .article_summary:nth-child(47),
    body .article_summary:nth-child(47) {
        animation-duration: 15.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
    html.export-ready-theme body .article_summary:nth-child(48),
    body .article_summary:nth-child(48) {
        animation-duration: 15.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
    html.export-ready-theme body .article_summary:nth-child(49),
    body .article_summary:nth-child(49) {
        animation-duration: 16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
    html.export-ready-theme body .article_summary:nth-child(50),
    body .article_summary:nth-child(50) {
        animation-duration: 16.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
    html.export-ready-theme body .article_summary:nth-child(51),
    body .article_summary:nth-child(51) {
        animation-duration: 16.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
    html.export-ready-theme body .article_summary:nth-child(52),
    body .article_summary:nth-child(52) {
        animation-duration: 16.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
    html.export-ready-theme body .article_summary:nth-child(53),
    body .article_summary:nth-child(53) {
        animation-duration: 17s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
    html.export-ready-theme body .article_summary:nth-child(54),
    body .article_summary:nth-child(54) {
        animation-duration: 17.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
    html.export-ready-theme body .article_summary:nth-child(55),
    body .article_summary:nth-child(55) {
        animation-duration: 17.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
    html.export-ready-theme body .article_summary:nth-child(56),
    body .article_summary:nth-child(56) {
        animation-duration: 17.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
    html.export-ready-theme body .article_summary:nth-child(57),
    body .article_summary:nth-child(57) {
        animation-duration: 18s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
    html.export-ready-theme body .article_summary:nth-child(58),
    body .article_summary:nth-child(58) {
        animation-duration: 18.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
    html.export-ready-theme body .article_summary:nth-child(59),
    body .article_summary:nth-child(59) {
        animation-duration: 18.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
    html.export-ready-theme body .article_summary:nth-child(60),
    body .article_summary:nth-child(60) {
        animation-duration: 18.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
    html.export-ready-theme body .article_summary:nth-child(61),
    body .article_summary:nth-child(61) {
        animation-duration: 19s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
    html.export-ready-theme body .article_summary:nth-child(62),
    body .article_summary:nth-child(62) {
        animation-duration: 19.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
    html.export-ready-theme body .article_summary:nth-child(63),
    body .article_summary:nth-child(63) {
        animation-duration: 19.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
    html.export-ready-theme body .article_summary:nth-child(64),
    body .article_summary:nth-child(64) {
        animation-duration: 19.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
    html.export-ready-theme body .article_summary:nth-child(65),
    body .article_summary:nth-child(65) {
        animation-duration: 20s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
    html.export-ready-theme body .article_summary:nth-child(66),
    body .article_summary:nth-child(66) {
        animation-duration: 20.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
    html.export-ready-theme body .article_summary:nth-child(67),
    body .article_summary:nth-child(67) {
        animation-duration: 20.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
    html.export-ready-theme body .article_summary:nth-child(68),
    body .article_summary:nth-child(68) {
        animation-duration: 20.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
    html.export-ready-theme body .article_summary:nth-child(69),
    body .article_summary:nth-child(69) {
        animation-duration: 21s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
    html.export-ready-theme body .article_summary:nth-child(70),
    body .article_summary:nth-child(70) {
        animation-duration: 21.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
    html.export-ready-theme body .article_summary:nth-child(71),
    body .article_summary:nth-child(71) {
        animation-duration: 21.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
    html.export-ready-theme body .article_summary:nth-child(72),
    body .article_summary:nth-child(72) {
        animation-duration: 21.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
    html.export-ready-theme body .article_summary:nth-child(73),
    body .article_summary:nth-child(73) {
        animation-duration: 22s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
    html.export-ready-theme body .article_summary:nth-child(74),
    body .article_summary:nth-child(74) {
        animation-duration: 22.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
    html.export-ready-theme body .article_summary:nth-child(75),
    body .article_summary:nth-child(75) {
        animation-duration: 22.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
    html.export-ready-theme body .article_summary:nth-child(76),
    body .article_summary:nth-child(76) {
        animation-duration: 22.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
    html.export-ready-theme body .article_summary:nth-child(77),
    body .article_summary:nth-child(77) {
        animation-duration: 23s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
    html.export-ready-theme body .article_summary:nth-child(78),
    body .article_summary:nth-child(78) {
        animation-duration: 23.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
    html.export-ready-theme body .article_summary:nth-child(79),
    body .article_summary:nth-child(79) {
        animation-duration: 23.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
    html.export-ready-theme body .article_summary:nth-child(80),
    body .article_summary:nth-child(80) {
        animation-duration: 23.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
    html.export-ready-theme body .article_summary:nth-child(81),
    body .article_summary:nth-child(81) {
        animation-duration: 24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
    html.export-ready-theme body .article_summary:nth-child(82),
    body .article_summary:nth-child(82) {
        animation-duration: 24.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
    html.export-ready-theme body .article_summary:nth-child(83),
    body .article_summary:nth-child(83) {
        animation-duration: 24.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
    html.export-ready-theme body .article_summary:nth-child(84),
    body .article_summary:nth-child(84) {
        animation-duration: 24.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
    html.export-ready-theme body .article_summary:nth-child(85),
    body .article_summary:nth-child(85) {
        animation-duration: 25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
    html.export-ready-theme body .article_summary:nth-child(86),
    body .article_summary:nth-child(86) {
        animation-duration: 25.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
    html.export-ready-theme body .article_summary:nth-child(87),
    body .article_summary:nth-child(87) {
        animation-duration: 25.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
    html.export-ready-theme body .article_summary:nth-child(88),
    body .article_summary:nth-child(88) {
        animation-duration: 25.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
    html.export-ready-theme body .article_summary:nth-child(89),
    body .article_summary:nth-child(89) {
        animation-duration: 26s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
    html.export-ready-theme body .article_summary:nth-child(90),
    body .article_summary:nth-child(90) {
        animation-duration: 26.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
    html.export-ready-theme body .article_summary:nth-child(91),
    body .article_summary:nth-child(91) {
        animation-duration: 26.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
    html.export-ready-theme body .article_summary:nth-child(92),
    body .article_summary:nth-child(92) {
        animation-duration: 26.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
    html.export-ready-theme body .article_summary:nth-child(93),
    body .article_summary:nth-child(93) {
        animation-duration: 27s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
    html.export-ready-theme body .article_summary:nth-child(94),
    body .article_summary:nth-child(94) {
        animation-duration: 27.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
    html.export-ready-theme body .article_summary:nth-child(95),
    body .article_summary:nth-child(95) {
        animation-duration: 27.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
    html.export-ready-theme body .article_summary:nth-child(96),
    body .article_summary:nth-child(96) {
        animation-duration: 27.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
    html.export-ready-theme body .article_summary:nth-child(97),
    body .article_summary:nth-child(97) {
        animation-duration: 28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
    html.export-ready-theme body .article_summary:nth-child(98),
    body .article_summary:nth-child(98) {
        animation-duration: 28.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
    html.export-ready-theme body .article_summary:nth-child(99),
    body .article_summary:nth-child(99) {
        animation-duration: 28.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
    html.export-ready-theme body .article_summary:nth-child(100),
    body .article_summary:nth-child(100) {
        animation-duration: 28.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(n+101),
    html.export-ready-theme body .article_summary:nth-child(n+101),
    body .article_summary:nth-child(n+101) {
        animation-duration: 18s !important;
    }
}


/* =========================================================
   EYIB OJS - v22 DURATION GAP SHRINKING OVERRIDE
   1-maqola: 10s
   1→2 farq: 2s, 2→3 farq: 1.95s, keyin farq bosqichma-bosqich qisqaradi
   Bu blok eng oxirida turishi shart.
========================================================= */

html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
html.export-ready-theme body .article_summary,
body .article_summary {
    animation-timing-function: cubic-bezier(.19, 1, .22, 1) !important;
    animation-fill-mode: both !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
html.export-ready-theme body .article_summary:nth-child(1),
body .article_summary:nth-child(1) {
    animation-duration: 10s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
html.export-ready-theme body .article_summary:nth-child(2),
body .article_summary:nth-child(2) {
    animation-duration: 12s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
html.export-ready-theme body .article_summary:nth-child(3),
body .article_summary:nth-child(3) {
    animation-duration: 13.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
html.export-ready-theme body .article_summary:nth-child(4),
body .article_summary:nth-child(4) {
    animation-duration: 15.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
html.export-ready-theme body .article_summary:nth-child(5),
body .article_summary:nth-child(5) {
    animation-duration: 17.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
html.export-ready-theme body .article_summary:nth-child(6),
body .article_summary:nth-child(6) {
    animation-duration: 19.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
html.export-ready-theme body .article_summary:nth-child(7),
body .article_summary:nth-child(7) {
    animation-duration: 21.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
html.export-ready-theme body .article_summary:nth-child(8),
body .article_summary:nth-child(8) {
    animation-duration: 22.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
html.export-ready-theme body .article_summary:nth-child(9),
body .article_summary:nth-child(9) {
    animation-duration: 24.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
html.export-ready-theme body .article_summary:nth-child(10),
body .article_summary:nth-child(10) {
    animation-duration: 26.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
html.export-ready-theme body .article_summary:nth-child(11),
body .article_summary:nth-child(11) {
    animation-duration: 27.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
html.export-ready-theme body .article_summary:nth-child(12),
body .article_summary:nth-child(12) {
    animation-duration: 29.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
html.export-ready-theme body .article_summary:nth-child(13),
body .article_summary:nth-child(13) {
    animation-duration: 30.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
html.export-ready-theme body .article_summary:nth-child(14),
body .article_summary:nth-child(14) {
    animation-duration: 32.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
html.export-ready-theme body .article_summary:nth-child(15),
body .article_summary:nth-child(15) {
    animation-duration: 33.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
html.export-ready-theme body .article_summary:nth-child(16),
body .article_summary:nth-child(16) {
    animation-duration: 34.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
html.export-ready-theme body .article_summary:nth-child(17),
body .article_summary:nth-child(17) {
    animation-duration: 36s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
html.export-ready-theme body .article_summary:nth-child(18),
body .article_summary:nth-child(18) {
    animation-duration: 37.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
html.export-ready-theme body .article_summary:nth-child(19),
body .article_summary:nth-child(19) {
    animation-duration: 38.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
html.export-ready-theme body .article_summary:nth-child(20),
body .article_summary:nth-child(20) {
    animation-duration: 39.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
html.export-ready-theme body .article_summary:nth-child(21),
body .article_summary:nth-child(21) {
    animation-duration: 40.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
html.export-ready-theme body .article_summary:nth-child(22),
body .article_summary:nth-child(22) {
    animation-duration: 41.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
html.export-ready-theme body .article_summary:nth-child(23),
body .article_summary:nth-child(23) {
    animation-duration: 42.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
html.export-ready-theme body .article_summary:nth-child(24),
body .article_summary:nth-child(24) {
    animation-duration: 43.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
html.export-ready-theme body .article_summary:nth-child(25),
body .article_summary:nth-child(25) {
    animation-duration: 44.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
html.export-ready-theme body .article_summary:nth-child(26),
body .article_summary:nth-child(26) {
    animation-duration: 45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
html.export-ready-theme body .article_summary:nth-child(27),
body .article_summary:nth-child(27) {
    animation-duration: 45.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
html.export-ready-theme body .article_summary:nth-child(28),
body .article_summary:nth-child(28) {
    animation-duration: 46.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
html.export-ready-theme body .article_summary:nth-child(29),
body .article_summary:nth-child(29) {
    animation-duration: 47.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
html.export-ready-theme body .article_summary:nth-child(30),
body .article_summary:nth-child(30) {
    animation-duration: 47.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
html.export-ready-theme body .article_summary:nth-child(31),
body .article_summary:nth-child(31) {
    animation-duration: 48.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
html.export-ready-theme body .article_summary:nth-child(32),
body .article_summary:nth-child(32) {
    animation-duration: 48.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
html.export-ready-theme body .article_summary:nth-child(33),
body .article_summary:nth-child(33) {
    animation-duration: 49.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
html.export-ready-theme body .article_summary:nth-child(34),
body .article_summary:nth-child(34) {
    animation-duration: 49.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
html.export-ready-theme body .article_summary:nth-child(35),
body .article_summary:nth-child(35) {
    animation-duration: 49.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
html.export-ready-theme body .article_summary:nth-child(36),
body .article_summary:nth-child(36) {
    animation-duration: 50.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
html.export-ready-theme body .article_summary:nth-child(37),
body .article_summary:nth-child(37) {
    animation-duration: 50.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
html.export-ready-theme body .article_summary:nth-child(38),
body .article_summary:nth-child(38) {
    animation-duration: 50.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
html.export-ready-theme body .article_summary:nth-child(39),
body .article_summary:nth-child(39) {
    animation-duration: 51.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
html.export-ready-theme body .article_summary:nth-child(40),
body .article_summary:nth-child(40) {
    animation-duration: 51.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
html.export-ready-theme body .article_summary:nth-child(41),
body .article_summary:nth-child(41) {
    animation-duration: 51.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
html.export-ready-theme body .article_summary:nth-child(42),
body .article_summary:nth-child(42) {
    animation-duration: 52.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
html.export-ready-theme body .article_summary:nth-child(43),
body .article_summary:nth-child(43) {
    animation-duration: 52.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
html.export-ready-theme body .article_summary:nth-child(44),
body .article_summary:nth-child(44) {
    animation-duration: 52.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
html.export-ready-theme body .article_summary:nth-child(45),
body .article_summary:nth-child(45) {
    animation-duration: 52.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
html.export-ready-theme body .article_summary:nth-child(46),
body .article_summary:nth-child(46) {
    animation-duration: 53.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
html.export-ready-theme body .article_summary:nth-child(47),
body .article_summary:nth-child(47) {
    animation-duration: 53.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
html.export-ready-theme body .article_summary:nth-child(48),
body .article_summary:nth-child(48) {
    animation-duration: 53.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
html.export-ready-theme body .article_summary:nth-child(49),
body .article_summary:nth-child(49) {
    animation-duration: 54.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
html.export-ready-theme body .article_summary:nth-child(50),
body .article_summary:nth-child(50) {
    animation-duration: 54.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
html.export-ready-theme body .article_summary:nth-child(51),
body .article_summary:nth-child(51) {
    animation-duration: 54.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
html.export-ready-theme body .article_summary:nth-child(52),
body .article_summary:nth-child(52) {
    animation-duration: 55.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
html.export-ready-theme body .article_summary:nth-child(53),
body .article_summary:nth-child(53) {
    animation-duration: 55.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
html.export-ready-theme body .article_summary:nth-child(54),
body .article_summary:nth-child(54) {
    animation-duration: 55.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
html.export-ready-theme body .article_summary:nth-child(55),
body .article_summary:nth-child(55) {
    animation-duration: 55.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
html.export-ready-theme body .article_summary:nth-child(56),
body .article_summary:nth-child(56) {
    animation-duration: 56.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
html.export-ready-theme body .article_summary:nth-child(57),
body .article_summary:nth-child(57) {
    animation-duration: 56.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
html.export-ready-theme body .article_summary:nth-child(58),
body .article_summary:nth-child(58) {
    animation-duration: 56.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
html.export-ready-theme body .article_summary:nth-child(59),
body .article_summary:nth-child(59) {
    animation-duration: 57.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
html.export-ready-theme body .article_summary:nth-child(60),
body .article_summary:nth-child(60) {
    animation-duration: 57.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
html.export-ready-theme body .article_summary:nth-child(61),
body .article_summary:nth-child(61) {
    animation-duration: 57.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
html.export-ready-theme body .article_summary:nth-child(62),
body .article_summary:nth-child(62) {
    animation-duration: 58.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
html.export-ready-theme body .article_summary:nth-child(63),
body .article_summary:nth-child(63) {
    animation-duration: 58.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
html.export-ready-theme body .article_summary:nth-child(64),
body .article_summary:nth-child(64) {
    animation-duration: 58.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
html.export-ready-theme body .article_summary:nth-child(65),
body .article_summary:nth-child(65) {
    animation-duration: 58.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
html.export-ready-theme body .article_summary:nth-child(66),
body .article_summary:nth-child(66) {
    animation-duration: 59.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
html.export-ready-theme body .article_summary:nth-child(67),
body .article_summary:nth-child(67) {
    animation-duration: 59.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
html.export-ready-theme body .article_summary:nth-child(68),
body .article_summary:nth-child(68) {
    animation-duration: 59.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
html.export-ready-theme body .article_summary:nth-child(69),
body .article_summary:nth-child(69) {
    animation-duration: 60.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
html.export-ready-theme body .article_summary:nth-child(70),
body .article_summary:nth-child(70) {
    animation-duration: 60.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
html.export-ready-theme body .article_summary:nth-child(71),
body .article_summary:nth-child(71) {
    animation-duration: 60.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
html.export-ready-theme body .article_summary:nth-child(72),
body .article_summary:nth-child(72) {
    animation-duration: 61.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
html.export-ready-theme body .article_summary:nth-child(73),
body .article_summary:nth-child(73) {
    animation-duration: 61.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
html.export-ready-theme body .article_summary:nth-child(74),
body .article_summary:nth-child(74) {
    animation-duration: 61.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
html.export-ready-theme body .article_summary:nth-child(75),
body .article_summary:nth-child(75) {
    animation-duration: 61.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
html.export-ready-theme body .article_summary:nth-child(76),
body .article_summary:nth-child(76) {
    animation-duration: 62.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
html.export-ready-theme body .article_summary:nth-child(77),
body .article_summary:nth-child(77) {
    animation-duration: 62.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
html.export-ready-theme body .article_summary:nth-child(78),
body .article_summary:nth-child(78) {
    animation-duration: 62.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
html.export-ready-theme body .article_summary:nth-child(79),
body .article_summary:nth-child(79) {
    animation-duration: 63.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
html.export-ready-theme body .article_summary:nth-child(80),
body .article_summary:nth-child(80) {
    animation-duration: 63.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
html.export-ready-theme body .article_summary:nth-child(81),
body .article_summary:nth-child(81) {
    animation-duration: 63.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
html.export-ready-theme body .article_summary:nth-child(82),
body .article_summary:nth-child(82) {
    animation-duration: 64.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
html.export-ready-theme body .article_summary:nth-child(83),
body .article_summary:nth-child(83) {
    animation-duration: 64.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
html.export-ready-theme body .article_summary:nth-child(84),
body .article_summary:nth-child(84) {
    animation-duration: 64.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
html.export-ready-theme body .article_summary:nth-child(85),
body .article_summary:nth-child(85) {
    animation-duration: 64.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
html.export-ready-theme body .article_summary:nth-child(86),
body .article_summary:nth-child(86) {
    animation-duration: 65.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
html.export-ready-theme body .article_summary:nth-child(87),
body .article_summary:nth-child(87) {
    animation-duration: 65.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
html.export-ready-theme body .article_summary:nth-child(88),
body .article_summary:nth-child(88) {
    animation-duration: 65.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
html.export-ready-theme body .article_summary:nth-child(89),
body .article_summary:nth-child(89) {
    animation-duration: 66.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
html.export-ready-theme body .article_summary:nth-child(90),
body .article_summary:nth-child(90) {
    animation-duration: 66.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
html.export-ready-theme body .article_summary:nth-child(91),
body .article_summary:nth-child(91) {
    animation-duration: 66.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
html.export-ready-theme body .article_summary:nth-child(92),
body .article_summary:nth-child(92) {
    animation-duration: 67.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
html.export-ready-theme body .article_summary:nth-child(93),
body .article_summary:nth-child(93) {
    animation-duration: 67.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
html.export-ready-theme body .article_summary:nth-child(94),
body .article_summary:nth-child(94) {
    animation-duration: 67.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
html.export-ready-theme body .article_summary:nth-child(95),
body .article_summary:nth-child(95) {
    animation-duration: 67.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
html.export-ready-theme body .article_summary:nth-child(96),
body .article_summary:nth-child(96) {
    animation-duration: 68.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
html.export-ready-theme body .article_summary:nth-child(97),
body .article_summary:nth-child(97) {
    animation-duration: 68.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
html.export-ready-theme body .article_summary:nth-child(98),
body .article_summary:nth-child(98) {
    animation-duration: 68.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
html.export-ready-theme body .article_summary:nth-child(99),
body .article_summary:nth-child(99) {
    animation-duration: 69.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
html.export-ready-theme body .article_summary:nth-child(100),
body .article_summary:nth-child(100) {
    animation-duration: 69.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
html.export-ready-theme body .article_summary:nth-child(101),
body .article_summary:nth-child(101) {
    animation-duration: 69.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
html.export-ready-theme body .article_summary:nth-child(102),
body .article_summary:nth-child(102) {
    animation-duration: 70.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
html.export-ready-theme body .article_summary:nth-child(103),
body .article_summary:nth-child(103) {
    animation-duration: 70.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
html.export-ready-theme body .article_summary:nth-child(104),
body .article_summary:nth-child(104) {
    animation-duration: 70.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
html.export-ready-theme body .article_summary:nth-child(105),
body .article_summary:nth-child(105) {
    animation-duration: 70.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
html.export-ready-theme body .article_summary:nth-child(106),
body .article_summary:nth-child(106) {
    animation-duration: 71.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
html.export-ready-theme body .article_summary:nth-child(107),
body .article_summary:nth-child(107) {
    animation-duration: 71.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
html.export-ready-theme body .article_summary:nth-child(108),
body .article_summary:nth-child(108) {
    animation-duration: 71.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
html.export-ready-theme body .article_summary:nth-child(109),
body .article_summary:nth-child(109) {
    animation-duration: 72.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
html.export-ready-theme body .article_summary:nth-child(110),
body .article_summary:nth-child(110) {
    animation-duration: 72.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
html.export-ready-theme body .article_summary:nth-child(111),
body .article_summary:nth-child(111) {
    animation-duration: 72.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
html.export-ready-theme body .article_summary:nth-child(112),
body .article_summary:nth-child(112) {
    animation-duration: 73.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
html.export-ready-theme body .article_summary:nth-child(113),
body .article_summary:nth-child(113) {
    animation-duration: 73.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
html.export-ready-theme body .article_summary:nth-child(114),
body .article_summary:nth-child(114) {
    animation-duration: 73.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
html.export-ready-theme body .article_summary:nth-child(115),
body .article_summary:nth-child(115) {
    animation-duration: 73.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
html.export-ready-theme body .article_summary:nth-child(116),
body .article_summary:nth-child(116) {
    animation-duration: 74.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
html.export-ready-theme body .article_summary:nth-child(117),
body .article_summary:nth-child(117) {
    animation-duration: 74.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
html.export-ready-theme body .article_summary:nth-child(118),
body .article_summary:nth-child(118) {
    animation-duration: 74.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
html.export-ready-theme body .article_summary:nth-child(119),
body .article_summary:nth-child(119) {
    animation-duration: 75.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
html.export-ready-theme body .article_summary:nth-child(120),
body .article_summary:nth-child(120) {
    animation-duration: 75.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(121),
html.export-ready-theme body .article_summary:nth-child(121),
body .article_summary:nth-child(121) {
    animation-duration: 75.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(122),
html.export-ready-theme body .article_summary:nth-child(122),
body .article_summary:nth-child(122) {
    animation-duration: 76.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(123),
html.export-ready-theme body .article_summary:nth-child(123),
body .article_summary:nth-child(123) {
    animation-duration: 76.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(124),
html.export-ready-theme body .article_summary:nth-child(124),
body .article_summary:nth-child(124) {
    animation-duration: 76.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(125),
html.export-ready-theme body .article_summary:nth-child(125),
body .article_summary:nth-child(125) {
    animation-duration: 76.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(126),
html.export-ready-theme body .article_summary:nth-child(126),
body .article_summary:nth-child(126) {
    animation-duration: 77.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(127),
html.export-ready-theme body .article_summary:nth-child(127),
body .article_summary:nth-child(127) {
    animation-duration: 77.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(128),
html.export-ready-theme body .article_summary:nth-child(128),
body .article_summary:nth-child(128) {
    animation-duration: 77.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(129),
html.export-ready-theme body .article_summary:nth-child(129),
body .article_summary:nth-child(129) {
    animation-duration: 78.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(130),
html.export-ready-theme body .article_summary:nth-child(130),
body .article_summary:nth-child(130) {
    animation-duration: 78.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(131),
html.export-ready-theme body .article_summary:nth-child(131),
body .article_summary:nth-child(131) {
    animation-duration: 78.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(132),
html.export-ready-theme body .article_summary:nth-child(132),
body .article_summary:nth-child(132) {
    animation-duration: 79.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(133),
html.export-ready-theme body .article_summary:nth-child(133),
body .article_summary:nth-child(133) {
    animation-duration: 79.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(134),
html.export-ready-theme body .article_summary:nth-child(134),
body .article_summary:nth-child(134) {
    animation-duration: 79.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(135),
html.export-ready-theme body .article_summary:nth-child(135),
body .article_summary:nth-child(135) {
    animation-duration: 79.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(136),
html.export-ready-theme body .article_summary:nth-child(136),
body .article_summary:nth-child(136) {
    animation-duration: 80.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(137),
html.export-ready-theme body .article_summary:nth-child(137),
body .article_summary:nth-child(137) {
    animation-duration: 80.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(138),
html.export-ready-theme body .article_summary:nth-child(138),
body .article_summary:nth-child(138) {
    animation-duration: 80.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(139),
html.export-ready-theme body .article_summary:nth-child(139),
body .article_summary:nth-child(139) {
    animation-duration: 81.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(140),
html.export-ready-theme body .article_summary:nth-child(140),
body .article_summary:nth-child(140) {
    animation-duration: 81.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(141),
html.export-ready-theme body .article_summary:nth-child(141),
body .article_summary:nth-child(141) {
    animation-duration: 81.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(142),
html.export-ready-theme body .article_summary:nth-child(142),
body .article_summary:nth-child(142) {
    animation-duration: 82.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(143),
html.export-ready-theme body .article_summary:nth-child(143),
body .article_summary:nth-child(143) {
    animation-duration: 82.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(144),
html.export-ready-theme body .article_summary:nth-child(144),
body .article_summary:nth-child(144) {
    animation-duration: 82.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(145),
html.export-ready-theme body .article_summary:nth-child(145),
body .article_summary:nth-child(145) {
    animation-duration: 82.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(146),
html.export-ready-theme body .article_summary:nth-child(146),
body .article_summary:nth-child(146) {
    animation-duration: 83.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(147),
html.export-ready-theme body .article_summary:nth-child(147),
body .article_summary:nth-child(147) {
    animation-duration: 83.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(148),
html.export-ready-theme body .article_summary:nth-child(148),
body .article_summary:nth-child(148) {
    animation-duration: 83.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(149),
html.export-ready-theme body .article_summary:nth-child(149),
body .article_summary:nth-child(149) {
    animation-duration: 84.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(150),
html.export-ready-theme body .article_summary:nth-child(150),
body .article_summary:nth-child(150) {
    animation-duration: 84.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(151),
html.export-ready-theme body .article_summary:nth-child(151),
body .article_summary:nth-child(151) {
    animation-duration: 84.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(152),
html.export-ready-theme body .article_summary:nth-child(152),
body .article_summary:nth-child(152) {
    animation-duration: 85.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(153),
html.export-ready-theme body .article_summary:nth-child(153),
body .article_summary:nth-child(153) {
    animation-duration: 85.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(154),
html.export-ready-theme body .article_summary:nth-child(154),
body .article_summary:nth-child(154) {
    animation-duration: 85.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(155),
html.export-ready-theme body .article_summary:nth-child(155),
body .article_summary:nth-child(155) {
    animation-duration: 85.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(156),
html.export-ready-theme body .article_summary:nth-child(156),
body .article_summary:nth-child(156) {
    animation-duration: 86.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(157),
html.export-ready-theme body .article_summary:nth-child(157),
body .article_summary:nth-child(157) {
    animation-duration: 86.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(158),
html.export-ready-theme body .article_summary:nth-child(158),
body .article_summary:nth-child(158) {
    animation-duration: 86.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(159),
html.export-ready-theme body .article_summary:nth-child(159),
body .article_summary:nth-child(159) {
    animation-duration: 87.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(160),
html.export-ready-theme body .article_summary:nth-child(160),
body .article_summary:nth-child(160) {
    animation-duration: 87.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(161),
html.export-ready-theme body .article_summary:nth-child(161),
body .article_summary:nth-child(161) {
    animation-duration: 87.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(162),
html.export-ready-theme body .article_summary:nth-child(162),
body .article_summary:nth-child(162) {
    animation-duration: 88.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(163),
html.export-ready-theme body .article_summary:nth-child(163),
body .article_summary:nth-child(163) {
    animation-duration: 88.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(164),
html.export-ready-theme body .article_summary:nth-child(164),
body .article_summary:nth-child(164) {
    animation-duration: 88.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(165),
html.export-ready-theme body .article_summary:nth-child(165),
body .article_summary:nth-child(165) {
    animation-duration: 88.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(166),
html.export-ready-theme body .article_summary:nth-child(166),
body .article_summary:nth-child(166) {
    animation-duration: 89.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(167),
html.export-ready-theme body .article_summary:nth-child(167),
body .article_summary:nth-child(167) {
    animation-duration: 89.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(168),
html.export-ready-theme body .article_summary:nth-child(168),
body .article_summary:nth-child(168) {
    animation-duration: 89.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(169),
html.export-ready-theme body .article_summary:nth-child(169),
body .article_summary:nth-child(169) {
    animation-duration: 90.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(170),
html.export-ready-theme body .article_summary:nth-child(170),
body .article_summary:nth-child(170) {
    animation-duration: 90.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(171),
html.export-ready-theme body .article_summary:nth-child(171),
body .article_summary:nth-child(171) {
    animation-duration: 90.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(172),
html.export-ready-theme body .article_summary:nth-child(172),
body .article_summary:nth-child(172) {
    animation-duration: 91.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(173),
html.export-ready-theme body .article_summary:nth-child(173),
body .article_summary:nth-child(173) {
    animation-duration: 91.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(174),
html.export-ready-theme body .article_summary:nth-child(174),
body .article_summary:nth-child(174) {
    animation-duration: 91.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(175),
html.export-ready-theme body .article_summary:nth-child(175),
body .article_summary:nth-child(175) {
    animation-duration: 91.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(176),
html.export-ready-theme body .article_summary:nth-child(176),
body .article_summary:nth-child(176) {
    animation-duration: 92.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(177),
html.export-ready-theme body .article_summary:nth-child(177),
body .article_summary:nth-child(177) {
    animation-duration: 92.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(178),
html.export-ready-theme body .article_summary:nth-child(178),
body .article_summary:nth-child(178) {
    animation-duration: 92.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(179),
html.export-ready-theme body .article_summary:nth-child(179),
body .article_summary:nth-child(179) {
    animation-duration: 93.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(180),
html.export-ready-theme body .article_summary:nth-child(180),
body .article_summary:nth-child(180) {
    animation-duration: 93.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(181),
html.export-ready-theme body .article_summary:nth-child(181),
body .article_summary:nth-child(181) {
    animation-duration: 93.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(182),
html.export-ready-theme body .article_summary:nth-child(182),
body .article_summary:nth-child(182) {
    animation-duration: 94.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(183),
html.export-ready-theme body .article_summary:nth-child(183),
body .article_summary:nth-child(183) {
    animation-duration: 94.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(184),
html.export-ready-theme body .article_summary:nth-child(184),
body .article_summary:nth-child(184) {
    animation-duration: 94.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(185),
html.export-ready-theme body .article_summary:nth-child(185),
body .article_summary:nth-child(185) {
    animation-duration: 94.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(186),
html.export-ready-theme body .article_summary:nth-child(186),
body .article_summary:nth-child(186) {
    animation-duration: 95.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(187),
html.export-ready-theme body .article_summary:nth-child(187),
body .article_summary:nth-child(187) {
    animation-duration: 95.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(188),
html.export-ready-theme body .article_summary:nth-child(188),
body .article_summary:nth-child(188) {
    animation-duration: 95.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(189),
html.export-ready-theme body .article_summary:nth-child(189),
body .article_summary:nth-child(189) {
    animation-duration: 96.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(190),
html.export-ready-theme body .article_summary:nth-child(190),
body .article_summary:nth-child(190) {
    animation-duration: 96.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(191),
html.export-ready-theme body .article_summary:nth-child(191),
body .article_summary:nth-child(191) {
    animation-duration: 96.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(192),
html.export-ready-theme body .article_summary:nth-child(192),
body .article_summary:nth-child(192) {
    animation-duration: 97.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(193),
html.export-ready-theme body .article_summary:nth-child(193),
body .article_summary:nth-child(193) {
    animation-duration: 97.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(194),
html.export-ready-theme body .article_summary:nth-child(194),
body .article_summary:nth-child(194) {
    animation-duration: 97.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(195),
html.export-ready-theme body .article_summary:nth-child(195),
body .article_summary:nth-child(195) {
    animation-duration: 97.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(196),
html.export-ready-theme body .article_summary:nth-child(196),
body .article_summary:nth-child(196) {
    animation-duration: 98.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(197),
html.export-ready-theme body .article_summary:nth-child(197),
body .article_summary:nth-child(197) {
    animation-duration: 98.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(198),
html.export-ready-theme body .article_summary:nth-child(198),
body .article_summary:nth-child(198) {
    animation-duration: 98.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(199),
html.export-ready-theme body .article_summary:nth-child(199),
body .article_summary:nth-child(199) {
    animation-duration: 99.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(200),
html.export-ready-theme body .article_summary:nth-child(200),
body .article_summary:nth-child(200) {
    animation-duration: 99.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(201),
html.export-ready-theme body .article_summary:nth-child(201),
body .article_summary:nth-child(201) {
    animation-duration: 99.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(202),
html.export-ready-theme body .article_summary:nth-child(202),
body .article_summary:nth-child(202) {
    animation-duration: 100.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(203),
html.export-ready-theme body .article_summary:nth-child(203),
body .article_summary:nth-child(203) {
    animation-duration: 100.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(204),
html.export-ready-theme body .article_summary:nth-child(204),
body .article_summary:nth-child(204) {
    animation-duration: 100.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(205),
html.export-ready-theme body .article_summary:nth-child(205),
body .article_summary:nth-child(205) {
    animation-duration: 100.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(206),
html.export-ready-theme body .article_summary:nth-child(206),
body .article_summary:nth-child(206) {
    animation-duration: 101.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(207),
html.export-ready-theme body .article_summary:nth-child(207),
body .article_summary:nth-child(207) {
    animation-duration: 101.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(208),
html.export-ready-theme body .article_summary:nth-child(208),
body .article_summary:nth-child(208) {
    animation-duration: 101.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(209),
html.export-ready-theme body .article_summary:nth-child(209),
body .article_summary:nth-child(209) {
    animation-duration: 102.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(210),
html.export-ready-theme body .article_summary:nth-child(210),
body .article_summary:nth-child(210) {
    animation-duration: 102.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(211),
html.export-ready-theme body .article_summary:nth-child(211),
body .article_summary:nth-child(211) {
    animation-duration: 102.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(212),
html.export-ready-theme body .article_summary:nth-child(212),
body .article_summary:nth-child(212) {
    animation-duration: 103.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(213),
html.export-ready-theme body .article_summary:nth-child(213),
body .article_summary:nth-child(213) {
    animation-duration: 103.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(214),
html.export-ready-theme body .article_summary:nth-child(214),
body .article_summary:nth-child(214) {
    animation-duration: 103.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(215),
html.export-ready-theme body .article_summary:nth-child(215),
body .article_summary:nth-child(215) {
    animation-duration: 103.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(216),
html.export-ready-theme body .article_summary:nth-child(216),
body .article_summary:nth-child(216) {
    animation-duration: 104.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(217),
html.export-ready-theme body .article_summary:nth-child(217),
body .article_summary:nth-child(217) {
    animation-duration: 104.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(218),
html.export-ready-theme body .article_summary:nth-child(218),
body .article_summary:nth-child(218) {
    animation-duration: 104.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(219),
html.export-ready-theme body .article_summary:nth-child(219),
body .article_summary:nth-child(219) {
    animation-duration: 105.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(220),
html.export-ready-theme body .article_summary:nth-child(220),
body .article_summary:nth-child(220) {
    animation-duration: 105.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(221),
html.export-ready-theme body .article_summary:nth-child(221),
body .article_summary:nth-child(221) {
    animation-duration: 105.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(222),
html.export-ready-theme body .article_summary:nth-child(222),
body .article_summary:nth-child(222) {
    animation-duration: 106.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(223),
html.export-ready-theme body .article_summary:nth-child(223),
body .article_summary:nth-child(223) {
    animation-duration: 106.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(224),
html.export-ready-theme body .article_summary:nth-child(224),
body .article_summary:nth-child(224) {
    animation-duration: 106.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(225),
html.export-ready-theme body .article_summary:nth-child(225),
body .article_summary:nth-child(225) {
    animation-duration: 106.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(226),
html.export-ready-theme body .article_summary:nth-child(226),
body .article_summary:nth-child(226) {
    animation-duration: 107.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(227),
html.export-ready-theme body .article_summary:nth-child(227),
body .article_summary:nth-child(227) {
    animation-duration: 107.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(228),
html.export-ready-theme body .article_summary:nth-child(228),
body .article_summary:nth-child(228) {
    animation-duration: 107.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(229),
html.export-ready-theme body .article_summary:nth-child(229),
body .article_summary:nth-child(229) {
    animation-duration: 108.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(230),
html.export-ready-theme body .article_summary:nth-child(230),
body .article_summary:nth-child(230) {
    animation-duration: 108.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(231),
html.export-ready-theme body .article_summary:nth-child(231),
body .article_summary:nth-child(231) {
    animation-duration: 108.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(232),
html.export-ready-theme body .article_summary:nth-child(232),
body .article_summary:nth-child(232) {
    animation-duration: 109.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(233),
html.export-ready-theme body .article_summary:nth-child(233),
body .article_summary:nth-child(233) {
    animation-duration: 109.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(234),
html.export-ready-theme body .article_summary:nth-child(234),
body .article_summary:nth-child(234) {
    animation-duration: 109.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(235),
html.export-ready-theme body .article_summary:nth-child(235),
body .article_summary:nth-child(235) {
    animation-duration: 109.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(236),
html.export-ready-theme body .article_summary:nth-child(236),
body .article_summary:nth-child(236) {
    animation-duration: 110.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(237),
html.export-ready-theme body .article_summary:nth-child(237),
body .article_summary:nth-child(237) {
    animation-duration: 110.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(238),
html.export-ready-theme body .article_summary:nth-child(238),
body .article_summary:nth-child(238) {
    animation-duration: 110.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(239),
html.export-ready-theme body .article_summary:nth-child(239),
body .article_summary:nth-child(239) {
    animation-duration: 111.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(240),
html.export-ready-theme body .article_summary:nth-child(240),
body .article_summary:nth-child(240) {
    animation-duration: 111.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(241),
html.export-ready-theme body .article_summary:nth-child(241),
body .article_summary:nth-child(241) {
    animation-duration: 111.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(242),
html.export-ready-theme body .article_summary:nth-child(242),
body .article_summary:nth-child(242) {
    animation-duration: 112.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(243),
html.export-ready-theme body .article_summary:nth-child(243),
body .article_summary:nth-child(243) {
    animation-duration: 112.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(244),
html.export-ready-theme body .article_summary:nth-child(244),
body .article_summary:nth-child(244) {
    animation-duration: 112.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(245),
html.export-ready-theme body .article_summary:nth-child(245),
body .article_summary:nth-child(245) {
    animation-duration: 112.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(246),
html.export-ready-theme body .article_summary:nth-child(246),
body .article_summary:nth-child(246) {
    animation-duration: 113.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(247),
html.export-ready-theme body .article_summary:nth-child(247),
body .article_summary:nth-child(247) {
    animation-duration: 113.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(248),
html.export-ready-theme body .article_summary:nth-child(248),
body .article_summary:nth-child(248) {
    animation-duration: 113.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(249),
html.export-ready-theme body .article_summary:nth-child(249),
body .article_summary:nth-child(249) {
    animation-duration: 114.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(250),
html.export-ready-theme body .article_summary:nth-child(250),
body .article_summary:nth-child(250) {
    animation-duration: 114.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(251),
html.export-ready-theme body .article_summary:nth-child(251),
body .article_summary:nth-child(251) {
    animation-duration: 114.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(252),
html.export-ready-theme body .article_summary:nth-child(252),
body .article_summary:nth-child(252) {
    animation-duration: 115.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(253),
html.export-ready-theme body .article_summary:nth-child(253),
body .article_summary:nth-child(253) {
    animation-duration: 115.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(254),
html.export-ready-theme body .article_summary:nth-child(254),
body .article_summary:nth-child(254) {
    animation-duration: 115.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(255),
html.export-ready-theme body .article_summary:nth-child(255),
body .article_summary:nth-child(255) {
    animation-duration: 115.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(256),
html.export-ready-theme body .article_summary:nth-child(256),
body .article_summary:nth-child(256) {
    animation-duration: 116.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(257),
html.export-ready-theme body .article_summary:nth-child(257),
body .article_summary:nth-child(257) {
    animation-duration: 116.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(258),
html.export-ready-theme body .article_summary:nth-child(258),
body .article_summary:nth-child(258) {
    animation-duration: 116.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(259),
html.export-ready-theme body .article_summary:nth-child(259),
body .article_summary:nth-child(259) {
    animation-duration: 117.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(260),
html.export-ready-theme body .article_summary:nth-child(260),
body .article_summary:nth-child(260) {
    animation-duration: 117.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(261),
html.export-ready-theme body .article_summary:nth-child(261),
body .article_summary:nth-child(261) {
    animation-duration: 117.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(262),
html.export-ready-theme body .article_summary:nth-child(262),
body .article_summary:nth-child(262) {
    animation-duration: 118.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(263),
html.export-ready-theme body .article_summary:nth-child(263),
body .article_summary:nth-child(263) {
    animation-duration: 118.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(264),
html.export-ready-theme body .article_summary:nth-child(264),
body .article_summary:nth-child(264) {
    animation-duration: 118.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(265),
html.export-ready-theme body .article_summary:nth-child(265),
body .article_summary:nth-child(265) {
    animation-duration: 118.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(266),
html.export-ready-theme body .article_summary:nth-child(266),
body .article_summary:nth-child(266) {
    animation-duration: 119.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(267),
html.export-ready-theme body .article_summary:nth-child(267),
body .article_summary:nth-child(267) {
    animation-duration: 119.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(268),
html.export-ready-theme body .article_summary:nth-child(268),
body .article_summary:nth-child(268) {
    animation-duration: 119.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(269),
html.export-ready-theme body .article_summary:nth-child(269),
body .article_summary:nth-child(269) {
    animation-duration: 120.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(270),
html.export-ready-theme body .article_summary:nth-child(270),
body .article_summary:nth-child(270) {
    animation-duration: 120.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(271),
html.export-ready-theme body .article_summary:nth-child(271),
body .article_summary:nth-child(271) {
    animation-duration: 120.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(272),
html.export-ready-theme body .article_summary:nth-child(272),
body .article_summary:nth-child(272) {
    animation-duration: 121.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(273),
html.export-ready-theme body .article_summary:nth-child(273),
body .article_summary:nth-child(273) {
    animation-duration: 121.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(274),
html.export-ready-theme body .article_summary:nth-child(274),
body .article_summary:nth-child(274) {
    animation-duration: 121.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(275),
html.export-ready-theme body .article_summary:nth-child(275),
body .article_summary:nth-child(275) {
    animation-duration: 121.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(276),
html.export-ready-theme body .article_summary:nth-child(276),
body .article_summary:nth-child(276) {
    animation-duration: 122.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(277),
html.export-ready-theme body .article_summary:nth-child(277),
body .article_summary:nth-child(277) {
    animation-duration: 122.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(278),
html.export-ready-theme body .article_summary:nth-child(278),
body .article_summary:nth-child(278) {
    animation-duration: 122.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(279),
html.export-ready-theme body .article_summary:nth-child(279),
body .article_summary:nth-child(279) {
    animation-duration: 123.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(280),
html.export-ready-theme body .article_summary:nth-child(280),
body .article_summary:nth-child(280) {
    animation-duration: 123.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(281),
html.export-ready-theme body .article_summary:nth-child(281),
body .article_summary:nth-child(281) {
    animation-duration: 123.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(282),
html.export-ready-theme body .article_summary:nth-child(282),
body .article_summary:nth-child(282) {
    animation-duration: 124.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(283),
html.export-ready-theme body .article_summary:nth-child(283),
body .article_summary:nth-child(283) {
    animation-duration: 124.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(284),
html.export-ready-theme body .article_summary:nth-child(284),
body .article_summary:nth-child(284) {
    animation-duration: 124.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(285),
html.export-ready-theme body .article_summary:nth-child(285),
body .article_summary:nth-child(285) {
    animation-duration: 124.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(286),
html.export-ready-theme body .article_summary:nth-child(286),
body .article_summary:nth-child(286) {
    animation-duration: 125.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(287),
html.export-ready-theme body .article_summary:nth-child(287),
body .article_summary:nth-child(287) {
    animation-duration: 125.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(288),
html.export-ready-theme body .article_summary:nth-child(288),
body .article_summary:nth-child(288) {
    animation-duration: 125.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(289),
html.export-ready-theme body .article_summary:nth-child(289),
body .article_summary:nth-child(289) {
    animation-duration: 126.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(290),
html.export-ready-theme body .article_summary:nth-child(290),
body .article_summary:nth-child(290) {
    animation-duration: 126.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(291),
html.export-ready-theme body .article_summary:nth-child(291),
body .article_summary:nth-child(291) {
    animation-duration: 126.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(292),
html.export-ready-theme body .article_summary:nth-child(292),
body .article_summary:nth-child(292) {
    animation-duration: 127.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(293),
html.export-ready-theme body .article_summary:nth-child(293),
body .article_summary:nth-child(293) {
    animation-duration: 127.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(294),
html.export-ready-theme body .article_summary:nth-child(294),
body .article_summary:nth-child(294) {
    animation-duration: 127.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(295),
html.export-ready-theme body .article_summary:nth-child(295),
body .article_summary:nth-child(295) {
    animation-duration: 127.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(296),
html.export-ready-theme body .article_summary:nth-child(296),
body .article_summary:nth-child(296) {
    animation-duration: 128.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(297),
html.export-ready-theme body .article_summary:nth-child(297),
body .article_summary:nth-child(297) {
    animation-duration: 128.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(298),
html.export-ready-theme body .article_summary:nth-child(298),
body .article_summary:nth-child(298) {
    animation-duration: 128.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(299),
html.export-ready-theme body .article_summary:nth-child(299),
body .article_summary:nth-child(299) {
    animation-duration: 129.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(300),
html.export-ready-theme body .article_summary:nth-child(300),
body .article_summary:nth-child(300) {
    animation-duration: 129.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(301),
html.export-ready-theme body .article_summary:nth-child(301),
body .article_summary:nth-child(301) {
    animation-duration: 129.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(302),
html.export-ready-theme body .article_summary:nth-child(302),
body .article_summary:nth-child(302) {
    animation-duration: 130.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(303),
html.export-ready-theme body .article_summary:nth-child(303),
body .article_summary:nth-child(303) {
    animation-duration: 130.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(304),
html.export-ready-theme body .article_summary:nth-child(304),
body .article_summary:nth-child(304) {
    animation-duration: 130.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(305),
html.export-ready-theme body .article_summary:nth-child(305),
body .article_summary:nth-child(305) {
    animation-duration: 130.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(306),
html.export-ready-theme body .article_summary:nth-child(306),
body .article_summary:nth-child(306) {
    animation-duration: 131.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(307),
html.export-ready-theme body .article_summary:nth-child(307),
body .article_summary:nth-child(307) {
    animation-duration: 131.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(308),
html.export-ready-theme body .article_summary:nth-child(308),
body .article_summary:nth-child(308) {
    animation-duration: 131.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(309),
html.export-ready-theme body .article_summary:nth-child(309),
body .article_summary:nth-child(309) {
    animation-duration: 132.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(310),
html.export-ready-theme body .article_summary:nth-child(310),
body .article_summary:nth-child(310) {
    animation-duration: 132.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(311),
html.export-ready-theme body .article_summary:nth-child(311),
body .article_summary:nth-child(311) {
    animation-duration: 132.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(312),
html.export-ready-theme body .article_summary:nth-child(312),
body .article_summary:nth-child(312) {
    animation-duration: 133.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(313),
html.export-ready-theme body .article_summary:nth-child(313),
body .article_summary:nth-child(313) {
    animation-duration: 133.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(314),
html.export-ready-theme body .article_summary:nth-child(314),
body .article_summary:nth-child(314) {
    animation-duration: 133.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(315),
html.export-ready-theme body .article_summary:nth-child(315),
body .article_summary:nth-child(315) {
    animation-duration: 133.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(316),
html.export-ready-theme body .article_summary:nth-child(316),
body .article_summary:nth-child(316) {
    animation-duration: 134.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(317),
html.export-ready-theme body .article_summary:nth-child(317),
body .article_summary:nth-child(317) {
    animation-duration: 134.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(318),
html.export-ready-theme body .article_summary:nth-child(318),
body .article_summary:nth-child(318) {
    animation-duration: 134.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(319),
html.export-ready-theme body .article_summary:nth-child(319),
body .article_summary:nth-child(319) {
    animation-duration: 135.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(320),
html.export-ready-theme body .article_summary:nth-child(320),
body .article_summary:nth-child(320) {
    animation-duration: 135.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(321),
html.export-ready-theme body .article_summary:nth-child(321),
body .article_summary:nth-child(321) {
    animation-duration: 135.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(322),
html.export-ready-theme body .article_summary:nth-child(322),
body .article_summary:nth-child(322) {
    animation-duration: 136.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(323),
html.export-ready-theme body .article_summary:nth-child(323),
body .article_summary:nth-child(323) {
    animation-duration: 136.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(324),
html.export-ready-theme body .article_summary:nth-child(324),
body .article_summary:nth-child(324) {
    animation-duration: 136.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(325),
html.export-ready-theme body .article_summary:nth-child(325),
body .article_summary:nth-child(325) {
    animation-duration: 136.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(326),
html.export-ready-theme body .article_summary:nth-child(326),
body .article_summary:nth-child(326) {
    animation-duration: 137.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(327),
html.export-ready-theme body .article_summary:nth-child(327),
body .article_summary:nth-child(327) {
    animation-duration: 137.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(328),
html.export-ready-theme body .article_summary:nth-child(328),
body .article_summary:nth-child(328) {
    animation-duration: 137.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(329),
html.export-ready-theme body .article_summary:nth-child(329),
body .article_summary:nth-child(329) {
    animation-duration: 138.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(330),
html.export-ready-theme body .article_summary:nth-child(330),
body .article_summary:nth-child(330) {
    animation-duration: 138.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(331),
html.export-ready-theme body .article_summary:nth-child(331),
body .article_summary:nth-child(331) {
    animation-duration: 138.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(332),
html.export-ready-theme body .article_summary:nth-child(332),
body .article_summary:nth-child(332) {
    animation-duration: 139.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(333),
html.export-ready-theme body .article_summary:nth-child(333),
body .article_summary:nth-child(333) {
    animation-duration: 139.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(334),
html.export-ready-theme body .article_summary:nth-child(334),
body .article_summary:nth-child(334) {
    animation-duration: 139.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(335),
html.export-ready-theme body .article_summary:nth-child(335),
body .article_summary:nth-child(335) {
    animation-duration: 139.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(336),
html.export-ready-theme body .article_summary:nth-child(336),
body .article_summary:nth-child(336) {
    animation-duration: 140.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(337),
html.export-ready-theme body .article_summary:nth-child(337),
body .article_summary:nth-child(337) {
    animation-duration: 140.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(338),
html.export-ready-theme body .article_summary:nth-child(338),
body .article_summary:nth-child(338) {
    animation-duration: 140.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(339),
html.export-ready-theme body .article_summary:nth-child(339),
body .article_summary:nth-child(339) {
    animation-duration: 141.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(340),
html.export-ready-theme body .article_summary:nth-child(340),
body .article_summary:nth-child(340) {
    animation-duration: 141.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(341),
html.export-ready-theme body .article_summary:nth-child(341),
body .article_summary:nth-child(341) {
    animation-duration: 141.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(342),
html.export-ready-theme body .article_summary:nth-child(342),
body .article_summary:nth-child(342) {
    animation-duration: 142.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(343),
html.export-ready-theme body .article_summary:nth-child(343),
body .article_summary:nth-child(343) {
    animation-duration: 142.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(344),
html.export-ready-theme body .article_summary:nth-child(344),
body .article_summary:nth-child(344) {
    animation-duration: 142.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(345),
html.export-ready-theme body .article_summary:nth-child(345),
body .article_summary:nth-child(345) {
    animation-duration: 142.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(346),
html.export-ready-theme body .article_summary:nth-child(346),
body .article_summary:nth-child(346) {
    animation-duration: 143.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(347),
html.export-ready-theme body .article_summary:nth-child(347),
body .article_summary:nth-child(347) {
    animation-duration: 143.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(348),
html.export-ready-theme body .article_summary:nth-child(348),
body .article_summary:nth-child(348) {
    animation-duration: 143.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(349),
html.export-ready-theme body .article_summary:nth-child(349),
body .article_summary:nth-child(349) {
    animation-duration: 144.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(350),
html.export-ready-theme body .article_summary:nth-child(350),
body .article_summary:nth-child(350) {
    animation-duration: 144.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(351),
html.export-ready-theme body .article_summary:nth-child(351),
body .article_summary:nth-child(351) {
    animation-duration: 144.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(352),
html.export-ready-theme body .article_summary:nth-child(352),
body .article_summary:nth-child(352) {
    animation-duration: 145.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(353),
html.export-ready-theme body .article_summary:nth-child(353),
body .article_summary:nth-child(353) {
    animation-duration: 145.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(354),
html.export-ready-theme body .article_summary:nth-child(354),
body .article_summary:nth-child(354) {
    animation-duration: 145.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(355),
html.export-ready-theme body .article_summary:nth-child(355),
body .article_summary:nth-child(355) {
    animation-duration: 145.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(356),
html.export-ready-theme body .article_summary:nth-child(356),
body .article_summary:nth-child(356) {
    animation-duration: 146.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(357),
html.export-ready-theme body .article_summary:nth-child(357),
body .article_summary:nth-child(357) {
    animation-duration: 146.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(358),
html.export-ready-theme body .article_summary:nth-child(358),
body .article_summary:nth-child(358) {
    animation-duration: 146.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(359),
html.export-ready-theme body .article_summary:nth-child(359),
body .article_summary:nth-child(359) {
    animation-duration: 147.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(360),
html.export-ready-theme body .article_summary:nth-child(360),
body .article_summary:nth-child(360) {
    animation-duration: 147.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(361),
html.export-ready-theme body .article_summary:nth-child(361),
body .article_summary:nth-child(361) {
    animation-duration: 147.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(362),
html.export-ready-theme body .article_summary:nth-child(362),
body .article_summary:nth-child(362) {
    animation-duration: 148.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(363),
html.export-ready-theme body .article_summary:nth-child(363),
body .article_summary:nth-child(363) {
    animation-duration: 148.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(364),
html.export-ready-theme body .article_summary:nth-child(364),
body .article_summary:nth-child(364) {
    animation-duration: 148.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(365),
html.export-ready-theme body .article_summary:nth-child(365),
body .article_summary:nth-child(365) {
    animation-duration: 148.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(366),
html.export-ready-theme body .article_summary:nth-child(366),
body .article_summary:nth-child(366) {
    animation-duration: 149.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(367),
html.export-ready-theme body .article_summary:nth-child(367),
body .article_summary:nth-child(367) {
    animation-duration: 149.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(368),
html.export-ready-theme body .article_summary:nth-child(368),
body .article_summary:nth-child(368) {
    animation-duration: 149.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(369),
html.export-ready-theme body .article_summary:nth-child(369),
body .article_summary:nth-child(369) {
    animation-duration: 150.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(370),
html.export-ready-theme body .article_summary:nth-child(370),
body .article_summary:nth-child(370) {
    animation-duration: 150.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(371),
html.export-ready-theme body .article_summary:nth-child(371),
body .article_summary:nth-child(371) {
    animation-duration: 150.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(372),
html.export-ready-theme body .article_summary:nth-child(372),
body .article_summary:nth-child(372) {
    animation-duration: 151.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(373),
html.export-ready-theme body .article_summary:nth-child(373),
body .article_summary:nth-child(373) {
    animation-duration: 151.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(374),
html.export-ready-theme body .article_summary:nth-child(374),
body .article_summary:nth-child(374) {
    animation-duration: 151.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(375),
html.export-ready-theme body .article_summary:nth-child(375),
body .article_summary:nth-child(375) {
    animation-duration: 151.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(376),
html.export-ready-theme body .article_summary:nth-child(376),
body .article_summary:nth-child(376) {
    animation-duration: 152.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(377),
html.export-ready-theme body .article_summary:nth-child(377),
body .article_summary:nth-child(377) {
    animation-duration: 152.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(378),
html.export-ready-theme body .article_summary:nth-child(378),
body .article_summary:nth-child(378) {
    animation-duration: 152.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(379),
html.export-ready-theme body .article_summary:nth-child(379),
body .article_summary:nth-child(379) {
    animation-duration: 153.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(380),
html.export-ready-theme body .article_summary:nth-child(380),
body .article_summary:nth-child(380) {
    animation-duration: 153.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(381),
html.export-ready-theme body .article_summary:nth-child(381),
body .article_summary:nth-child(381) {
    animation-duration: 153.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(382),
html.export-ready-theme body .article_summary:nth-child(382),
body .article_summary:nth-child(382) {
    animation-duration: 154.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(383),
html.export-ready-theme body .article_summary:nth-child(383),
body .article_summary:nth-child(383) {
    animation-duration: 154.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(384),
html.export-ready-theme body .article_summary:nth-child(384),
body .article_summary:nth-child(384) {
    animation-duration: 154.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(385),
html.export-ready-theme body .article_summary:nth-child(385),
body .article_summary:nth-child(385) {
    animation-duration: 154.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(386),
html.export-ready-theme body .article_summary:nth-child(386),
body .article_summary:nth-child(386) {
    animation-duration: 155.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(387),
html.export-ready-theme body .article_summary:nth-child(387),
body .article_summary:nth-child(387) {
    animation-duration: 155.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(388),
html.export-ready-theme body .article_summary:nth-child(388),
body .article_summary:nth-child(388) {
    animation-duration: 155.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(389),
html.export-ready-theme body .article_summary:nth-child(389),
body .article_summary:nth-child(389) {
    animation-duration: 156.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(390),
html.export-ready-theme body .article_summary:nth-child(390),
body .article_summary:nth-child(390) {
    animation-duration: 156.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(391),
html.export-ready-theme body .article_summary:nth-child(391),
body .article_summary:nth-child(391) {
    animation-duration: 156.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(392),
html.export-ready-theme body .article_summary:nth-child(392),
body .article_summary:nth-child(392) {
    animation-duration: 157.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(393),
html.export-ready-theme body .article_summary:nth-child(393),
body .article_summary:nth-child(393) {
    animation-duration: 157.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(394),
html.export-ready-theme body .article_summary:nth-child(394),
body .article_summary:nth-child(394) {
    animation-duration: 157.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(395),
html.export-ready-theme body .article_summary:nth-child(395),
body .article_summary:nth-child(395) {
    animation-duration: 157.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(396),
html.export-ready-theme body .article_summary:nth-child(396),
body .article_summary:nth-child(396) {
    animation-duration: 158.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(397),
html.export-ready-theme body .article_summary:nth-child(397),
body .article_summary:nth-child(397) {
    animation-duration: 158.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(398),
html.export-ready-theme body .article_summary:nth-child(398),
body .article_summary:nth-child(398) {
    animation-duration: 158.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(399),
html.export-ready-theme body .article_summary:nth-child(399),
body .article_summary:nth-child(399) {
    animation-duration: 159.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(400),
html.export-ready-theme body .article_summary:nth-child(400),
body .article_summary:nth-child(400) {
    animation-duration: 159.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(401),
html.export-ready-theme body .article_summary:nth-child(401),
body .article_summary:nth-child(401) {
    animation-duration: 159.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(402),
html.export-ready-theme body .article_summary:nth-child(402),
body .article_summary:nth-child(402) {
    animation-duration: 160.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(403),
html.export-ready-theme body .article_summary:nth-child(403),
body .article_summary:nth-child(403) {
    animation-duration: 160.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(404),
html.export-ready-theme body .article_summary:nth-child(404),
body .article_summary:nth-child(404) {
    animation-duration: 160.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(405),
html.export-ready-theme body .article_summary:nth-child(405),
body .article_summary:nth-child(405) {
    animation-duration: 160.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(406),
html.export-ready-theme body .article_summary:nth-child(406),
body .article_summary:nth-child(406) {
    animation-duration: 161.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(407),
html.export-ready-theme body .article_summary:nth-child(407),
body .article_summary:nth-child(407) {
    animation-duration: 161.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(408),
html.export-ready-theme body .article_summary:nth-child(408),
body .article_summary:nth-child(408) {
    animation-duration: 161.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(409),
html.export-ready-theme body .article_summary:nth-child(409),
body .article_summary:nth-child(409) {
    animation-duration: 162.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(410),
html.export-ready-theme body .article_summary:nth-child(410),
body .article_summary:nth-child(410) {
    animation-duration: 162.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(411),
html.export-ready-theme body .article_summary:nth-child(411),
body .article_summary:nth-child(411) {
    animation-duration: 162.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(412),
html.export-ready-theme body .article_summary:nth-child(412),
body .article_summary:nth-child(412) {
    animation-duration: 163.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(413),
html.export-ready-theme body .article_summary:nth-child(413),
body .article_summary:nth-child(413) {
    animation-duration: 163.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(414),
html.export-ready-theme body .article_summary:nth-child(414),
body .article_summary:nth-child(414) {
    animation-duration: 163.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(415),
html.export-ready-theme body .article_summary:nth-child(415),
body .article_summary:nth-child(415) {
    animation-duration: 163.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(416),
html.export-ready-theme body .article_summary:nth-child(416),
body .article_summary:nth-child(416) {
    animation-duration: 164.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(417),
html.export-ready-theme body .article_summary:nth-child(417),
body .article_summary:nth-child(417) {
    animation-duration: 164.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(418),
html.export-ready-theme body .article_summary:nth-child(418),
body .article_summary:nth-child(418) {
    animation-duration: 164.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(419),
html.export-ready-theme body .article_summary:nth-child(419),
body .article_summary:nth-child(419) {
    animation-duration: 165.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(420),
html.export-ready-theme body .article_summary:nth-child(420),
body .article_summary:nth-child(420) {
    animation-duration: 165.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(421),
html.export-ready-theme body .article_summary:nth-child(421),
body .article_summary:nth-child(421) {
    animation-duration: 165.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(422),
html.export-ready-theme body .article_summary:nth-child(422),
body .article_summary:nth-child(422) {
    animation-duration: 166.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(423),
html.export-ready-theme body .article_summary:nth-child(423),
body .article_summary:nth-child(423) {
    animation-duration: 166.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(424),
html.export-ready-theme body .article_summary:nth-child(424),
body .article_summary:nth-child(424) {
    animation-duration: 166.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(425),
html.export-ready-theme body .article_summary:nth-child(425),
body .article_summary:nth-child(425) {
    animation-duration: 166.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(426),
html.export-ready-theme body .article_summary:nth-child(426),
body .article_summary:nth-child(426) {
    animation-duration: 167.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(427),
html.export-ready-theme body .article_summary:nth-child(427),
body .article_summary:nth-child(427) {
    animation-duration: 167.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(428),
html.export-ready-theme body .article_summary:nth-child(428),
body .article_summary:nth-child(428) {
    animation-duration: 167.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(429),
html.export-ready-theme body .article_summary:nth-child(429),
body .article_summary:nth-child(429) {
    animation-duration: 168.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(430),
html.export-ready-theme body .article_summary:nth-child(430),
body .article_summary:nth-child(430) {
    animation-duration: 168.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(431),
html.export-ready-theme body .article_summary:nth-child(431),
body .article_summary:nth-child(431) {
    animation-duration: 168.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(432),
html.export-ready-theme body .article_summary:nth-child(432),
body .article_summary:nth-child(432) {
    animation-duration: 169.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(433),
html.export-ready-theme body .article_summary:nth-child(433),
body .article_summary:nth-child(433) {
    animation-duration: 169.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(434),
html.export-ready-theme body .article_summary:nth-child(434),
body .article_summary:nth-child(434) {
    animation-duration: 169.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(435),
html.export-ready-theme body .article_summary:nth-child(435),
body .article_summary:nth-child(435) {
    animation-duration: 169.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(436),
html.export-ready-theme body .article_summary:nth-child(436),
body .article_summary:nth-child(436) {
    animation-duration: 170.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(437),
html.export-ready-theme body .article_summary:nth-child(437),
body .article_summary:nth-child(437) {
    animation-duration: 170.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(438),
html.export-ready-theme body .article_summary:nth-child(438),
body .article_summary:nth-child(438) {
    animation-duration: 170.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(439),
html.export-ready-theme body .article_summary:nth-child(439),
body .article_summary:nth-child(439) {
    animation-duration: 171.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(440),
html.export-ready-theme body .article_summary:nth-child(440),
body .article_summary:nth-child(440) {
    animation-duration: 171.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(441),
html.export-ready-theme body .article_summary:nth-child(441),
body .article_summary:nth-child(441) {
    animation-duration: 171.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(442),
html.export-ready-theme body .article_summary:nth-child(442),
body .article_summary:nth-child(442) {
    animation-duration: 172.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(443),
html.export-ready-theme body .article_summary:nth-child(443),
body .article_summary:nth-child(443) {
    animation-duration: 172.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(444),
html.export-ready-theme body .article_summary:nth-child(444),
body .article_summary:nth-child(444) {
    animation-duration: 172.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(445),
html.export-ready-theme body .article_summary:nth-child(445),
body .article_summary:nth-child(445) {
    animation-duration: 172.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(446),
html.export-ready-theme body .article_summary:nth-child(446),
body .article_summary:nth-child(446) {
    animation-duration: 173.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(447),
html.export-ready-theme body .article_summary:nth-child(447),
body .article_summary:nth-child(447) {
    animation-duration: 173.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(448),
html.export-ready-theme body .article_summary:nth-child(448),
body .article_summary:nth-child(448) {
    animation-duration: 173.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(449),
html.export-ready-theme body .article_summary:nth-child(449),
body .article_summary:nth-child(449) {
    animation-duration: 174.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(450),
html.export-ready-theme body .article_summary:nth-child(450),
body .article_summary:nth-child(450) {
    animation-duration: 174.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(451),
html.export-ready-theme body .article_summary:nth-child(451),
body .article_summary:nth-child(451) {
    animation-duration: 174.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(452),
html.export-ready-theme body .article_summary:nth-child(452),
body .article_summary:nth-child(452) {
    animation-duration: 175.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(453),
html.export-ready-theme body .article_summary:nth-child(453),
body .article_summary:nth-child(453) {
    animation-duration: 175.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(454),
html.export-ready-theme body .article_summary:nth-child(454),
body .article_summary:nth-child(454) {
    animation-duration: 175.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(455),
html.export-ready-theme body .article_summary:nth-child(455),
body .article_summary:nth-child(455) {
    animation-duration: 175.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(456),
html.export-ready-theme body .article_summary:nth-child(456),
body .article_summary:nth-child(456) {
    animation-duration: 176.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(457),
html.export-ready-theme body .article_summary:nth-child(457),
body .article_summary:nth-child(457) {
    animation-duration: 176.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(458),
html.export-ready-theme body .article_summary:nth-child(458),
body .article_summary:nth-child(458) {
    animation-duration: 176.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(459),
html.export-ready-theme body .article_summary:nth-child(459),
body .article_summary:nth-child(459) {
    animation-duration: 177.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(460),
html.export-ready-theme body .article_summary:nth-child(460),
body .article_summary:nth-child(460) {
    animation-duration: 177.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(461),
html.export-ready-theme body .article_summary:nth-child(461),
body .article_summary:nth-child(461) {
    animation-duration: 177.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(462),
html.export-ready-theme body .article_summary:nth-child(462),
body .article_summary:nth-child(462) {
    animation-duration: 178.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(463),
html.export-ready-theme body .article_summary:nth-child(463),
body .article_summary:nth-child(463) {
    animation-duration: 178.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(464),
html.export-ready-theme body .article_summary:nth-child(464),
body .article_summary:nth-child(464) {
    animation-duration: 178.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(465),
html.export-ready-theme body .article_summary:nth-child(465),
body .article_summary:nth-child(465) {
    animation-duration: 178.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(466),
html.export-ready-theme body .article_summary:nth-child(466),
body .article_summary:nth-child(466) {
    animation-duration: 179.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(467),
html.export-ready-theme body .article_summary:nth-child(467),
body .article_summary:nth-child(467) {
    animation-duration: 179.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(468),
html.export-ready-theme body .article_summary:nth-child(468),
body .article_summary:nth-child(468) {
    animation-duration: 179.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(469),
html.export-ready-theme body .article_summary:nth-child(469),
body .article_summary:nth-child(469) {
    animation-duration: 180.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(470),
html.export-ready-theme body .article_summary:nth-child(470),
body .article_summary:nth-child(470) {
    animation-duration: 180.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(471),
html.export-ready-theme body .article_summary:nth-child(471),
body .article_summary:nth-child(471) {
    animation-duration: 180.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(472),
html.export-ready-theme body .article_summary:nth-child(472),
body .article_summary:nth-child(472) {
    animation-duration: 181.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(473),
html.export-ready-theme body .article_summary:nth-child(473),
body .article_summary:nth-child(473) {
    animation-duration: 181.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(474),
html.export-ready-theme body .article_summary:nth-child(474),
body .article_summary:nth-child(474) {
    animation-duration: 181.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(475),
html.export-ready-theme body .article_summary:nth-child(475),
body .article_summary:nth-child(475) {
    animation-duration: 181.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(476),
html.export-ready-theme body .article_summary:nth-child(476),
body .article_summary:nth-child(476) {
    animation-duration: 182.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(477),
html.export-ready-theme body .article_summary:nth-child(477),
body .article_summary:nth-child(477) {
    animation-duration: 182.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(478),
html.export-ready-theme body .article_summary:nth-child(478),
body .article_summary:nth-child(478) {
    animation-duration: 182.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(479),
html.export-ready-theme body .article_summary:nth-child(479),
body .article_summary:nth-child(479) {
    animation-duration: 183.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(480),
html.export-ready-theme body .article_summary:nth-child(480),
body .article_summary:nth-child(480) {
    animation-duration: 183.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(481),
html.export-ready-theme body .article_summary:nth-child(481),
body .article_summary:nth-child(481) {
    animation-duration: 183.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(482),
html.export-ready-theme body .article_summary:nth-child(482),
body .article_summary:nth-child(482) {
    animation-duration: 184.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(483),
html.export-ready-theme body .article_summary:nth-child(483),
body .article_summary:nth-child(483) {
    animation-duration: 184.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(484),
html.export-ready-theme body .article_summary:nth-child(484),
body .article_summary:nth-child(484) {
    animation-duration: 184.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(485),
html.export-ready-theme body .article_summary:nth-child(485),
body .article_summary:nth-child(485) {
    animation-duration: 184.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(486),
html.export-ready-theme body .article_summary:nth-child(486),
body .article_summary:nth-child(486) {
    animation-duration: 185.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(487),
html.export-ready-theme body .article_summary:nth-child(487),
body .article_summary:nth-child(487) {
    animation-duration: 185.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(488),
html.export-ready-theme body .article_summary:nth-child(488),
body .article_summary:nth-child(488) {
    animation-duration: 185.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(489),
html.export-ready-theme body .article_summary:nth-child(489),
body .article_summary:nth-child(489) {
    animation-duration: 186.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(490),
html.export-ready-theme body .article_summary:nth-child(490),
body .article_summary:nth-child(490) {
    animation-duration: 186.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(491),
html.export-ready-theme body .article_summary:nth-child(491),
body .article_summary:nth-child(491) {
    animation-duration: 186.75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(492),
html.export-ready-theme body .article_summary:nth-child(492),
body .article_summary:nth-child(492) {
    animation-duration: 187.05s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(493),
html.export-ready-theme body .article_summary:nth-child(493),
body .article_summary:nth-child(493) {
    animation-duration: 187.35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(494),
html.export-ready-theme body .article_summary:nth-child(494),
body .article_summary:nth-child(494) {
    animation-duration: 187.65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(495),
html.export-ready-theme body .article_summary:nth-child(495),
body .article_summary:nth-child(495) {
    animation-duration: 187.95s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(496),
html.export-ready-theme body .article_summary:nth-child(496),
body .article_summary:nth-child(496) {
    animation-duration: 188.25s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(497),
html.export-ready-theme body .article_summary:nth-child(497),
body .article_summary:nth-child(497) {
    animation-duration: 188.55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(498),
html.export-ready-theme body .article_summary:nth-child(498),
body .article_summary:nth-child(498) {
    animation-duration: 188.85s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(499),
html.export-ready-theme body .article_summary:nth-child(499),
body .article_summary:nth-child(499) {
    animation-duration: 189.15s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(500),
html.export-ready-theme body .article_summary:nth-child(500),
body .article_summary:nth-child(500) {
    animation-duration: 189.45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(n+501),
html.export-ready-theme body .article_summary:nth-child(n+501),
body .article_summary:nth-child(n+501) {
    animation-duration: 189.45s !important;
}

/* Arxiv kartalari haddan tashqari kutib qolmasligi uchun */
html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .obj_issue_summary,
body .obj_issue_summary {
    animation-duration: 8s !important;
}

@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
    html.export-ready-theme body .article_summary,
    body .article_summary {
        animation-timing-function: cubic-bezier(.19, 1, .22, 1) !important;
        animation-fill-mode: both !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
    html.export-ready-theme body .article_summary:nth-child(1),
    body .article_summary:nth-child(1) {
        animation-duration: 4s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
    html.export-ready-theme body .article_summary:nth-child(2),
    body .article_summary:nth-child(2) {
        animation-duration: 4.8s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
    html.export-ready-theme body .article_summary:nth-child(3),
    body .article_summary:nth-child(3) {
        animation-duration: 5.58s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
    html.export-ready-theme body .article_summary:nth-child(4),
    body .article_summary:nth-child(4) {
        animation-duration: 6.34s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
    html.export-ready-theme body .article_summary:nth-child(5),
    body .article_summary:nth-child(5) {
        animation-duration: 7.08s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
    html.export-ready-theme body .article_summary:nth-child(6),
    body .article_summary:nth-child(6) {
        animation-duration: 7.8s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
    html.export-ready-theme body .article_summary:nth-child(7),
    body .article_summary:nth-child(7) {
        animation-duration: 8.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
    html.export-ready-theme body .article_summary:nth-child(8),
    body .article_summary:nth-child(8) {
        animation-duration: 9.18s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
    html.export-ready-theme body .article_summary:nth-child(9),
    body .article_summary:nth-child(9) {
        animation-duration: 9.84s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
    html.export-ready-theme body .article_summary:nth-child(10),
    body .article_summary:nth-child(10) {
        animation-duration: 10.48s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
    html.export-ready-theme body .article_summary:nth-child(11),
    body .article_summary:nth-child(11) {
        animation-duration: 11.1s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
    html.export-ready-theme body .article_summary:nth-child(12),
    body .article_summary:nth-child(12) {
        animation-duration: 11.7s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
    html.export-ready-theme body .article_summary:nth-child(13),
    body .article_summary:nth-child(13) {
        animation-duration: 12.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
    html.export-ready-theme body .article_summary:nth-child(14),
    body .article_summary:nth-child(14) {
        animation-duration: 12.84s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
    html.export-ready-theme body .article_summary:nth-child(15),
    body .article_summary:nth-child(15) {
        animation-duration: 13.38s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
    html.export-ready-theme body .article_summary:nth-child(16),
    body .article_summary:nth-child(16) {
        animation-duration: 13.9s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
    html.export-ready-theme body .article_summary:nth-child(17),
    body .article_summary:nth-child(17) {
        animation-duration: 14.4s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
    html.export-ready-theme body .article_summary:nth-child(18),
    body .article_summary:nth-child(18) {
        animation-duration: 14.88s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
    html.export-ready-theme body .article_summary:nth-child(19),
    body .article_summary:nth-child(19) {
        animation-duration: 15.34s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
    html.export-ready-theme body .article_summary:nth-child(20),
    body .article_summary:nth-child(20) {
        animation-duration: 15.78s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
    html.export-ready-theme body .article_summary:nth-child(21),
    body .article_summary:nth-child(21) {
        animation-duration: 16.2s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
    html.export-ready-theme body .article_summary:nth-child(22),
    body .article_summary:nth-child(22) {
        animation-duration: 16.6s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
    html.export-ready-theme body .article_summary:nth-child(23),
    body .article_summary:nth-child(23) {
        animation-duration: 16.98s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
    html.export-ready-theme body .article_summary:nth-child(24),
    body .article_summary:nth-child(24) {
        animation-duration: 17.34s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
    html.export-ready-theme body .article_summary:nth-child(25),
    body .article_summary:nth-child(25) {
        animation-duration: 17.68s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
    html.export-ready-theme body .article_summary:nth-child(26),
    body .article_summary:nth-child(26) {
        animation-duration: 18s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
    html.export-ready-theme body .article_summary:nth-child(27),
    body .article_summary:nth-child(27) {
        animation-duration: 18.3s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
    html.export-ready-theme body .article_summary:nth-child(28),
    body .article_summary:nth-child(28) {
        animation-duration: 18.58s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
    html.export-ready-theme body .article_summary:nth-child(29),
    body .article_summary:nth-child(29) {
        animation-duration: 18.84s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
    html.export-ready-theme body .article_summary:nth-child(30),
    body .article_summary:nth-child(30) {
        animation-duration: 19.08s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
    html.export-ready-theme body .article_summary:nth-child(31),
    body .article_summary:nth-child(31) {
        animation-duration: 19.3s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
    html.export-ready-theme body .article_summary:nth-child(32),
    body .article_summary:nth-child(32) {
        animation-duration: 19.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
    html.export-ready-theme body .article_summary:nth-child(33),
    body .article_summary:nth-child(33) {
        animation-duration: 19.68s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
    html.export-ready-theme body .article_summary:nth-child(34),
    body .article_summary:nth-child(34) {
        animation-duration: 19.84s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
    html.export-ready-theme body .article_summary:nth-child(35),
    body .article_summary:nth-child(35) {
        animation-duration: 19.98s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
    html.export-ready-theme body .article_summary:nth-child(36),
    body .article_summary:nth-child(36) {
        animation-duration: 20.1s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
    html.export-ready-theme body .article_summary:nth-child(37),
    body .article_summary:nth-child(37) {
        animation-duration: 20.2s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
    html.export-ready-theme body .article_summary:nth-child(38),
    body .article_summary:nth-child(38) {
        animation-duration: 20.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
    html.export-ready-theme body .article_summary:nth-child(39),
    body .article_summary:nth-child(39) {
        animation-duration: 20.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
    html.export-ready-theme body .article_summary:nth-child(40),
    body .article_summary:nth-child(40) {
        animation-duration: 20.44s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
    html.export-ready-theme body .article_summary:nth-child(41),
    body .article_summary:nth-child(41) {
        animation-duration: 20.52s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
    html.export-ready-theme body .article_summary:nth-child(42),
    body .article_summary:nth-child(42) {
        animation-duration: 20.6s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
    html.export-ready-theme body .article_summary:nth-child(43),
    body .article_summary:nth-child(43) {
        animation-duration: 20.68s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
    html.export-ready-theme body .article_summary:nth-child(44),
    body .article_summary:nth-child(44) {
        animation-duration: 20.76s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
    html.export-ready-theme body .article_summary:nth-child(45),
    body .article_summary:nth-child(45) {
        animation-duration: 20.84s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
    html.export-ready-theme body .article_summary:nth-child(46),
    body .article_summary:nth-child(46) {
        animation-duration: 20.92s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
    html.export-ready-theme body .article_summary:nth-child(47),
    body .article_summary:nth-child(47) {
        animation-duration: 21s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
    html.export-ready-theme body .article_summary:nth-child(48),
    body .article_summary:nth-child(48) {
        animation-duration: 21.08s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
    html.export-ready-theme body .article_summary:nth-child(49),
    body .article_summary:nth-child(49) {
        animation-duration: 21.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
    html.export-ready-theme body .article_summary:nth-child(50),
    body .article_summary:nth-child(50) {
        animation-duration: 21.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
    html.export-ready-theme body .article_summary:nth-child(51),
    body .article_summary:nth-child(51) {
        animation-duration: 21.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
    html.export-ready-theme body .article_summary:nth-child(52),
    body .article_summary:nth-child(52) {
        animation-duration: 21.4s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
    html.export-ready-theme body .article_summary:nth-child(53),
    body .article_summary:nth-child(53) {
        animation-duration: 21.48s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
    html.export-ready-theme body .article_summary:nth-child(54),
    body .article_summary:nth-child(54) {
        animation-duration: 21.56s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
    html.export-ready-theme body .article_summary:nth-child(55),
    body .article_summary:nth-child(55) {
        animation-duration: 21.64s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
    html.export-ready-theme body .article_summary:nth-child(56),
    body .article_summary:nth-child(56) {
        animation-duration: 21.72s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
    html.export-ready-theme body .article_summary:nth-child(57),
    body .article_summary:nth-child(57) {
        animation-duration: 21.8s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
    html.export-ready-theme body .article_summary:nth-child(58),
    body .article_summary:nth-child(58) {
        animation-duration: 21.88s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
    html.export-ready-theme body .article_summary:nth-child(59),
    body .article_summary:nth-child(59) {
        animation-duration: 21.96s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
    html.export-ready-theme body .article_summary:nth-child(60),
    body .article_summary:nth-child(60) {
        animation-duration: 22.04s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
    html.export-ready-theme body .article_summary:nth-child(61),
    body .article_summary:nth-child(61) {
        animation-duration: 22.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
    html.export-ready-theme body .article_summary:nth-child(62),
    body .article_summary:nth-child(62) {
        animation-duration: 22.2s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
    html.export-ready-theme body .article_summary:nth-child(63),
    body .article_summary:nth-child(63) {
        animation-duration: 22.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
    html.export-ready-theme body .article_summary:nth-child(64),
    body .article_summary:nth-child(64) {
        animation-duration: 22.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
    html.export-ready-theme body .article_summary:nth-child(65),
    body .article_summary:nth-child(65) {
        animation-duration: 22.44s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
    html.export-ready-theme body .article_summary:nth-child(66),
    body .article_summary:nth-child(66) {
        animation-duration: 22.52s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
    html.export-ready-theme body .article_summary:nth-child(67),
    body .article_summary:nth-child(67) {
        animation-duration: 22.6s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
    html.export-ready-theme body .article_summary:nth-child(68),
    body .article_summary:nth-child(68) {
        animation-duration: 22.68s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
    html.export-ready-theme body .article_summary:nth-child(69),
    body .article_summary:nth-child(69) {
        animation-duration: 22.76s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
    html.export-ready-theme body .article_summary:nth-child(70),
    body .article_summary:nth-child(70) {
        animation-duration: 22.84s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
    html.export-ready-theme body .article_summary:nth-child(71),
    body .article_summary:nth-child(71) {
        animation-duration: 22.92s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
    html.export-ready-theme body .article_summary:nth-child(72),
    body .article_summary:nth-child(72) {
        animation-duration: 23s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
    html.export-ready-theme body .article_summary:nth-child(73),
    body .article_summary:nth-child(73) {
        animation-duration: 23.08s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
    html.export-ready-theme body .article_summary:nth-child(74),
    body .article_summary:nth-child(74) {
        animation-duration: 23.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
    html.export-ready-theme body .article_summary:nth-child(75),
    body .article_summary:nth-child(75) {
        animation-duration: 23.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
    html.export-ready-theme body .article_summary:nth-child(76),
    body .article_summary:nth-child(76) {
        animation-duration: 23.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
    html.export-ready-theme body .article_summary:nth-child(77),
    body .article_summary:nth-child(77) {
        animation-duration: 23.4s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
    html.export-ready-theme body .article_summary:nth-child(78),
    body .article_summary:nth-child(78) {
        animation-duration: 23.48s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
    html.export-ready-theme body .article_summary:nth-child(79),
    body .article_summary:nth-child(79) {
        animation-duration: 23.56s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
    html.export-ready-theme body .article_summary:nth-child(80),
    body .article_summary:nth-child(80) {
        animation-duration: 23.64s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
    html.export-ready-theme body .article_summary:nth-child(81),
    body .article_summary:nth-child(81) {
        animation-duration: 23.72s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
    html.export-ready-theme body .article_summary:nth-child(82),
    body .article_summary:nth-child(82) {
        animation-duration: 23.8s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
    html.export-ready-theme body .article_summary:nth-child(83),
    body .article_summary:nth-child(83) {
        animation-duration: 23.88s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
    html.export-ready-theme body .article_summary:nth-child(84),
    body .article_summary:nth-child(84) {
        animation-duration: 23.96s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
    html.export-ready-theme body .article_summary:nth-child(85),
    body .article_summary:nth-child(85) {
        animation-duration: 24.04s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
    html.export-ready-theme body .article_summary:nth-child(86),
    body .article_summary:nth-child(86) {
        animation-duration: 24.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
    html.export-ready-theme body .article_summary:nth-child(87),
    body .article_summary:nth-child(87) {
        animation-duration: 24.2s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
    html.export-ready-theme body .article_summary:nth-child(88),
    body .article_summary:nth-child(88) {
        animation-duration: 24.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
    html.export-ready-theme body .article_summary:nth-child(89),
    body .article_summary:nth-child(89) {
        animation-duration: 24.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
    html.export-ready-theme body .article_summary:nth-child(90),
    body .article_summary:nth-child(90) {
        animation-duration: 24.44s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
    html.export-ready-theme body .article_summary:nth-child(91),
    body .article_summary:nth-child(91) {
        animation-duration: 24.52s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
    html.export-ready-theme body .article_summary:nth-child(92),
    body .article_summary:nth-child(92) {
        animation-duration: 24.6s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
    html.export-ready-theme body .article_summary:nth-child(93),
    body .article_summary:nth-child(93) {
        animation-duration: 24.68s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
    html.export-ready-theme body .article_summary:nth-child(94),
    body .article_summary:nth-child(94) {
        animation-duration: 24.76s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
    html.export-ready-theme body .article_summary:nth-child(95),
    body .article_summary:nth-child(95) {
        animation-duration: 24.84s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
    html.export-ready-theme body .article_summary:nth-child(96),
    body .article_summary:nth-child(96) {
        animation-duration: 24.92s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
    html.export-ready-theme body .article_summary:nth-child(97),
    body .article_summary:nth-child(97) {
        animation-duration: 25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
    html.export-ready-theme body .article_summary:nth-child(98),
    body .article_summary:nth-child(98) {
        animation-duration: 25.08s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
    html.export-ready-theme body .article_summary:nth-child(99),
    body .article_summary:nth-child(99) {
        animation-duration: 25.16s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
    html.export-ready-theme body .article_summary:nth-child(100),
    body .article_summary:nth-child(100) {
        animation-duration: 25.24s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
    html.export-ready-theme body .article_summary:nth-child(101),
    body .article_summary:nth-child(101) {
        animation-duration: 25.32s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
    html.export-ready-theme body .article_summary:nth-child(102),
    body .article_summary:nth-child(102) {
        animation-duration: 25.4s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
    html.export-ready-theme body .article_summary:nth-child(103),
    body .article_summary:nth-child(103) {
        animation-duration: 25.48s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
    html.export-ready-theme body .article_summary:nth-child(104),
    body .article_summary:nth-child(104) {
        animation-duration: 25.56s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
    html.export-ready-theme body .article_summary:nth-child(105),
    body .article_summary:nth-child(105) {
        animation-duration: 25.64s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
    html.export-ready-theme body .article_summary:nth-child(106),
    body .article_summary:nth-child(106) {
        animation-duration: 25.72s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
    html.export-ready-theme body .article_summary:nth-child(107),
    body .article_summary:nth-child(107) {
        animation-duration: 25.8s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
    html.export-ready-theme body .article_summary:nth-child(108),
    body .article_summary:nth-child(108) {
        animation-duration: 25.88s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
    html.export-ready-theme body .article_summary:nth-child(109),
    body .article_summary:nth-child(109) {
        animation-duration: 25.96s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
    html.export-ready-theme body .article_summary:nth-child(110),
    body .article_summary:nth-child(110) {
        animation-duration: 26.04s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
    html.export-ready-theme body .article_summary:nth-child(111),
    body .article_summary:nth-child(111) {
        animation-duration: 26.12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
    html.export-ready-theme body .article_summary:nth-child(112),
    body .article_summary:nth-child(112) {
        animation-duration: 26.2s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
    html.export-ready-theme body .article_summary:nth-child(113),
    body .article_summary:nth-child(113) {
        animation-duration: 26.28s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
    html.export-ready-theme body .article_summary:nth-child(114),
    body .article_summary:nth-child(114) {
        animation-duration: 26.36s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
    html.export-ready-theme body .article_summary:nth-child(115),
    body .article_summary:nth-child(115) {
        animation-duration: 26.44s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
    html.export-ready-theme body .article_summary:nth-child(116),
    body .article_summary:nth-child(116) {
        animation-duration: 26.52s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
    html.export-ready-theme body .article_summary:nth-child(117),
    body .article_summary:nth-child(117) {
        animation-duration: 26.6s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
    html.export-ready-theme body .article_summary:nth-child(118),
    body .article_summary:nth-child(118) {
        animation-duration: 26.68s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
    html.export-ready-theme body .article_summary:nth-child(119),
    body .article_summary:nth-child(119) {
        animation-duration: 26.76s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
    html.export-ready-theme body .article_summary:nth-child(120),
    body .article_summary:nth-child(120) {
        animation-duration: 26.84s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(n+121),
    html.export-ready-theme body .article_summary:nth-child(n+121),
    body .article_summary:nth-child(n+121) {
        animation-duration: 26.84s !important;
    }
}

/* =========================================================
   EYIB OJS - v23 DURATION GAP SHRINKING BY 0.10s
   1-maqola: 10s
   2-maqola: 12s      (+2.00s)
   3-maqola: 13.90s   (+1.90s)
   4-maqola: 15.70s   (+1.80s)
   Farq har maqolada 0.10s ga qisqarib boradi.
   Farq 0.10s dan pastga tushmaydi, aks holda animatsiya mantiqsiz bo'lib qoladi.
   Bu blok eng oxirida turishi shart.
========================================================= */

html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
html.export-ready-theme body .article_summary,
body .article_summary {
    animation-timing-function: cubic-bezier(.19, 1, .22, 1) !important;
    animation-fill-mode: both !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
html.export-ready-theme body .article_summary:nth-child(1),
body .article_summary:nth-child(1) {
    animation-duration: 10s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
html.export-ready-theme body .article_summary:nth-child(2),
body .article_summary:nth-child(2) {
    animation-duration: 12s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
html.export-ready-theme body .article_summary:nth-child(3),
body .article_summary:nth-child(3) {
    animation-duration: 13.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
html.export-ready-theme body .article_summary:nth-child(4),
body .article_summary:nth-child(4) {
    animation-duration: 15.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
html.export-ready-theme body .article_summary:nth-child(5),
body .article_summary:nth-child(5) {
    animation-duration: 17.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
html.export-ready-theme body .article_summary:nth-child(6),
body .article_summary:nth-child(6) {
    animation-duration: 19s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
html.export-ready-theme body .article_summary:nth-child(7),
body .article_summary:nth-child(7) {
    animation-duration: 20.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
html.export-ready-theme body .article_summary:nth-child(8),
body .article_summary:nth-child(8) {
    animation-duration: 21.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
html.export-ready-theme body .article_summary:nth-child(9),
body .article_summary:nth-child(9) {
    animation-duration: 23.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
html.export-ready-theme body .article_summary:nth-child(10),
body .article_summary:nth-child(10) {
    animation-duration: 24.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
html.export-ready-theme body .article_summary:nth-child(11),
body .article_summary:nth-child(11) {
    animation-duration: 25.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
html.export-ready-theme body .article_summary:nth-child(12),
body .article_summary:nth-child(12) {
    animation-duration: 26.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
html.export-ready-theme body .article_summary:nth-child(13),
body .article_summary:nth-child(13) {
    animation-duration: 27.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
html.export-ready-theme body .article_summary:nth-child(14),
body .article_summary:nth-child(14) {
    animation-duration: 28.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
html.export-ready-theme body .article_summary:nth-child(15),
body .article_summary:nth-child(15) {
    animation-duration: 28.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
html.export-ready-theme body .article_summary:nth-child(16),
body .article_summary:nth-child(16) {
    animation-duration: 29.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
html.export-ready-theme body .article_summary:nth-child(17),
body .article_summary:nth-child(17) {
    animation-duration: 30s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
html.export-ready-theme body .article_summary:nth-child(18),
body .article_summary:nth-child(18) {
    animation-duration: 30.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
html.export-ready-theme body .article_summary:nth-child(19),
body .article_summary:nth-child(19) {
    animation-duration: 30.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
html.export-ready-theme body .article_summary:nth-child(20),
body .article_summary:nth-child(20) {
    animation-duration: 30.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
html.export-ready-theme body .article_summary:nth-child(21),
body .article_summary:nth-child(21) {
    animation-duration: 31s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
html.export-ready-theme body .article_summary:nth-child(22),
body .article_summary:nth-child(22) {
    animation-duration: 31.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
html.export-ready-theme body .article_summary:nth-child(23),
body .article_summary:nth-child(23) {
    animation-duration: 31.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
html.export-ready-theme body .article_summary:nth-child(24),
body .article_summary:nth-child(24) {
    animation-duration: 31.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
html.export-ready-theme body .article_summary:nth-child(25),
body .article_summary:nth-child(25) {
    animation-duration: 31.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
html.export-ready-theme body .article_summary:nth-child(26),
body .article_summary:nth-child(26) {
    animation-duration: 31.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
html.export-ready-theme body .article_summary:nth-child(27),
body .article_summary:nth-child(27) {
    animation-duration: 31.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
html.export-ready-theme body .article_summary:nth-child(28),
body .article_summary:nth-child(28) {
    animation-duration: 31.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
html.export-ready-theme body .article_summary:nth-child(29),
body .article_summary:nth-child(29) {
    animation-duration: 31.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
html.export-ready-theme body .article_summary:nth-child(30),
body .article_summary:nth-child(30) {
    animation-duration: 31.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
html.export-ready-theme body .article_summary:nth-child(31),
body .article_summary:nth-child(31) {
    animation-duration: 32s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
html.export-ready-theme body .article_summary:nth-child(32),
body .article_summary:nth-child(32) {
    animation-duration: 32.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
html.export-ready-theme body .article_summary:nth-child(33),
body .article_summary:nth-child(33) {
    animation-duration: 32.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
html.export-ready-theme body .article_summary:nth-child(34),
body .article_summary:nth-child(34) {
    animation-duration: 32.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
html.export-ready-theme body .article_summary:nth-child(35),
body .article_summary:nth-child(35) {
    animation-duration: 32.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
html.export-ready-theme body .article_summary:nth-child(36),
body .article_summary:nth-child(36) {
    animation-duration: 32.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
html.export-ready-theme body .article_summary:nth-child(37),
body .article_summary:nth-child(37) {
    animation-duration: 32.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
html.export-ready-theme body .article_summary:nth-child(38),
body .article_summary:nth-child(38) {
    animation-duration: 32.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
html.export-ready-theme body .article_summary:nth-child(39),
body .article_summary:nth-child(39) {
    animation-duration: 32.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
html.export-ready-theme body .article_summary:nth-child(40),
body .article_summary:nth-child(40) {
    animation-duration: 32.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
html.export-ready-theme body .article_summary:nth-child(41),
body .article_summary:nth-child(41) {
    animation-duration: 33s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
html.export-ready-theme body .article_summary:nth-child(42),
body .article_summary:nth-child(42) {
    animation-duration: 33.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
html.export-ready-theme body .article_summary:nth-child(43),
body .article_summary:nth-child(43) {
    animation-duration: 33.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
html.export-ready-theme body .article_summary:nth-child(44),
body .article_summary:nth-child(44) {
    animation-duration: 33.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
html.export-ready-theme body .article_summary:nth-child(45),
body .article_summary:nth-child(45) {
    animation-duration: 33.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
html.export-ready-theme body .article_summary:nth-child(46),
body .article_summary:nth-child(46) {
    animation-duration: 33.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
html.export-ready-theme body .article_summary:nth-child(47),
body .article_summary:nth-child(47) {
    animation-duration: 33.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
html.export-ready-theme body .article_summary:nth-child(48),
body .article_summary:nth-child(48) {
    animation-duration: 33.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
html.export-ready-theme body .article_summary:nth-child(49),
body .article_summary:nth-child(49) {
    animation-duration: 33.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
html.export-ready-theme body .article_summary:nth-child(50),
body .article_summary:nth-child(50) {
    animation-duration: 33.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
html.export-ready-theme body .article_summary:nth-child(51),
body .article_summary:nth-child(51) {
    animation-duration: 34s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
html.export-ready-theme body .article_summary:nth-child(52),
body .article_summary:nth-child(52) {
    animation-duration: 34.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
html.export-ready-theme body .article_summary:nth-child(53),
body .article_summary:nth-child(53) {
    animation-duration: 34.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
html.export-ready-theme body .article_summary:nth-child(54),
body .article_summary:nth-child(54) {
    animation-duration: 34.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
html.export-ready-theme body .article_summary:nth-child(55),
body .article_summary:nth-child(55) {
    animation-duration: 34.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
html.export-ready-theme body .article_summary:nth-child(56),
body .article_summary:nth-child(56) {
    animation-duration: 34.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
html.export-ready-theme body .article_summary:nth-child(57),
body .article_summary:nth-child(57) {
    animation-duration: 34.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
html.export-ready-theme body .article_summary:nth-child(58),
body .article_summary:nth-child(58) {
    animation-duration: 34.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
html.export-ready-theme body .article_summary:nth-child(59),
body .article_summary:nth-child(59) {
    animation-duration: 34.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
html.export-ready-theme body .article_summary:nth-child(60),
body .article_summary:nth-child(60) {
    animation-duration: 34.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
html.export-ready-theme body .article_summary:nth-child(61),
body .article_summary:nth-child(61) {
    animation-duration: 35s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
html.export-ready-theme body .article_summary:nth-child(62),
body .article_summary:nth-child(62) {
    animation-duration: 35.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
html.export-ready-theme body .article_summary:nth-child(63),
body .article_summary:nth-child(63) {
    animation-duration: 35.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
html.export-ready-theme body .article_summary:nth-child(64),
body .article_summary:nth-child(64) {
    animation-duration: 35.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
html.export-ready-theme body .article_summary:nth-child(65),
body .article_summary:nth-child(65) {
    animation-duration: 35.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
html.export-ready-theme body .article_summary:nth-child(66),
body .article_summary:nth-child(66) {
    animation-duration: 35.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
html.export-ready-theme body .article_summary:nth-child(67),
body .article_summary:nth-child(67) {
    animation-duration: 35.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
html.export-ready-theme body .article_summary:nth-child(68),
body .article_summary:nth-child(68) {
    animation-duration: 35.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
html.export-ready-theme body .article_summary:nth-child(69),
body .article_summary:nth-child(69) {
    animation-duration: 35.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
html.export-ready-theme body .article_summary:nth-child(70),
body .article_summary:nth-child(70) {
    animation-duration: 35.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
html.export-ready-theme body .article_summary:nth-child(71),
body .article_summary:nth-child(71) {
    animation-duration: 36s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
html.export-ready-theme body .article_summary:nth-child(72),
body .article_summary:nth-child(72) {
    animation-duration: 36.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
html.export-ready-theme body .article_summary:nth-child(73),
body .article_summary:nth-child(73) {
    animation-duration: 36.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
html.export-ready-theme body .article_summary:nth-child(74),
body .article_summary:nth-child(74) {
    animation-duration: 36.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
html.export-ready-theme body .article_summary:nth-child(75),
body .article_summary:nth-child(75) {
    animation-duration: 36.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
html.export-ready-theme body .article_summary:nth-child(76),
body .article_summary:nth-child(76) {
    animation-duration: 36.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
html.export-ready-theme body .article_summary:nth-child(77),
body .article_summary:nth-child(77) {
    animation-duration: 36.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
html.export-ready-theme body .article_summary:nth-child(78),
body .article_summary:nth-child(78) {
    animation-duration: 36.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
html.export-ready-theme body .article_summary:nth-child(79),
body .article_summary:nth-child(79) {
    animation-duration: 36.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
html.export-ready-theme body .article_summary:nth-child(80),
body .article_summary:nth-child(80) {
    animation-duration: 36.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
html.export-ready-theme body .article_summary:nth-child(81),
body .article_summary:nth-child(81) {
    animation-duration: 37s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
html.export-ready-theme body .article_summary:nth-child(82),
body .article_summary:nth-child(82) {
    animation-duration: 37.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
html.export-ready-theme body .article_summary:nth-child(83),
body .article_summary:nth-child(83) {
    animation-duration: 37.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
html.export-ready-theme body .article_summary:nth-child(84),
body .article_summary:nth-child(84) {
    animation-duration: 37.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
html.export-ready-theme body .article_summary:nth-child(85),
body .article_summary:nth-child(85) {
    animation-duration: 37.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
html.export-ready-theme body .article_summary:nth-child(86),
body .article_summary:nth-child(86) {
    animation-duration: 37.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
html.export-ready-theme body .article_summary:nth-child(87),
body .article_summary:nth-child(87) {
    animation-duration: 37.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
html.export-ready-theme body .article_summary:nth-child(88),
body .article_summary:nth-child(88) {
    animation-duration: 37.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
html.export-ready-theme body .article_summary:nth-child(89),
body .article_summary:nth-child(89) {
    animation-duration: 37.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
html.export-ready-theme body .article_summary:nth-child(90),
body .article_summary:nth-child(90) {
    animation-duration: 37.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
html.export-ready-theme body .article_summary:nth-child(91),
body .article_summary:nth-child(91) {
    animation-duration: 38s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
html.export-ready-theme body .article_summary:nth-child(92),
body .article_summary:nth-child(92) {
    animation-duration: 38.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
html.export-ready-theme body .article_summary:nth-child(93),
body .article_summary:nth-child(93) {
    animation-duration: 38.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
html.export-ready-theme body .article_summary:nth-child(94),
body .article_summary:nth-child(94) {
    animation-duration: 38.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
html.export-ready-theme body .article_summary:nth-child(95),
body .article_summary:nth-child(95) {
    animation-duration: 38.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
html.export-ready-theme body .article_summary:nth-child(96),
body .article_summary:nth-child(96) {
    animation-duration: 38.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
html.export-ready-theme body .article_summary:nth-child(97),
body .article_summary:nth-child(97) {
    animation-duration: 38.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
html.export-ready-theme body .article_summary:nth-child(98),
body .article_summary:nth-child(98) {
    animation-duration: 38.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
html.export-ready-theme body .article_summary:nth-child(99),
body .article_summary:nth-child(99) {
    animation-duration: 38.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
html.export-ready-theme body .article_summary:nth-child(100),
body .article_summary:nth-child(100) {
    animation-duration: 38.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
html.export-ready-theme body .article_summary:nth-child(101),
body .article_summary:nth-child(101) {
    animation-duration: 39s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
html.export-ready-theme body .article_summary:nth-child(102),
body .article_summary:nth-child(102) {
    animation-duration: 39.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
html.export-ready-theme body .article_summary:nth-child(103),
body .article_summary:nth-child(103) {
    animation-duration: 39.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
html.export-ready-theme body .article_summary:nth-child(104),
body .article_summary:nth-child(104) {
    animation-duration: 39.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
html.export-ready-theme body .article_summary:nth-child(105),
body .article_summary:nth-child(105) {
    animation-duration: 39.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
html.export-ready-theme body .article_summary:nth-child(106),
body .article_summary:nth-child(106) {
    animation-duration: 39.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
html.export-ready-theme body .article_summary:nth-child(107),
body .article_summary:nth-child(107) {
    animation-duration: 39.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
html.export-ready-theme body .article_summary:nth-child(108),
body .article_summary:nth-child(108) {
    animation-duration: 39.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
html.export-ready-theme body .article_summary:nth-child(109),
body .article_summary:nth-child(109) {
    animation-duration: 39.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
html.export-ready-theme body .article_summary:nth-child(110),
body .article_summary:nth-child(110) {
    animation-duration: 39.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
html.export-ready-theme body .article_summary:nth-child(111),
body .article_summary:nth-child(111) {
    animation-duration: 40s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
html.export-ready-theme body .article_summary:nth-child(112),
body .article_summary:nth-child(112) {
    animation-duration: 40.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
html.export-ready-theme body .article_summary:nth-child(113),
body .article_summary:nth-child(113) {
    animation-duration: 40.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
html.export-ready-theme body .article_summary:nth-child(114),
body .article_summary:nth-child(114) {
    animation-duration: 40.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
html.export-ready-theme body .article_summary:nth-child(115),
body .article_summary:nth-child(115) {
    animation-duration: 40.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
html.export-ready-theme body .article_summary:nth-child(116),
body .article_summary:nth-child(116) {
    animation-duration: 40.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
html.export-ready-theme body .article_summary:nth-child(117),
body .article_summary:nth-child(117) {
    animation-duration: 40.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
html.export-ready-theme body .article_summary:nth-child(118),
body .article_summary:nth-child(118) {
    animation-duration: 40.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
html.export-ready-theme body .article_summary:nth-child(119),
body .article_summary:nth-child(119) {
    animation-duration: 40.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
html.export-ready-theme body .article_summary:nth-child(120),
body .article_summary:nth-child(120) {
    animation-duration: 40.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(121),
html.export-ready-theme body .article_summary:nth-child(121),
body .article_summary:nth-child(121) {
    animation-duration: 41s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(122),
html.export-ready-theme body .article_summary:nth-child(122),
body .article_summary:nth-child(122) {
    animation-duration: 41.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(123),
html.export-ready-theme body .article_summary:nth-child(123),
body .article_summary:nth-child(123) {
    animation-duration: 41.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(124),
html.export-ready-theme body .article_summary:nth-child(124),
body .article_summary:nth-child(124) {
    animation-duration: 41.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(125),
html.export-ready-theme body .article_summary:nth-child(125),
body .article_summary:nth-child(125) {
    animation-duration: 41.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(126),
html.export-ready-theme body .article_summary:nth-child(126),
body .article_summary:nth-child(126) {
    animation-duration: 41.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(127),
html.export-ready-theme body .article_summary:nth-child(127),
body .article_summary:nth-child(127) {
    animation-duration: 41.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(128),
html.export-ready-theme body .article_summary:nth-child(128),
body .article_summary:nth-child(128) {
    animation-duration: 41.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(129),
html.export-ready-theme body .article_summary:nth-child(129),
body .article_summary:nth-child(129) {
    animation-duration: 41.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(130),
html.export-ready-theme body .article_summary:nth-child(130),
body .article_summary:nth-child(130) {
    animation-duration: 41.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(131),
html.export-ready-theme body .article_summary:nth-child(131),
body .article_summary:nth-child(131) {
    animation-duration: 42s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(132),
html.export-ready-theme body .article_summary:nth-child(132),
body .article_summary:nth-child(132) {
    animation-duration: 42.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(133),
html.export-ready-theme body .article_summary:nth-child(133),
body .article_summary:nth-child(133) {
    animation-duration: 42.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(134),
html.export-ready-theme body .article_summary:nth-child(134),
body .article_summary:nth-child(134) {
    animation-duration: 42.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(135),
html.export-ready-theme body .article_summary:nth-child(135),
body .article_summary:nth-child(135) {
    animation-duration: 42.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(136),
html.export-ready-theme body .article_summary:nth-child(136),
body .article_summary:nth-child(136) {
    animation-duration: 42.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(137),
html.export-ready-theme body .article_summary:nth-child(137),
body .article_summary:nth-child(137) {
    animation-duration: 42.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(138),
html.export-ready-theme body .article_summary:nth-child(138),
body .article_summary:nth-child(138) {
    animation-duration: 42.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(139),
html.export-ready-theme body .article_summary:nth-child(139),
body .article_summary:nth-child(139) {
    animation-duration: 42.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(140),
html.export-ready-theme body .article_summary:nth-child(140),
body .article_summary:nth-child(140) {
    animation-duration: 42.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(141),
html.export-ready-theme body .article_summary:nth-child(141),
body .article_summary:nth-child(141) {
    animation-duration: 43s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(142),
html.export-ready-theme body .article_summary:nth-child(142),
body .article_summary:nth-child(142) {
    animation-duration: 43.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(143),
html.export-ready-theme body .article_summary:nth-child(143),
body .article_summary:nth-child(143) {
    animation-duration: 43.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(144),
html.export-ready-theme body .article_summary:nth-child(144),
body .article_summary:nth-child(144) {
    animation-duration: 43.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(145),
html.export-ready-theme body .article_summary:nth-child(145),
body .article_summary:nth-child(145) {
    animation-duration: 43.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(146),
html.export-ready-theme body .article_summary:nth-child(146),
body .article_summary:nth-child(146) {
    animation-duration: 43.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(147),
html.export-ready-theme body .article_summary:nth-child(147),
body .article_summary:nth-child(147) {
    animation-duration: 43.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(148),
html.export-ready-theme body .article_summary:nth-child(148),
body .article_summary:nth-child(148) {
    animation-duration: 43.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(149),
html.export-ready-theme body .article_summary:nth-child(149),
body .article_summary:nth-child(149) {
    animation-duration: 43.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(150),
html.export-ready-theme body .article_summary:nth-child(150),
body .article_summary:nth-child(150) {
    animation-duration: 43.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(151),
html.export-ready-theme body .article_summary:nth-child(151),
body .article_summary:nth-child(151) {
    animation-duration: 44s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(152),
html.export-ready-theme body .article_summary:nth-child(152),
body .article_summary:nth-child(152) {
    animation-duration: 44.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(153),
html.export-ready-theme body .article_summary:nth-child(153),
body .article_summary:nth-child(153) {
    animation-duration: 44.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(154),
html.export-ready-theme body .article_summary:nth-child(154),
body .article_summary:nth-child(154) {
    animation-duration: 44.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(155),
html.export-ready-theme body .article_summary:nth-child(155),
body .article_summary:nth-child(155) {
    animation-duration: 44.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(156),
html.export-ready-theme body .article_summary:nth-child(156),
body .article_summary:nth-child(156) {
    animation-duration: 44.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(157),
html.export-ready-theme body .article_summary:nth-child(157),
body .article_summary:nth-child(157) {
    animation-duration: 44.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(158),
html.export-ready-theme body .article_summary:nth-child(158),
body .article_summary:nth-child(158) {
    animation-duration: 44.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(159),
html.export-ready-theme body .article_summary:nth-child(159),
body .article_summary:nth-child(159) {
    animation-duration: 44.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(160),
html.export-ready-theme body .article_summary:nth-child(160),
body .article_summary:nth-child(160) {
    animation-duration: 44.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(161),
html.export-ready-theme body .article_summary:nth-child(161),
body .article_summary:nth-child(161) {
    animation-duration: 45s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(162),
html.export-ready-theme body .article_summary:nth-child(162),
body .article_summary:nth-child(162) {
    animation-duration: 45.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(163),
html.export-ready-theme body .article_summary:nth-child(163),
body .article_summary:nth-child(163) {
    animation-duration: 45.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(164),
html.export-ready-theme body .article_summary:nth-child(164),
body .article_summary:nth-child(164) {
    animation-duration: 45.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(165),
html.export-ready-theme body .article_summary:nth-child(165),
body .article_summary:nth-child(165) {
    animation-duration: 45.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(166),
html.export-ready-theme body .article_summary:nth-child(166),
body .article_summary:nth-child(166) {
    animation-duration: 45.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(167),
html.export-ready-theme body .article_summary:nth-child(167),
body .article_summary:nth-child(167) {
    animation-duration: 45.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(168),
html.export-ready-theme body .article_summary:nth-child(168),
body .article_summary:nth-child(168) {
    animation-duration: 45.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(169),
html.export-ready-theme body .article_summary:nth-child(169),
body .article_summary:nth-child(169) {
    animation-duration: 45.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(170),
html.export-ready-theme body .article_summary:nth-child(170),
body .article_summary:nth-child(170) {
    animation-duration: 45.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(171),
html.export-ready-theme body .article_summary:nth-child(171),
body .article_summary:nth-child(171) {
    animation-duration: 46s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(172),
html.export-ready-theme body .article_summary:nth-child(172),
body .article_summary:nth-child(172) {
    animation-duration: 46.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(173),
html.export-ready-theme body .article_summary:nth-child(173),
body .article_summary:nth-child(173) {
    animation-duration: 46.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(174),
html.export-ready-theme body .article_summary:nth-child(174),
body .article_summary:nth-child(174) {
    animation-duration: 46.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(175),
html.export-ready-theme body .article_summary:nth-child(175),
body .article_summary:nth-child(175) {
    animation-duration: 46.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(176),
html.export-ready-theme body .article_summary:nth-child(176),
body .article_summary:nth-child(176) {
    animation-duration: 46.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(177),
html.export-ready-theme body .article_summary:nth-child(177),
body .article_summary:nth-child(177) {
    animation-duration: 46.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(178),
html.export-ready-theme body .article_summary:nth-child(178),
body .article_summary:nth-child(178) {
    animation-duration: 46.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(179),
html.export-ready-theme body .article_summary:nth-child(179),
body .article_summary:nth-child(179) {
    animation-duration: 46.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(180),
html.export-ready-theme body .article_summary:nth-child(180),
body .article_summary:nth-child(180) {
    animation-duration: 46.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(181),
html.export-ready-theme body .article_summary:nth-child(181),
body .article_summary:nth-child(181) {
    animation-duration: 47s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(182),
html.export-ready-theme body .article_summary:nth-child(182),
body .article_summary:nth-child(182) {
    animation-duration: 47.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(183),
html.export-ready-theme body .article_summary:nth-child(183),
body .article_summary:nth-child(183) {
    animation-duration: 47.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(184),
html.export-ready-theme body .article_summary:nth-child(184),
body .article_summary:nth-child(184) {
    animation-duration: 47.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(185),
html.export-ready-theme body .article_summary:nth-child(185),
body .article_summary:nth-child(185) {
    animation-duration: 47.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(186),
html.export-ready-theme body .article_summary:nth-child(186),
body .article_summary:nth-child(186) {
    animation-duration: 47.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(187),
html.export-ready-theme body .article_summary:nth-child(187),
body .article_summary:nth-child(187) {
    animation-duration: 47.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(188),
html.export-ready-theme body .article_summary:nth-child(188),
body .article_summary:nth-child(188) {
    animation-duration: 47.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(189),
html.export-ready-theme body .article_summary:nth-child(189),
body .article_summary:nth-child(189) {
    animation-duration: 47.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(190),
html.export-ready-theme body .article_summary:nth-child(190),
body .article_summary:nth-child(190) {
    animation-duration: 47.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(191),
html.export-ready-theme body .article_summary:nth-child(191),
body .article_summary:nth-child(191) {
    animation-duration: 48s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(192),
html.export-ready-theme body .article_summary:nth-child(192),
body .article_summary:nth-child(192) {
    animation-duration: 48.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(193),
html.export-ready-theme body .article_summary:nth-child(193),
body .article_summary:nth-child(193) {
    animation-duration: 48.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(194),
html.export-ready-theme body .article_summary:nth-child(194),
body .article_summary:nth-child(194) {
    animation-duration: 48.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(195),
html.export-ready-theme body .article_summary:nth-child(195),
body .article_summary:nth-child(195) {
    animation-duration: 48.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(196),
html.export-ready-theme body .article_summary:nth-child(196),
body .article_summary:nth-child(196) {
    animation-duration: 48.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(197),
html.export-ready-theme body .article_summary:nth-child(197),
body .article_summary:nth-child(197) {
    animation-duration: 48.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(198),
html.export-ready-theme body .article_summary:nth-child(198),
body .article_summary:nth-child(198) {
    animation-duration: 48.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(199),
html.export-ready-theme body .article_summary:nth-child(199),
body .article_summary:nth-child(199) {
    animation-duration: 48.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(200),
html.export-ready-theme body .article_summary:nth-child(200),
body .article_summary:nth-child(200) {
    animation-duration: 48.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(201),
html.export-ready-theme body .article_summary:nth-child(201),
body .article_summary:nth-child(201) {
    animation-duration: 49s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(202),
html.export-ready-theme body .article_summary:nth-child(202),
body .article_summary:nth-child(202) {
    animation-duration: 49.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(203),
html.export-ready-theme body .article_summary:nth-child(203),
body .article_summary:nth-child(203) {
    animation-duration: 49.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(204),
html.export-ready-theme body .article_summary:nth-child(204),
body .article_summary:nth-child(204) {
    animation-duration: 49.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(205),
html.export-ready-theme body .article_summary:nth-child(205),
body .article_summary:nth-child(205) {
    animation-duration: 49.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(206),
html.export-ready-theme body .article_summary:nth-child(206),
body .article_summary:nth-child(206) {
    animation-duration: 49.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(207),
html.export-ready-theme body .article_summary:nth-child(207),
body .article_summary:nth-child(207) {
    animation-duration: 49.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(208),
html.export-ready-theme body .article_summary:nth-child(208),
body .article_summary:nth-child(208) {
    animation-duration: 49.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(209),
html.export-ready-theme body .article_summary:nth-child(209),
body .article_summary:nth-child(209) {
    animation-duration: 49.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(210),
html.export-ready-theme body .article_summary:nth-child(210),
body .article_summary:nth-child(210) {
    animation-duration: 49.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(211),
html.export-ready-theme body .article_summary:nth-child(211),
body .article_summary:nth-child(211) {
    animation-duration: 50s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(212),
html.export-ready-theme body .article_summary:nth-child(212),
body .article_summary:nth-child(212) {
    animation-duration: 50.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(213),
html.export-ready-theme body .article_summary:nth-child(213),
body .article_summary:nth-child(213) {
    animation-duration: 50.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(214),
html.export-ready-theme body .article_summary:nth-child(214),
body .article_summary:nth-child(214) {
    animation-duration: 50.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(215),
html.export-ready-theme body .article_summary:nth-child(215),
body .article_summary:nth-child(215) {
    animation-duration: 50.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(216),
html.export-ready-theme body .article_summary:nth-child(216),
body .article_summary:nth-child(216) {
    animation-duration: 50.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(217),
html.export-ready-theme body .article_summary:nth-child(217),
body .article_summary:nth-child(217) {
    animation-duration: 50.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(218),
html.export-ready-theme body .article_summary:nth-child(218),
body .article_summary:nth-child(218) {
    animation-duration: 50.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(219),
html.export-ready-theme body .article_summary:nth-child(219),
body .article_summary:nth-child(219) {
    animation-duration: 50.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(220),
html.export-ready-theme body .article_summary:nth-child(220),
body .article_summary:nth-child(220) {
    animation-duration: 50.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(221),
html.export-ready-theme body .article_summary:nth-child(221),
body .article_summary:nth-child(221) {
    animation-duration: 51s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(222),
html.export-ready-theme body .article_summary:nth-child(222),
body .article_summary:nth-child(222) {
    animation-duration: 51.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(223),
html.export-ready-theme body .article_summary:nth-child(223),
body .article_summary:nth-child(223) {
    animation-duration: 51.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(224),
html.export-ready-theme body .article_summary:nth-child(224),
body .article_summary:nth-child(224) {
    animation-duration: 51.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(225),
html.export-ready-theme body .article_summary:nth-child(225),
body .article_summary:nth-child(225) {
    animation-duration: 51.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(226),
html.export-ready-theme body .article_summary:nth-child(226),
body .article_summary:nth-child(226) {
    animation-duration: 51.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(227),
html.export-ready-theme body .article_summary:nth-child(227),
body .article_summary:nth-child(227) {
    animation-duration: 51.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(228),
html.export-ready-theme body .article_summary:nth-child(228),
body .article_summary:nth-child(228) {
    animation-duration: 51.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(229),
html.export-ready-theme body .article_summary:nth-child(229),
body .article_summary:nth-child(229) {
    animation-duration: 51.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(230),
html.export-ready-theme body .article_summary:nth-child(230),
body .article_summary:nth-child(230) {
    animation-duration: 51.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(231),
html.export-ready-theme body .article_summary:nth-child(231),
body .article_summary:nth-child(231) {
    animation-duration: 52s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(232),
html.export-ready-theme body .article_summary:nth-child(232),
body .article_summary:nth-child(232) {
    animation-duration: 52.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(233),
html.export-ready-theme body .article_summary:nth-child(233),
body .article_summary:nth-child(233) {
    animation-duration: 52.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(234),
html.export-ready-theme body .article_summary:nth-child(234),
body .article_summary:nth-child(234) {
    animation-duration: 52.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(235),
html.export-ready-theme body .article_summary:nth-child(235),
body .article_summary:nth-child(235) {
    animation-duration: 52.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(236),
html.export-ready-theme body .article_summary:nth-child(236),
body .article_summary:nth-child(236) {
    animation-duration: 52.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(237),
html.export-ready-theme body .article_summary:nth-child(237),
body .article_summary:nth-child(237) {
    animation-duration: 52.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(238),
html.export-ready-theme body .article_summary:nth-child(238),
body .article_summary:nth-child(238) {
    animation-duration: 52.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(239),
html.export-ready-theme body .article_summary:nth-child(239),
body .article_summary:nth-child(239) {
    animation-duration: 52.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(240),
html.export-ready-theme body .article_summary:nth-child(240),
body .article_summary:nth-child(240) {
    animation-duration: 52.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(241),
html.export-ready-theme body .article_summary:nth-child(241),
body .article_summary:nth-child(241) {
    animation-duration: 53s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(242),
html.export-ready-theme body .article_summary:nth-child(242),
body .article_summary:nth-child(242) {
    animation-duration: 53.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(243),
html.export-ready-theme body .article_summary:nth-child(243),
body .article_summary:nth-child(243) {
    animation-duration: 53.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(244),
html.export-ready-theme body .article_summary:nth-child(244),
body .article_summary:nth-child(244) {
    animation-duration: 53.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(245),
html.export-ready-theme body .article_summary:nth-child(245),
body .article_summary:nth-child(245) {
    animation-duration: 53.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(246),
html.export-ready-theme body .article_summary:nth-child(246),
body .article_summary:nth-child(246) {
    animation-duration: 53.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(247),
html.export-ready-theme body .article_summary:nth-child(247),
body .article_summary:nth-child(247) {
    animation-duration: 53.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(248),
html.export-ready-theme body .article_summary:nth-child(248),
body .article_summary:nth-child(248) {
    animation-duration: 53.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(249),
html.export-ready-theme body .article_summary:nth-child(249),
body .article_summary:nth-child(249) {
    animation-duration: 53.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(250),
html.export-ready-theme body .article_summary:nth-child(250),
body .article_summary:nth-child(250) {
    animation-duration: 53.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(251),
html.export-ready-theme body .article_summary:nth-child(251),
body .article_summary:nth-child(251) {
    animation-duration: 54s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(252),
html.export-ready-theme body .article_summary:nth-child(252),
body .article_summary:nth-child(252) {
    animation-duration: 54.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(253),
html.export-ready-theme body .article_summary:nth-child(253),
body .article_summary:nth-child(253) {
    animation-duration: 54.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(254),
html.export-ready-theme body .article_summary:nth-child(254),
body .article_summary:nth-child(254) {
    animation-duration: 54.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(255),
html.export-ready-theme body .article_summary:nth-child(255),
body .article_summary:nth-child(255) {
    animation-duration: 54.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(256),
html.export-ready-theme body .article_summary:nth-child(256),
body .article_summary:nth-child(256) {
    animation-duration: 54.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(257),
html.export-ready-theme body .article_summary:nth-child(257),
body .article_summary:nth-child(257) {
    animation-duration: 54.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(258),
html.export-ready-theme body .article_summary:nth-child(258),
body .article_summary:nth-child(258) {
    animation-duration: 54.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(259),
html.export-ready-theme body .article_summary:nth-child(259),
body .article_summary:nth-child(259) {
    animation-duration: 54.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(260),
html.export-ready-theme body .article_summary:nth-child(260),
body .article_summary:nth-child(260) {
    animation-duration: 54.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(261),
html.export-ready-theme body .article_summary:nth-child(261),
body .article_summary:nth-child(261) {
    animation-duration: 55s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(262),
html.export-ready-theme body .article_summary:nth-child(262),
body .article_summary:nth-child(262) {
    animation-duration: 55.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(263),
html.export-ready-theme body .article_summary:nth-child(263),
body .article_summary:nth-child(263) {
    animation-duration: 55.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(264),
html.export-ready-theme body .article_summary:nth-child(264),
body .article_summary:nth-child(264) {
    animation-duration: 55.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(265),
html.export-ready-theme body .article_summary:nth-child(265),
body .article_summary:nth-child(265) {
    animation-duration: 55.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(266),
html.export-ready-theme body .article_summary:nth-child(266),
body .article_summary:nth-child(266) {
    animation-duration: 55.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(267),
html.export-ready-theme body .article_summary:nth-child(267),
body .article_summary:nth-child(267) {
    animation-duration: 55.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(268),
html.export-ready-theme body .article_summary:nth-child(268),
body .article_summary:nth-child(268) {
    animation-duration: 55.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(269),
html.export-ready-theme body .article_summary:nth-child(269),
body .article_summary:nth-child(269) {
    animation-duration: 55.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(270),
html.export-ready-theme body .article_summary:nth-child(270),
body .article_summary:nth-child(270) {
    animation-duration: 55.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(271),
html.export-ready-theme body .article_summary:nth-child(271),
body .article_summary:nth-child(271) {
    animation-duration: 56s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(272),
html.export-ready-theme body .article_summary:nth-child(272),
body .article_summary:nth-child(272) {
    animation-duration: 56.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(273),
html.export-ready-theme body .article_summary:nth-child(273),
body .article_summary:nth-child(273) {
    animation-duration: 56.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(274),
html.export-ready-theme body .article_summary:nth-child(274),
body .article_summary:nth-child(274) {
    animation-duration: 56.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(275),
html.export-ready-theme body .article_summary:nth-child(275),
body .article_summary:nth-child(275) {
    animation-duration: 56.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(276),
html.export-ready-theme body .article_summary:nth-child(276),
body .article_summary:nth-child(276) {
    animation-duration: 56.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(277),
html.export-ready-theme body .article_summary:nth-child(277),
body .article_summary:nth-child(277) {
    animation-duration: 56.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(278),
html.export-ready-theme body .article_summary:nth-child(278),
body .article_summary:nth-child(278) {
    animation-duration: 56.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(279),
html.export-ready-theme body .article_summary:nth-child(279),
body .article_summary:nth-child(279) {
    animation-duration: 56.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(280),
html.export-ready-theme body .article_summary:nth-child(280),
body .article_summary:nth-child(280) {
    animation-duration: 56.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(281),
html.export-ready-theme body .article_summary:nth-child(281),
body .article_summary:nth-child(281) {
    animation-duration: 57s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(282),
html.export-ready-theme body .article_summary:nth-child(282),
body .article_summary:nth-child(282) {
    animation-duration: 57.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(283),
html.export-ready-theme body .article_summary:nth-child(283),
body .article_summary:nth-child(283) {
    animation-duration: 57.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(284),
html.export-ready-theme body .article_summary:nth-child(284),
body .article_summary:nth-child(284) {
    animation-duration: 57.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(285),
html.export-ready-theme body .article_summary:nth-child(285),
body .article_summary:nth-child(285) {
    animation-duration: 57.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(286),
html.export-ready-theme body .article_summary:nth-child(286),
body .article_summary:nth-child(286) {
    animation-duration: 57.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(287),
html.export-ready-theme body .article_summary:nth-child(287),
body .article_summary:nth-child(287) {
    animation-duration: 57.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(288),
html.export-ready-theme body .article_summary:nth-child(288),
body .article_summary:nth-child(288) {
    animation-duration: 57.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(289),
html.export-ready-theme body .article_summary:nth-child(289),
body .article_summary:nth-child(289) {
    animation-duration: 57.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(290),
html.export-ready-theme body .article_summary:nth-child(290),
body .article_summary:nth-child(290) {
    animation-duration: 57.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(291),
html.export-ready-theme body .article_summary:nth-child(291),
body .article_summary:nth-child(291) {
    animation-duration: 58s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(292),
html.export-ready-theme body .article_summary:nth-child(292),
body .article_summary:nth-child(292) {
    animation-duration: 58.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(293),
html.export-ready-theme body .article_summary:nth-child(293),
body .article_summary:nth-child(293) {
    animation-duration: 58.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(294),
html.export-ready-theme body .article_summary:nth-child(294),
body .article_summary:nth-child(294) {
    animation-duration: 58.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(295),
html.export-ready-theme body .article_summary:nth-child(295),
body .article_summary:nth-child(295) {
    animation-duration: 58.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(296),
html.export-ready-theme body .article_summary:nth-child(296),
body .article_summary:nth-child(296) {
    animation-duration: 58.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(297),
html.export-ready-theme body .article_summary:nth-child(297),
body .article_summary:nth-child(297) {
    animation-duration: 58.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(298),
html.export-ready-theme body .article_summary:nth-child(298),
body .article_summary:nth-child(298) {
    animation-duration: 58.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(299),
html.export-ready-theme body .article_summary:nth-child(299),
body .article_summary:nth-child(299) {
    animation-duration: 58.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(300),
html.export-ready-theme body .article_summary:nth-child(300),
body .article_summary:nth-child(300) {
    animation-duration: 58.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(301),
html.export-ready-theme body .article_summary:nth-child(301),
body .article_summary:nth-child(301) {
    animation-duration: 59s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(302),
html.export-ready-theme body .article_summary:nth-child(302),
body .article_summary:nth-child(302) {
    animation-duration: 59.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(303),
html.export-ready-theme body .article_summary:nth-child(303),
body .article_summary:nth-child(303) {
    animation-duration: 59.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(304),
html.export-ready-theme body .article_summary:nth-child(304),
body .article_summary:nth-child(304) {
    animation-duration: 59.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(305),
html.export-ready-theme body .article_summary:nth-child(305),
body .article_summary:nth-child(305) {
    animation-duration: 59.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(306),
html.export-ready-theme body .article_summary:nth-child(306),
body .article_summary:nth-child(306) {
    animation-duration: 59.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(307),
html.export-ready-theme body .article_summary:nth-child(307),
body .article_summary:nth-child(307) {
    animation-duration: 59.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(308),
html.export-ready-theme body .article_summary:nth-child(308),
body .article_summary:nth-child(308) {
    animation-duration: 59.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(309),
html.export-ready-theme body .article_summary:nth-child(309),
body .article_summary:nth-child(309) {
    animation-duration: 59.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(310),
html.export-ready-theme body .article_summary:nth-child(310),
body .article_summary:nth-child(310) {
    animation-duration: 59.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(311),
html.export-ready-theme body .article_summary:nth-child(311),
body .article_summary:nth-child(311) {
    animation-duration: 60s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(312),
html.export-ready-theme body .article_summary:nth-child(312),
body .article_summary:nth-child(312) {
    animation-duration: 60.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(313),
html.export-ready-theme body .article_summary:nth-child(313),
body .article_summary:nth-child(313) {
    animation-duration: 60.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(314),
html.export-ready-theme body .article_summary:nth-child(314),
body .article_summary:nth-child(314) {
    animation-duration: 60.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(315),
html.export-ready-theme body .article_summary:nth-child(315),
body .article_summary:nth-child(315) {
    animation-duration: 60.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(316),
html.export-ready-theme body .article_summary:nth-child(316),
body .article_summary:nth-child(316) {
    animation-duration: 60.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(317),
html.export-ready-theme body .article_summary:nth-child(317),
body .article_summary:nth-child(317) {
    animation-duration: 60.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(318),
html.export-ready-theme body .article_summary:nth-child(318),
body .article_summary:nth-child(318) {
    animation-duration: 60.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(319),
html.export-ready-theme body .article_summary:nth-child(319),
body .article_summary:nth-child(319) {
    animation-duration: 60.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(320),
html.export-ready-theme body .article_summary:nth-child(320),
body .article_summary:nth-child(320) {
    animation-duration: 60.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(321),
html.export-ready-theme body .article_summary:nth-child(321),
body .article_summary:nth-child(321) {
    animation-duration: 61s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(322),
html.export-ready-theme body .article_summary:nth-child(322),
body .article_summary:nth-child(322) {
    animation-duration: 61.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(323),
html.export-ready-theme body .article_summary:nth-child(323),
body .article_summary:nth-child(323) {
    animation-duration: 61.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(324),
html.export-ready-theme body .article_summary:nth-child(324),
body .article_summary:nth-child(324) {
    animation-duration: 61.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(325),
html.export-ready-theme body .article_summary:nth-child(325),
body .article_summary:nth-child(325) {
    animation-duration: 61.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(326),
html.export-ready-theme body .article_summary:nth-child(326),
body .article_summary:nth-child(326) {
    animation-duration: 61.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(327),
html.export-ready-theme body .article_summary:nth-child(327),
body .article_summary:nth-child(327) {
    animation-duration: 61.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(328),
html.export-ready-theme body .article_summary:nth-child(328),
body .article_summary:nth-child(328) {
    animation-duration: 61.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(329),
html.export-ready-theme body .article_summary:nth-child(329),
body .article_summary:nth-child(329) {
    animation-duration: 61.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(330),
html.export-ready-theme body .article_summary:nth-child(330),
body .article_summary:nth-child(330) {
    animation-duration: 61.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(331),
html.export-ready-theme body .article_summary:nth-child(331),
body .article_summary:nth-child(331) {
    animation-duration: 62s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(332),
html.export-ready-theme body .article_summary:nth-child(332),
body .article_summary:nth-child(332) {
    animation-duration: 62.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(333),
html.export-ready-theme body .article_summary:nth-child(333),
body .article_summary:nth-child(333) {
    animation-duration: 62.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(334),
html.export-ready-theme body .article_summary:nth-child(334),
body .article_summary:nth-child(334) {
    animation-duration: 62.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(335),
html.export-ready-theme body .article_summary:nth-child(335),
body .article_summary:nth-child(335) {
    animation-duration: 62.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(336),
html.export-ready-theme body .article_summary:nth-child(336),
body .article_summary:nth-child(336) {
    animation-duration: 62.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(337),
html.export-ready-theme body .article_summary:nth-child(337),
body .article_summary:nth-child(337) {
    animation-duration: 62.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(338),
html.export-ready-theme body .article_summary:nth-child(338),
body .article_summary:nth-child(338) {
    animation-duration: 62.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(339),
html.export-ready-theme body .article_summary:nth-child(339),
body .article_summary:nth-child(339) {
    animation-duration: 62.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(340),
html.export-ready-theme body .article_summary:nth-child(340),
body .article_summary:nth-child(340) {
    animation-duration: 62.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(341),
html.export-ready-theme body .article_summary:nth-child(341),
body .article_summary:nth-child(341) {
    animation-duration: 63s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(342),
html.export-ready-theme body .article_summary:nth-child(342),
body .article_summary:nth-child(342) {
    animation-duration: 63.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(343),
html.export-ready-theme body .article_summary:nth-child(343),
body .article_summary:nth-child(343) {
    animation-duration: 63.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(344),
html.export-ready-theme body .article_summary:nth-child(344),
body .article_summary:nth-child(344) {
    animation-duration: 63.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(345),
html.export-ready-theme body .article_summary:nth-child(345),
body .article_summary:nth-child(345) {
    animation-duration: 63.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(346),
html.export-ready-theme body .article_summary:nth-child(346),
body .article_summary:nth-child(346) {
    animation-duration: 63.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(347),
html.export-ready-theme body .article_summary:nth-child(347),
body .article_summary:nth-child(347) {
    animation-duration: 63.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(348),
html.export-ready-theme body .article_summary:nth-child(348),
body .article_summary:nth-child(348) {
    animation-duration: 63.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(349),
html.export-ready-theme body .article_summary:nth-child(349),
body .article_summary:nth-child(349) {
    animation-duration: 63.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(350),
html.export-ready-theme body .article_summary:nth-child(350),
body .article_summary:nth-child(350) {
    animation-duration: 63.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(351),
html.export-ready-theme body .article_summary:nth-child(351),
body .article_summary:nth-child(351) {
    animation-duration: 64s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(352),
html.export-ready-theme body .article_summary:nth-child(352),
body .article_summary:nth-child(352) {
    animation-duration: 64.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(353),
html.export-ready-theme body .article_summary:nth-child(353),
body .article_summary:nth-child(353) {
    animation-duration: 64.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(354),
html.export-ready-theme body .article_summary:nth-child(354),
body .article_summary:nth-child(354) {
    animation-duration: 64.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(355),
html.export-ready-theme body .article_summary:nth-child(355),
body .article_summary:nth-child(355) {
    animation-duration: 64.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(356),
html.export-ready-theme body .article_summary:nth-child(356),
body .article_summary:nth-child(356) {
    animation-duration: 64.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(357),
html.export-ready-theme body .article_summary:nth-child(357),
body .article_summary:nth-child(357) {
    animation-duration: 64.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(358),
html.export-ready-theme body .article_summary:nth-child(358),
body .article_summary:nth-child(358) {
    animation-duration: 64.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(359),
html.export-ready-theme body .article_summary:nth-child(359),
body .article_summary:nth-child(359) {
    animation-duration: 64.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(360),
html.export-ready-theme body .article_summary:nth-child(360),
body .article_summary:nth-child(360) {
    animation-duration: 64.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(361),
html.export-ready-theme body .article_summary:nth-child(361),
body .article_summary:nth-child(361) {
    animation-duration: 65s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(362),
html.export-ready-theme body .article_summary:nth-child(362),
body .article_summary:nth-child(362) {
    animation-duration: 65.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(363),
html.export-ready-theme body .article_summary:nth-child(363),
body .article_summary:nth-child(363) {
    animation-duration: 65.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(364),
html.export-ready-theme body .article_summary:nth-child(364),
body .article_summary:nth-child(364) {
    animation-duration: 65.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(365),
html.export-ready-theme body .article_summary:nth-child(365),
body .article_summary:nth-child(365) {
    animation-duration: 65.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(366),
html.export-ready-theme body .article_summary:nth-child(366),
body .article_summary:nth-child(366) {
    animation-duration: 65.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(367),
html.export-ready-theme body .article_summary:nth-child(367),
body .article_summary:nth-child(367) {
    animation-duration: 65.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(368),
html.export-ready-theme body .article_summary:nth-child(368),
body .article_summary:nth-child(368) {
    animation-duration: 65.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(369),
html.export-ready-theme body .article_summary:nth-child(369),
body .article_summary:nth-child(369) {
    animation-duration: 65.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(370),
html.export-ready-theme body .article_summary:nth-child(370),
body .article_summary:nth-child(370) {
    animation-duration: 65.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(371),
html.export-ready-theme body .article_summary:nth-child(371),
body .article_summary:nth-child(371) {
    animation-duration: 66s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(372),
html.export-ready-theme body .article_summary:nth-child(372),
body .article_summary:nth-child(372) {
    animation-duration: 66.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(373),
html.export-ready-theme body .article_summary:nth-child(373),
body .article_summary:nth-child(373) {
    animation-duration: 66.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(374),
html.export-ready-theme body .article_summary:nth-child(374),
body .article_summary:nth-child(374) {
    animation-duration: 66.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(375),
html.export-ready-theme body .article_summary:nth-child(375),
body .article_summary:nth-child(375) {
    animation-duration: 66.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(376),
html.export-ready-theme body .article_summary:nth-child(376),
body .article_summary:nth-child(376) {
    animation-duration: 66.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(377),
html.export-ready-theme body .article_summary:nth-child(377),
body .article_summary:nth-child(377) {
    animation-duration: 66.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(378),
html.export-ready-theme body .article_summary:nth-child(378),
body .article_summary:nth-child(378) {
    animation-duration: 66.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(379),
html.export-ready-theme body .article_summary:nth-child(379),
body .article_summary:nth-child(379) {
    animation-duration: 66.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(380),
html.export-ready-theme body .article_summary:nth-child(380),
body .article_summary:nth-child(380) {
    animation-duration: 66.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(381),
html.export-ready-theme body .article_summary:nth-child(381),
body .article_summary:nth-child(381) {
    animation-duration: 67s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(382),
html.export-ready-theme body .article_summary:nth-child(382),
body .article_summary:nth-child(382) {
    animation-duration: 67.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(383),
html.export-ready-theme body .article_summary:nth-child(383),
body .article_summary:nth-child(383) {
    animation-duration: 67.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(384),
html.export-ready-theme body .article_summary:nth-child(384),
body .article_summary:nth-child(384) {
    animation-duration: 67.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(385),
html.export-ready-theme body .article_summary:nth-child(385),
body .article_summary:nth-child(385) {
    animation-duration: 67.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(386),
html.export-ready-theme body .article_summary:nth-child(386),
body .article_summary:nth-child(386) {
    animation-duration: 67.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(387),
html.export-ready-theme body .article_summary:nth-child(387),
body .article_summary:nth-child(387) {
    animation-duration: 67.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(388),
html.export-ready-theme body .article_summary:nth-child(388),
body .article_summary:nth-child(388) {
    animation-duration: 67.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(389),
html.export-ready-theme body .article_summary:nth-child(389),
body .article_summary:nth-child(389) {
    animation-duration: 67.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(390),
html.export-ready-theme body .article_summary:nth-child(390),
body .article_summary:nth-child(390) {
    animation-duration: 67.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(391),
html.export-ready-theme body .article_summary:nth-child(391),
body .article_summary:nth-child(391) {
    animation-duration: 68s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(392),
html.export-ready-theme body .article_summary:nth-child(392),
body .article_summary:nth-child(392) {
    animation-duration: 68.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(393),
html.export-ready-theme body .article_summary:nth-child(393),
body .article_summary:nth-child(393) {
    animation-duration: 68.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(394),
html.export-ready-theme body .article_summary:nth-child(394),
body .article_summary:nth-child(394) {
    animation-duration: 68.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(395),
html.export-ready-theme body .article_summary:nth-child(395),
body .article_summary:nth-child(395) {
    animation-duration: 68.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(396),
html.export-ready-theme body .article_summary:nth-child(396),
body .article_summary:nth-child(396) {
    animation-duration: 68.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(397),
html.export-ready-theme body .article_summary:nth-child(397),
body .article_summary:nth-child(397) {
    animation-duration: 68.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(398),
html.export-ready-theme body .article_summary:nth-child(398),
body .article_summary:nth-child(398) {
    animation-duration: 68.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(399),
html.export-ready-theme body .article_summary:nth-child(399),
body .article_summary:nth-child(399) {
    animation-duration: 68.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(400),
html.export-ready-theme body .article_summary:nth-child(400),
body .article_summary:nth-child(400) {
    animation-duration: 68.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(401),
html.export-ready-theme body .article_summary:nth-child(401),
body .article_summary:nth-child(401) {
    animation-duration: 69s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(402),
html.export-ready-theme body .article_summary:nth-child(402),
body .article_summary:nth-child(402) {
    animation-duration: 69.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(403),
html.export-ready-theme body .article_summary:nth-child(403),
body .article_summary:nth-child(403) {
    animation-duration: 69.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(404),
html.export-ready-theme body .article_summary:nth-child(404),
body .article_summary:nth-child(404) {
    animation-duration: 69.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(405),
html.export-ready-theme body .article_summary:nth-child(405),
body .article_summary:nth-child(405) {
    animation-duration: 69.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(406),
html.export-ready-theme body .article_summary:nth-child(406),
body .article_summary:nth-child(406) {
    animation-duration: 69.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(407),
html.export-ready-theme body .article_summary:nth-child(407),
body .article_summary:nth-child(407) {
    animation-duration: 69.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(408),
html.export-ready-theme body .article_summary:nth-child(408),
body .article_summary:nth-child(408) {
    animation-duration: 69.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(409),
html.export-ready-theme body .article_summary:nth-child(409),
body .article_summary:nth-child(409) {
    animation-duration: 69.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(410),
html.export-ready-theme body .article_summary:nth-child(410),
body .article_summary:nth-child(410) {
    animation-duration: 69.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(411),
html.export-ready-theme body .article_summary:nth-child(411),
body .article_summary:nth-child(411) {
    animation-duration: 70s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(412),
html.export-ready-theme body .article_summary:nth-child(412),
body .article_summary:nth-child(412) {
    animation-duration: 70.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(413),
html.export-ready-theme body .article_summary:nth-child(413),
body .article_summary:nth-child(413) {
    animation-duration: 70.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(414),
html.export-ready-theme body .article_summary:nth-child(414),
body .article_summary:nth-child(414) {
    animation-duration: 70.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(415),
html.export-ready-theme body .article_summary:nth-child(415),
body .article_summary:nth-child(415) {
    animation-duration: 70.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(416),
html.export-ready-theme body .article_summary:nth-child(416),
body .article_summary:nth-child(416) {
    animation-duration: 70.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(417),
html.export-ready-theme body .article_summary:nth-child(417),
body .article_summary:nth-child(417) {
    animation-duration: 70.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(418),
html.export-ready-theme body .article_summary:nth-child(418),
body .article_summary:nth-child(418) {
    animation-duration: 70.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(419),
html.export-ready-theme body .article_summary:nth-child(419),
body .article_summary:nth-child(419) {
    animation-duration: 70.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(420),
html.export-ready-theme body .article_summary:nth-child(420),
body .article_summary:nth-child(420) {
    animation-duration: 70.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(421),
html.export-ready-theme body .article_summary:nth-child(421),
body .article_summary:nth-child(421) {
    animation-duration: 71s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(422),
html.export-ready-theme body .article_summary:nth-child(422),
body .article_summary:nth-child(422) {
    animation-duration: 71.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(423),
html.export-ready-theme body .article_summary:nth-child(423),
body .article_summary:nth-child(423) {
    animation-duration: 71.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(424),
html.export-ready-theme body .article_summary:nth-child(424),
body .article_summary:nth-child(424) {
    animation-duration: 71.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(425),
html.export-ready-theme body .article_summary:nth-child(425),
body .article_summary:nth-child(425) {
    animation-duration: 71.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(426),
html.export-ready-theme body .article_summary:nth-child(426),
body .article_summary:nth-child(426) {
    animation-duration: 71.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(427),
html.export-ready-theme body .article_summary:nth-child(427),
body .article_summary:nth-child(427) {
    animation-duration: 71.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(428),
html.export-ready-theme body .article_summary:nth-child(428),
body .article_summary:nth-child(428) {
    animation-duration: 71.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(429),
html.export-ready-theme body .article_summary:nth-child(429),
body .article_summary:nth-child(429) {
    animation-duration: 71.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(430),
html.export-ready-theme body .article_summary:nth-child(430),
body .article_summary:nth-child(430) {
    animation-duration: 71.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(431),
html.export-ready-theme body .article_summary:nth-child(431),
body .article_summary:nth-child(431) {
    animation-duration: 72s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(432),
html.export-ready-theme body .article_summary:nth-child(432),
body .article_summary:nth-child(432) {
    animation-duration: 72.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(433),
html.export-ready-theme body .article_summary:nth-child(433),
body .article_summary:nth-child(433) {
    animation-duration: 72.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(434),
html.export-ready-theme body .article_summary:nth-child(434),
body .article_summary:nth-child(434) {
    animation-duration: 72.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(435),
html.export-ready-theme body .article_summary:nth-child(435),
body .article_summary:nth-child(435) {
    animation-duration: 72.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(436),
html.export-ready-theme body .article_summary:nth-child(436),
body .article_summary:nth-child(436) {
    animation-duration: 72.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(437),
html.export-ready-theme body .article_summary:nth-child(437),
body .article_summary:nth-child(437) {
    animation-duration: 72.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(438),
html.export-ready-theme body .article_summary:nth-child(438),
body .article_summary:nth-child(438) {
    animation-duration: 72.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(439),
html.export-ready-theme body .article_summary:nth-child(439),
body .article_summary:nth-child(439) {
    animation-duration: 72.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(440),
html.export-ready-theme body .article_summary:nth-child(440),
body .article_summary:nth-child(440) {
    animation-duration: 72.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(441),
html.export-ready-theme body .article_summary:nth-child(441),
body .article_summary:nth-child(441) {
    animation-duration: 73s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(442),
html.export-ready-theme body .article_summary:nth-child(442),
body .article_summary:nth-child(442) {
    animation-duration: 73.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(443),
html.export-ready-theme body .article_summary:nth-child(443),
body .article_summary:nth-child(443) {
    animation-duration: 73.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(444),
html.export-ready-theme body .article_summary:nth-child(444),
body .article_summary:nth-child(444) {
    animation-duration: 73.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(445),
html.export-ready-theme body .article_summary:nth-child(445),
body .article_summary:nth-child(445) {
    animation-duration: 73.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(446),
html.export-ready-theme body .article_summary:nth-child(446),
body .article_summary:nth-child(446) {
    animation-duration: 73.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(447),
html.export-ready-theme body .article_summary:nth-child(447),
body .article_summary:nth-child(447) {
    animation-duration: 73.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(448),
html.export-ready-theme body .article_summary:nth-child(448),
body .article_summary:nth-child(448) {
    animation-duration: 73.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(449),
html.export-ready-theme body .article_summary:nth-child(449),
body .article_summary:nth-child(449) {
    animation-duration: 73.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(450),
html.export-ready-theme body .article_summary:nth-child(450),
body .article_summary:nth-child(450) {
    animation-duration: 73.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(451),
html.export-ready-theme body .article_summary:nth-child(451),
body .article_summary:nth-child(451) {
    animation-duration: 74s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(452),
html.export-ready-theme body .article_summary:nth-child(452),
body .article_summary:nth-child(452) {
    animation-duration: 74.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(453),
html.export-ready-theme body .article_summary:nth-child(453),
body .article_summary:nth-child(453) {
    animation-duration: 74.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(454),
html.export-ready-theme body .article_summary:nth-child(454),
body .article_summary:nth-child(454) {
    animation-duration: 74.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(455),
html.export-ready-theme body .article_summary:nth-child(455),
body .article_summary:nth-child(455) {
    animation-duration: 74.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(456),
html.export-ready-theme body .article_summary:nth-child(456),
body .article_summary:nth-child(456) {
    animation-duration: 74.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(457),
html.export-ready-theme body .article_summary:nth-child(457),
body .article_summary:nth-child(457) {
    animation-duration: 74.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(458),
html.export-ready-theme body .article_summary:nth-child(458),
body .article_summary:nth-child(458) {
    animation-duration: 74.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(459),
html.export-ready-theme body .article_summary:nth-child(459),
body .article_summary:nth-child(459) {
    animation-duration: 74.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(460),
html.export-ready-theme body .article_summary:nth-child(460),
body .article_summary:nth-child(460) {
    animation-duration: 74.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(461),
html.export-ready-theme body .article_summary:nth-child(461),
body .article_summary:nth-child(461) {
    animation-duration: 75s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(462),
html.export-ready-theme body .article_summary:nth-child(462),
body .article_summary:nth-child(462) {
    animation-duration: 75.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(463),
html.export-ready-theme body .article_summary:nth-child(463),
body .article_summary:nth-child(463) {
    animation-duration: 75.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(464),
html.export-ready-theme body .article_summary:nth-child(464),
body .article_summary:nth-child(464) {
    animation-duration: 75.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(465),
html.export-ready-theme body .article_summary:nth-child(465),
body .article_summary:nth-child(465) {
    animation-duration: 75.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(466),
html.export-ready-theme body .article_summary:nth-child(466),
body .article_summary:nth-child(466) {
    animation-duration: 75.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(467),
html.export-ready-theme body .article_summary:nth-child(467),
body .article_summary:nth-child(467) {
    animation-duration: 75.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(468),
html.export-ready-theme body .article_summary:nth-child(468),
body .article_summary:nth-child(468) {
    animation-duration: 75.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(469),
html.export-ready-theme body .article_summary:nth-child(469),
body .article_summary:nth-child(469) {
    animation-duration: 75.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(470),
html.export-ready-theme body .article_summary:nth-child(470),
body .article_summary:nth-child(470) {
    animation-duration: 75.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(471),
html.export-ready-theme body .article_summary:nth-child(471),
body .article_summary:nth-child(471) {
    animation-duration: 76s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(472),
html.export-ready-theme body .article_summary:nth-child(472),
body .article_summary:nth-child(472) {
    animation-duration: 76.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(473),
html.export-ready-theme body .article_summary:nth-child(473),
body .article_summary:nth-child(473) {
    animation-duration: 76.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(474),
html.export-ready-theme body .article_summary:nth-child(474),
body .article_summary:nth-child(474) {
    animation-duration: 76.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(475),
html.export-ready-theme body .article_summary:nth-child(475),
body .article_summary:nth-child(475) {
    animation-duration: 76.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(476),
html.export-ready-theme body .article_summary:nth-child(476),
body .article_summary:nth-child(476) {
    animation-duration: 76.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(477),
html.export-ready-theme body .article_summary:nth-child(477),
body .article_summary:nth-child(477) {
    animation-duration: 76.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(478),
html.export-ready-theme body .article_summary:nth-child(478),
body .article_summary:nth-child(478) {
    animation-duration: 76.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(479),
html.export-ready-theme body .article_summary:nth-child(479),
body .article_summary:nth-child(479) {
    animation-duration: 76.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(480),
html.export-ready-theme body .article_summary:nth-child(480),
body .article_summary:nth-child(480) {
    animation-duration: 76.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(481),
html.export-ready-theme body .article_summary:nth-child(481),
body .article_summary:nth-child(481) {
    animation-duration: 77s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(482),
html.export-ready-theme body .article_summary:nth-child(482),
body .article_summary:nth-child(482) {
    animation-duration: 77.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(483),
html.export-ready-theme body .article_summary:nth-child(483),
body .article_summary:nth-child(483) {
    animation-duration: 77.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(484),
html.export-ready-theme body .article_summary:nth-child(484),
body .article_summary:nth-child(484) {
    animation-duration: 77.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(485),
html.export-ready-theme body .article_summary:nth-child(485),
body .article_summary:nth-child(485) {
    animation-duration: 77.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(486),
html.export-ready-theme body .article_summary:nth-child(486),
body .article_summary:nth-child(486) {
    animation-duration: 77.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(487),
html.export-ready-theme body .article_summary:nth-child(487),
body .article_summary:nth-child(487) {
    animation-duration: 77.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(488),
html.export-ready-theme body .article_summary:nth-child(488),
body .article_summary:nth-child(488) {
    animation-duration: 77.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(489),
html.export-ready-theme body .article_summary:nth-child(489),
body .article_summary:nth-child(489) {
    animation-duration: 77.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(490),
html.export-ready-theme body .article_summary:nth-child(490),
body .article_summary:nth-child(490) {
    animation-duration: 77.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(491),
html.export-ready-theme body .article_summary:nth-child(491),
body .article_summary:nth-child(491) {
    animation-duration: 78s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(492),
html.export-ready-theme body .article_summary:nth-child(492),
body .article_summary:nth-child(492) {
    animation-duration: 78.1s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(493),
html.export-ready-theme body .article_summary:nth-child(493),
body .article_summary:nth-child(493) {
    animation-duration: 78.2s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(494),
html.export-ready-theme body .article_summary:nth-child(494),
body .article_summary:nth-child(494) {
    animation-duration: 78.3s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(495),
html.export-ready-theme body .article_summary:nth-child(495),
body .article_summary:nth-child(495) {
    animation-duration: 78.4s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(496),
html.export-ready-theme body .article_summary:nth-child(496),
body .article_summary:nth-child(496) {
    animation-duration: 78.5s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(497),
html.export-ready-theme body .article_summary:nth-child(497),
body .article_summary:nth-child(497) {
    animation-duration: 78.6s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(498),
html.export-ready-theme body .article_summary:nth-child(498),
body .article_summary:nth-child(498) {
    animation-duration: 78.7s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(499),
html.export-ready-theme body .article_summary:nth-child(499),
body .article_summary:nth-child(499) {
    animation-duration: 78.8s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(500),
html.export-ready-theme body .article_summary:nth-child(500),
body .article_summary:nth-child(500) {
    animation-duration: 78.9s !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(n+501),
html.export-ready-theme body .article_summary:nth-child(n+501),
body .article_summary:nth-child(n+501) {
    animation-duration: 78.9s !important;
}

/* Mobil versiyada haddan tashqari cho'zilib ketmasligi uchun yengilroq ritm */
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
    html.export-ready-theme body .article_summary,
    body .article_summary {
        animation-timing-function: cubic-bezier(.19, 1, .22, 1) !important;
        animation-fill-mode: both !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
    html.export-ready-theme body .article_summary:nth-child(1),
    body .article_summary:nth-child(1) {
        animation-duration: 4s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
    html.export-ready-theme body .article_summary:nth-child(2),
    body .article_summary:nth-child(2) {
        animation-duration: 4.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
    html.export-ready-theme body .article_summary:nth-child(3),
    body .article_summary:nth-child(3) {
        animation-duration: 4.95s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
    html.export-ready-theme body .article_summary:nth-child(4),
    body .article_summary:nth-child(4) {
        animation-duration: 5.35s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
    html.export-ready-theme body .article_summary:nth-child(5),
    body .article_summary:nth-child(5) {
        animation-duration: 5.7s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
    html.export-ready-theme body .article_summary:nth-child(6),
    body .article_summary:nth-child(6) {
        animation-duration: 6s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
    html.export-ready-theme body .article_summary:nth-child(7),
    body .article_summary:nth-child(7) {
        animation-duration: 6.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
    html.export-ready-theme body .article_summary:nth-child(8),
    body .article_summary:nth-child(8) {
        animation-duration: 6.45s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
    html.export-ready-theme body .article_summary:nth-child(9),
    body .article_summary:nth-child(9) {
        animation-duration: 6.6s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
    html.export-ready-theme body .article_summary:nth-child(10),
    body .article_summary:nth-child(10) {
        animation-duration: 6.7s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
    html.export-ready-theme body .article_summary:nth-child(11),
    body .article_summary:nth-child(11) {
        animation-duration: 6.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
    html.export-ready-theme body .article_summary:nth-child(12),
    body .article_summary:nth-child(12) {
        animation-duration: 6.8s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
    html.export-ready-theme body .article_summary:nth-child(13),
    body .article_summary:nth-child(13) {
        animation-duration: 6.85s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
    html.export-ready-theme body .article_summary:nth-child(14),
    body .article_summary:nth-child(14) {
        animation-duration: 6.9s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
    html.export-ready-theme body .article_summary:nth-child(15),
    body .article_summary:nth-child(15) {
        animation-duration: 6.95s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
    html.export-ready-theme body .article_summary:nth-child(16),
    body .article_summary:nth-child(16) {
        animation-duration: 7s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
    html.export-ready-theme body .article_summary:nth-child(17),
    body .article_summary:nth-child(17) {
        animation-duration: 7.05s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
    html.export-ready-theme body .article_summary:nth-child(18),
    body .article_summary:nth-child(18) {
        animation-duration: 7.1s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
    html.export-ready-theme body .article_summary:nth-child(19),
    body .article_summary:nth-child(19) {
        animation-duration: 7.15s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
    html.export-ready-theme body .article_summary:nth-child(20),
    body .article_summary:nth-child(20) {
        animation-duration: 7.2s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
    html.export-ready-theme body .article_summary:nth-child(21),
    body .article_summary:nth-child(21) {
        animation-duration: 7.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
    html.export-ready-theme body .article_summary:nth-child(22),
    body .article_summary:nth-child(22) {
        animation-duration: 7.3s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
    html.export-ready-theme body .article_summary:nth-child(23),
    body .article_summary:nth-child(23) {
        animation-duration: 7.35s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
    html.export-ready-theme body .article_summary:nth-child(24),
    body .article_summary:nth-child(24) {
        animation-duration: 7.4s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
    html.export-ready-theme body .article_summary:nth-child(25),
    body .article_summary:nth-child(25) {
        animation-duration: 7.45s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
    html.export-ready-theme body .article_summary:nth-child(26),
    body .article_summary:nth-child(26) {
        animation-duration: 7.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
    html.export-ready-theme body .article_summary:nth-child(27),
    body .article_summary:nth-child(27) {
        animation-duration: 7.55s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
    html.export-ready-theme body .article_summary:nth-child(28),
    body .article_summary:nth-child(28) {
        animation-duration: 7.6s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
    html.export-ready-theme body .article_summary:nth-child(29),
    body .article_summary:nth-child(29) {
        animation-duration: 7.65s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
    html.export-ready-theme body .article_summary:nth-child(30),
    body .article_summary:nth-child(30) {
        animation-duration: 7.7s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
    html.export-ready-theme body .article_summary:nth-child(31),
    body .article_summary:nth-child(31) {
        animation-duration: 7.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
    html.export-ready-theme body .article_summary:nth-child(32),
    body .article_summary:nth-child(32) {
        animation-duration: 7.8s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
    html.export-ready-theme body .article_summary:nth-child(33),
    body .article_summary:nth-child(33) {
        animation-duration: 7.85s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
    html.export-ready-theme body .article_summary:nth-child(34),
    body .article_summary:nth-child(34) {
        animation-duration: 7.9s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
    html.export-ready-theme body .article_summary:nth-child(35),
    body .article_summary:nth-child(35) {
        animation-duration: 7.95s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
    html.export-ready-theme body .article_summary:nth-child(36),
    body .article_summary:nth-child(36) {
        animation-duration: 8s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
    html.export-ready-theme body .article_summary:nth-child(37),
    body .article_summary:nth-child(37) {
        animation-duration: 8.05s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
    html.export-ready-theme body .article_summary:nth-child(38),
    body .article_summary:nth-child(38) {
        animation-duration: 8.1s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
    html.export-ready-theme body .article_summary:nth-child(39),
    body .article_summary:nth-child(39) {
        animation-duration: 8.15s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
    html.export-ready-theme body .article_summary:nth-child(40),
    body .article_summary:nth-child(40) {
        animation-duration: 8.2s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
    html.export-ready-theme body .article_summary:nth-child(41),
    body .article_summary:nth-child(41) {
        animation-duration: 8.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
    html.export-ready-theme body .article_summary:nth-child(42),
    body .article_summary:nth-child(42) {
        animation-duration: 8.3s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
    html.export-ready-theme body .article_summary:nth-child(43),
    body .article_summary:nth-child(43) {
        animation-duration: 8.35s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
    html.export-ready-theme body .article_summary:nth-child(44),
    body .article_summary:nth-child(44) {
        animation-duration: 8.4s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
    html.export-ready-theme body .article_summary:nth-child(45),
    body .article_summary:nth-child(45) {
        animation-duration: 8.45s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
    html.export-ready-theme body .article_summary:nth-child(46),
    body .article_summary:nth-child(46) {
        animation-duration: 8.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
    html.export-ready-theme body .article_summary:nth-child(47),
    body .article_summary:nth-child(47) {
        animation-duration: 8.55s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
    html.export-ready-theme body .article_summary:nth-child(48),
    body .article_summary:nth-child(48) {
        animation-duration: 8.6s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
    html.export-ready-theme body .article_summary:nth-child(49),
    body .article_summary:nth-child(49) {
        animation-duration: 8.65s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
    html.export-ready-theme body .article_summary:nth-child(50),
    body .article_summary:nth-child(50) {
        animation-duration: 8.7s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
    html.export-ready-theme body .article_summary:nth-child(51),
    body .article_summary:nth-child(51) {
        animation-duration: 8.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
    html.export-ready-theme body .article_summary:nth-child(52),
    body .article_summary:nth-child(52) {
        animation-duration: 8.8s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
    html.export-ready-theme body .article_summary:nth-child(53),
    body .article_summary:nth-child(53) {
        animation-duration: 8.85s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
    html.export-ready-theme body .article_summary:nth-child(54),
    body .article_summary:nth-child(54) {
        animation-duration: 8.9s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
    html.export-ready-theme body .article_summary:nth-child(55),
    body .article_summary:nth-child(55) {
        animation-duration: 8.95s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
    html.export-ready-theme body .article_summary:nth-child(56),
    body .article_summary:nth-child(56) {
        animation-duration: 9s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
    html.export-ready-theme body .article_summary:nth-child(57),
    body .article_summary:nth-child(57) {
        animation-duration: 9.05s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
    html.export-ready-theme body .article_summary:nth-child(58),
    body .article_summary:nth-child(58) {
        animation-duration: 9.1s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
    html.export-ready-theme body .article_summary:nth-child(59),
    body .article_summary:nth-child(59) {
        animation-duration: 9.15s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
    html.export-ready-theme body .article_summary:nth-child(60),
    body .article_summary:nth-child(60) {
        animation-duration: 9.2s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
    html.export-ready-theme body .article_summary:nth-child(61),
    body .article_summary:nth-child(61) {
        animation-duration: 9.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
    html.export-ready-theme body .article_summary:nth-child(62),
    body .article_summary:nth-child(62) {
        animation-duration: 9.3s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
    html.export-ready-theme body .article_summary:nth-child(63),
    body .article_summary:nth-child(63) {
        animation-duration: 9.35s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
    html.export-ready-theme body .article_summary:nth-child(64),
    body .article_summary:nth-child(64) {
        animation-duration: 9.4s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
    html.export-ready-theme body .article_summary:nth-child(65),
    body .article_summary:nth-child(65) {
        animation-duration: 9.45s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
    html.export-ready-theme body .article_summary:nth-child(66),
    body .article_summary:nth-child(66) {
        animation-duration: 9.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
    html.export-ready-theme body .article_summary:nth-child(67),
    body .article_summary:nth-child(67) {
        animation-duration: 9.55s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
    html.export-ready-theme body .article_summary:nth-child(68),
    body .article_summary:nth-child(68) {
        animation-duration: 9.6s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
    html.export-ready-theme body .article_summary:nth-child(69),
    body .article_summary:nth-child(69) {
        animation-duration: 9.65s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
    html.export-ready-theme body .article_summary:nth-child(70),
    body .article_summary:nth-child(70) {
        animation-duration: 9.7s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
    html.export-ready-theme body .article_summary:nth-child(71),
    body .article_summary:nth-child(71) {
        animation-duration: 9.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
    html.export-ready-theme body .article_summary:nth-child(72),
    body .article_summary:nth-child(72) {
        animation-duration: 9.8s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
    html.export-ready-theme body .article_summary:nth-child(73),
    body .article_summary:nth-child(73) {
        animation-duration: 9.85s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
    html.export-ready-theme body .article_summary:nth-child(74),
    body .article_summary:nth-child(74) {
        animation-duration: 9.9s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
    html.export-ready-theme body .article_summary:nth-child(75),
    body .article_summary:nth-child(75) {
        animation-duration: 9.95s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
    html.export-ready-theme body .article_summary:nth-child(76),
    body .article_summary:nth-child(76) {
        animation-duration: 10s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
    html.export-ready-theme body .article_summary:nth-child(77),
    body .article_summary:nth-child(77) {
        animation-duration: 10.05s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
    html.export-ready-theme body .article_summary:nth-child(78),
    body .article_summary:nth-child(78) {
        animation-duration: 10.1s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
    html.export-ready-theme body .article_summary:nth-child(79),
    body .article_summary:nth-child(79) {
        animation-duration: 10.15s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
    html.export-ready-theme body .article_summary:nth-child(80),
    body .article_summary:nth-child(80) {
        animation-duration: 10.2s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
    html.export-ready-theme body .article_summary:nth-child(81),
    body .article_summary:nth-child(81) {
        animation-duration: 10.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
    html.export-ready-theme body .article_summary:nth-child(82),
    body .article_summary:nth-child(82) {
        animation-duration: 10.3s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
    html.export-ready-theme body .article_summary:nth-child(83),
    body .article_summary:nth-child(83) {
        animation-duration: 10.35s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
    html.export-ready-theme body .article_summary:nth-child(84),
    body .article_summary:nth-child(84) {
        animation-duration: 10.4s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
    html.export-ready-theme body .article_summary:nth-child(85),
    body .article_summary:nth-child(85) {
        animation-duration: 10.45s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
    html.export-ready-theme body .article_summary:nth-child(86),
    body .article_summary:nth-child(86) {
        animation-duration: 10.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
    html.export-ready-theme body .article_summary:nth-child(87),
    body .article_summary:nth-child(87) {
        animation-duration: 10.55s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
    html.export-ready-theme body .article_summary:nth-child(88),
    body .article_summary:nth-child(88) {
        animation-duration: 10.6s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
    html.export-ready-theme body .article_summary:nth-child(89),
    body .article_summary:nth-child(89) {
        animation-duration: 10.65s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
    html.export-ready-theme body .article_summary:nth-child(90),
    body .article_summary:nth-child(90) {
        animation-duration: 10.7s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
    html.export-ready-theme body .article_summary:nth-child(91),
    body .article_summary:nth-child(91) {
        animation-duration: 10.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
    html.export-ready-theme body .article_summary:nth-child(92),
    body .article_summary:nth-child(92) {
        animation-duration: 10.8s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
    html.export-ready-theme body .article_summary:nth-child(93),
    body .article_summary:nth-child(93) {
        animation-duration: 10.85s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
    html.export-ready-theme body .article_summary:nth-child(94),
    body .article_summary:nth-child(94) {
        animation-duration: 10.9s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
    html.export-ready-theme body .article_summary:nth-child(95),
    body .article_summary:nth-child(95) {
        animation-duration: 10.95s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
    html.export-ready-theme body .article_summary:nth-child(96),
    body .article_summary:nth-child(96) {
        animation-duration: 11s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
    html.export-ready-theme body .article_summary:nth-child(97),
    body .article_summary:nth-child(97) {
        animation-duration: 11.05s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
    html.export-ready-theme body .article_summary:nth-child(98),
    body .article_summary:nth-child(98) {
        animation-duration: 11.1s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
    html.export-ready-theme body .article_summary:nth-child(99),
    body .article_summary:nth-child(99) {
        animation-duration: 11.15s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
    html.export-ready-theme body .article_summary:nth-child(100),
    body .article_summary:nth-child(100) {
        animation-duration: 11.2s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
    html.export-ready-theme body .article_summary:nth-child(101),
    body .article_summary:nth-child(101) {
        animation-duration: 11.25s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
    html.export-ready-theme body .article_summary:nth-child(102),
    body .article_summary:nth-child(102) {
        animation-duration: 11.3s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
    html.export-ready-theme body .article_summary:nth-child(103),
    body .article_summary:nth-child(103) {
        animation-duration: 11.35s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
    html.export-ready-theme body .article_summary:nth-child(104),
    body .article_summary:nth-child(104) {
        animation-duration: 11.4s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
    html.export-ready-theme body .article_summary:nth-child(105),
    body .article_summary:nth-child(105) {
        animation-duration: 11.45s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
    html.export-ready-theme body .article_summary:nth-child(106),
    body .article_summary:nth-child(106) {
        animation-duration: 11.5s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
    html.export-ready-theme body .article_summary:nth-child(107),
    body .article_summary:nth-child(107) {
        animation-duration: 11.55s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
    html.export-ready-theme body .article_summary:nth-child(108),
    body .article_summary:nth-child(108) {
        animation-duration: 11.6s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
    html.export-ready-theme body .article_summary:nth-child(109),
    body .article_summary:nth-child(109) {
        animation-duration: 11.65s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
    html.export-ready-theme body .article_summary:nth-child(110),
    body .article_summary:nth-child(110) {
        animation-duration: 11.7s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
    html.export-ready-theme body .article_summary:nth-child(111),
    body .article_summary:nth-child(111) {
        animation-duration: 11.75s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
    html.export-ready-theme body .article_summary:nth-child(112),
    body .article_summary:nth-child(112) {
        animation-duration: 11.8s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
    html.export-ready-theme body .article_summary:nth-child(113),
    body .article_summary:nth-child(113) {
        animation-duration: 11.85s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
    html.export-ready-theme body .article_summary:nth-child(114),
    body .article_summary:nth-child(114) {
        animation-duration: 11.9s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
    html.export-ready-theme body .article_summary:nth-child(115),
    body .article_summary:nth-child(115) {
        animation-duration: 11.95s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
    html.export-ready-theme body .article_summary:nth-child(116),
    body .article_summary:nth-child(116) {
        animation-duration: 12s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
    html.export-ready-theme body .article_summary:nth-child(117),
    body .article_summary:nth-child(117) {
        animation-duration: 12.05s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
    html.export-ready-theme body .article_summary:nth-child(118),
    body .article_summary:nth-child(118) {
        animation-duration: 12.1s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
    html.export-ready-theme body .article_summary:nth-child(119),
    body .article_summary:nth-child(119) {
        animation-duration: 12.15s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
    html.export-ready-theme body .article_summary:nth-child(120),
    body .article_summary:nth-child(120) {
        animation-duration: 12.2s !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(n+121),
    html.export-ready-theme body .article_summary:nth-child(n+121),
    body .article_summary:nth-child(n+121) {
        animation-duration: 12.2s !important;
    }
}


/* =========================================================
   EYIB OJS - v24 MAQOLA ANIMATSIYA TEZLIGI: FARQ 0.5s GA QISQARADI
   1-maqola 10s; 2-maqola 12s; 3-maqola 13.5s;
   4-maqola 14.5s; keyingi farq minimal 0.5s sifatida davom etadi.
   Bu blok eng oxirida turishi shart.
========================================================= */

html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
html.export-ready-theme body .article_summary,
body .article_summary {
    animation-timing-function: cubic-bezier(.19, 1, .22, 1) !important;
    animation-fill-mode: both !important;
}

html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
html.export-ready-theme body .article_summary:nth-child(1),
body .article_summary:nth-child(1) { animation-duration: 10s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
html.export-ready-theme body .article_summary:nth-child(2),
body .article_summary:nth-child(2) { animation-duration: 12s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
html.export-ready-theme body .article_summary:nth-child(3),
body .article_summary:nth-child(3) { animation-duration: 13.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
html.export-ready-theme body .article_summary:nth-child(4),
body .article_summary:nth-child(4) { animation-duration: 14.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
html.export-ready-theme body .article_summary:nth-child(5),
body .article_summary:nth-child(5) { animation-duration: 15s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
html.export-ready-theme body .article_summary:nth-child(6),
body .article_summary:nth-child(6) { animation-duration: 15.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
html.export-ready-theme body .article_summary:nth-child(7),
body .article_summary:nth-child(7) { animation-duration: 16s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
html.export-ready-theme body .article_summary:nth-child(8),
body .article_summary:nth-child(8) { animation-duration: 16.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
html.export-ready-theme body .article_summary:nth-child(9),
body .article_summary:nth-child(9) { animation-duration: 17s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
html.export-ready-theme body .article_summary:nth-child(10),
body .article_summary:nth-child(10) { animation-duration: 17.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
html.export-ready-theme body .article_summary:nth-child(11),
body .article_summary:nth-child(11) { animation-duration: 18s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
html.export-ready-theme body .article_summary:nth-child(12),
body .article_summary:nth-child(12) { animation-duration: 18.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
html.export-ready-theme body .article_summary:nth-child(13),
body .article_summary:nth-child(13) { animation-duration: 19s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
html.export-ready-theme body .article_summary:nth-child(14),
body .article_summary:nth-child(14) { animation-duration: 19.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
html.export-ready-theme body .article_summary:nth-child(15),
body .article_summary:nth-child(15) { animation-duration: 20s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
html.export-ready-theme body .article_summary:nth-child(16),
body .article_summary:nth-child(16) { animation-duration: 20.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
html.export-ready-theme body .article_summary:nth-child(17),
body .article_summary:nth-child(17) { animation-duration: 21s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
html.export-ready-theme body .article_summary:nth-child(18),
body .article_summary:nth-child(18) { animation-duration: 21.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
html.export-ready-theme body .article_summary:nth-child(19),
body .article_summary:nth-child(19) { animation-duration: 22s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
html.export-ready-theme body .article_summary:nth-child(20),
body .article_summary:nth-child(20) { animation-duration: 22.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
html.export-ready-theme body .article_summary:nth-child(21),
body .article_summary:nth-child(21) { animation-duration: 23s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
html.export-ready-theme body .article_summary:nth-child(22),
body .article_summary:nth-child(22) { animation-duration: 23.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
html.export-ready-theme body .article_summary:nth-child(23),
body .article_summary:nth-child(23) { animation-duration: 24s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
html.export-ready-theme body .article_summary:nth-child(24),
body .article_summary:nth-child(24) { animation-duration: 24.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
html.export-ready-theme body .article_summary:nth-child(25),
body .article_summary:nth-child(25) { animation-duration: 25s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
html.export-ready-theme body .article_summary:nth-child(26),
body .article_summary:nth-child(26) { animation-duration: 25.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
html.export-ready-theme body .article_summary:nth-child(27),
body .article_summary:nth-child(27) { animation-duration: 26s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
html.export-ready-theme body .article_summary:nth-child(28),
body .article_summary:nth-child(28) { animation-duration: 26.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
html.export-ready-theme body .article_summary:nth-child(29),
body .article_summary:nth-child(29) { animation-duration: 27s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
html.export-ready-theme body .article_summary:nth-child(30),
body .article_summary:nth-child(30) { animation-duration: 27.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
html.export-ready-theme body .article_summary:nth-child(31),
body .article_summary:nth-child(31) { animation-duration: 28s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
html.export-ready-theme body .article_summary:nth-child(32),
body .article_summary:nth-child(32) { animation-duration: 28.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
html.export-ready-theme body .article_summary:nth-child(33),
body .article_summary:nth-child(33) { animation-duration: 29s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
html.export-ready-theme body .article_summary:nth-child(34),
body .article_summary:nth-child(34) { animation-duration: 29.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
html.export-ready-theme body .article_summary:nth-child(35),
body .article_summary:nth-child(35) { animation-duration: 30s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
html.export-ready-theme body .article_summary:nth-child(36),
body .article_summary:nth-child(36) { animation-duration: 30.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
html.export-ready-theme body .article_summary:nth-child(37),
body .article_summary:nth-child(37) { animation-duration: 31s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
html.export-ready-theme body .article_summary:nth-child(38),
body .article_summary:nth-child(38) { animation-duration: 31.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
html.export-ready-theme body .article_summary:nth-child(39),
body .article_summary:nth-child(39) { animation-duration: 32s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
html.export-ready-theme body .article_summary:nth-child(40),
body .article_summary:nth-child(40) { animation-duration: 32.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
html.export-ready-theme body .article_summary:nth-child(41),
body .article_summary:nth-child(41) { animation-duration: 33s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
html.export-ready-theme body .article_summary:nth-child(42),
body .article_summary:nth-child(42) { animation-duration: 33.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
html.export-ready-theme body .article_summary:nth-child(43),
body .article_summary:nth-child(43) { animation-duration: 34s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
html.export-ready-theme body .article_summary:nth-child(44),
body .article_summary:nth-child(44) { animation-duration: 34.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
html.export-ready-theme body .article_summary:nth-child(45),
body .article_summary:nth-child(45) { animation-duration: 35s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
html.export-ready-theme body .article_summary:nth-child(46),
body .article_summary:nth-child(46) { animation-duration: 35.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
html.export-ready-theme body .article_summary:nth-child(47),
body .article_summary:nth-child(47) { animation-duration: 36s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
html.export-ready-theme body .article_summary:nth-child(48),
body .article_summary:nth-child(48) { animation-duration: 36.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
html.export-ready-theme body .article_summary:nth-child(49),
body .article_summary:nth-child(49) { animation-duration: 37s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
html.export-ready-theme body .article_summary:nth-child(50),
body .article_summary:nth-child(50) { animation-duration: 37.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
html.export-ready-theme body .article_summary:nth-child(51),
body .article_summary:nth-child(51) { animation-duration: 38s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
html.export-ready-theme body .article_summary:nth-child(52),
body .article_summary:nth-child(52) { animation-duration: 38.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
html.export-ready-theme body .article_summary:nth-child(53),
body .article_summary:nth-child(53) { animation-duration: 39s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
html.export-ready-theme body .article_summary:nth-child(54),
body .article_summary:nth-child(54) { animation-duration: 39.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
html.export-ready-theme body .article_summary:nth-child(55),
body .article_summary:nth-child(55) { animation-duration: 40s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
html.export-ready-theme body .article_summary:nth-child(56),
body .article_summary:nth-child(56) { animation-duration: 40.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
html.export-ready-theme body .article_summary:nth-child(57),
body .article_summary:nth-child(57) { animation-duration: 41s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
html.export-ready-theme body .article_summary:nth-child(58),
body .article_summary:nth-child(58) { animation-duration: 41.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
html.export-ready-theme body .article_summary:nth-child(59),
body .article_summary:nth-child(59) { animation-duration: 42s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
html.export-ready-theme body .article_summary:nth-child(60),
body .article_summary:nth-child(60) { animation-duration: 42.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
html.export-ready-theme body .article_summary:nth-child(61),
body .article_summary:nth-child(61) { animation-duration: 43s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
html.export-ready-theme body .article_summary:nth-child(62),
body .article_summary:nth-child(62) { animation-duration: 43.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
html.export-ready-theme body .article_summary:nth-child(63),
body .article_summary:nth-child(63) { animation-duration: 44s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
html.export-ready-theme body .article_summary:nth-child(64),
body .article_summary:nth-child(64) { animation-duration: 44.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
html.export-ready-theme body .article_summary:nth-child(65),
body .article_summary:nth-child(65) { animation-duration: 45s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
html.export-ready-theme body .article_summary:nth-child(66),
body .article_summary:nth-child(66) { animation-duration: 45.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
html.export-ready-theme body .article_summary:nth-child(67),
body .article_summary:nth-child(67) { animation-duration: 46s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
html.export-ready-theme body .article_summary:nth-child(68),
body .article_summary:nth-child(68) { animation-duration: 46.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
html.export-ready-theme body .article_summary:nth-child(69),
body .article_summary:nth-child(69) { animation-duration: 47s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
html.export-ready-theme body .article_summary:nth-child(70),
body .article_summary:nth-child(70) { animation-duration: 47.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
html.export-ready-theme body .article_summary:nth-child(71),
body .article_summary:nth-child(71) { animation-duration: 48s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
html.export-ready-theme body .article_summary:nth-child(72),
body .article_summary:nth-child(72) { animation-duration: 48.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
html.export-ready-theme body .article_summary:nth-child(73),
body .article_summary:nth-child(73) { animation-duration: 49s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
html.export-ready-theme body .article_summary:nth-child(74),
body .article_summary:nth-child(74) { animation-duration: 49.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
html.export-ready-theme body .article_summary:nth-child(75),
body .article_summary:nth-child(75) { animation-duration: 50s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
html.export-ready-theme body .article_summary:nth-child(76),
body .article_summary:nth-child(76) { animation-duration: 50.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
html.export-ready-theme body .article_summary:nth-child(77),
body .article_summary:nth-child(77) { animation-duration: 51s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
html.export-ready-theme body .article_summary:nth-child(78),
body .article_summary:nth-child(78) { animation-duration: 51.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
html.export-ready-theme body .article_summary:nth-child(79),
body .article_summary:nth-child(79) { animation-duration: 52s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
html.export-ready-theme body .article_summary:nth-child(80),
body .article_summary:nth-child(80) { animation-duration: 52.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
html.export-ready-theme body .article_summary:nth-child(81),
body .article_summary:nth-child(81) { animation-duration: 53s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
html.export-ready-theme body .article_summary:nth-child(82),
body .article_summary:nth-child(82) { animation-duration: 53.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
html.export-ready-theme body .article_summary:nth-child(83),
body .article_summary:nth-child(83) { animation-duration: 54s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
html.export-ready-theme body .article_summary:nth-child(84),
body .article_summary:nth-child(84) { animation-duration: 54.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
html.export-ready-theme body .article_summary:nth-child(85),
body .article_summary:nth-child(85) { animation-duration: 55s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
html.export-ready-theme body .article_summary:nth-child(86),
body .article_summary:nth-child(86) { animation-duration: 55.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
html.export-ready-theme body .article_summary:nth-child(87),
body .article_summary:nth-child(87) { animation-duration: 56s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
html.export-ready-theme body .article_summary:nth-child(88),
body .article_summary:nth-child(88) { animation-duration: 56.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
html.export-ready-theme body .article_summary:nth-child(89),
body .article_summary:nth-child(89) { animation-duration: 57s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
html.export-ready-theme body .article_summary:nth-child(90),
body .article_summary:nth-child(90) { animation-duration: 57.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
html.export-ready-theme body .article_summary:nth-child(91),
body .article_summary:nth-child(91) { animation-duration: 58s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
html.export-ready-theme body .article_summary:nth-child(92),
body .article_summary:nth-child(92) { animation-duration: 58.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
html.export-ready-theme body .article_summary:nth-child(93),
body .article_summary:nth-child(93) { animation-duration: 59s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
html.export-ready-theme body .article_summary:nth-child(94),
body .article_summary:nth-child(94) { animation-duration: 59.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
html.export-ready-theme body .article_summary:nth-child(95),
body .article_summary:nth-child(95) { animation-duration: 60s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
html.export-ready-theme body .article_summary:nth-child(96),
body .article_summary:nth-child(96) { animation-duration: 60.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
html.export-ready-theme body .article_summary:nth-child(97),
body .article_summary:nth-child(97) { animation-duration: 61s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
html.export-ready-theme body .article_summary:nth-child(98),
body .article_summary:nth-child(98) { animation-duration: 61.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
html.export-ready-theme body .article_summary:nth-child(99),
body .article_summary:nth-child(99) { animation-duration: 62s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
html.export-ready-theme body .article_summary:nth-child(100),
body .article_summary:nth-child(100) { animation-duration: 62.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
html.export-ready-theme body .article_summary:nth-child(101),
body .article_summary:nth-child(101) { animation-duration: 63s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
html.export-ready-theme body .article_summary:nth-child(102),
body .article_summary:nth-child(102) { animation-duration: 63.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
html.export-ready-theme body .article_summary:nth-child(103),
body .article_summary:nth-child(103) { animation-duration: 64s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
html.export-ready-theme body .article_summary:nth-child(104),
body .article_summary:nth-child(104) { animation-duration: 64.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
html.export-ready-theme body .article_summary:nth-child(105),
body .article_summary:nth-child(105) { animation-duration: 65s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
html.export-ready-theme body .article_summary:nth-child(106),
body .article_summary:nth-child(106) { animation-duration: 65.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
html.export-ready-theme body .article_summary:nth-child(107),
body .article_summary:nth-child(107) { animation-duration: 66s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
html.export-ready-theme body .article_summary:nth-child(108),
body .article_summary:nth-child(108) { animation-duration: 66.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
html.export-ready-theme body .article_summary:nth-child(109),
body .article_summary:nth-child(109) { animation-duration: 67s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
html.export-ready-theme body .article_summary:nth-child(110),
body .article_summary:nth-child(110) { animation-duration: 67.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
html.export-ready-theme body .article_summary:nth-child(111),
body .article_summary:nth-child(111) { animation-duration: 68s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
html.export-ready-theme body .article_summary:nth-child(112),
body .article_summary:nth-child(112) { animation-duration: 68.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
html.export-ready-theme body .article_summary:nth-child(113),
body .article_summary:nth-child(113) { animation-duration: 69s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
html.export-ready-theme body .article_summary:nth-child(114),
body .article_summary:nth-child(114) { animation-duration: 69.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
html.export-ready-theme body .article_summary:nth-child(115),
body .article_summary:nth-child(115) { animation-duration: 70s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
html.export-ready-theme body .article_summary:nth-child(116),
body .article_summary:nth-child(116) { animation-duration: 70.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
html.export-ready-theme body .article_summary:nth-child(117),
body .article_summary:nth-child(117) { animation-duration: 71s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
html.export-ready-theme body .article_summary:nth-child(118),
body .article_summary:nth-child(118) { animation-duration: 71.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
html.export-ready-theme body .article_summary:nth-child(119),
body .article_summary:nth-child(119) { animation-duration: 72s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
html.export-ready-theme body .article_summary:nth-child(120),
body .article_summary:nth-child(120) { animation-duration: 72.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(121),
html.export-ready-theme body .article_summary:nth-child(121),
body .article_summary:nth-child(121) { animation-duration: 73s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(122),
html.export-ready-theme body .article_summary:nth-child(122),
body .article_summary:nth-child(122) { animation-duration: 73.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(123),
html.export-ready-theme body .article_summary:nth-child(123),
body .article_summary:nth-child(123) { animation-duration: 74s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(124),
html.export-ready-theme body .article_summary:nth-child(124),
body .article_summary:nth-child(124) { animation-duration: 74.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(125),
html.export-ready-theme body .article_summary:nth-child(125),
body .article_summary:nth-child(125) { animation-duration: 75s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(126),
html.export-ready-theme body .article_summary:nth-child(126),
body .article_summary:nth-child(126) { animation-duration: 75.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(127),
html.export-ready-theme body .article_summary:nth-child(127),
body .article_summary:nth-child(127) { animation-duration: 76s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(128),
html.export-ready-theme body .article_summary:nth-child(128),
body .article_summary:nth-child(128) { animation-duration: 76.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(129),
html.export-ready-theme body .article_summary:nth-child(129),
body .article_summary:nth-child(129) { animation-duration: 77s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(130),
html.export-ready-theme body .article_summary:nth-child(130),
body .article_summary:nth-child(130) { animation-duration: 77.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(131),
html.export-ready-theme body .article_summary:nth-child(131),
body .article_summary:nth-child(131) { animation-duration: 78s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(132),
html.export-ready-theme body .article_summary:nth-child(132),
body .article_summary:nth-child(132) { animation-duration: 78.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(133),
html.export-ready-theme body .article_summary:nth-child(133),
body .article_summary:nth-child(133) { animation-duration: 79s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(134),
html.export-ready-theme body .article_summary:nth-child(134),
body .article_summary:nth-child(134) { animation-duration: 79.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(135),
html.export-ready-theme body .article_summary:nth-child(135),
body .article_summary:nth-child(135) { animation-duration: 80s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(136),
html.export-ready-theme body .article_summary:nth-child(136),
body .article_summary:nth-child(136) { animation-duration: 80.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(137),
html.export-ready-theme body .article_summary:nth-child(137),
body .article_summary:nth-child(137) { animation-duration: 81s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(138),
html.export-ready-theme body .article_summary:nth-child(138),
body .article_summary:nth-child(138) { animation-duration: 81.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(139),
html.export-ready-theme body .article_summary:nth-child(139),
body .article_summary:nth-child(139) { animation-duration: 82s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(140),
html.export-ready-theme body .article_summary:nth-child(140),
body .article_summary:nth-child(140) { animation-duration: 82.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(141),
html.export-ready-theme body .article_summary:nth-child(141),
body .article_summary:nth-child(141) { animation-duration: 83s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(142),
html.export-ready-theme body .article_summary:nth-child(142),
body .article_summary:nth-child(142) { animation-duration: 83.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(143),
html.export-ready-theme body .article_summary:nth-child(143),
body .article_summary:nth-child(143) { animation-duration: 84s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(144),
html.export-ready-theme body .article_summary:nth-child(144),
body .article_summary:nth-child(144) { animation-duration: 84.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(145),
html.export-ready-theme body .article_summary:nth-child(145),
body .article_summary:nth-child(145) { animation-duration: 85s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(146),
html.export-ready-theme body .article_summary:nth-child(146),
body .article_summary:nth-child(146) { animation-duration: 85.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(147),
html.export-ready-theme body .article_summary:nth-child(147),
body .article_summary:nth-child(147) { animation-duration: 86s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(148),
html.export-ready-theme body .article_summary:nth-child(148),
body .article_summary:nth-child(148) { animation-duration: 86.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(149),
html.export-ready-theme body .article_summary:nth-child(149),
body .article_summary:nth-child(149) { animation-duration: 87s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(150),
html.export-ready-theme body .article_summary:nth-child(150),
body .article_summary:nth-child(150) { animation-duration: 87.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(151),
html.export-ready-theme body .article_summary:nth-child(151),
body .article_summary:nth-child(151) { animation-duration: 88s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(152),
html.export-ready-theme body .article_summary:nth-child(152),
body .article_summary:nth-child(152) { animation-duration: 88.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(153),
html.export-ready-theme body .article_summary:nth-child(153),
body .article_summary:nth-child(153) { animation-duration: 89s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(154),
html.export-ready-theme body .article_summary:nth-child(154),
body .article_summary:nth-child(154) { animation-duration: 89.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(155),
html.export-ready-theme body .article_summary:nth-child(155),
body .article_summary:nth-child(155) { animation-duration: 90s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(156),
html.export-ready-theme body .article_summary:nth-child(156),
body .article_summary:nth-child(156) { animation-duration: 90.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(157),
html.export-ready-theme body .article_summary:nth-child(157),
body .article_summary:nth-child(157) { animation-duration: 91s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(158),
html.export-ready-theme body .article_summary:nth-child(158),
body .article_summary:nth-child(158) { animation-duration: 91.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(159),
html.export-ready-theme body .article_summary:nth-child(159),
body .article_summary:nth-child(159) { animation-duration: 92s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(160),
html.export-ready-theme body .article_summary:nth-child(160),
body .article_summary:nth-child(160) { animation-duration: 92.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(161),
html.export-ready-theme body .article_summary:nth-child(161),
body .article_summary:nth-child(161) { animation-duration: 93s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(162),
html.export-ready-theme body .article_summary:nth-child(162),
body .article_summary:nth-child(162) { animation-duration: 93.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(163),
html.export-ready-theme body .article_summary:nth-child(163),
body .article_summary:nth-child(163) { animation-duration: 94s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(164),
html.export-ready-theme body .article_summary:nth-child(164),
body .article_summary:nth-child(164) { animation-duration: 94.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(165),
html.export-ready-theme body .article_summary:nth-child(165),
body .article_summary:nth-child(165) { animation-duration: 95s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(166),
html.export-ready-theme body .article_summary:nth-child(166),
body .article_summary:nth-child(166) { animation-duration: 95.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(167),
html.export-ready-theme body .article_summary:nth-child(167),
body .article_summary:nth-child(167) { animation-duration: 96s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(168),
html.export-ready-theme body .article_summary:nth-child(168),
body .article_summary:nth-child(168) { animation-duration: 96.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(169),
html.export-ready-theme body .article_summary:nth-child(169),
body .article_summary:nth-child(169) { animation-duration: 97s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(170),
html.export-ready-theme body .article_summary:nth-child(170),
body .article_summary:nth-child(170) { animation-duration: 97.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(171),
html.export-ready-theme body .article_summary:nth-child(171),
body .article_summary:nth-child(171) { animation-duration: 98s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(172),
html.export-ready-theme body .article_summary:nth-child(172),
body .article_summary:nth-child(172) { animation-duration: 98.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(173),
html.export-ready-theme body .article_summary:nth-child(173),
body .article_summary:nth-child(173) { animation-duration: 99s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(174),
html.export-ready-theme body .article_summary:nth-child(174),
body .article_summary:nth-child(174) { animation-duration: 99.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(175),
html.export-ready-theme body .article_summary:nth-child(175),
body .article_summary:nth-child(175) { animation-duration: 100s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(176),
html.export-ready-theme body .article_summary:nth-child(176),
body .article_summary:nth-child(176) { animation-duration: 100.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(177),
html.export-ready-theme body .article_summary:nth-child(177),
body .article_summary:nth-child(177) { animation-duration: 101s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(178),
html.export-ready-theme body .article_summary:nth-child(178),
body .article_summary:nth-child(178) { animation-duration: 101.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(179),
html.export-ready-theme body .article_summary:nth-child(179),
body .article_summary:nth-child(179) { animation-duration: 102s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(180),
html.export-ready-theme body .article_summary:nth-child(180),
body .article_summary:nth-child(180) { animation-duration: 102.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(181),
html.export-ready-theme body .article_summary:nth-child(181),
body .article_summary:nth-child(181) { animation-duration: 103s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(182),
html.export-ready-theme body .article_summary:nth-child(182),
body .article_summary:nth-child(182) { animation-duration: 103.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(183),
html.export-ready-theme body .article_summary:nth-child(183),
body .article_summary:nth-child(183) { animation-duration: 104s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(184),
html.export-ready-theme body .article_summary:nth-child(184),
body .article_summary:nth-child(184) { animation-duration: 104.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(185),
html.export-ready-theme body .article_summary:nth-child(185),
body .article_summary:nth-child(185) { animation-duration: 105s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(186),
html.export-ready-theme body .article_summary:nth-child(186),
body .article_summary:nth-child(186) { animation-duration: 105.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(187),
html.export-ready-theme body .article_summary:nth-child(187),
body .article_summary:nth-child(187) { animation-duration: 106s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(188),
html.export-ready-theme body .article_summary:nth-child(188),
body .article_summary:nth-child(188) { animation-duration: 106.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(189),
html.export-ready-theme body .article_summary:nth-child(189),
body .article_summary:nth-child(189) { animation-duration: 107s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(190),
html.export-ready-theme body .article_summary:nth-child(190),
body .article_summary:nth-child(190) { animation-duration: 107.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(191),
html.export-ready-theme body .article_summary:nth-child(191),
body .article_summary:nth-child(191) { animation-duration: 108s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(192),
html.export-ready-theme body .article_summary:nth-child(192),
body .article_summary:nth-child(192) { animation-duration: 108.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(193),
html.export-ready-theme body .article_summary:nth-child(193),
body .article_summary:nth-child(193) { animation-duration: 109s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(194),
html.export-ready-theme body .article_summary:nth-child(194),
body .article_summary:nth-child(194) { animation-duration: 109.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(195),
html.export-ready-theme body .article_summary:nth-child(195),
body .article_summary:nth-child(195) { animation-duration: 110s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(196),
html.export-ready-theme body .article_summary:nth-child(196),
body .article_summary:nth-child(196) { animation-duration: 110.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(197),
html.export-ready-theme body .article_summary:nth-child(197),
body .article_summary:nth-child(197) { animation-duration: 111s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(198),
html.export-ready-theme body .article_summary:nth-child(198),
body .article_summary:nth-child(198) { animation-duration: 111.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(199),
html.export-ready-theme body .article_summary:nth-child(199),
body .article_summary:nth-child(199) { animation-duration: 112s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(200),
html.export-ready-theme body .article_summary:nth-child(200),
body .article_summary:nth-child(200) { animation-duration: 112.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(201),
html.export-ready-theme body .article_summary:nth-child(201),
body .article_summary:nth-child(201) { animation-duration: 113s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(202),
html.export-ready-theme body .article_summary:nth-child(202),
body .article_summary:nth-child(202) { animation-duration: 113.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(203),
html.export-ready-theme body .article_summary:nth-child(203),
body .article_summary:nth-child(203) { animation-duration: 114s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(204),
html.export-ready-theme body .article_summary:nth-child(204),
body .article_summary:nth-child(204) { animation-duration: 114.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(205),
html.export-ready-theme body .article_summary:nth-child(205),
body .article_summary:nth-child(205) { animation-duration: 115s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(206),
html.export-ready-theme body .article_summary:nth-child(206),
body .article_summary:nth-child(206) { animation-duration: 115.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(207),
html.export-ready-theme body .article_summary:nth-child(207),
body .article_summary:nth-child(207) { animation-duration: 116s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(208),
html.export-ready-theme body .article_summary:nth-child(208),
body .article_summary:nth-child(208) { animation-duration: 116.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(209),
html.export-ready-theme body .article_summary:nth-child(209),
body .article_summary:nth-child(209) { animation-duration: 117s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(210),
html.export-ready-theme body .article_summary:nth-child(210),
body .article_summary:nth-child(210) { animation-duration: 117.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(211),
html.export-ready-theme body .article_summary:nth-child(211),
body .article_summary:nth-child(211) { animation-duration: 118s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(212),
html.export-ready-theme body .article_summary:nth-child(212),
body .article_summary:nth-child(212) { animation-duration: 118.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(213),
html.export-ready-theme body .article_summary:nth-child(213),
body .article_summary:nth-child(213) { animation-duration: 119s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(214),
html.export-ready-theme body .article_summary:nth-child(214),
body .article_summary:nth-child(214) { animation-duration: 119.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(215),
html.export-ready-theme body .article_summary:nth-child(215),
body .article_summary:nth-child(215) { animation-duration: 120s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(216),
html.export-ready-theme body .article_summary:nth-child(216),
body .article_summary:nth-child(216) { animation-duration: 120.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(217),
html.export-ready-theme body .article_summary:nth-child(217),
body .article_summary:nth-child(217) { animation-duration: 121s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(218),
html.export-ready-theme body .article_summary:nth-child(218),
body .article_summary:nth-child(218) { animation-duration: 121.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(219),
html.export-ready-theme body .article_summary:nth-child(219),
body .article_summary:nth-child(219) { animation-duration: 122s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(220),
html.export-ready-theme body .article_summary:nth-child(220),
body .article_summary:nth-child(220) { animation-duration: 122.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(221),
html.export-ready-theme body .article_summary:nth-child(221),
body .article_summary:nth-child(221) { animation-duration: 123s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(222),
html.export-ready-theme body .article_summary:nth-child(222),
body .article_summary:nth-child(222) { animation-duration: 123.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(223),
html.export-ready-theme body .article_summary:nth-child(223),
body .article_summary:nth-child(223) { animation-duration: 124s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(224),
html.export-ready-theme body .article_summary:nth-child(224),
body .article_summary:nth-child(224) { animation-duration: 124.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(225),
html.export-ready-theme body .article_summary:nth-child(225),
body .article_summary:nth-child(225) { animation-duration: 125s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(226),
html.export-ready-theme body .article_summary:nth-child(226),
body .article_summary:nth-child(226) { animation-duration: 125.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(227),
html.export-ready-theme body .article_summary:nth-child(227),
body .article_summary:nth-child(227) { animation-duration: 126s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(228),
html.export-ready-theme body .article_summary:nth-child(228),
body .article_summary:nth-child(228) { animation-duration: 126.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(229),
html.export-ready-theme body .article_summary:nth-child(229),
body .article_summary:nth-child(229) { animation-duration: 127s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(230),
html.export-ready-theme body .article_summary:nth-child(230),
body .article_summary:nth-child(230) { animation-duration: 127.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(231),
html.export-ready-theme body .article_summary:nth-child(231),
body .article_summary:nth-child(231) { animation-duration: 128s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(232),
html.export-ready-theme body .article_summary:nth-child(232),
body .article_summary:nth-child(232) { animation-duration: 128.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(233),
html.export-ready-theme body .article_summary:nth-child(233),
body .article_summary:nth-child(233) { animation-duration: 129s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(234),
html.export-ready-theme body .article_summary:nth-child(234),
body .article_summary:nth-child(234) { animation-duration: 129.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(235),
html.export-ready-theme body .article_summary:nth-child(235),
body .article_summary:nth-child(235) { animation-duration: 130s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(236),
html.export-ready-theme body .article_summary:nth-child(236),
body .article_summary:nth-child(236) { animation-duration: 130.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(237),
html.export-ready-theme body .article_summary:nth-child(237),
body .article_summary:nth-child(237) { animation-duration: 131s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(238),
html.export-ready-theme body .article_summary:nth-child(238),
body .article_summary:nth-child(238) { animation-duration: 131.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(239),
html.export-ready-theme body .article_summary:nth-child(239),
body .article_summary:nth-child(239) { animation-duration: 132s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(240),
html.export-ready-theme body .article_summary:nth-child(240),
body .article_summary:nth-child(240) { animation-duration: 132.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(241),
html.export-ready-theme body .article_summary:nth-child(241),
body .article_summary:nth-child(241) { animation-duration: 133s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(242),
html.export-ready-theme body .article_summary:nth-child(242),
body .article_summary:nth-child(242) { animation-duration: 133.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(243),
html.export-ready-theme body .article_summary:nth-child(243),
body .article_summary:nth-child(243) { animation-duration: 134s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(244),
html.export-ready-theme body .article_summary:nth-child(244),
body .article_summary:nth-child(244) { animation-duration: 134.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(245),
html.export-ready-theme body .article_summary:nth-child(245),
body .article_summary:nth-child(245) { animation-duration: 135s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(246),
html.export-ready-theme body .article_summary:nth-child(246),
body .article_summary:nth-child(246) { animation-duration: 135.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(247),
html.export-ready-theme body .article_summary:nth-child(247),
body .article_summary:nth-child(247) { animation-duration: 136s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(248),
html.export-ready-theme body .article_summary:nth-child(248),
body .article_summary:nth-child(248) { animation-duration: 136.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(249),
html.export-ready-theme body .article_summary:nth-child(249),
body .article_summary:nth-child(249) { animation-duration: 137s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(250),
html.export-ready-theme body .article_summary:nth-child(250),
body .article_summary:nth-child(250) { animation-duration: 137.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(251),
html.export-ready-theme body .article_summary:nth-child(251),
body .article_summary:nth-child(251) { animation-duration: 138s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(252),
html.export-ready-theme body .article_summary:nth-child(252),
body .article_summary:nth-child(252) { animation-duration: 138.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(253),
html.export-ready-theme body .article_summary:nth-child(253),
body .article_summary:nth-child(253) { animation-duration: 139s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(254),
html.export-ready-theme body .article_summary:nth-child(254),
body .article_summary:nth-child(254) { animation-duration: 139.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(255),
html.export-ready-theme body .article_summary:nth-child(255),
body .article_summary:nth-child(255) { animation-duration: 140s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(256),
html.export-ready-theme body .article_summary:nth-child(256),
body .article_summary:nth-child(256) { animation-duration: 140.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(257),
html.export-ready-theme body .article_summary:nth-child(257),
body .article_summary:nth-child(257) { animation-duration: 141s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(258),
html.export-ready-theme body .article_summary:nth-child(258),
body .article_summary:nth-child(258) { animation-duration: 141.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(259),
html.export-ready-theme body .article_summary:nth-child(259),
body .article_summary:nth-child(259) { animation-duration: 142s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(260),
html.export-ready-theme body .article_summary:nth-child(260),
body .article_summary:nth-child(260) { animation-duration: 142.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(261),
html.export-ready-theme body .article_summary:nth-child(261),
body .article_summary:nth-child(261) { animation-duration: 143s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(262),
html.export-ready-theme body .article_summary:nth-child(262),
body .article_summary:nth-child(262) { animation-duration: 143.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(263),
html.export-ready-theme body .article_summary:nth-child(263),
body .article_summary:nth-child(263) { animation-duration: 144s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(264),
html.export-ready-theme body .article_summary:nth-child(264),
body .article_summary:nth-child(264) { animation-duration: 144.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(265),
html.export-ready-theme body .article_summary:nth-child(265),
body .article_summary:nth-child(265) { animation-duration: 145s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(266),
html.export-ready-theme body .article_summary:nth-child(266),
body .article_summary:nth-child(266) { animation-duration: 145.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(267),
html.export-ready-theme body .article_summary:nth-child(267),
body .article_summary:nth-child(267) { animation-duration: 146s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(268),
html.export-ready-theme body .article_summary:nth-child(268),
body .article_summary:nth-child(268) { animation-duration: 146.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(269),
html.export-ready-theme body .article_summary:nth-child(269),
body .article_summary:nth-child(269) { animation-duration: 147s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(270),
html.export-ready-theme body .article_summary:nth-child(270),
body .article_summary:nth-child(270) { animation-duration: 147.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(271),
html.export-ready-theme body .article_summary:nth-child(271),
body .article_summary:nth-child(271) { animation-duration: 148s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(272),
html.export-ready-theme body .article_summary:nth-child(272),
body .article_summary:nth-child(272) { animation-duration: 148.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(273),
html.export-ready-theme body .article_summary:nth-child(273),
body .article_summary:nth-child(273) { animation-duration: 149s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(274),
html.export-ready-theme body .article_summary:nth-child(274),
body .article_summary:nth-child(274) { animation-duration: 149.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(275),
html.export-ready-theme body .article_summary:nth-child(275),
body .article_summary:nth-child(275) { animation-duration: 150s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(276),
html.export-ready-theme body .article_summary:nth-child(276),
body .article_summary:nth-child(276) { animation-duration: 150.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(277),
html.export-ready-theme body .article_summary:nth-child(277),
body .article_summary:nth-child(277) { animation-duration: 151s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(278),
html.export-ready-theme body .article_summary:nth-child(278),
body .article_summary:nth-child(278) { animation-duration: 151.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(279),
html.export-ready-theme body .article_summary:nth-child(279),
body .article_summary:nth-child(279) { animation-duration: 152s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(280),
html.export-ready-theme body .article_summary:nth-child(280),
body .article_summary:nth-child(280) { animation-duration: 152.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(281),
html.export-ready-theme body .article_summary:nth-child(281),
body .article_summary:nth-child(281) { animation-duration: 153s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(282),
html.export-ready-theme body .article_summary:nth-child(282),
body .article_summary:nth-child(282) { animation-duration: 153.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(283),
html.export-ready-theme body .article_summary:nth-child(283),
body .article_summary:nth-child(283) { animation-duration: 154s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(284),
html.export-ready-theme body .article_summary:nth-child(284),
body .article_summary:nth-child(284) { animation-duration: 154.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(285),
html.export-ready-theme body .article_summary:nth-child(285),
body .article_summary:nth-child(285) { animation-duration: 155s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(286),
html.export-ready-theme body .article_summary:nth-child(286),
body .article_summary:nth-child(286) { animation-duration: 155.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(287),
html.export-ready-theme body .article_summary:nth-child(287),
body .article_summary:nth-child(287) { animation-duration: 156s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(288),
html.export-ready-theme body .article_summary:nth-child(288),
body .article_summary:nth-child(288) { animation-duration: 156.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(289),
html.export-ready-theme body .article_summary:nth-child(289),
body .article_summary:nth-child(289) { animation-duration: 157s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(290),
html.export-ready-theme body .article_summary:nth-child(290),
body .article_summary:nth-child(290) { animation-duration: 157.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(291),
html.export-ready-theme body .article_summary:nth-child(291),
body .article_summary:nth-child(291) { animation-duration: 158s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(292),
html.export-ready-theme body .article_summary:nth-child(292),
body .article_summary:nth-child(292) { animation-duration: 158.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(293),
html.export-ready-theme body .article_summary:nth-child(293),
body .article_summary:nth-child(293) { animation-duration: 159s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(294),
html.export-ready-theme body .article_summary:nth-child(294),
body .article_summary:nth-child(294) { animation-duration: 159.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(295),
html.export-ready-theme body .article_summary:nth-child(295),
body .article_summary:nth-child(295) { animation-duration: 160s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(296),
html.export-ready-theme body .article_summary:nth-child(296),
body .article_summary:nth-child(296) { animation-duration: 160.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(297),
html.export-ready-theme body .article_summary:nth-child(297),
body .article_summary:nth-child(297) { animation-duration: 161s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(298),
html.export-ready-theme body .article_summary:nth-child(298),
body .article_summary:nth-child(298) { animation-duration: 161.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(299),
html.export-ready-theme body .article_summary:nth-child(299),
body .article_summary:nth-child(299) { animation-duration: 162s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(300),
html.export-ready-theme body .article_summary:nth-child(300),
body .article_summary:nth-child(300) { animation-duration: 162.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(301),
html.export-ready-theme body .article_summary:nth-child(301),
body .article_summary:nth-child(301) { animation-duration: 163s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(302),
html.export-ready-theme body .article_summary:nth-child(302),
body .article_summary:nth-child(302) { animation-duration: 163.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(303),
html.export-ready-theme body .article_summary:nth-child(303),
body .article_summary:nth-child(303) { animation-duration: 164s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(304),
html.export-ready-theme body .article_summary:nth-child(304),
body .article_summary:nth-child(304) { animation-duration: 164.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(305),
html.export-ready-theme body .article_summary:nth-child(305),
body .article_summary:nth-child(305) { animation-duration: 165s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(306),
html.export-ready-theme body .article_summary:nth-child(306),
body .article_summary:nth-child(306) { animation-duration: 165.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(307),
html.export-ready-theme body .article_summary:nth-child(307),
body .article_summary:nth-child(307) { animation-duration: 166s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(308),
html.export-ready-theme body .article_summary:nth-child(308),
body .article_summary:nth-child(308) { animation-duration: 166.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(309),
html.export-ready-theme body .article_summary:nth-child(309),
body .article_summary:nth-child(309) { animation-duration: 167s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(310),
html.export-ready-theme body .article_summary:nth-child(310),
body .article_summary:nth-child(310) { animation-duration: 167.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(311),
html.export-ready-theme body .article_summary:nth-child(311),
body .article_summary:nth-child(311) { animation-duration: 168s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(312),
html.export-ready-theme body .article_summary:nth-child(312),
body .article_summary:nth-child(312) { animation-duration: 168.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(313),
html.export-ready-theme body .article_summary:nth-child(313),
body .article_summary:nth-child(313) { animation-duration: 169s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(314),
html.export-ready-theme body .article_summary:nth-child(314),
body .article_summary:nth-child(314) { animation-duration: 169.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(315),
html.export-ready-theme body .article_summary:nth-child(315),
body .article_summary:nth-child(315) { animation-duration: 170s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(316),
html.export-ready-theme body .article_summary:nth-child(316),
body .article_summary:nth-child(316) { animation-duration: 170.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(317),
html.export-ready-theme body .article_summary:nth-child(317),
body .article_summary:nth-child(317) { animation-duration: 171s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(318),
html.export-ready-theme body .article_summary:nth-child(318),
body .article_summary:nth-child(318) { animation-duration: 171.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(319),
html.export-ready-theme body .article_summary:nth-child(319),
body .article_summary:nth-child(319) { animation-duration: 172s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(320),
html.export-ready-theme body .article_summary:nth-child(320),
body .article_summary:nth-child(320) { animation-duration: 172.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(321),
html.export-ready-theme body .article_summary:nth-child(321),
body .article_summary:nth-child(321) { animation-duration: 173s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(322),
html.export-ready-theme body .article_summary:nth-child(322),
body .article_summary:nth-child(322) { animation-duration: 173.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(323),
html.export-ready-theme body .article_summary:nth-child(323),
body .article_summary:nth-child(323) { animation-duration: 174s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(324),
html.export-ready-theme body .article_summary:nth-child(324),
body .article_summary:nth-child(324) { animation-duration: 174.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(325),
html.export-ready-theme body .article_summary:nth-child(325),
body .article_summary:nth-child(325) { animation-duration: 175s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(326),
html.export-ready-theme body .article_summary:nth-child(326),
body .article_summary:nth-child(326) { animation-duration: 175.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(327),
html.export-ready-theme body .article_summary:nth-child(327),
body .article_summary:nth-child(327) { animation-duration: 176s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(328),
html.export-ready-theme body .article_summary:nth-child(328),
body .article_summary:nth-child(328) { animation-duration: 176.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(329),
html.export-ready-theme body .article_summary:nth-child(329),
body .article_summary:nth-child(329) { animation-duration: 177s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(330),
html.export-ready-theme body .article_summary:nth-child(330),
body .article_summary:nth-child(330) { animation-duration: 177.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(331),
html.export-ready-theme body .article_summary:nth-child(331),
body .article_summary:nth-child(331) { animation-duration: 178s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(332),
html.export-ready-theme body .article_summary:nth-child(332),
body .article_summary:nth-child(332) { animation-duration: 178.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(333),
html.export-ready-theme body .article_summary:nth-child(333),
body .article_summary:nth-child(333) { animation-duration: 179s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(334),
html.export-ready-theme body .article_summary:nth-child(334),
body .article_summary:nth-child(334) { animation-duration: 179.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(335),
html.export-ready-theme body .article_summary:nth-child(335),
body .article_summary:nth-child(335) { animation-duration: 180s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(336),
html.export-ready-theme body .article_summary:nth-child(336),
body .article_summary:nth-child(336) { animation-duration: 180.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(337),
html.export-ready-theme body .article_summary:nth-child(337),
body .article_summary:nth-child(337) { animation-duration: 181s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(338),
html.export-ready-theme body .article_summary:nth-child(338),
body .article_summary:nth-child(338) { animation-duration: 181.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(339),
html.export-ready-theme body .article_summary:nth-child(339),
body .article_summary:nth-child(339) { animation-duration: 182s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(340),
html.export-ready-theme body .article_summary:nth-child(340),
body .article_summary:nth-child(340) { animation-duration: 182.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(341),
html.export-ready-theme body .article_summary:nth-child(341),
body .article_summary:nth-child(341) { animation-duration: 183s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(342),
html.export-ready-theme body .article_summary:nth-child(342),
body .article_summary:nth-child(342) { animation-duration: 183.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(343),
html.export-ready-theme body .article_summary:nth-child(343),
body .article_summary:nth-child(343) { animation-duration: 184s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(344),
html.export-ready-theme body .article_summary:nth-child(344),
body .article_summary:nth-child(344) { animation-duration: 184.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(345),
html.export-ready-theme body .article_summary:nth-child(345),
body .article_summary:nth-child(345) { animation-duration: 185s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(346),
html.export-ready-theme body .article_summary:nth-child(346),
body .article_summary:nth-child(346) { animation-duration: 185.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(347),
html.export-ready-theme body .article_summary:nth-child(347),
body .article_summary:nth-child(347) { animation-duration: 186s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(348),
html.export-ready-theme body .article_summary:nth-child(348),
body .article_summary:nth-child(348) { animation-duration: 186.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(349),
html.export-ready-theme body .article_summary:nth-child(349),
body .article_summary:nth-child(349) { animation-duration: 187s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(350),
html.export-ready-theme body .article_summary:nth-child(350),
body .article_summary:nth-child(350) { animation-duration: 187.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(351),
html.export-ready-theme body .article_summary:nth-child(351),
body .article_summary:nth-child(351) { animation-duration: 188s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(352),
html.export-ready-theme body .article_summary:nth-child(352),
body .article_summary:nth-child(352) { animation-duration: 188.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(353),
html.export-ready-theme body .article_summary:nth-child(353),
body .article_summary:nth-child(353) { animation-duration: 189s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(354),
html.export-ready-theme body .article_summary:nth-child(354),
body .article_summary:nth-child(354) { animation-duration: 189.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(355),
html.export-ready-theme body .article_summary:nth-child(355),
body .article_summary:nth-child(355) { animation-duration: 190s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(356),
html.export-ready-theme body .article_summary:nth-child(356),
body .article_summary:nth-child(356) { animation-duration: 190.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(357),
html.export-ready-theme body .article_summary:nth-child(357),
body .article_summary:nth-child(357) { animation-duration: 191s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(358),
html.export-ready-theme body .article_summary:nth-child(358),
body .article_summary:nth-child(358) { animation-duration: 191.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(359),
html.export-ready-theme body .article_summary:nth-child(359),
body .article_summary:nth-child(359) { animation-duration: 192s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(360),
html.export-ready-theme body .article_summary:nth-child(360),
body .article_summary:nth-child(360) { animation-duration: 192.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(361),
html.export-ready-theme body .article_summary:nth-child(361),
body .article_summary:nth-child(361) { animation-duration: 193s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(362),
html.export-ready-theme body .article_summary:nth-child(362),
body .article_summary:nth-child(362) { animation-duration: 193.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(363),
html.export-ready-theme body .article_summary:nth-child(363),
body .article_summary:nth-child(363) { animation-duration: 194s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(364),
html.export-ready-theme body .article_summary:nth-child(364),
body .article_summary:nth-child(364) { animation-duration: 194.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(365),
html.export-ready-theme body .article_summary:nth-child(365),
body .article_summary:nth-child(365) { animation-duration: 195s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(366),
html.export-ready-theme body .article_summary:nth-child(366),
body .article_summary:nth-child(366) { animation-duration: 195.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(367),
html.export-ready-theme body .article_summary:nth-child(367),
body .article_summary:nth-child(367) { animation-duration: 196s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(368),
html.export-ready-theme body .article_summary:nth-child(368),
body .article_summary:nth-child(368) { animation-duration: 196.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(369),
html.export-ready-theme body .article_summary:nth-child(369),
body .article_summary:nth-child(369) { animation-duration: 197s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(370),
html.export-ready-theme body .article_summary:nth-child(370),
body .article_summary:nth-child(370) { animation-duration: 197.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(371),
html.export-ready-theme body .article_summary:nth-child(371),
body .article_summary:nth-child(371) { animation-duration: 198s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(372),
html.export-ready-theme body .article_summary:nth-child(372),
body .article_summary:nth-child(372) { animation-duration: 198.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(373),
html.export-ready-theme body .article_summary:nth-child(373),
body .article_summary:nth-child(373) { animation-duration: 199s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(374),
html.export-ready-theme body .article_summary:nth-child(374),
body .article_summary:nth-child(374) { animation-duration: 199.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(375),
html.export-ready-theme body .article_summary:nth-child(375),
body .article_summary:nth-child(375) { animation-duration: 200s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(376),
html.export-ready-theme body .article_summary:nth-child(376),
body .article_summary:nth-child(376) { animation-duration: 200.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(377),
html.export-ready-theme body .article_summary:nth-child(377),
body .article_summary:nth-child(377) { animation-duration: 201s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(378),
html.export-ready-theme body .article_summary:nth-child(378),
body .article_summary:nth-child(378) { animation-duration: 201.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(379),
html.export-ready-theme body .article_summary:nth-child(379),
body .article_summary:nth-child(379) { animation-duration: 202s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(380),
html.export-ready-theme body .article_summary:nth-child(380),
body .article_summary:nth-child(380) { animation-duration: 202.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(381),
html.export-ready-theme body .article_summary:nth-child(381),
body .article_summary:nth-child(381) { animation-duration: 203s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(382),
html.export-ready-theme body .article_summary:nth-child(382),
body .article_summary:nth-child(382) { animation-duration: 203.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(383),
html.export-ready-theme body .article_summary:nth-child(383),
body .article_summary:nth-child(383) { animation-duration: 204s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(384),
html.export-ready-theme body .article_summary:nth-child(384),
body .article_summary:nth-child(384) { animation-duration: 204.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(385),
html.export-ready-theme body .article_summary:nth-child(385),
body .article_summary:nth-child(385) { animation-duration: 205s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(386),
html.export-ready-theme body .article_summary:nth-child(386),
body .article_summary:nth-child(386) { animation-duration: 205.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(387),
html.export-ready-theme body .article_summary:nth-child(387),
body .article_summary:nth-child(387) { animation-duration: 206s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(388),
html.export-ready-theme body .article_summary:nth-child(388),
body .article_summary:nth-child(388) { animation-duration: 206.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(389),
html.export-ready-theme body .article_summary:nth-child(389),
body .article_summary:nth-child(389) { animation-duration: 207s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(390),
html.export-ready-theme body .article_summary:nth-child(390),
body .article_summary:nth-child(390) { animation-duration: 207.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(391),
html.export-ready-theme body .article_summary:nth-child(391),
body .article_summary:nth-child(391) { animation-duration: 208s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(392),
html.export-ready-theme body .article_summary:nth-child(392),
body .article_summary:nth-child(392) { animation-duration: 208.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(393),
html.export-ready-theme body .article_summary:nth-child(393),
body .article_summary:nth-child(393) { animation-duration: 209s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(394),
html.export-ready-theme body .article_summary:nth-child(394),
body .article_summary:nth-child(394) { animation-duration: 209.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(395),
html.export-ready-theme body .article_summary:nth-child(395),
body .article_summary:nth-child(395) { animation-duration: 210s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(396),
html.export-ready-theme body .article_summary:nth-child(396),
body .article_summary:nth-child(396) { animation-duration: 210.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(397),
html.export-ready-theme body .article_summary:nth-child(397),
body .article_summary:nth-child(397) { animation-duration: 211s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(398),
html.export-ready-theme body .article_summary:nth-child(398),
body .article_summary:nth-child(398) { animation-duration: 211.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(399),
html.export-ready-theme body .article_summary:nth-child(399),
body .article_summary:nth-child(399) { animation-duration: 212s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(400),
html.export-ready-theme body .article_summary:nth-child(400),
body .article_summary:nth-child(400) { animation-duration: 212.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(401),
html.export-ready-theme body .article_summary:nth-child(401),
body .article_summary:nth-child(401) { animation-duration: 213s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(402),
html.export-ready-theme body .article_summary:nth-child(402),
body .article_summary:nth-child(402) { animation-duration: 213.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(403),
html.export-ready-theme body .article_summary:nth-child(403),
body .article_summary:nth-child(403) { animation-duration: 214s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(404),
html.export-ready-theme body .article_summary:nth-child(404),
body .article_summary:nth-child(404) { animation-duration: 214.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(405),
html.export-ready-theme body .article_summary:nth-child(405),
body .article_summary:nth-child(405) { animation-duration: 215s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(406),
html.export-ready-theme body .article_summary:nth-child(406),
body .article_summary:nth-child(406) { animation-duration: 215.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(407),
html.export-ready-theme body .article_summary:nth-child(407),
body .article_summary:nth-child(407) { animation-duration: 216s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(408),
html.export-ready-theme body .article_summary:nth-child(408),
body .article_summary:nth-child(408) { animation-duration: 216.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(409),
html.export-ready-theme body .article_summary:nth-child(409),
body .article_summary:nth-child(409) { animation-duration: 217s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(410),
html.export-ready-theme body .article_summary:nth-child(410),
body .article_summary:nth-child(410) { animation-duration: 217.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(411),
html.export-ready-theme body .article_summary:nth-child(411),
body .article_summary:nth-child(411) { animation-duration: 218s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(412),
html.export-ready-theme body .article_summary:nth-child(412),
body .article_summary:nth-child(412) { animation-duration: 218.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(413),
html.export-ready-theme body .article_summary:nth-child(413),
body .article_summary:nth-child(413) { animation-duration: 219s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(414),
html.export-ready-theme body .article_summary:nth-child(414),
body .article_summary:nth-child(414) { animation-duration: 219.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(415),
html.export-ready-theme body .article_summary:nth-child(415),
body .article_summary:nth-child(415) { animation-duration: 220s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(416),
html.export-ready-theme body .article_summary:nth-child(416),
body .article_summary:nth-child(416) { animation-duration: 220.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(417),
html.export-ready-theme body .article_summary:nth-child(417),
body .article_summary:nth-child(417) { animation-duration: 221s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(418),
html.export-ready-theme body .article_summary:nth-child(418),
body .article_summary:nth-child(418) { animation-duration: 221.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(419),
html.export-ready-theme body .article_summary:nth-child(419),
body .article_summary:nth-child(419) { animation-duration: 222s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(420),
html.export-ready-theme body .article_summary:nth-child(420),
body .article_summary:nth-child(420) { animation-duration: 222.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(421),
html.export-ready-theme body .article_summary:nth-child(421),
body .article_summary:nth-child(421) { animation-duration: 223s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(422),
html.export-ready-theme body .article_summary:nth-child(422),
body .article_summary:nth-child(422) { animation-duration: 223.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(423),
html.export-ready-theme body .article_summary:nth-child(423),
body .article_summary:nth-child(423) { animation-duration: 224s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(424),
html.export-ready-theme body .article_summary:nth-child(424),
body .article_summary:nth-child(424) { animation-duration: 224.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(425),
html.export-ready-theme body .article_summary:nth-child(425),
body .article_summary:nth-child(425) { animation-duration: 225s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(426),
html.export-ready-theme body .article_summary:nth-child(426),
body .article_summary:nth-child(426) { animation-duration: 225.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(427),
html.export-ready-theme body .article_summary:nth-child(427),
body .article_summary:nth-child(427) { animation-duration: 226s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(428),
html.export-ready-theme body .article_summary:nth-child(428),
body .article_summary:nth-child(428) { animation-duration: 226.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(429),
html.export-ready-theme body .article_summary:nth-child(429),
body .article_summary:nth-child(429) { animation-duration: 227s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(430),
html.export-ready-theme body .article_summary:nth-child(430),
body .article_summary:nth-child(430) { animation-duration: 227.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(431),
html.export-ready-theme body .article_summary:nth-child(431),
body .article_summary:nth-child(431) { animation-duration: 228s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(432),
html.export-ready-theme body .article_summary:nth-child(432),
body .article_summary:nth-child(432) { animation-duration: 228.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(433),
html.export-ready-theme body .article_summary:nth-child(433),
body .article_summary:nth-child(433) { animation-duration: 229s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(434),
html.export-ready-theme body .article_summary:nth-child(434),
body .article_summary:nth-child(434) { animation-duration: 229.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(435),
html.export-ready-theme body .article_summary:nth-child(435),
body .article_summary:nth-child(435) { animation-duration: 230s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(436),
html.export-ready-theme body .article_summary:nth-child(436),
body .article_summary:nth-child(436) { animation-duration: 230.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(437),
html.export-ready-theme body .article_summary:nth-child(437),
body .article_summary:nth-child(437) { animation-duration: 231s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(438),
html.export-ready-theme body .article_summary:nth-child(438),
body .article_summary:nth-child(438) { animation-duration: 231.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(439),
html.export-ready-theme body .article_summary:nth-child(439),
body .article_summary:nth-child(439) { animation-duration: 232s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(440),
html.export-ready-theme body .article_summary:nth-child(440),
body .article_summary:nth-child(440) { animation-duration: 232.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(441),
html.export-ready-theme body .article_summary:nth-child(441),
body .article_summary:nth-child(441) { animation-duration: 233s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(442),
html.export-ready-theme body .article_summary:nth-child(442),
body .article_summary:nth-child(442) { animation-duration: 233.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(443),
html.export-ready-theme body .article_summary:nth-child(443),
body .article_summary:nth-child(443) { animation-duration: 234s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(444),
html.export-ready-theme body .article_summary:nth-child(444),
body .article_summary:nth-child(444) { animation-duration: 234.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(445),
html.export-ready-theme body .article_summary:nth-child(445),
body .article_summary:nth-child(445) { animation-duration: 235s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(446),
html.export-ready-theme body .article_summary:nth-child(446),
body .article_summary:nth-child(446) { animation-duration: 235.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(447),
html.export-ready-theme body .article_summary:nth-child(447),
body .article_summary:nth-child(447) { animation-duration: 236s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(448),
html.export-ready-theme body .article_summary:nth-child(448),
body .article_summary:nth-child(448) { animation-duration: 236.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(449),
html.export-ready-theme body .article_summary:nth-child(449),
body .article_summary:nth-child(449) { animation-duration: 237s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(450),
html.export-ready-theme body .article_summary:nth-child(450),
body .article_summary:nth-child(450) { animation-duration: 237.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(451),
html.export-ready-theme body .article_summary:nth-child(451),
body .article_summary:nth-child(451) { animation-duration: 238s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(452),
html.export-ready-theme body .article_summary:nth-child(452),
body .article_summary:nth-child(452) { animation-duration: 238.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(453),
html.export-ready-theme body .article_summary:nth-child(453),
body .article_summary:nth-child(453) { animation-duration: 239s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(454),
html.export-ready-theme body .article_summary:nth-child(454),
body .article_summary:nth-child(454) { animation-duration: 239.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(455),
html.export-ready-theme body .article_summary:nth-child(455),
body .article_summary:nth-child(455) { animation-duration: 240s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(456),
html.export-ready-theme body .article_summary:nth-child(456),
body .article_summary:nth-child(456) { animation-duration: 240.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(457),
html.export-ready-theme body .article_summary:nth-child(457),
body .article_summary:nth-child(457) { animation-duration: 241s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(458),
html.export-ready-theme body .article_summary:nth-child(458),
body .article_summary:nth-child(458) { animation-duration: 241.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(459),
html.export-ready-theme body .article_summary:nth-child(459),
body .article_summary:nth-child(459) { animation-duration: 242s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(460),
html.export-ready-theme body .article_summary:nth-child(460),
body .article_summary:nth-child(460) { animation-duration: 242.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(461),
html.export-ready-theme body .article_summary:nth-child(461),
body .article_summary:nth-child(461) { animation-duration: 243s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(462),
html.export-ready-theme body .article_summary:nth-child(462),
body .article_summary:nth-child(462) { animation-duration: 243.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(463),
html.export-ready-theme body .article_summary:nth-child(463),
body .article_summary:nth-child(463) { animation-duration: 244s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(464),
html.export-ready-theme body .article_summary:nth-child(464),
body .article_summary:nth-child(464) { animation-duration: 244.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(465),
html.export-ready-theme body .article_summary:nth-child(465),
body .article_summary:nth-child(465) { animation-duration: 245s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(466),
html.export-ready-theme body .article_summary:nth-child(466),
body .article_summary:nth-child(466) { animation-duration: 245.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(467),
html.export-ready-theme body .article_summary:nth-child(467),
body .article_summary:nth-child(467) { animation-duration: 246s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(468),
html.export-ready-theme body .article_summary:nth-child(468),
body .article_summary:nth-child(468) { animation-duration: 246.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(469),
html.export-ready-theme body .article_summary:nth-child(469),
body .article_summary:nth-child(469) { animation-duration: 247s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(470),
html.export-ready-theme body .article_summary:nth-child(470),
body .article_summary:nth-child(470) { animation-duration: 247.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(471),
html.export-ready-theme body .article_summary:nth-child(471),
body .article_summary:nth-child(471) { animation-duration: 248s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(472),
html.export-ready-theme body .article_summary:nth-child(472),
body .article_summary:nth-child(472) { animation-duration: 248.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(473),
html.export-ready-theme body .article_summary:nth-child(473),
body .article_summary:nth-child(473) { animation-duration: 249s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(474),
html.export-ready-theme body .article_summary:nth-child(474),
body .article_summary:nth-child(474) { animation-duration: 249.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(475),
html.export-ready-theme body .article_summary:nth-child(475),
body .article_summary:nth-child(475) { animation-duration: 250s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(476),
html.export-ready-theme body .article_summary:nth-child(476),
body .article_summary:nth-child(476) { animation-duration: 250.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(477),
html.export-ready-theme body .article_summary:nth-child(477),
body .article_summary:nth-child(477) { animation-duration: 251s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(478),
html.export-ready-theme body .article_summary:nth-child(478),
body .article_summary:nth-child(478) { animation-duration: 251.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(479),
html.export-ready-theme body .article_summary:nth-child(479),
body .article_summary:nth-child(479) { animation-duration: 252s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(480),
html.export-ready-theme body .article_summary:nth-child(480),
body .article_summary:nth-child(480) { animation-duration: 252.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(481),
html.export-ready-theme body .article_summary:nth-child(481),
body .article_summary:nth-child(481) { animation-duration: 253s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(482),
html.export-ready-theme body .article_summary:nth-child(482),
body .article_summary:nth-child(482) { animation-duration: 253.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(483),
html.export-ready-theme body .article_summary:nth-child(483),
body .article_summary:nth-child(483) { animation-duration: 254s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(484),
html.export-ready-theme body .article_summary:nth-child(484),
body .article_summary:nth-child(484) { animation-duration: 254.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(485),
html.export-ready-theme body .article_summary:nth-child(485),
body .article_summary:nth-child(485) { animation-duration: 255s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(486),
html.export-ready-theme body .article_summary:nth-child(486),
body .article_summary:nth-child(486) { animation-duration: 255.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(487),
html.export-ready-theme body .article_summary:nth-child(487),
body .article_summary:nth-child(487) { animation-duration: 256s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(488),
html.export-ready-theme body .article_summary:nth-child(488),
body .article_summary:nth-child(488) { animation-duration: 256.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(489),
html.export-ready-theme body .article_summary:nth-child(489),
body .article_summary:nth-child(489) { animation-duration: 257s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(490),
html.export-ready-theme body .article_summary:nth-child(490),
body .article_summary:nth-child(490) { animation-duration: 257.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(491),
html.export-ready-theme body .article_summary:nth-child(491),
body .article_summary:nth-child(491) { animation-duration: 258s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(492),
html.export-ready-theme body .article_summary:nth-child(492),
body .article_summary:nth-child(492) { animation-duration: 258.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(493),
html.export-ready-theme body .article_summary:nth-child(493),
body .article_summary:nth-child(493) { animation-duration: 259s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(494),
html.export-ready-theme body .article_summary:nth-child(494),
body .article_summary:nth-child(494) { animation-duration: 259.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(495),
html.export-ready-theme body .article_summary:nth-child(495),
body .article_summary:nth-child(495) { animation-duration: 260s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(496),
html.export-ready-theme body .article_summary:nth-child(496),
body .article_summary:nth-child(496) { animation-duration: 260.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(497),
html.export-ready-theme body .article_summary:nth-child(497),
body .article_summary:nth-child(497) { animation-duration: 261s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(498),
html.export-ready-theme body .article_summary:nth-child(498),
body .article_summary:nth-child(498) { animation-duration: 261.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(499),
html.export-ready-theme body .article_summary:nth-child(499),
body .article_summary:nth-child(499) { animation-duration: 262s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(500),
html.export-ready-theme body .article_summary:nth-child(500),
body .article_summary:nth-child(500) { animation-duration: 262.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(n+501),
html.export-ready-theme body .article_summary:nth-child(n+501),
body .article_summary:nth-child(n+501) { animation-duration: 262.5s !important; }

/* Arxiv sonlari uchun ham bir xil mantiq, agar issue archive sahifasida kerak bo'lsa */
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(1) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(1) .obj_issue_summary,
body .issue_item:nth-child(1) .obj_issue_summary { animation-duration: 10s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(2) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(2) .obj_issue_summary,
body .issue_item:nth-child(2) .obj_issue_summary { animation-duration: 12s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(3) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(3) .obj_issue_summary,
body .issue_item:nth-child(3) .obj_issue_summary { animation-duration: 13.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(4) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(4) .obj_issue_summary,
body .issue_item:nth-child(4) .obj_issue_summary { animation-duration: 14.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(5) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(5) .obj_issue_summary,
body .issue_item:nth-child(5) .obj_issue_summary { animation-duration: 15s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(6) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(6) .obj_issue_summary,
body .issue_item:nth-child(6) .obj_issue_summary { animation-duration: 15.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(7) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(7) .obj_issue_summary,
body .issue_item:nth-child(7) .obj_issue_summary { animation-duration: 16s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(8) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(8) .obj_issue_summary,
body .issue_item:nth-child(8) .obj_issue_summary { animation-duration: 16.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(9) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(9) .obj_issue_summary,
body .issue_item:nth-child(9) .obj_issue_summary { animation-duration: 17s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(10) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(10) .obj_issue_summary,
body .issue_item:nth-child(10) .obj_issue_summary { animation-duration: 17.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(11) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(11) .obj_issue_summary,
body .issue_item:nth-child(11) .obj_issue_summary { animation-duration: 18s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(12) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(12) .obj_issue_summary,
body .issue_item:nth-child(12) .obj_issue_summary { animation-duration: 18.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(13) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(13) .obj_issue_summary,
body .issue_item:nth-child(13) .obj_issue_summary { animation-duration: 19s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(14) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(14) .obj_issue_summary,
body .issue_item:nth-child(14) .obj_issue_summary { animation-duration: 19.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(15) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(15) .obj_issue_summary,
body .issue_item:nth-child(15) .obj_issue_summary { animation-duration: 20s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(16) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(16) .obj_issue_summary,
body .issue_item:nth-child(16) .obj_issue_summary { animation-duration: 20.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(17) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(17) .obj_issue_summary,
body .issue_item:nth-child(17) .obj_issue_summary { animation-duration: 21s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(18) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(18) .obj_issue_summary,
body .issue_item:nth-child(18) .obj_issue_summary { animation-duration: 21.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(19) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(19) .obj_issue_summary,
body .issue_item:nth-child(19) .obj_issue_summary { animation-duration: 22s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(20) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(20) .obj_issue_summary,
body .issue_item:nth-child(20) .obj_issue_summary { animation-duration: 22.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(21) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(21) .obj_issue_summary,
body .issue_item:nth-child(21) .obj_issue_summary { animation-duration: 23s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(22) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(22) .obj_issue_summary,
body .issue_item:nth-child(22) .obj_issue_summary { animation-duration: 23.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(23) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(23) .obj_issue_summary,
body .issue_item:nth-child(23) .obj_issue_summary { animation-duration: 24s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(24) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(24) .obj_issue_summary,
body .issue_item:nth-child(24) .obj_issue_summary { animation-duration: 24.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(25) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(25) .obj_issue_summary,
body .issue_item:nth-child(25) .obj_issue_summary { animation-duration: 25s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(26) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(26) .obj_issue_summary,
body .issue_item:nth-child(26) .obj_issue_summary { animation-duration: 25.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(27) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(27) .obj_issue_summary,
body .issue_item:nth-child(27) .obj_issue_summary { animation-duration: 26s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(28) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(28) .obj_issue_summary,
body .issue_item:nth-child(28) .obj_issue_summary { animation-duration: 26.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(29) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(29) .obj_issue_summary,
body .issue_item:nth-child(29) .obj_issue_summary { animation-duration: 27s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(30) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(30) .obj_issue_summary,
body .issue_item:nth-child(30) .obj_issue_summary { animation-duration: 27.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(31) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(31) .obj_issue_summary,
body .issue_item:nth-child(31) .obj_issue_summary { animation-duration: 28s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(32) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(32) .obj_issue_summary,
body .issue_item:nth-child(32) .obj_issue_summary { animation-duration: 28.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(33) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(33) .obj_issue_summary,
body .issue_item:nth-child(33) .obj_issue_summary { animation-duration: 29s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(34) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(34) .obj_issue_summary,
body .issue_item:nth-child(34) .obj_issue_summary { animation-duration: 29.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(35) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(35) .obj_issue_summary,
body .issue_item:nth-child(35) .obj_issue_summary { animation-duration: 30s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(36) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(36) .obj_issue_summary,
body .issue_item:nth-child(36) .obj_issue_summary { animation-duration: 30.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(37) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(37) .obj_issue_summary,
body .issue_item:nth-child(37) .obj_issue_summary { animation-duration: 31s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(38) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(38) .obj_issue_summary,
body .issue_item:nth-child(38) .obj_issue_summary { animation-duration: 31.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(39) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(39) .obj_issue_summary,
body .issue_item:nth-child(39) .obj_issue_summary { animation-duration: 32s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(40) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(40) .obj_issue_summary,
body .issue_item:nth-child(40) .obj_issue_summary { animation-duration: 32.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(41) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(41) .obj_issue_summary,
body .issue_item:nth-child(41) .obj_issue_summary { animation-duration: 33s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(42) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(42) .obj_issue_summary,
body .issue_item:nth-child(42) .obj_issue_summary { animation-duration: 33.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(43) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(43) .obj_issue_summary,
body .issue_item:nth-child(43) .obj_issue_summary { animation-duration: 34s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(44) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(44) .obj_issue_summary,
body .issue_item:nth-child(44) .obj_issue_summary { animation-duration: 34.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(45) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(45) .obj_issue_summary,
body .issue_item:nth-child(45) .obj_issue_summary { animation-duration: 35s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(46) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(46) .obj_issue_summary,
body .issue_item:nth-child(46) .obj_issue_summary { animation-duration: 35.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(47) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(47) .obj_issue_summary,
body .issue_item:nth-child(47) .obj_issue_summary { animation-duration: 36s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(48) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(48) .obj_issue_summary,
body .issue_item:nth-child(48) .obj_issue_summary { animation-duration: 36.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(49) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(49) .obj_issue_summary,
body .issue_item:nth-child(49) .obj_issue_summary { animation-duration: 37s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(50) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(50) .obj_issue_summary,
body .issue_item:nth-child(50) .obj_issue_summary { animation-duration: 37.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(51) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(51) .obj_issue_summary,
body .issue_item:nth-child(51) .obj_issue_summary { animation-duration: 38s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(52) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(52) .obj_issue_summary,
body .issue_item:nth-child(52) .obj_issue_summary { animation-duration: 38.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(53) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(53) .obj_issue_summary,
body .issue_item:nth-child(53) .obj_issue_summary { animation-duration: 39s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(54) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(54) .obj_issue_summary,
body .issue_item:nth-child(54) .obj_issue_summary { animation-duration: 39.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(55) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(55) .obj_issue_summary,
body .issue_item:nth-child(55) .obj_issue_summary { animation-duration: 40s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(56) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(56) .obj_issue_summary,
body .issue_item:nth-child(56) .obj_issue_summary { animation-duration: 40.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(57) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(57) .obj_issue_summary,
body .issue_item:nth-child(57) .obj_issue_summary { animation-duration: 41s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(58) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(58) .obj_issue_summary,
body .issue_item:nth-child(58) .obj_issue_summary { animation-duration: 41.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(59) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(59) .obj_issue_summary,
body .issue_item:nth-child(59) .obj_issue_summary { animation-duration: 42s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(60) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(60) .obj_issue_summary,
body .issue_item:nth-child(60) .obj_issue_summary { animation-duration: 42.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(61) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(61) .obj_issue_summary,
body .issue_item:nth-child(61) .obj_issue_summary { animation-duration: 43s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(62) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(62) .obj_issue_summary,
body .issue_item:nth-child(62) .obj_issue_summary { animation-duration: 43.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(63) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(63) .obj_issue_summary,
body .issue_item:nth-child(63) .obj_issue_summary { animation-duration: 44s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(64) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(64) .obj_issue_summary,
body .issue_item:nth-child(64) .obj_issue_summary { animation-duration: 44.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(65) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(65) .obj_issue_summary,
body .issue_item:nth-child(65) .obj_issue_summary { animation-duration: 45s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(66) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(66) .obj_issue_summary,
body .issue_item:nth-child(66) .obj_issue_summary { animation-duration: 45.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(67) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(67) .obj_issue_summary,
body .issue_item:nth-child(67) .obj_issue_summary { animation-duration: 46s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(68) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(68) .obj_issue_summary,
body .issue_item:nth-child(68) .obj_issue_summary { animation-duration: 46.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(69) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(69) .obj_issue_summary,
body .issue_item:nth-child(69) .obj_issue_summary { animation-duration: 47s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(70) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(70) .obj_issue_summary,
body .issue_item:nth-child(70) .obj_issue_summary { animation-duration: 47.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(71) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(71) .obj_issue_summary,
body .issue_item:nth-child(71) .obj_issue_summary { animation-duration: 48s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(72) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(72) .obj_issue_summary,
body .issue_item:nth-child(72) .obj_issue_summary { animation-duration: 48.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(73) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(73) .obj_issue_summary,
body .issue_item:nth-child(73) .obj_issue_summary { animation-duration: 49s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(74) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(74) .obj_issue_summary,
body .issue_item:nth-child(74) .obj_issue_summary { animation-duration: 49.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(75) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(75) .obj_issue_summary,
body .issue_item:nth-child(75) .obj_issue_summary { animation-duration: 50s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(76) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(76) .obj_issue_summary,
body .issue_item:nth-child(76) .obj_issue_summary { animation-duration: 50.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(77) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(77) .obj_issue_summary,
body .issue_item:nth-child(77) .obj_issue_summary { animation-duration: 51s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(78) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(78) .obj_issue_summary,
body .issue_item:nth-child(78) .obj_issue_summary { animation-duration: 51.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(79) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(79) .obj_issue_summary,
body .issue_item:nth-child(79) .obj_issue_summary { animation-duration: 52s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(80) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(80) .obj_issue_summary,
body .issue_item:nth-child(80) .obj_issue_summary { animation-duration: 52.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(81) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(81) .obj_issue_summary,
body .issue_item:nth-child(81) .obj_issue_summary { animation-duration: 53s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(82) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(82) .obj_issue_summary,
body .issue_item:nth-child(82) .obj_issue_summary { animation-duration: 53.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(83) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(83) .obj_issue_summary,
body .issue_item:nth-child(83) .obj_issue_summary { animation-duration: 54s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(84) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(84) .obj_issue_summary,
body .issue_item:nth-child(84) .obj_issue_summary { animation-duration: 54.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(85) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(85) .obj_issue_summary,
body .issue_item:nth-child(85) .obj_issue_summary { animation-duration: 55s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(86) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(86) .obj_issue_summary,
body .issue_item:nth-child(86) .obj_issue_summary { animation-duration: 55.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(87) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(87) .obj_issue_summary,
body .issue_item:nth-child(87) .obj_issue_summary { animation-duration: 56s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(88) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(88) .obj_issue_summary,
body .issue_item:nth-child(88) .obj_issue_summary { animation-duration: 56.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(89) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(89) .obj_issue_summary,
body .issue_item:nth-child(89) .obj_issue_summary { animation-duration: 57s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(90) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(90) .obj_issue_summary,
body .issue_item:nth-child(90) .obj_issue_summary { animation-duration: 57.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(91) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(91) .obj_issue_summary,
body .issue_item:nth-child(91) .obj_issue_summary { animation-duration: 58s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(92) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(92) .obj_issue_summary,
body .issue_item:nth-child(92) .obj_issue_summary { animation-duration: 58.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(93) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(93) .obj_issue_summary,
body .issue_item:nth-child(93) .obj_issue_summary { animation-duration: 59s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(94) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(94) .obj_issue_summary,
body .issue_item:nth-child(94) .obj_issue_summary { animation-duration: 59.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(95) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(95) .obj_issue_summary,
body .issue_item:nth-child(95) .obj_issue_summary { animation-duration: 60s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(96) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(96) .obj_issue_summary,
body .issue_item:nth-child(96) .obj_issue_summary { animation-duration: 60.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(97) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(97) .obj_issue_summary,
body .issue_item:nth-child(97) .obj_issue_summary { animation-duration: 61s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(98) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(98) .obj_issue_summary,
body .issue_item:nth-child(98) .obj_issue_summary { animation-duration: 61.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(99) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(99) .obj_issue_summary,
body .issue_item:nth-child(99) .obj_issue_summary { animation-duration: 62s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(100) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(100) .obj_issue_summary,
body .issue_item:nth-child(100) .obj_issue_summary { animation-duration: 62.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(101) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(101) .obj_issue_summary,
body .issue_item:nth-child(101) .obj_issue_summary { animation-duration: 63s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(102) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(102) .obj_issue_summary,
body .issue_item:nth-child(102) .obj_issue_summary { animation-duration: 63.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(103) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(103) .obj_issue_summary,
body .issue_item:nth-child(103) .obj_issue_summary { animation-duration: 64s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(104) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(104) .obj_issue_summary,
body .issue_item:nth-child(104) .obj_issue_summary { animation-duration: 64.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(105) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(105) .obj_issue_summary,
body .issue_item:nth-child(105) .obj_issue_summary { animation-duration: 65s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(106) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(106) .obj_issue_summary,
body .issue_item:nth-child(106) .obj_issue_summary { animation-duration: 65.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(107) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(107) .obj_issue_summary,
body .issue_item:nth-child(107) .obj_issue_summary { animation-duration: 66s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(108) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(108) .obj_issue_summary,
body .issue_item:nth-child(108) .obj_issue_summary { animation-duration: 66.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(109) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(109) .obj_issue_summary,
body .issue_item:nth-child(109) .obj_issue_summary { animation-duration: 67s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(110) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(110) .obj_issue_summary,
body .issue_item:nth-child(110) .obj_issue_summary { animation-duration: 67.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(111) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(111) .obj_issue_summary,
body .issue_item:nth-child(111) .obj_issue_summary { animation-duration: 68s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(112) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(112) .obj_issue_summary,
body .issue_item:nth-child(112) .obj_issue_summary { animation-duration: 68.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(113) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(113) .obj_issue_summary,
body .issue_item:nth-child(113) .obj_issue_summary { animation-duration: 69s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(114) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(114) .obj_issue_summary,
body .issue_item:nth-child(114) .obj_issue_summary { animation-duration: 69.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(115) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(115) .obj_issue_summary,
body .issue_item:nth-child(115) .obj_issue_summary { animation-duration: 70s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(116) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(116) .obj_issue_summary,
body .issue_item:nth-child(116) .obj_issue_summary { animation-duration: 70.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(117) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(117) .obj_issue_summary,
body .issue_item:nth-child(117) .obj_issue_summary { animation-duration: 71s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(118) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(118) .obj_issue_summary,
body .issue_item:nth-child(118) .obj_issue_summary { animation-duration: 71.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(119) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(119) .obj_issue_summary,
body .issue_item:nth-child(119) .obj_issue_summary { animation-duration: 72s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(120) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(120) .obj_issue_summary,
body .issue_item:nth-child(120) .obj_issue_summary { animation-duration: 72.5s !important; }
html.export-ready-theme.export-ready-theme body .issue_item:nth-child(n+121) .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .issue_item:nth-child(n+121) .obj_issue_summary,
body .issue_item:nth-child(n+121) .obj_issue_summary { animation-duration: 72.5s !important; }

@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
    html.export-ready-theme body .article_summary,
    body .article_summary {
        animation-timing-function: cubic-bezier(.19, 1, .22, 1) !important;
        animation-fill-mode: both !important;
    }

    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
    html.export-ready-theme body .article_summary:nth-child(1),
    body .article_summary:nth-child(1) { animation-duration: 4s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
    html.export-ready-theme body .article_summary:nth-child(2),
    body .article_summary:nth-child(2) { animation-duration: 4.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
    html.export-ready-theme body .article_summary:nth-child(3),
    body .article_summary:nth-child(3) { animation-duration: 5.4s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
    html.export-ready-theme body .article_summary:nth-child(4),
    body .article_summary:nth-child(4) { animation-duration: 5.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
    html.export-ready-theme body .article_summary:nth-child(5),
    body .article_summary:nth-child(5) { animation-duration: 6.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
    html.export-ready-theme body .article_summary:nth-child(6),
    body .article_summary:nth-child(6) { animation-duration: 6.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
    html.export-ready-theme body .article_summary:nth-child(7),
    body .article_summary:nth-child(7) { animation-duration: 6.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
    html.export-ready-theme body .article_summary:nth-child(8),
    body .article_summary:nth-child(8) { animation-duration: 6.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
    html.export-ready-theme body .article_summary:nth-child(9),
    body .article_summary:nth-child(9) { animation-duration: 7.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
    html.export-ready-theme body .article_summary:nth-child(10),
    body .article_summary:nth-child(10) { animation-duration: 7.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
    html.export-ready-theme body .article_summary:nth-child(11),
    body .article_summary:nth-child(11) { animation-duration: 7.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
    html.export-ready-theme body .article_summary:nth-child(12),
    body .article_summary:nth-child(12) { animation-duration: 7.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
    html.export-ready-theme body .article_summary:nth-child(13),
    body .article_summary:nth-child(13) { animation-duration: 8.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
    html.export-ready-theme body .article_summary:nth-child(14),
    body .article_summary:nth-child(14) { animation-duration: 8.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
    html.export-ready-theme body .article_summary:nth-child(15),
    body .article_summary:nth-child(15) { animation-duration: 8.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
    html.export-ready-theme body .article_summary:nth-child(16),
    body .article_summary:nth-child(16) { animation-duration: 8.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
    html.export-ready-theme body .article_summary:nth-child(17),
    body .article_summary:nth-child(17) { animation-duration: 9.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
    html.export-ready-theme body .article_summary:nth-child(18),
    body .article_summary:nth-child(18) { animation-duration: 9.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
    html.export-ready-theme body .article_summary:nth-child(19),
    body .article_summary:nth-child(19) { animation-duration: 9.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
    html.export-ready-theme body .article_summary:nth-child(20),
    body .article_summary:nth-child(20) { animation-duration: 9.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
    html.export-ready-theme body .article_summary:nth-child(21),
    body .article_summary:nth-child(21) { animation-duration: 10.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
    html.export-ready-theme body .article_summary:nth-child(22),
    body .article_summary:nth-child(22) { animation-duration: 10.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
    html.export-ready-theme body .article_summary:nth-child(23),
    body .article_summary:nth-child(23) { animation-duration: 10.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
    html.export-ready-theme body .article_summary:nth-child(24),
    body .article_summary:nth-child(24) { animation-duration: 10.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
    html.export-ready-theme body .article_summary:nth-child(25),
    body .article_summary:nth-child(25) { animation-duration: 11.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
    html.export-ready-theme body .article_summary:nth-child(26),
    body .article_summary:nth-child(26) { animation-duration: 11.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
    html.export-ready-theme body .article_summary:nth-child(27),
    body .article_summary:nth-child(27) { animation-duration: 11.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
    html.export-ready-theme body .article_summary:nth-child(28),
    body .article_summary:nth-child(28) { animation-duration: 11.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
    html.export-ready-theme body .article_summary:nth-child(29),
    body .article_summary:nth-child(29) { animation-duration: 12.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
    html.export-ready-theme body .article_summary:nth-child(30),
    body .article_summary:nth-child(30) { animation-duration: 12.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
    html.export-ready-theme body .article_summary:nth-child(31),
    body .article_summary:nth-child(31) { animation-duration: 12.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
    html.export-ready-theme body .article_summary:nth-child(32),
    body .article_summary:nth-child(32) { animation-duration: 12.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
    html.export-ready-theme body .article_summary:nth-child(33),
    body .article_summary:nth-child(33) { animation-duration: 13.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
    html.export-ready-theme body .article_summary:nth-child(34),
    body .article_summary:nth-child(34) { animation-duration: 13.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
    html.export-ready-theme body .article_summary:nth-child(35),
    body .article_summary:nth-child(35) { animation-duration: 13.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
    html.export-ready-theme body .article_summary:nth-child(36),
    body .article_summary:nth-child(36) { animation-duration: 13.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
    html.export-ready-theme body .article_summary:nth-child(37),
    body .article_summary:nth-child(37) { animation-duration: 14.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
    html.export-ready-theme body .article_summary:nth-child(38),
    body .article_summary:nth-child(38) { animation-duration: 14.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
    html.export-ready-theme body .article_summary:nth-child(39),
    body .article_summary:nth-child(39) { animation-duration: 14.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
    html.export-ready-theme body .article_summary:nth-child(40),
    body .article_summary:nth-child(40) { animation-duration: 14.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
    html.export-ready-theme body .article_summary:nth-child(41),
    body .article_summary:nth-child(41) { animation-duration: 15.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
    html.export-ready-theme body .article_summary:nth-child(42),
    body .article_summary:nth-child(42) { animation-duration: 15.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
    html.export-ready-theme body .article_summary:nth-child(43),
    body .article_summary:nth-child(43) { animation-duration: 15.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
    html.export-ready-theme body .article_summary:nth-child(44),
    body .article_summary:nth-child(44) { animation-duration: 15.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
    html.export-ready-theme body .article_summary:nth-child(45),
    body .article_summary:nth-child(45) { animation-duration: 16.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
    html.export-ready-theme body .article_summary:nth-child(46),
    body .article_summary:nth-child(46) { animation-duration: 16.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
    html.export-ready-theme body .article_summary:nth-child(47),
    body .article_summary:nth-child(47) { animation-duration: 16.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
    html.export-ready-theme body .article_summary:nth-child(48),
    body .article_summary:nth-child(48) { animation-duration: 16.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
    html.export-ready-theme body .article_summary:nth-child(49),
    body .article_summary:nth-child(49) { animation-duration: 17.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
    html.export-ready-theme body .article_summary:nth-child(50),
    body .article_summary:nth-child(50) { animation-duration: 17.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
    html.export-ready-theme body .article_summary:nth-child(51),
    body .article_summary:nth-child(51) { animation-duration: 17.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
    html.export-ready-theme body .article_summary:nth-child(52),
    body .article_summary:nth-child(52) { animation-duration: 17.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
    html.export-ready-theme body .article_summary:nth-child(53),
    body .article_summary:nth-child(53) { animation-duration: 18.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
    html.export-ready-theme body .article_summary:nth-child(54),
    body .article_summary:nth-child(54) { animation-duration: 18.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
    html.export-ready-theme body .article_summary:nth-child(55),
    body .article_summary:nth-child(55) { animation-duration: 18.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
    html.export-ready-theme body .article_summary:nth-child(56),
    body .article_summary:nth-child(56) { animation-duration: 18.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
    html.export-ready-theme body .article_summary:nth-child(57),
    body .article_summary:nth-child(57) { animation-duration: 19.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
    html.export-ready-theme body .article_summary:nth-child(58),
    body .article_summary:nth-child(58) { animation-duration: 19.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
    html.export-ready-theme body .article_summary:nth-child(59),
    body .article_summary:nth-child(59) { animation-duration: 19.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
    html.export-ready-theme body .article_summary:nth-child(60),
    body .article_summary:nth-child(60) { animation-duration: 19.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
    html.export-ready-theme body .article_summary:nth-child(61),
    body .article_summary:nth-child(61) { animation-duration: 20.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
    html.export-ready-theme body .article_summary:nth-child(62),
    body .article_summary:nth-child(62) { animation-duration: 20.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
    html.export-ready-theme body .article_summary:nth-child(63),
    body .article_summary:nth-child(63) { animation-duration: 20.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
    html.export-ready-theme body .article_summary:nth-child(64),
    body .article_summary:nth-child(64) { animation-duration: 20.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
    html.export-ready-theme body .article_summary:nth-child(65),
    body .article_summary:nth-child(65) { animation-duration: 21.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
    html.export-ready-theme body .article_summary:nth-child(66),
    body .article_summary:nth-child(66) { animation-duration: 21.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
    html.export-ready-theme body .article_summary:nth-child(67),
    body .article_summary:nth-child(67) { animation-duration: 21.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
    html.export-ready-theme body .article_summary:nth-child(68),
    body .article_summary:nth-child(68) { animation-duration: 21.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
    html.export-ready-theme body .article_summary:nth-child(69),
    body .article_summary:nth-child(69) { animation-duration: 22.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
    html.export-ready-theme body .article_summary:nth-child(70),
    body .article_summary:nth-child(70) { animation-duration: 22.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
    html.export-ready-theme body .article_summary:nth-child(71),
    body .article_summary:nth-child(71) { animation-duration: 22.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
    html.export-ready-theme body .article_summary:nth-child(72),
    body .article_summary:nth-child(72) { animation-duration: 22.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
    html.export-ready-theme body .article_summary:nth-child(73),
    body .article_summary:nth-child(73) { animation-duration: 23.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
    html.export-ready-theme body .article_summary:nth-child(74),
    body .article_summary:nth-child(74) { animation-duration: 23.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
    html.export-ready-theme body .article_summary:nth-child(75),
    body .article_summary:nth-child(75) { animation-duration: 23.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
    html.export-ready-theme body .article_summary:nth-child(76),
    body .article_summary:nth-child(76) { animation-duration: 23.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
    html.export-ready-theme body .article_summary:nth-child(77),
    body .article_summary:nth-child(77) { animation-duration: 24.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
    html.export-ready-theme body .article_summary:nth-child(78),
    body .article_summary:nth-child(78) { animation-duration: 24.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
    html.export-ready-theme body .article_summary:nth-child(79),
    body .article_summary:nth-child(79) { animation-duration: 24.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
    html.export-ready-theme body .article_summary:nth-child(80),
    body .article_summary:nth-child(80) { animation-duration: 24.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
    html.export-ready-theme body .article_summary:nth-child(81),
    body .article_summary:nth-child(81) { animation-duration: 25.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
    html.export-ready-theme body .article_summary:nth-child(82),
    body .article_summary:nth-child(82) { animation-duration: 25.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
    html.export-ready-theme body .article_summary:nth-child(83),
    body .article_summary:nth-child(83) { animation-duration: 25.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
    html.export-ready-theme body .article_summary:nth-child(84),
    body .article_summary:nth-child(84) { animation-duration: 25.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
    html.export-ready-theme body .article_summary:nth-child(85),
    body .article_summary:nth-child(85) { animation-duration: 26.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
    html.export-ready-theme body .article_summary:nth-child(86),
    body .article_summary:nth-child(86) { animation-duration: 26.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
    html.export-ready-theme body .article_summary:nth-child(87),
    body .article_summary:nth-child(87) { animation-duration: 26.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
    html.export-ready-theme body .article_summary:nth-child(88),
    body .article_summary:nth-child(88) { animation-duration: 26.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
    html.export-ready-theme body .article_summary:nth-child(89),
    body .article_summary:nth-child(89) { animation-duration: 27.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
    html.export-ready-theme body .article_summary:nth-child(90),
    body .article_summary:nth-child(90) { animation-duration: 27.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
    html.export-ready-theme body .article_summary:nth-child(91),
    body .article_summary:nth-child(91) { animation-duration: 27.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
    html.export-ready-theme body .article_summary:nth-child(92),
    body .article_summary:nth-child(92) { animation-duration: 27.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
    html.export-ready-theme body .article_summary:nth-child(93),
    body .article_summary:nth-child(93) { animation-duration: 28.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
    html.export-ready-theme body .article_summary:nth-child(94),
    body .article_summary:nth-child(94) { animation-duration: 28.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
    html.export-ready-theme body .article_summary:nth-child(95),
    body .article_summary:nth-child(95) { animation-duration: 28.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
    html.export-ready-theme body .article_summary:nth-child(96),
    body .article_summary:nth-child(96) { animation-duration: 28.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
    html.export-ready-theme body .article_summary:nth-child(97),
    body .article_summary:nth-child(97) { animation-duration: 29.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
    html.export-ready-theme body .article_summary:nth-child(98),
    body .article_summary:nth-child(98) { animation-duration: 29.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
    html.export-ready-theme body .article_summary:nth-child(99),
    body .article_summary:nth-child(99) { animation-duration: 29.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
    html.export-ready-theme body .article_summary:nth-child(100),
    body .article_summary:nth-child(100) { animation-duration: 29.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
    html.export-ready-theme body .article_summary:nth-child(101),
    body .article_summary:nth-child(101) { animation-duration: 30.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
    html.export-ready-theme body .article_summary:nth-child(102),
    body .article_summary:nth-child(102) { animation-duration: 30.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
    html.export-ready-theme body .article_summary:nth-child(103),
    body .article_summary:nth-child(103) { animation-duration: 30.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
    html.export-ready-theme body .article_summary:nth-child(104),
    body .article_summary:nth-child(104) { animation-duration: 30.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
    html.export-ready-theme body .article_summary:nth-child(105),
    body .article_summary:nth-child(105) { animation-duration: 31.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
    html.export-ready-theme body .article_summary:nth-child(106),
    body .article_summary:nth-child(106) { animation-duration: 31.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
    html.export-ready-theme body .article_summary:nth-child(107),
    body .article_summary:nth-child(107) { animation-duration: 31.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
    html.export-ready-theme body .article_summary:nth-child(108),
    body .article_summary:nth-child(108) { animation-duration: 31.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
    html.export-ready-theme body .article_summary:nth-child(109),
    body .article_summary:nth-child(109) { animation-duration: 32.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
    html.export-ready-theme body .article_summary:nth-child(110),
    body .article_summary:nth-child(110) { animation-duration: 32.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
    html.export-ready-theme body .article_summary:nth-child(111),
    body .article_summary:nth-child(111) { animation-duration: 32.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
    html.export-ready-theme body .article_summary:nth-child(112),
    body .article_summary:nth-child(112) { animation-duration: 32.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
    html.export-ready-theme body .article_summary:nth-child(113),
    body .article_summary:nth-child(113) { animation-duration: 33.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
    html.export-ready-theme body .article_summary:nth-child(114),
    body .article_summary:nth-child(114) { animation-duration: 33.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
    html.export-ready-theme body .article_summary:nth-child(115),
    body .article_summary:nth-child(115) { animation-duration: 33.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
    html.export-ready-theme body .article_summary:nth-child(116),
    body .article_summary:nth-child(116) { animation-duration: 33.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
    html.export-ready-theme body .article_summary:nth-child(117),
    body .article_summary:nth-child(117) { animation-duration: 34.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
    html.export-ready-theme body .article_summary:nth-child(118),
    body .article_summary:nth-child(118) { animation-duration: 34.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
    html.export-ready-theme body .article_summary:nth-child(119),
    body .article_summary:nth-child(119) { animation-duration: 34.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
    html.export-ready-theme body .article_summary:nth-child(120),
    body .article_summary:nth-child(120) { animation-duration: 34.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(121),
    html.export-ready-theme body .article_summary:nth-child(121),
    body .article_summary:nth-child(121) { animation-duration: 35.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(122),
    html.export-ready-theme body .article_summary:nth-child(122),
    body .article_summary:nth-child(122) { animation-duration: 35.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(123),
    html.export-ready-theme body .article_summary:nth-child(123),
    body .article_summary:nth-child(123) { animation-duration: 35.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(124),
    html.export-ready-theme body .article_summary:nth-child(124),
    body .article_summary:nth-child(124) { animation-duration: 35.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(125),
    html.export-ready-theme body .article_summary:nth-child(125),
    body .article_summary:nth-child(125) { animation-duration: 36.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(126),
    html.export-ready-theme body .article_summary:nth-child(126),
    body .article_summary:nth-child(126) { animation-duration: 36.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(127),
    html.export-ready-theme body .article_summary:nth-child(127),
    body .article_summary:nth-child(127) { animation-duration: 36.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(128),
    html.export-ready-theme body .article_summary:nth-child(128),
    body .article_summary:nth-child(128) { animation-duration: 36.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(129),
    html.export-ready-theme body .article_summary:nth-child(129),
    body .article_summary:nth-child(129) { animation-duration: 37.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(130),
    html.export-ready-theme body .article_summary:nth-child(130),
    body .article_summary:nth-child(130) { animation-duration: 37.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(131),
    html.export-ready-theme body .article_summary:nth-child(131),
    body .article_summary:nth-child(131) { animation-duration: 37.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(132),
    html.export-ready-theme body .article_summary:nth-child(132),
    body .article_summary:nth-child(132) { animation-duration: 37.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(133),
    html.export-ready-theme body .article_summary:nth-child(133),
    body .article_summary:nth-child(133) { animation-duration: 38.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(134),
    html.export-ready-theme body .article_summary:nth-child(134),
    body .article_summary:nth-child(134) { animation-duration: 38.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(135),
    html.export-ready-theme body .article_summary:nth-child(135),
    body .article_summary:nth-child(135) { animation-duration: 38.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(136),
    html.export-ready-theme body .article_summary:nth-child(136),
    body .article_summary:nth-child(136) { animation-duration: 38.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(137),
    html.export-ready-theme body .article_summary:nth-child(137),
    body .article_summary:nth-child(137) { animation-duration: 39.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(138),
    html.export-ready-theme body .article_summary:nth-child(138),
    body .article_summary:nth-child(138) { animation-duration: 39.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(139),
    html.export-ready-theme body .article_summary:nth-child(139),
    body .article_summary:nth-child(139) { animation-duration: 39.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(140),
    html.export-ready-theme body .article_summary:nth-child(140),
    body .article_summary:nth-child(140) { animation-duration: 39.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(141),
    html.export-ready-theme body .article_summary:nth-child(141),
    body .article_summary:nth-child(141) { animation-duration: 40.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(142),
    html.export-ready-theme body .article_summary:nth-child(142),
    body .article_summary:nth-child(142) { animation-duration: 40.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(143),
    html.export-ready-theme body .article_summary:nth-child(143),
    body .article_summary:nth-child(143) { animation-duration: 40.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(144),
    html.export-ready-theme body .article_summary:nth-child(144),
    body .article_summary:nth-child(144) { animation-duration: 40.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(145),
    html.export-ready-theme body .article_summary:nth-child(145),
    body .article_summary:nth-child(145) { animation-duration: 41.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(146),
    html.export-ready-theme body .article_summary:nth-child(146),
    body .article_summary:nth-child(146) { animation-duration: 41.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(147),
    html.export-ready-theme body .article_summary:nth-child(147),
    body .article_summary:nth-child(147) { animation-duration: 41.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(148),
    html.export-ready-theme body .article_summary:nth-child(148),
    body .article_summary:nth-child(148) { animation-duration: 41.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(149),
    html.export-ready-theme body .article_summary:nth-child(149),
    body .article_summary:nth-child(149) { animation-duration: 42.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(150),
    html.export-ready-theme body .article_summary:nth-child(150),
    body .article_summary:nth-child(150) { animation-duration: 42.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(151),
    html.export-ready-theme body .article_summary:nth-child(151),
    body .article_summary:nth-child(151) { animation-duration: 42.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(152),
    html.export-ready-theme body .article_summary:nth-child(152),
    body .article_summary:nth-child(152) { animation-duration: 42.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(153),
    html.export-ready-theme body .article_summary:nth-child(153),
    body .article_summary:nth-child(153) { animation-duration: 43.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(154),
    html.export-ready-theme body .article_summary:nth-child(154),
    body .article_summary:nth-child(154) { animation-duration: 43.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(155),
    html.export-ready-theme body .article_summary:nth-child(155),
    body .article_summary:nth-child(155) { animation-duration: 43.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(156),
    html.export-ready-theme body .article_summary:nth-child(156),
    body .article_summary:nth-child(156) { animation-duration: 43.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(157),
    html.export-ready-theme body .article_summary:nth-child(157),
    body .article_summary:nth-child(157) { animation-duration: 44.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(158),
    html.export-ready-theme body .article_summary:nth-child(158),
    body .article_summary:nth-child(158) { animation-duration: 44.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(159),
    html.export-ready-theme body .article_summary:nth-child(159),
    body .article_summary:nth-child(159) { animation-duration: 44.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(160),
    html.export-ready-theme body .article_summary:nth-child(160),
    body .article_summary:nth-child(160) { animation-duration: 44.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(161),
    html.export-ready-theme body .article_summary:nth-child(161),
    body .article_summary:nth-child(161) { animation-duration: 45.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(162),
    html.export-ready-theme body .article_summary:nth-child(162),
    body .article_summary:nth-child(162) { animation-duration: 45.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(163),
    html.export-ready-theme body .article_summary:nth-child(163),
    body .article_summary:nth-child(163) { animation-duration: 45.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(164),
    html.export-ready-theme body .article_summary:nth-child(164),
    body .article_summary:nth-child(164) { animation-duration: 45.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(165),
    html.export-ready-theme body .article_summary:nth-child(165),
    body .article_summary:nth-child(165) { animation-duration: 46.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(166),
    html.export-ready-theme body .article_summary:nth-child(166),
    body .article_summary:nth-child(166) { animation-duration: 46.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(167),
    html.export-ready-theme body .article_summary:nth-child(167),
    body .article_summary:nth-child(167) { animation-duration: 46.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(168),
    html.export-ready-theme body .article_summary:nth-child(168),
    body .article_summary:nth-child(168) { animation-duration: 46.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(169),
    html.export-ready-theme body .article_summary:nth-child(169),
    body .article_summary:nth-child(169) { animation-duration: 47.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(170),
    html.export-ready-theme body .article_summary:nth-child(170),
    body .article_summary:nth-child(170) { animation-duration: 47.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(171),
    html.export-ready-theme body .article_summary:nth-child(171),
    body .article_summary:nth-child(171) { animation-duration: 47.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(172),
    html.export-ready-theme body .article_summary:nth-child(172),
    body .article_summary:nth-child(172) { animation-duration: 47.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(173),
    html.export-ready-theme body .article_summary:nth-child(173),
    body .article_summary:nth-child(173) { animation-duration: 48.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(174),
    html.export-ready-theme body .article_summary:nth-child(174),
    body .article_summary:nth-child(174) { animation-duration: 48.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(175),
    html.export-ready-theme body .article_summary:nth-child(175),
    body .article_summary:nth-child(175) { animation-duration: 48.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(176),
    html.export-ready-theme body .article_summary:nth-child(176),
    body .article_summary:nth-child(176) { animation-duration: 48.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(177),
    html.export-ready-theme body .article_summary:nth-child(177),
    body .article_summary:nth-child(177) { animation-duration: 49.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(178),
    html.export-ready-theme body .article_summary:nth-child(178),
    body .article_summary:nth-child(178) { animation-duration: 49.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(179),
    html.export-ready-theme body .article_summary:nth-child(179),
    body .article_summary:nth-child(179) { animation-duration: 49.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(180),
    html.export-ready-theme body .article_summary:nth-child(180),
    body .article_summary:nth-child(180) { animation-duration: 49.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(181),
    html.export-ready-theme body .article_summary:nth-child(181),
    body .article_summary:nth-child(181) { animation-duration: 50.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(182),
    html.export-ready-theme body .article_summary:nth-child(182),
    body .article_summary:nth-child(182) { animation-duration: 50.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(183),
    html.export-ready-theme body .article_summary:nth-child(183),
    body .article_summary:nth-child(183) { animation-duration: 50.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(184),
    html.export-ready-theme body .article_summary:nth-child(184),
    body .article_summary:nth-child(184) { animation-duration: 50.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(185),
    html.export-ready-theme body .article_summary:nth-child(185),
    body .article_summary:nth-child(185) { animation-duration: 51.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(186),
    html.export-ready-theme body .article_summary:nth-child(186),
    body .article_summary:nth-child(186) { animation-duration: 51.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(187),
    html.export-ready-theme body .article_summary:nth-child(187),
    body .article_summary:nth-child(187) { animation-duration: 51.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(188),
    html.export-ready-theme body .article_summary:nth-child(188),
    body .article_summary:nth-child(188) { animation-duration: 51.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(189),
    html.export-ready-theme body .article_summary:nth-child(189),
    body .article_summary:nth-child(189) { animation-duration: 52.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(190),
    html.export-ready-theme body .article_summary:nth-child(190),
    body .article_summary:nth-child(190) { animation-duration: 52.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(191),
    html.export-ready-theme body .article_summary:nth-child(191),
    body .article_summary:nth-child(191) { animation-duration: 52.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(192),
    html.export-ready-theme body .article_summary:nth-child(192),
    body .article_summary:nth-child(192) { animation-duration: 52.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(193),
    html.export-ready-theme body .article_summary:nth-child(193),
    body .article_summary:nth-child(193) { animation-duration: 53.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(194),
    html.export-ready-theme body .article_summary:nth-child(194),
    body .article_summary:nth-child(194) { animation-duration: 53.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(195),
    html.export-ready-theme body .article_summary:nth-child(195),
    body .article_summary:nth-child(195) { animation-duration: 53.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(196),
    html.export-ready-theme body .article_summary:nth-child(196),
    body .article_summary:nth-child(196) { animation-duration: 53.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(197),
    html.export-ready-theme body .article_summary:nth-child(197),
    body .article_summary:nth-child(197) { animation-duration: 54.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(198),
    html.export-ready-theme body .article_summary:nth-child(198),
    body .article_summary:nth-child(198) { animation-duration: 54.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(199),
    html.export-ready-theme body .article_summary:nth-child(199),
    body .article_summary:nth-child(199) { animation-duration: 54.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(200),
    html.export-ready-theme body .article_summary:nth-child(200),
    body .article_summary:nth-child(200) { animation-duration: 54.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(201),
    html.export-ready-theme body .article_summary:nth-child(201),
    body .article_summary:nth-child(201) { animation-duration: 55.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(202),
    html.export-ready-theme body .article_summary:nth-child(202),
    body .article_summary:nth-child(202) { animation-duration: 55.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(203),
    html.export-ready-theme body .article_summary:nth-child(203),
    body .article_summary:nth-child(203) { animation-duration: 55.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(204),
    html.export-ready-theme body .article_summary:nth-child(204),
    body .article_summary:nth-child(204) { animation-duration: 55.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(205),
    html.export-ready-theme body .article_summary:nth-child(205),
    body .article_summary:nth-child(205) { animation-duration: 56.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(206),
    html.export-ready-theme body .article_summary:nth-child(206),
    body .article_summary:nth-child(206) { animation-duration: 56.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(207),
    html.export-ready-theme body .article_summary:nth-child(207),
    body .article_summary:nth-child(207) { animation-duration: 56.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(208),
    html.export-ready-theme body .article_summary:nth-child(208),
    body .article_summary:nth-child(208) { animation-duration: 56.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(209),
    html.export-ready-theme body .article_summary:nth-child(209),
    body .article_summary:nth-child(209) { animation-duration: 57.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(210),
    html.export-ready-theme body .article_summary:nth-child(210),
    body .article_summary:nth-child(210) { animation-duration: 57.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(211),
    html.export-ready-theme body .article_summary:nth-child(211),
    body .article_summary:nth-child(211) { animation-duration: 57.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(212),
    html.export-ready-theme body .article_summary:nth-child(212),
    body .article_summary:nth-child(212) { animation-duration: 57.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(213),
    html.export-ready-theme body .article_summary:nth-child(213),
    body .article_summary:nth-child(213) { animation-duration: 58.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(214),
    html.export-ready-theme body .article_summary:nth-child(214),
    body .article_summary:nth-child(214) { animation-duration: 58.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(215),
    html.export-ready-theme body .article_summary:nth-child(215),
    body .article_summary:nth-child(215) { animation-duration: 58.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(216),
    html.export-ready-theme body .article_summary:nth-child(216),
    body .article_summary:nth-child(216) { animation-duration: 58.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(217),
    html.export-ready-theme body .article_summary:nth-child(217),
    body .article_summary:nth-child(217) { animation-duration: 59.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(218),
    html.export-ready-theme body .article_summary:nth-child(218),
    body .article_summary:nth-child(218) { animation-duration: 59.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(219),
    html.export-ready-theme body .article_summary:nth-child(219),
    body .article_summary:nth-child(219) { animation-duration: 59.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(220),
    html.export-ready-theme body .article_summary:nth-child(220),
    body .article_summary:nth-child(220) { animation-duration: 59.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(221),
    html.export-ready-theme body .article_summary:nth-child(221),
    body .article_summary:nth-child(221) { animation-duration: 60.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(222),
    html.export-ready-theme body .article_summary:nth-child(222),
    body .article_summary:nth-child(222) { animation-duration: 60.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(223),
    html.export-ready-theme body .article_summary:nth-child(223),
    body .article_summary:nth-child(223) { animation-duration: 60.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(224),
    html.export-ready-theme body .article_summary:nth-child(224),
    body .article_summary:nth-child(224) { animation-duration: 60.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(225),
    html.export-ready-theme body .article_summary:nth-child(225),
    body .article_summary:nth-child(225) { animation-duration: 61.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(226),
    html.export-ready-theme body .article_summary:nth-child(226),
    body .article_summary:nth-child(226) { animation-duration: 61.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(227),
    html.export-ready-theme body .article_summary:nth-child(227),
    body .article_summary:nth-child(227) { animation-duration: 61.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(228),
    html.export-ready-theme body .article_summary:nth-child(228),
    body .article_summary:nth-child(228) { animation-duration: 61.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(229),
    html.export-ready-theme body .article_summary:nth-child(229),
    body .article_summary:nth-child(229) { animation-duration: 62.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(230),
    html.export-ready-theme body .article_summary:nth-child(230),
    body .article_summary:nth-child(230) { animation-duration: 62.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(231),
    html.export-ready-theme body .article_summary:nth-child(231),
    body .article_summary:nth-child(231) { animation-duration: 62.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(232),
    html.export-ready-theme body .article_summary:nth-child(232),
    body .article_summary:nth-child(232) { animation-duration: 62.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(233),
    html.export-ready-theme body .article_summary:nth-child(233),
    body .article_summary:nth-child(233) { animation-duration: 63.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(234),
    html.export-ready-theme body .article_summary:nth-child(234),
    body .article_summary:nth-child(234) { animation-duration: 63.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(235),
    html.export-ready-theme body .article_summary:nth-child(235),
    body .article_summary:nth-child(235) { animation-duration: 63.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(236),
    html.export-ready-theme body .article_summary:nth-child(236),
    body .article_summary:nth-child(236) { animation-duration: 63.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(237),
    html.export-ready-theme body .article_summary:nth-child(237),
    body .article_summary:nth-child(237) { animation-duration: 64.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(238),
    html.export-ready-theme body .article_summary:nth-child(238),
    body .article_summary:nth-child(238) { animation-duration: 64.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(239),
    html.export-ready-theme body .article_summary:nth-child(239),
    body .article_summary:nth-child(239) { animation-duration: 64.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(240),
    html.export-ready-theme body .article_summary:nth-child(240),
    body .article_summary:nth-child(240) { animation-duration: 64.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(241),
    html.export-ready-theme body .article_summary:nth-child(241),
    body .article_summary:nth-child(241) { animation-duration: 65.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(242),
    html.export-ready-theme body .article_summary:nth-child(242),
    body .article_summary:nth-child(242) { animation-duration: 65.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(243),
    html.export-ready-theme body .article_summary:nth-child(243),
    body .article_summary:nth-child(243) { animation-duration: 65.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(244),
    html.export-ready-theme body .article_summary:nth-child(244),
    body .article_summary:nth-child(244) { animation-duration: 65.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(245),
    html.export-ready-theme body .article_summary:nth-child(245),
    body .article_summary:nth-child(245) { animation-duration: 66.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(246),
    html.export-ready-theme body .article_summary:nth-child(246),
    body .article_summary:nth-child(246) { animation-duration: 66.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(247),
    html.export-ready-theme body .article_summary:nth-child(247),
    body .article_summary:nth-child(247) { animation-duration: 66.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(248),
    html.export-ready-theme body .article_summary:nth-child(248),
    body .article_summary:nth-child(248) { animation-duration: 66.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(249),
    html.export-ready-theme body .article_summary:nth-child(249),
    body .article_summary:nth-child(249) { animation-duration: 67.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(250),
    html.export-ready-theme body .article_summary:nth-child(250),
    body .article_summary:nth-child(250) { animation-duration: 67.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(251),
    html.export-ready-theme body .article_summary:nth-child(251),
    body .article_summary:nth-child(251) { animation-duration: 67.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(252),
    html.export-ready-theme body .article_summary:nth-child(252),
    body .article_summary:nth-child(252) { animation-duration: 67.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(253),
    html.export-ready-theme body .article_summary:nth-child(253),
    body .article_summary:nth-child(253) { animation-duration: 68.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(254),
    html.export-ready-theme body .article_summary:nth-child(254),
    body .article_summary:nth-child(254) { animation-duration: 68.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(255),
    html.export-ready-theme body .article_summary:nth-child(255),
    body .article_summary:nth-child(255) { animation-duration: 68.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(256),
    html.export-ready-theme body .article_summary:nth-child(256),
    body .article_summary:nth-child(256) { animation-duration: 68.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(257),
    html.export-ready-theme body .article_summary:nth-child(257),
    body .article_summary:nth-child(257) { animation-duration: 69.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(258),
    html.export-ready-theme body .article_summary:nth-child(258),
    body .article_summary:nth-child(258) { animation-duration: 69.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(259),
    html.export-ready-theme body .article_summary:nth-child(259),
    body .article_summary:nth-child(259) { animation-duration: 69.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(260),
    html.export-ready-theme body .article_summary:nth-child(260),
    body .article_summary:nth-child(260) { animation-duration: 69.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(261),
    html.export-ready-theme body .article_summary:nth-child(261),
    body .article_summary:nth-child(261) { animation-duration: 70.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(262),
    html.export-ready-theme body .article_summary:nth-child(262),
    body .article_summary:nth-child(262) { animation-duration: 70.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(263),
    html.export-ready-theme body .article_summary:nth-child(263),
    body .article_summary:nth-child(263) { animation-duration: 70.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(264),
    html.export-ready-theme body .article_summary:nth-child(264),
    body .article_summary:nth-child(264) { animation-duration: 70.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(265),
    html.export-ready-theme body .article_summary:nth-child(265),
    body .article_summary:nth-child(265) { animation-duration: 71.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(266),
    html.export-ready-theme body .article_summary:nth-child(266),
    body .article_summary:nth-child(266) { animation-duration: 71.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(267),
    html.export-ready-theme body .article_summary:nth-child(267),
    body .article_summary:nth-child(267) { animation-duration: 71.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(268),
    html.export-ready-theme body .article_summary:nth-child(268),
    body .article_summary:nth-child(268) { animation-duration: 71.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(269),
    html.export-ready-theme body .article_summary:nth-child(269),
    body .article_summary:nth-child(269) { animation-duration: 72.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(270),
    html.export-ready-theme body .article_summary:nth-child(270),
    body .article_summary:nth-child(270) { animation-duration: 72.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(271),
    html.export-ready-theme body .article_summary:nth-child(271),
    body .article_summary:nth-child(271) { animation-duration: 72.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(272),
    html.export-ready-theme body .article_summary:nth-child(272),
    body .article_summary:nth-child(272) { animation-duration: 72.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(273),
    html.export-ready-theme body .article_summary:nth-child(273),
    body .article_summary:nth-child(273) { animation-duration: 73.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(274),
    html.export-ready-theme body .article_summary:nth-child(274),
    body .article_summary:nth-child(274) { animation-duration: 73.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(275),
    html.export-ready-theme body .article_summary:nth-child(275),
    body .article_summary:nth-child(275) { animation-duration: 73.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(276),
    html.export-ready-theme body .article_summary:nth-child(276),
    body .article_summary:nth-child(276) { animation-duration: 73.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(277),
    html.export-ready-theme body .article_summary:nth-child(277),
    body .article_summary:nth-child(277) { animation-duration: 74.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(278),
    html.export-ready-theme body .article_summary:nth-child(278),
    body .article_summary:nth-child(278) { animation-duration: 74.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(279),
    html.export-ready-theme body .article_summary:nth-child(279),
    body .article_summary:nth-child(279) { animation-duration: 74.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(280),
    html.export-ready-theme body .article_summary:nth-child(280),
    body .article_summary:nth-child(280) { animation-duration: 74.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(281),
    html.export-ready-theme body .article_summary:nth-child(281),
    body .article_summary:nth-child(281) { animation-duration: 75.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(282),
    html.export-ready-theme body .article_summary:nth-child(282),
    body .article_summary:nth-child(282) { animation-duration: 75.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(283),
    html.export-ready-theme body .article_summary:nth-child(283),
    body .article_summary:nth-child(283) { animation-duration: 75.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(284),
    html.export-ready-theme body .article_summary:nth-child(284),
    body .article_summary:nth-child(284) { animation-duration: 75.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(285),
    html.export-ready-theme body .article_summary:nth-child(285),
    body .article_summary:nth-child(285) { animation-duration: 76.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(286),
    html.export-ready-theme body .article_summary:nth-child(286),
    body .article_summary:nth-child(286) { animation-duration: 76.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(287),
    html.export-ready-theme body .article_summary:nth-child(287),
    body .article_summary:nth-child(287) { animation-duration: 76.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(288),
    html.export-ready-theme body .article_summary:nth-child(288),
    body .article_summary:nth-child(288) { animation-duration: 76.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(289),
    html.export-ready-theme body .article_summary:nth-child(289),
    body .article_summary:nth-child(289) { animation-duration: 77.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(290),
    html.export-ready-theme body .article_summary:nth-child(290),
    body .article_summary:nth-child(290) { animation-duration: 77.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(291),
    html.export-ready-theme body .article_summary:nth-child(291),
    body .article_summary:nth-child(291) { animation-duration: 77.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(292),
    html.export-ready-theme body .article_summary:nth-child(292),
    body .article_summary:nth-child(292) { animation-duration: 77.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(293),
    html.export-ready-theme body .article_summary:nth-child(293),
    body .article_summary:nth-child(293) { animation-duration: 78.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(294),
    html.export-ready-theme body .article_summary:nth-child(294),
    body .article_summary:nth-child(294) { animation-duration: 78.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(295),
    html.export-ready-theme body .article_summary:nth-child(295),
    body .article_summary:nth-child(295) { animation-duration: 78.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(296),
    html.export-ready-theme body .article_summary:nth-child(296),
    body .article_summary:nth-child(296) { animation-duration: 78.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(297),
    html.export-ready-theme body .article_summary:nth-child(297),
    body .article_summary:nth-child(297) { animation-duration: 79.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(298),
    html.export-ready-theme body .article_summary:nth-child(298),
    body .article_summary:nth-child(298) { animation-duration: 79.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(299),
    html.export-ready-theme body .article_summary:nth-child(299),
    body .article_summary:nth-child(299) { animation-duration: 79.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(300),
    html.export-ready-theme body .article_summary:nth-child(300),
    body .article_summary:nth-child(300) { animation-duration: 79.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(301),
    html.export-ready-theme body .article_summary:nth-child(301),
    body .article_summary:nth-child(301) { animation-duration: 80.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(302),
    html.export-ready-theme body .article_summary:nth-child(302),
    body .article_summary:nth-child(302) { animation-duration: 80.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(303),
    html.export-ready-theme body .article_summary:nth-child(303),
    body .article_summary:nth-child(303) { animation-duration: 80.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(304),
    html.export-ready-theme body .article_summary:nth-child(304),
    body .article_summary:nth-child(304) { animation-duration: 80.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(305),
    html.export-ready-theme body .article_summary:nth-child(305),
    body .article_summary:nth-child(305) { animation-duration: 81.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(306),
    html.export-ready-theme body .article_summary:nth-child(306),
    body .article_summary:nth-child(306) { animation-duration: 81.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(307),
    html.export-ready-theme body .article_summary:nth-child(307),
    body .article_summary:nth-child(307) { animation-duration: 81.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(308),
    html.export-ready-theme body .article_summary:nth-child(308),
    body .article_summary:nth-child(308) { animation-duration: 81.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(309),
    html.export-ready-theme body .article_summary:nth-child(309),
    body .article_summary:nth-child(309) { animation-duration: 82.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(310),
    html.export-ready-theme body .article_summary:nth-child(310),
    body .article_summary:nth-child(310) { animation-duration: 82.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(311),
    html.export-ready-theme body .article_summary:nth-child(311),
    body .article_summary:nth-child(311) { animation-duration: 82.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(312),
    html.export-ready-theme body .article_summary:nth-child(312),
    body .article_summary:nth-child(312) { animation-duration: 82.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(313),
    html.export-ready-theme body .article_summary:nth-child(313),
    body .article_summary:nth-child(313) { animation-duration: 83.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(314),
    html.export-ready-theme body .article_summary:nth-child(314),
    body .article_summary:nth-child(314) { animation-duration: 83.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(315),
    html.export-ready-theme body .article_summary:nth-child(315),
    body .article_summary:nth-child(315) { animation-duration: 83.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(316),
    html.export-ready-theme body .article_summary:nth-child(316),
    body .article_summary:nth-child(316) { animation-duration: 83.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(317),
    html.export-ready-theme body .article_summary:nth-child(317),
    body .article_summary:nth-child(317) { animation-duration: 84.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(318),
    html.export-ready-theme body .article_summary:nth-child(318),
    body .article_summary:nth-child(318) { animation-duration: 84.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(319),
    html.export-ready-theme body .article_summary:nth-child(319),
    body .article_summary:nth-child(319) { animation-duration: 84.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(320),
    html.export-ready-theme body .article_summary:nth-child(320),
    body .article_summary:nth-child(320) { animation-duration: 84.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(321),
    html.export-ready-theme body .article_summary:nth-child(321),
    body .article_summary:nth-child(321) { animation-duration: 85.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(322),
    html.export-ready-theme body .article_summary:nth-child(322),
    body .article_summary:nth-child(322) { animation-duration: 85.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(323),
    html.export-ready-theme body .article_summary:nth-child(323),
    body .article_summary:nth-child(323) { animation-duration: 85.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(324),
    html.export-ready-theme body .article_summary:nth-child(324),
    body .article_summary:nth-child(324) { animation-duration: 85.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(325),
    html.export-ready-theme body .article_summary:nth-child(325),
    body .article_summary:nth-child(325) { animation-duration: 86.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(326),
    html.export-ready-theme body .article_summary:nth-child(326),
    body .article_summary:nth-child(326) { animation-duration: 86.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(327),
    html.export-ready-theme body .article_summary:nth-child(327),
    body .article_summary:nth-child(327) { animation-duration: 86.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(328),
    html.export-ready-theme body .article_summary:nth-child(328),
    body .article_summary:nth-child(328) { animation-duration: 86.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(329),
    html.export-ready-theme body .article_summary:nth-child(329),
    body .article_summary:nth-child(329) { animation-duration: 87.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(330),
    html.export-ready-theme body .article_summary:nth-child(330),
    body .article_summary:nth-child(330) { animation-duration: 87.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(331),
    html.export-ready-theme body .article_summary:nth-child(331),
    body .article_summary:nth-child(331) { animation-duration: 87.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(332),
    html.export-ready-theme body .article_summary:nth-child(332),
    body .article_summary:nth-child(332) { animation-duration: 87.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(333),
    html.export-ready-theme body .article_summary:nth-child(333),
    body .article_summary:nth-child(333) { animation-duration: 88.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(334),
    html.export-ready-theme body .article_summary:nth-child(334),
    body .article_summary:nth-child(334) { animation-duration: 88.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(335),
    html.export-ready-theme body .article_summary:nth-child(335),
    body .article_summary:nth-child(335) { animation-duration: 88.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(336),
    html.export-ready-theme body .article_summary:nth-child(336),
    body .article_summary:nth-child(336) { animation-duration: 88.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(337),
    html.export-ready-theme body .article_summary:nth-child(337),
    body .article_summary:nth-child(337) { animation-duration: 89.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(338),
    html.export-ready-theme body .article_summary:nth-child(338),
    body .article_summary:nth-child(338) { animation-duration: 89.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(339),
    html.export-ready-theme body .article_summary:nth-child(339),
    body .article_summary:nth-child(339) { animation-duration: 89.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(340),
    html.export-ready-theme body .article_summary:nth-child(340),
    body .article_summary:nth-child(340) { animation-duration: 89.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(341),
    html.export-ready-theme body .article_summary:nth-child(341),
    body .article_summary:nth-child(341) { animation-duration: 90.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(342),
    html.export-ready-theme body .article_summary:nth-child(342),
    body .article_summary:nth-child(342) { animation-duration: 90.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(343),
    html.export-ready-theme body .article_summary:nth-child(343),
    body .article_summary:nth-child(343) { animation-duration: 90.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(344),
    html.export-ready-theme body .article_summary:nth-child(344),
    body .article_summary:nth-child(344) { animation-duration: 90.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(345),
    html.export-ready-theme body .article_summary:nth-child(345),
    body .article_summary:nth-child(345) { animation-duration: 91.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(346),
    html.export-ready-theme body .article_summary:nth-child(346),
    body .article_summary:nth-child(346) { animation-duration: 91.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(347),
    html.export-ready-theme body .article_summary:nth-child(347),
    body .article_summary:nth-child(347) { animation-duration: 91.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(348),
    html.export-ready-theme body .article_summary:nth-child(348),
    body .article_summary:nth-child(348) { animation-duration: 91.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(349),
    html.export-ready-theme body .article_summary:nth-child(349),
    body .article_summary:nth-child(349) { animation-duration: 92.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(350),
    html.export-ready-theme body .article_summary:nth-child(350),
    body .article_summary:nth-child(350) { animation-duration: 92.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(351),
    html.export-ready-theme body .article_summary:nth-child(351),
    body .article_summary:nth-child(351) { animation-duration: 92.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(352),
    html.export-ready-theme body .article_summary:nth-child(352),
    body .article_summary:nth-child(352) { animation-duration: 92.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(353),
    html.export-ready-theme body .article_summary:nth-child(353),
    body .article_summary:nth-child(353) { animation-duration: 93.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(354),
    html.export-ready-theme body .article_summary:nth-child(354),
    body .article_summary:nth-child(354) { animation-duration: 93.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(355),
    html.export-ready-theme body .article_summary:nth-child(355),
    body .article_summary:nth-child(355) { animation-duration: 93.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(356),
    html.export-ready-theme body .article_summary:nth-child(356),
    body .article_summary:nth-child(356) { animation-duration: 93.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(357),
    html.export-ready-theme body .article_summary:nth-child(357),
    body .article_summary:nth-child(357) { animation-duration: 94.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(358),
    html.export-ready-theme body .article_summary:nth-child(358),
    body .article_summary:nth-child(358) { animation-duration: 94.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(359),
    html.export-ready-theme body .article_summary:nth-child(359),
    body .article_summary:nth-child(359) { animation-duration: 94.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(360),
    html.export-ready-theme body .article_summary:nth-child(360),
    body .article_summary:nth-child(360) { animation-duration: 94.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(361),
    html.export-ready-theme body .article_summary:nth-child(361),
    body .article_summary:nth-child(361) { animation-duration: 95.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(362),
    html.export-ready-theme body .article_summary:nth-child(362),
    body .article_summary:nth-child(362) { animation-duration: 95.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(363),
    html.export-ready-theme body .article_summary:nth-child(363),
    body .article_summary:nth-child(363) { animation-duration: 95.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(364),
    html.export-ready-theme body .article_summary:nth-child(364),
    body .article_summary:nth-child(364) { animation-duration: 95.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(365),
    html.export-ready-theme body .article_summary:nth-child(365),
    body .article_summary:nth-child(365) { animation-duration: 96.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(366),
    html.export-ready-theme body .article_summary:nth-child(366),
    body .article_summary:nth-child(366) { animation-duration: 96.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(367),
    html.export-ready-theme body .article_summary:nth-child(367),
    body .article_summary:nth-child(367) { animation-duration: 96.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(368),
    html.export-ready-theme body .article_summary:nth-child(368),
    body .article_summary:nth-child(368) { animation-duration: 96.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(369),
    html.export-ready-theme body .article_summary:nth-child(369),
    body .article_summary:nth-child(369) { animation-duration: 97.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(370),
    html.export-ready-theme body .article_summary:nth-child(370),
    body .article_summary:nth-child(370) { animation-duration: 97.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(371),
    html.export-ready-theme body .article_summary:nth-child(371),
    body .article_summary:nth-child(371) { animation-duration: 97.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(372),
    html.export-ready-theme body .article_summary:nth-child(372),
    body .article_summary:nth-child(372) { animation-duration: 97.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(373),
    html.export-ready-theme body .article_summary:nth-child(373),
    body .article_summary:nth-child(373) { animation-duration: 98.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(374),
    html.export-ready-theme body .article_summary:nth-child(374),
    body .article_summary:nth-child(374) { animation-duration: 98.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(375),
    html.export-ready-theme body .article_summary:nth-child(375),
    body .article_summary:nth-child(375) { animation-duration: 98.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(376),
    html.export-ready-theme body .article_summary:nth-child(376),
    body .article_summary:nth-child(376) { animation-duration: 98.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(377),
    html.export-ready-theme body .article_summary:nth-child(377),
    body .article_summary:nth-child(377) { animation-duration: 99.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(378),
    html.export-ready-theme body .article_summary:nth-child(378),
    body .article_summary:nth-child(378) { animation-duration: 99.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(379),
    html.export-ready-theme body .article_summary:nth-child(379),
    body .article_summary:nth-child(379) { animation-duration: 99.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(380),
    html.export-ready-theme body .article_summary:nth-child(380),
    body .article_summary:nth-child(380) { animation-duration: 99.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(381),
    html.export-ready-theme body .article_summary:nth-child(381),
    body .article_summary:nth-child(381) { animation-duration: 100.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(382),
    html.export-ready-theme body .article_summary:nth-child(382),
    body .article_summary:nth-child(382) { animation-duration: 100.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(383),
    html.export-ready-theme body .article_summary:nth-child(383),
    body .article_summary:nth-child(383) { animation-duration: 100.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(384),
    html.export-ready-theme body .article_summary:nth-child(384),
    body .article_summary:nth-child(384) { animation-duration: 100.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(385),
    html.export-ready-theme body .article_summary:nth-child(385),
    body .article_summary:nth-child(385) { animation-duration: 101.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(386),
    html.export-ready-theme body .article_summary:nth-child(386),
    body .article_summary:nth-child(386) { animation-duration: 101.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(387),
    html.export-ready-theme body .article_summary:nth-child(387),
    body .article_summary:nth-child(387) { animation-duration: 101.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(388),
    html.export-ready-theme body .article_summary:nth-child(388),
    body .article_summary:nth-child(388) { animation-duration: 101.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(389),
    html.export-ready-theme body .article_summary:nth-child(389),
    body .article_summary:nth-child(389) { animation-duration: 102.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(390),
    html.export-ready-theme body .article_summary:nth-child(390),
    body .article_summary:nth-child(390) { animation-duration: 102.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(391),
    html.export-ready-theme body .article_summary:nth-child(391),
    body .article_summary:nth-child(391) { animation-duration: 102.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(392),
    html.export-ready-theme body .article_summary:nth-child(392),
    body .article_summary:nth-child(392) { animation-duration: 102.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(393),
    html.export-ready-theme body .article_summary:nth-child(393),
    body .article_summary:nth-child(393) { animation-duration: 103.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(394),
    html.export-ready-theme body .article_summary:nth-child(394),
    body .article_summary:nth-child(394) { animation-duration: 103.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(395),
    html.export-ready-theme body .article_summary:nth-child(395),
    body .article_summary:nth-child(395) { animation-duration: 103.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(396),
    html.export-ready-theme body .article_summary:nth-child(396),
    body .article_summary:nth-child(396) { animation-duration: 103.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(397),
    html.export-ready-theme body .article_summary:nth-child(397),
    body .article_summary:nth-child(397) { animation-duration: 104.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(398),
    html.export-ready-theme body .article_summary:nth-child(398),
    body .article_summary:nth-child(398) { animation-duration: 104.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(399),
    html.export-ready-theme body .article_summary:nth-child(399),
    body .article_summary:nth-child(399) { animation-duration: 104.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(400),
    html.export-ready-theme body .article_summary:nth-child(400),
    body .article_summary:nth-child(400) { animation-duration: 104.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(401),
    html.export-ready-theme body .article_summary:nth-child(401),
    body .article_summary:nth-child(401) { animation-duration: 105.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(402),
    html.export-ready-theme body .article_summary:nth-child(402),
    body .article_summary:nth-child(402) { animation-duration: 105.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(403),
    html.export-ready-theme body .article_summary:nth-child(403),
    body .article_summary:nth-child(403) { animation-duration: 105.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(404),
    html.export-ready-theme body .article_summary:nth-child(404),
    body .article_summary:nth-child(404) { animation-duration: 105.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(405),
    html.export-ready-theme body .article_summary:nth-child(405),
    body .article_summary:nth-child(405) { animation-duration: 106.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(406),
    html.export-ready-theme body .article_summary:nth-child(406),
    body .article_summary:nth-child(406) { animation-duration: 106.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(407),
    html.export-ready-theme body .article_summary:nth-child(407),
    body .article_summary:nth-child(407) { animation-duration: 106.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(408),
    html.export-ready-theme body .article_summary:nth-child(408),
    body .article_summary:nth-child(408) { animation-duration: 106.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(409),
    html.export-ready-theme body .article_summary:nth-child(409),
    body .article_summary:nth-child(409) { animation-duration: 107.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(410),
    html.export-ready-theme body .article_summary:nth-child(410),
    body .article_summary:nth-child(410) { animation-duration: 107.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(411),
    html.export-ready-theme body .article_summary:nth-child(411),
    body .article_summary:nth-child(411) { animation-duration: 107.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(412),
    html.export-ready-theme body .article_summary:nth-child(412),
    body .article_summary:nth-child(412) { animation-duration: 107.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(413),
    html.export-ready-theme body .article_summary:nth-child(413),
    body .article_summary:nth-child(413) { animation-duration: 108.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(414),
    html.export-ready-theme body .article_summary:nth-child(414),
    body .article_summary:nth-child(414) { animation-duration: 108.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(415),
    html.export-ready-theme body .article_summary:nth-child(415),
    body .article_summary:nth-child(415) { animation-duration: 108.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(416),
    html.export-ready-theme body .article_summary:nth-child(416),
    body .article_summary:nth-child(416) { animation-duration: 108.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(417),
    html.export-ready-theme body .article_summary:nth-child(417),
    body .article_summary:nth-child(417) { animation-duration: 109.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(418),
    html.export-ready-theme body .article_summary:nth-child(418),
    body .article_summary:nth-child(418) { animation-duration: 109.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(419),
    html.export-ready-theme body .article_summary:nth-child(419),
    body .article_summary:nth-child(419) { animation-duration: 109.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(420),
    html.export-ready-theme body .article_summary:nth-child(420),
    body .article_summary:nth-child(420) { animation-duration: 109.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(421),
    html.export-ready-theme body .article_summary:nth-child(421),
    body .article_summary:nth-child(421) { animation-duration: 110.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(422),
    html.export-ready-theme body .article_summary:nth-child(422),
    body .article_summary:nth-child(422) { animation-duration: 110.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(423),
    html.export-ready-theme body .article_summary:nth-child(423),
    body .article_summary:nth-child(423) { animation-duration: 110.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(424),
    html.export-ready-theme body .article_summary:nth-child(424),
    body .article_summary:nth-child(424) { animation-duration: 110.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(425),
    html.export-ready-theme body .article_summary:nth-child(425),
    body .article_summary:nth-child(425) { animation-duration: 111.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(426),
    html.export-ready-theme body .article_summary:nth-child(426),
    body .article_summary:nth-child(426) { animation-duration: 111.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(427),
    html.export-ready-theme body .article_summary:nth-child(427),
    body .article_summary:nth-child(427) { animation-duration: 111.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(428),
    html.export-ready-theme body .article_summary:nth-child(428),
    body .article_summary:nth-child(428) { animation-duration: 111.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(429),
    html.export-ready-theme body .article_summary:nth-child(429),
    body .article_summary:nth-child(429) { animation-duration: 112.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(430),
    html.export-ready-theme body .article_summary:nth-child(430),
    body .article_summary:nth-child(430) { animation-duration: 112.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(431),
    html.export-ready-theme body .article_summary:nth-child(431),
    body .article_summary:nth-child(431) { animation-duration: 112.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(432),
    html.export-ready-theme body .article_summary:nth-child(432),
    body .article_summary:nth-child(432) { animation-duration: 112.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(433),
    html.export-ready-theme body .article_summary:nth-child(433),
    body .article_summary:nth-child(433) { animation-duration: 113.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(434),
    html.export-ready-theme body .article_summary:nth-child(434),
    body .article_summary:nth-child(434) { animation-duration: 113.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(435),
    html.export-ready-theme body .article_summary:nth-child(435),
    body .article_summary:nth-child(435) { animation-duration: 113.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(436),
    html.export-ready-theme body .article_summary:nth-child(436),
    body .article_summary:nth-child(436) { animation-duration: 113.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(437),
    html.export-ready-theme body .article_summary:nth-child(437),
    body .article_summary:nth-child(437) { animation-duration: 114.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(438),
    html.export-ready-theme body .article_summary:nth-child(438),
    body .article_summary:nth-child(438) { animation-duration: 114.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(439),
    html.export-ready-theme body .article_summary:nth-child(439),
    body .article_summary:nth-child(439) { animation-duration: 114.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(440),
    html.export-ready-theme body .article_summary:nth-child(440),
    body .article_summary:nth-child(440) { animation-duration: 114.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(441),
    html.export-ready-theme body .article_summary:nth-child(441),
    body .article_summary:nth-child(441) { animation-duration: 115.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(442),
    html.export-ready-theme body .article_summary:nth-child(442),
    body .article_summary:nth-child(442) { animation-duration: 115.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(443),
    html.export-ready-theme body .article_summary:nth-child(443),
    body .article_summary:nth-child(443) { animation-duration: 115.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(444),
    html.export-ready-theme body .article_summary:nth-child(444),
    body .article_summary:nth-child(444) { animation-duration: 115.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(445),
    html.export-ready-theme body .article_summary:nth-child(445),
    body .article_summary:nth-child(445) { animation-duration: 116.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(446),
    html.export-ready-theme body .article_summary:nth-child(446),
    body .article_summary:nth-child(446) { animation-duration: 116.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(447),
    html.export-ready-theme body .article_summary:nth-child(447),
    body .article_summary:nth-child(447) { animation-duration: 116.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(448),
    html.export-ready-theme body .article_summary:nth-child(448),
    body .article_summary:nth-child(448) { animation-duration: 116.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(449),
    html.export-ready-theme body .article_summary:nth-child(449),
    body .article_summary:nth-child(449) { animation-duration: 117.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(450),
    html.export-ready-theme body .article_summary:nth-child(450),
    body .article_summary:nth-child(450) { animation-duration: 117.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(451),
    html.export-ready-theme body .article_summary:nth-child(451),
    body .article_summary:nth-child(451) { animation-duration: 117.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(452),
    html.export-ready-theme body .article_summary:nth-child(452),
    body .article_summary:nth-child(452) { animation-duration: 117.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(453),
    html.export-ready-theme body .article_summary:nth-child(453),
    body .article_summary:nth-child(453) { animation-duration: 118.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(454),
    html.export-ready-theme body .article_summary:nth-child(454),
    body .article_summary:nth-child(454) { animation-duration: 118.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(455),
    html.export-ready-theme body .article_summary:nth-child(455),
    body .article_summary:nth-child(455) { animation-duration: 118.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(456),
    html.export-ready-theme body .article_summary:nth-child(456),
    body .article_summary:nth-child(456) { animation-duration: 118.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(457),
    html.export-ready-theme body .article_summary:nth-child(457),
    body .article_summary:nth-child(457) { animation-duration: 119.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(458),
    html.export-ready-theme body .article_summary:nth-child(458),
    body .article_summary:nth-child(458) { animation-duration: 119.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(459),
    html.export-ready-theme body .article_summary:nth-child(459),
    body .article_summary:nth-child(459) { animation-duration: 119.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(460),
    html.export-ready-theme body .article_summary:nth-child(460),
    body .article_summary:nth-child(460) { animation-duration: 119.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(461),
    html.export-ready-theme body .article_summary:nth-child(461),
    body .article_summary:nth-child(461) { animation-duration: 120.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(462),
    html.export-ready-theme body .article_summary:nth-child(462),
    body .article_summary:nth-child(462) { animation-duration: 120.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(463),
    html.export-ready-theme body .article_summary:nth-child(463),
    body .article_summary:nth-child(463) { animation-duration: 120.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(464),
    html.export-ready-theme body .article_summary:nth-child(464),
    body .article_summary:nth-child(464) { animation-duration: 120.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(465),
    html.export-ready-theme body .article_summary:nth-child(465),
    body .article_summary:nth-child(465) { animation-duration: 121.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(466),
    html.export-ready-theme body .article_summary:nth-child(466),
    body .article_summary:nth-child(466) { animation-duration: 121.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(467),
    html.export-ready-theme body .article_summary:nth-child(467),
    body .article_summary:nth-child(467) { animation-duration: 121.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(468),
    html.export-ready-theme body .article_summary:nth-child(468),
    body .article_summary:nth-child(468) { animation-duration: 121.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(469),
    html.export-ready-theme body .article_summary:nth-child(469),
    body .article_summary:nth-child(469) { animation-duration: 122.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(470),
    html.export-ready-theme body .article_summary:nth-child(470),
    body .article_summary:nth-child(470) { animation-duration: 122.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(471),
    html.export-ready-theme body .article_summary:nth-child(471),
    body .article_summary:nth-child(471) { animation-duration: 122.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(472),
    html.export-ready-theme body .article_summary:nth-child(472),
    body .article_summary:nth-child(472) { animation-duration: 122.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(473),
    html.export-ready-theme body .article_summary:nth-child(473),
    body .article_summary:nth-child(473) { animation-duration: 123.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(474),
    html.export-ready-theme body .article_summary:nth-child(474),
    body .article_summary:nth-child(474) { animation-duration: 123.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(475),
    html.export-ready-theme body .article_summary:nth-child(475),
    body .article_summary:nth-child(475) { animation-duration: 123.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(476),
    html.export-ready-theme body .article_summary:nth-child(476),
    body .article_summary:nth-child(476) { animation-duration: 123.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(477),
    html.export-ready-theme body .article_summary:nth-child(477),
    body .article_summary:nth-child(477) { animation-duration: 124.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(478),
    html.export-ready-theme body .article_summary:nth-child(478),
    body .article_summary:nth-child(478) { animation-duration: 124.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(479),
    html.export-ready-theme body .article_summary:nth-child(479),
    body .article_summary:nth-child(479) { animation-duration: 124.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(480),
    html.export-ready-theme body .article_summary:nth-child(480),
    body .article_summary:nth-child(480) { animation-duration: 124.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(481),
    html.export-ready-theme body .article_summary:nth-child(481),
    body .article_summary:nth-child(481) { animation-duration: 125.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(482),
    html.export-ready-theme body .article_summary:nth-child(482),
    body .article_summary:nth-child(482) { animation-duration: 125.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(483),
    html.export-ready-theme body .article_summary:nth-child(483),
    body .article_summary:nth-child(483) { animation-duration: 125.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(484),
    html.export-ready-theme body .article_summary:nth-child(484),
    body .article_summary:nth-child(484) { animation-duration: 125.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(485),
    html.export-ready-theme body .article_summary:nth-child(485),
    body .article_summary:nth-child(485) { animation-duration: 126.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(486),
    html.export-ready-theme body .article_summary:nth-child(486),
    body .article_summary:nth-child(486) { animation-duration: 126.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(487),
    html.export-ready-theme body .article_summary:nth-child(487),
    body .article_summary:nth-child(487) { animation-duration: 126.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(488),
    html.export-ready-theme body .article_summary:nth-child(488),
    body .article_summary:nth-child(488) { animation-duration: 126.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(489),
    html.export-ready-theme body .article_summary:nth-child(489),
    body .article_summary:nth-child(489) { animation-duration: 127.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(490),
    html.export-ready-theme body .article_summary:nth-child(490),
    body .article_summary:nth-child(490) { animation-duration: 127.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(491),
    html.export-ready-theme body .article_summary:nth-child(491),
    body .article_summary:nth-child(491) { animation-duration: 127.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(492),
    html.export-ready-theme body .article_summary:nth-child(492),
    body .article_summary:nth-child(492) { animation-duration: 127.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(493),
    html.export-ready-theme body .article_summary:nth-child(493),
    body .article_summary:nth-child(493) { animation-duration: 128.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(494),
    html.export-ready-theme body .article_summary:nth-child(494),
    body .article_summary:nth-child(494) { animation-duration: 128.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(495),
    html.export-ready-theme body .article_summary:nth-child(495),
    body .article_summary:nth-child(495) { animation-duration: 128.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(496),
    html.export-ready-theme body .article_summary:nth-child(496),
    body .article_summary:nth-child(496) { animation-duration: 128.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(497),
    html.export-ready-theme body .article_summary:nth-child(497),
    body .article_summary:nth-child(497) { animation-duration: 129.05s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(498),
    html.export-ready-theme body .article_summary:nth-child(498),
    body .article_summary:nth-child(498) { animation-duration: 129.3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(499),
    html.export-ready-theme body .article_summary:nth-child(499),
    body .article_summary:nth-child(499) { animation-duration: 129.55s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(500),
    html.export-ready-theme body .article_summary:nth-child(500),
    body .article_summary:nth-child(500) { animation-duration: 129.8s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(n+501),
    html.export-ready-theme body .article_summary:nth-child(n+501),
    body .article_summary:nth-child(n+501) { animation-duration: 129.8s !important; }
}



/* =========================================================
   EYIB OJS - v25 BIRINCHI MAQOLANI TEZLATISH
   1-maqola tezroq chiqadi: 6s
   Keyingi maqolalar ritmi: +2s, +1.5s, +1s, keyin +0.5s
   Bu blok eng oxirda turishi shart.
========================================================= */

/* Barcha maqolalar uchun silliq surilish sozlamasi */
html.export-ready-theme.export-ready-theme body .article_summary.article_summary,
html.export-ready-theme body .article_summary,
body .article_summary {
    animation-timing-function: cubic-bezier(.19, 1, .22, 1) !important;
    animation-fill-mode: both !important;
}

/* Desktop: 1-maqola tezroq, keyingilari asta-sekin sekinlashadi */
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
html.export-ready-theme body .article_summary:nth-child(1),
body .article_summary:nth-child(1) { animation-duration: 6s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
html.export-ready-theme body .article_summary:nth-child(2),
body .article_summary:nth-child(2) { animation-duration: 8s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
html.export-ready-theme body .article_summary:nth-child(3),
body .article_summary:nth-child(3) { animation-duration: 9.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
html.export-ready-theme body .article_summary:nth-child(4),
body .article_summary:nth-child(4) { animation-duration: 10.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
html.export-ready-theme body .article_summary:nth-child(5),
body .article_summary:nth-child(5) { animation-duration: 11s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
html.export-ready-theme body .article_summary:nth-child(6),
body .article_summary:nth-child(6) { animation-duration: 11.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
html.export-ready-theme body .article_summary:nth-child(7),
body .article_summary:nth-child(7) { animation-duration: 12s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
html.export-ready-theme body .article_summary:nth-child(8),
body .article_summary:nth-child(8) { animation-duration: 12.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
html.export-ready-theme body .article_summary:nth-child(9),
body .article_summary:nth-child(9) { animation-duration: 13s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
html.export-ready-theme body .article_summary:nth-child(10),
body .article_summary:nth-child(10) { animation-duration: 13.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
html.export-ready-theme body .article_summary:nth-child(11),
body .article_summary:nth-child(11) { animation-duration: 14s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
html.export-ready-theme body .article_summary:nth-child(12),
body .article_summary:nth-child(12) { animation-duration: 14.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
html.export-ready-theme body .article_summary:nth-child(13),
body .article_summary:nth-child(13) { animation-duration: 15s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
html.export-ready-theme body .article_summary:nth-child(14),
body .article_summary:nth-child(14) { animation-duration: 15.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
html.export-ready-theme body .article_summary:nth-child(15),
body .article_summary:nth-child(15) { animation-duration: 16s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
html.export-ready-theme body .article_summary:nth-child(16),
body .article_summary:nth-child(16) { animation-duration: 16.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
html.export-ready-theme body .article_summary:nth-child(17),
body .article_summary:nth-child(17) { animation-duration: 17s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
html.export-ready-theme body .article_summary:nth-child(18),
body .article_summary:nth-child(18) { animation-duration: 17.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
html.export-ready-theme body .article_summary:nth-child(19),
body .article_summary:nth-child(19) { animation-duration: 18s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
html.export-ready-theme body .article_summary:nth-child(20),
body .article_summary:nth-child(20) { animation-duration: 18.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
html.export-ready-theme body .article_summary:nth-child(21),
body .article_summary:nth-child(21) { animation-duration: 19s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
html.export-ready-theme body .article_summary:nth-child(22),
body .article_summary:nth-child(22) { animation-duration: 19.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
html.export-ready-theme body .article_summary:nth-child(23),
body .article_summary:nth-child(23) { animation-duration: 20s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
html.export-ready-theme body .article_summary:nth-child(24),
body .article_summary:nth-child(24) { animation-duration: 20.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
html.export-ready-theme body .article_summary:nth-child(25),
body .article_summary:nth-child(25) { animation-duration: 21s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
html.export-ready-theme body .article_summary:nth-child(26),
body .article_summary:nth-child(26) { animation-duration: 21.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
html.export-ready-theme body .article_summary:nth-child(27),
body .article_summary:nth-child(27) { animation-duration: 22s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
html.export-ready-theme body .article_summary:nth-child(28),
body .article_summary:nth-child(28) { animation-duration: 22.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
html.export-ready-theme body .article_summary:nth-child(29),
body .article_summary:nth-child(29) { animation-duration: 23s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
html.export-ready-theme body .article_summary:nth-child(30),
body .article_summary:nth-child(30) { animation-duration: 23.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
html.export-ready-theme body .article_summary:nth-child(31),
body .article_summary:nth-child(31) { animation-duration: 24s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
html.export-ready-theme body .article_summary:nth-child(32),
body .article_summary:nth-child(32) { animation-duration: 24.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
html.export-ready-theme body .article_summary:nth-child(33),
body .article_summary:nth-child(33) { animation-duration: 25s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
html.export-ready-theme body .article_summary:nth-child(34),
body .article_summary:nth-child(34) { animation-duration: 25.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
html.export-ready-theme body .article_summary:nth-child(35),
body .article_summary:nth-child(35) { animation-duration: 26s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
html.export-ready-theme body .article_summary:nth-child(36),
body .article_summary:nth-child(36) { animation-duration: 26.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
html.export-ready-theme body .article_summary:nth-child(37),
body .article_summary:nth-child(37) { animation-duration: 27s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
html.export-ready-theme body .article_summary:nth-child(38),
body .article_summary:nth-child(38) { animation-duration: 27.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
html.export-ready-theme body .article_summary:nth-child(39),
body .article_summary:nth-child(39) { animation-duration: 28s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
html.export-ready-theme body .article_summary:nth-child(40),
body .article_summary:nth-child(40) { animation-duration: 28.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
html.export-ready-theme body .article_summary:nth-child(41),
body .article_summary:nth-child(41) { animation-duration: 29s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
html.export-ready-theme body .article_summary:nth-child(42),
body .article_summary:nth-child(42) { animation-duration: 29.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
html.export-ready-theme body .article_summary:nth-child(43),
body .article_summary:nth-child(43) { animation-duration: 30s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
html.export-ready-theme body .article_summary:nth-child(44),
body .article_summary:nth-child(44) { animation-duration: 30.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
html.export-ready-theme body .article_summary:nth-child(45),
body .article_summary:nth-child(45) { animation-duration: 31s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
html.export-ready-theme body .article_summary:nth-child(46),
body .article_summary:nth-child(46) { animation-duration: 31.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
html.export-ready-theme body .article_summary:nth-child(47),
body .article_summary:nth-child(47) { animation-duration: 32s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
html.export-ready-theme body .article_summary:nth-child(48),
body .article_summary:nth-child(48) { animation-duration: 32.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
html.export-ready-theme body .article_summary:nth-child(49),
body .article_summary:nth-child(49) { animation-duration: 33s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
html.export-ready-theme body .article_summary:nth-child(50),
body .article_summary:nth-child(50) { animation-duration: 33.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
html.export-ready-theme body .article_summary:nth-child(51),
body .article_summary:nth-child(51) { animation-duration: 34s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
html.export-ready-theme body .article_summary:nth-child(52),
body .article_summary:nth-child(52) { animation-duration: 34.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
html.export-ready-theme body .article_summary:nth-child(53),
body .article_summary:nth-child(53) { animation-duration: 35s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
html.export-ready-theme body .article_summary:nth-child(54),
body .article_summary:nth-child(54) { animation-duration: 35.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
html.export-ready-theme body .article_summary:nth-child(55),
body .article_summary:nth-child(55) { animation-duration: 36s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
html.export-ready-theme body .article_summary:nth-child(56),
body .article_summary:nth-child(56) { animation-duration: 36.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
html.export-ready-theme body .article_summary:nth-child(57),
body .article_summary:nth-child(57) { animation-duration: 37s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
html.export-ready-theme body .article_summary:nth-child(58),
body .article_summary:nth-child(58) { animation-duration: 37.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
html.export-ready-theme body .article_summary:nth-child(59),
body .article_summary:nth-child(59) { animation-duration: 38s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
html.export-ready-theme body .article_summary:nth-child(60),
body .article_summary:nth-child(60) { animation-duration: 38.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
html.export-ready-theme body .article_summary:nth-child(61),
body .article_summary:nth-child(61) { animation-duration: 39s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
html.export-ready-theme body .article_summary:nth-child(62),
body .article_summary:nth-child(62) { animation-duration: 39.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
html.export-ready-theme body .article_summary:nth-child(63),
body .article_summary:nth-child(63) { animation-duration: 40s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
html.export-ready-theme body .article_summary:nth-child(64),
body .article_summary:nth-child(64) { animation-duration: 40.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
html.export-ready-theme body .article_summary:nth-child(65),
body .article_summary:nth-child(65) { animation-duration: 41s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
html.export-ready-theme body .article_summary:nth-child(66),
body .article_summary:nth-child(66) { animation-duration: 41.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
html.export-ready-theme body .article_summary:nth-child(67),
body .article_summary:nth-child(67) { animation-duration: 42s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
html.export-ready-theme body .article_summary:nth-child(68),
body .article_summary:nth-child(68) { animation-duration: 42.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
html.export-ready-theme body .article_summary:nth-child(69),
body .article_summary:nth-child(69) { animation-duration: 43s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
html.export-ready-theme body .article_summary:nth-child(70),
body .article_summary:nth-child(70) { animation-duration: 43.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
html.export-ready-theme body .article_summary:nth-child(71),
body .article_summary:nth-child(71) { animation-duration: 44s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
html.export-ready-theme body .article_summary:nth-child(72),
body .article_summary:nth-child(72) { animation-duration: 44.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
html.export-ready-theme body .article_summary:nth-child(73),
body .article_summary:nth-child(73) { animation-duration: 45s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
html.export-ready-theme body .article_summary:nth-child(74),
body .article_summary:nth-child(74) { animation-duration: 45.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
html.export-ready-theme body .article_summary:nth-child(75),
body .article_summary:nth-child(75) { animation-duration: 46s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
html.export-ready-theme body .article_summary:nth-child(76),
body .article_summary:nth-child(76) { animation-duration: 46.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
html.export-ready-theme body .article_summary:nth-child(77),
body .article_summary:nth-child(77) { animation-duration: 47s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
html.export-ready-theme body .article_summary:nth-child(78),
body .article_summary:nth-child(78) { animation-duration: 47.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
html.export-ready-theme body .article_summary:nth-child(79),
body .article_summary:nth-child(79) { animation-duration: 48s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
html.export-ready-theme body .article_summary:nth-child(80),
body .article_summary:nth-child(80) { animation-duration: 48.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
html.export-ready-theme body .article_summary:nth-child(81),
body .article_summary:nth-child(81) { animation-duration: 49s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
html.export-ready-theme body .article_summary:nth-child(82),
body .article_summary:nth-child(82) { animation-duration: 49.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
html.export-ready-theme body .article_summary:nth-child(83),
body .article_summary:nth-child(83) { animation-duration: 50s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
html.export-ready-theme body .article_summary:nth-child(84),
body .article_summary:nth-child(84) { animation-duration: 50.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
html.export-ready-theme body .article_summary:nth-child(85),
body .article_summary:nth-child(85) { animation-duration: 51s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
html.export-ready-theme body .article_summary:nth-child(86),
body .article_summary:nth-child(86) { animation-duration: 51.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
html.export-ready-theme body .article_summary:nth-child(87),
body .article_summary:nth-child(87) { animation-duration: 52s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
html.export-ready-theme body .article_summary:nth-child(88),
body .article_summary:nth-child(88) { animation-duration: 52.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
html.export-ready-theme body .article_summary:nth-child(89),
body .article_summary:nth-child(89) { animation-duration: 53s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
html.export-ready-theme body .article_summary:nth-child(90),
body .article_summary:nth-child(90) { animation-duration: 53.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
html.export-ready-theme body .article_summary:nth-child(91),
body .article_summary:nth-child(91) { animation-duration: 54s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
html.export-ready-theme body .article_summary:nth-child(92),
body .article_summary:nth-child(92) { animation-duration: 54.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
html.export-ready-theme body .article_summary:nth-child(93),
body .article_summary:nth-child(93) { animation-duration: 55s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
html.export-ready-theme body .article_summary:nth-child(94),
body .article_summary:nth-child(94) { animation-duration: 55.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
html.export-ready-theme body .article_summary:nth-child(95),
body .article_summary:nth-child(95) { animation-duration: 56s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
html.export-ready-theme body .article_summary:nth-child(96),
body .article_summary:nth-child(96) { animation-duration: 56.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
html.export-ready-theme body .article_summary:nth-child(97),
body .article_summary:nth-child(97) { animation-duration: 57s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
html.export-ready-theme body .article_summary:nth-child(98),
body .article_summary:nth-child(98) { animation-duration: 57.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
html.export-ready-theme body .article_summary:nth-child(99),
body .article_summary:nth-child(99) { animation-duration: 58s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
html.export-ready-theme body .article_summary:nth-child(100),
body .article_summary:nth-child(100) { animation-duration: 58.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
html.export-ready-theme body .article_summary:nth-child(101),
body .article_summary:nth-child(101) { animation-duration: 59s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
html.export-ready-theme body .article_summary:nth-child(102),
body .article_summary:nth-child(102) { animation-duration: 59.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
html.export-ready-theme body .article_summary:nth-child(103),
body .article_summary:nth-child(103) { animation-duration: 60s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
html.export-ready-theme body .article_summary:nth-child(104),
body .article_summary:nth-child(104) { animation-duration: 60.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
html.export-ready-theme body .article_summary:nth-child(105),
body .article_summary:nth-child(105) { animation-duration: 61s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
html.export-ready-theme body .article_summary:nth-child(106),
body .article_summary:nth-child(106) { animation-duration: 61.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
html.export-ready-theme body .article_summary:nth-child(107),
body .article_summary:nth-child(107) { animation-duration: 62s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
html.export-ready-theme body .article_summary:nth-child(108),
body .article_summary:nth-child(108) { animation-duration: 62.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
html.export-ready-theme body .article_summary:nth-child(109),
body .article_summary:nth-child(109) { animation-duration: 63s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
html.export-ready-theme body .article_summary:nth-child(110),
body .article_summary:nth-child(110) { animation-duration: 63.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
html.export-ready-theme body .article_summary:nth-child(111),
body .article_summary:nth-child(111) { animation-duration: 64s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
html.export-ready-theme body .article_summary:nth-child(112),
body .article_summary:nth-child(112) { animation-duration: 64.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
html.export-ready-theme body .article_summary:nth-child(113),
body .article_summary:nth-child(113) { animation-duration: 65s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
html.export-ready-theme body .article_summary:nth-child(114),
body .article_summary:nth-child(114) { animation-duration: 65.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
html.export-ready-theme body .article_summary:nth-child(115),
body .article_summary:nth-child(115) { animation-duration: 66s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
html.export-ready-theme body .article_summary:nth-child(116),
body .article_summary:nth-child(116) { animation-duration: 66.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
html.export-ready-theme body .article_summary:nth-child(117),
body .article_summary:nth-child(117) { animation-duration: 67s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
html.export-ready-theme body .article_summary:nth-child(118),
body .article_summary:nth-child(118) { animation-duration: 67.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
html.export-ready-theme body .article_summary:nth-child(119),
body .article_summary:nth-child(119) { animation-duration: 68s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
html.export-ready-theme body .article_summary:nth-child(120),
body .article_summary:nth-child(120) { animation-duration: 68.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(121),
html.export-ready-theme body .article_summary:nth-child(121),
body .article_summary:nth-child(121) { animation-duration: 69s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(122),
html.export-ready-theme body .article_summary:nth-child(122),
body .article_summary:nth-child(122) { animation-duration: 69.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(123),
html.export-ready-theme body .article_summary:nth-child(123),
body .article_summary:nth-child(123) { animation-duration: 70s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(124),
html.export-ready-theme body .article_summary:nth-child(124),
body .article_summary:nth-child(124) { animation-duration: 70.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(125),
html.export-ready-theme body .article_summary:nth-child(125),
body .article_summary:nth-child(125) { animation-duration: 71s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(126),
html.export-ready-theme body .article_summary:nth-child(126),
body .article_summary:nth-child(126) { animation-duration: 71.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(127),
html.export-ready-theme body .article_summary:nth-child(127),
body .article_summary:nth-child(127) { animation-duration: 72s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(128),
html.export-ready-theme body .article_summary:nth-child(128),
body .article_summary:nth-child(128) { animation-duration: 72.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(129),
html.export-ready-theme body .article_summary:nth-child(129),
body .article_summary:nth-child(129) { animation-duration: 73s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(130),
html.export-ready-theme body .article_summary:nth-child(130),
body .article_summary:nth-child(130) { animation-duration: 73.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(131),
html.export-ready-theme body .article_summary:nth-child(131),
body .article_summary:nth-child(131) { animation-duration: 74s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(132),
html.export-ready-theme body .article_summary:nth-child(132),
body .article_summary:nth-child(132) { animation-duration: 74.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(133),
html.export-ready-theme body .article_summary:nth-child(133),
body .article_summary:nth-child(133) { animation-duration: 75s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(134),
html.export-ready-theme body .article_summary:nth-child(134),
body .article_summary:nth-child(134) { animation-duration: 75.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(135),
html.export-ready-theme body .article_summary:nth-child(135),
body .article_summary:nth-child(135) { animation-duration: 76s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(136),
html.export-ready-theme body .article_summary:nth-child(136),
body .article_summary:nth-child(136) { animation-duration: 76.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(137),
html.export-ready-theme body .article_summary:nth-child(137),
body .article_summary:nth-child(137) { animation-duration: 77s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(138),
html.export-ready-theme body .article_summary:nth-child(138),
body .article_summary:nth-child(138) { animation-duration: 77.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(139),
html.export-ready-theme body .article_summary:nth-child(139),
body .article_summary:nth-child(139) { animation-duration: 78s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(140),
html.export-ready-theme body .article_summary:nth-child(140),
body .article_summary:nth-child(140) { animation-duration: 78.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(141),
html.export-ready-theme body .article_summary:nth-child(141),
body .article_summary:nth-child(141) { animation-duration: 79s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(142),
html.export-ready-theme body .article_summary:nth-child(142),
body .article_summary:nth-child(142) { animation-duration: 79.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(143),
html.export-ready-theme body .article_summary:nth-child(143),
body .article_summary:nth-child(143) { animation-duration: 80s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(144),
html.export-ready-theme body .article_summary:nth-child(144),
body .article_summary:nth-child(144) { animation-duration: 80.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(145),
html.export-ready-theme body .article_summary:nth-child(145),
body .article_summary:nth-child(145) { animation-duration: 81s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(146),
html.export-ready-theme body .article_summary:nth-child(146),
body .article_summary:nth-child(146) { animation-duration: 81.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(147),
html.export-ready-theme body .article_summary:nth-child(147),
body .article_summary:nth-child(147) { animation-duration: 82s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(148),
html.export-ready-theme body .article_summary:nth-child(148),
body .article_summary:nth-child(148) { animation-duration: 82.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(149),
html.export-ready-theme body .article_summary:nth-child(149),
body .article_summary:nth-child(149) { animation-duration: 83s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(150),
html.export-ready-theme body .article_summary:nth-child(150),
body .article_summary:nth-child(150) { animation-duration: 83.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(151),
html.export-ready-theme body .article_summary:nth-child(151),
body .article_summary:nth-child(151) { animation-duration: 84s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(152),
html.export-ready-theme body .article_summary:nth-child(152),
body .article_summary:nth-child(152) { animation-duration: 84.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(153),
html.export-ready-theme body .article_summary:nth-child(153),
body .article_summary:nth-child(153) { animation-duration: 85s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(154),
html.export-ready-theme body .article_summary:nth-child(154),
body .article_summary:nth-child(154) { animation-duration: 85.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(155),
html.export-ready-theme body .article_summary:nth-child(155),
body .article_summary:nth-child(155) { animation-duration: 86s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(156),
html.export-ready-theme body .article_summary:nth-child(156),
body .article_summary:nth-child(156) { animation-duration: 86.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(157),
html.export-ready-theme body .article_summary:nth-child(157),
body .article_summary:nth-child(157) { animation-duration: 87s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(158),
html.export-ready-theme body .article_summary:nth-child(158),
body .article_summary:nth-child(158) { animation-duration: 87.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(159),
html.export-ready-theme body .article_summary:nth-child(159),
body .article_summary:nth-child(159) { animation-duration: 88s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(160),
html.export-ready-theme body .article_summary:nth-child(160),
body .article_summary:nth-child(160) { animation-duration: 88.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(161),
html.export-ready-theme body .article_summary:nth-child(161),
body .article_summary:nth-child(161) { animation-duration: 89s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(162),
html.export-ready-theme body .article_summary:nth-child(162),
body .article_summary:nth-child(162) { animation-duration: 89.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(163),
html.export-ready-theme body .article_summary:nth-child(163),
body .article_summary:nth-child(163) { animation-duration: 90s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(164),
html.export-ready-theme body .article_summary:nth-child(164),
body .article_summary:nth-child(164) { animation-duration: 90.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(165),
html.export-ready-theme body .article_summary:nth-child(165),
body .article_summary:nth-child(165) { animation-duration: 91s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(166),
html.export-ready-theme body .article_summary:nth-child(166),
body .article_summary:nth-child(166) { animation-duration: 91.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(167),
html.export-ready-theme body .article_summary:nth-child(167),
body .article_summary:nth-child(167) { animation-duration: 92s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(168),
html.export-ready-theme body .article_summary:nth-child(168),
body .article_summary:nth-child(168) { animation-duration: 92.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(169),
html.export-ready-theme body .article_summary:nth-child(169),
body .article_summary:nth-child(169) { animation-duration: 93s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(170),
html.export-ready-theme body .article_summary:nth-child(170),
body .article_summary:nth-child(170) { animation-duration: 93.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(171),
html.export-ready-theme body .article_summary:nth-child(171),
body .article_summary:nth-child(171) { animation-duration: 94s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(172),
html.export-ready-theme body .article_summary:nth-child(172),
body .article_summary:nth-child(172) { animation-duration: 94.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(173),
html.export-ready-theme body .article_summary:nth-child(173),
body .article_summary:nth-child(173) { animation-duration: 95s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(174),
html.export-ready-theme body .article_summary:nth-child(174),
body .article_summary:nth-child(174) { animation-duration: 95.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(175),
html.export-ready-theme body .article_summary:nth-child(175),
body .article_summary:nth-child(175) { animation-duration: 96s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(176),
html.export-ready-theme body .article_summary:nth-child(176),
body .article_summary:nth-child(176) { animation-duration: 96.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(177),
html.export-ready-theme body .article_summary:nth-child(177),
body .article_summary:nth-child(177) { animation-duration: 97s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(178),
html.export-ready-theme body .article_summary:nth-child(178),
body .article_summary:nth-child(178) { animation-duration: 97.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(179),
html.export-ready-theme body .article_summary:nth-child(179),
body .article_summary:nth-child(179) { animation-duration: 98s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(180),
html.export-ready-theme body .article_summary:nth-child(180),
body .article_summary:nth-child(180) { animation-duration: 98.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(181),
html.export-ready-theme body .article_summary:nth-child(181),
body .article_summary:nth-child(181) { animation-duration: 99s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(182),
html.export-ready-theme body .article_summary:nth-child(182),
body .article_summary:nth-child(182) { animation-duration: 99.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(183),
html.export-ready-theme body .article_summary:nth-child(183),
body .article_summary:nth-child(183) { animation-duration: 100s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(184),
html.export-ready-theme body .article_summary:nth-child(184),
body .article_summary:nth-child(184) { animation-duration: 100.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(185),
html.export-ready-theme body .article_summary:nth-child(185),
body .article_summary:nth-child(185) { animation-duration: 101s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(186),
html.export-ready-theme body .article_summary:nth-child(186),
body .article_summary:nth-child(186) { animation-duration: 101.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(187),
html.export-ready-theme body .article_summary:nth-child(187),
body .article_summary:nth-child(187) { animation-duration: 102s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(188),
html.export-ready-theme body .article_summary:nth-child(188),
body .article_summary:nth-child(188) { animation-duration: 102.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(189),
html.export-ready-theme body .article_summary:nth-child(189),
body .article_summary:nth-child(189) { animation-duration: 103s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(190),
html.export-ready-theme body .article_summary:nth-child(190),
body .article_summary:nth-child(190) { animation-duration: 103.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(191),
html.export-ready-theme body .article_summary:nth-child(191),
body .article_summary:nth-child(191) { animation-duration: 104s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(192),
html.export-ready-theme body .article_summary:nth-child(192),
body .article_summary:nth-child(192) { animation-duration: 104.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(193),
html.export-ready-theme body .article_summary:nth-child(193),
body .article_summary:nth-child(193) { animation-duration: 105s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(194),
html.export-ready-theme body .article_summary:nth-child(194),
body .article_summary:nth-child(194) { animation-duration: 105.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(195),
html.export-ready-theme body .article_summary:nth-child(195),
body .article_summary:nth-child(195) { animation-duration: 106s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(196),
html.export-ready-theme body .article_summary:nth-child(196),
body .article_summary:nth-child(196) { animation-duration: 106.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(197),
html.export-ready-theme body .article_summary:nth-child(197),
body .article_summary:nth-child(197) { animation-duration: 107s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(198),
html.export-ready-theme body .article_summary:nth-child(198),
body .article_summary:nth-child(198) { animation-duration: 107.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(199),
html.export-ready-theme body .article_summary:nth-child(199),
body .article_summary:nth-child(199) { animation-duration: 108s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(200),
html.export-ready-theme body .article_summary:nth-child(200),
body .article_summary:nth-child(200) { animation-duration: 108.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(201),
html.export-ready-theme body .article_summary:nth-child(201),
body .article_summary:nth-child(201) { animation-duration: 109s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(202),
html.export-ready-theme body .article_summary:nth-child(202),
body .article_summary:nth-child(202) { animation-duration: 109.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(203),
html.export-ready-theme body .article_summary:nth-child(203),
body .article_summary:nth-child(203) { animation-duration: 110s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(204),
html.export-ready-theme body .article_summary:nth-child(204),
body .article_summary:nth-child(204) { animation-duration: 110.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(205),
html.export-ready-theme body .article_summary:nth-child(205),
body .article_summary:nth-child(205) { animation-duration: 111s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(206),
html.export-ready-theme body .article_summary:nth-child(206),
body .article_summary:nth-child(206) { animation-duration: 111.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(207),
html.export-ready-theme body .article_summary:nth-child(207),
body .article_summary:nth-child(207) { animation-duration: 112s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(208),
html.export-ready-theme body .article_summary:nth-child(208),
body .article_summary:nth-child(208) { animation-duration: 112.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(209),
html.export-ready-theme body .article_summary:nth-child(209),
body .article_summary:nth-child(209) { animation-duration: 113s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(210),
html.export-ready-theme body .article_summary:nth-child(210),
body .article_summary:nth-child(210) { animation-duration: 113.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(211),
html.export-ready-theme body .article_summary:nth-child(211),
body .article_summary:nth-child(211) { animation-duration: 114s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(212),
html.export-ready-theme body .article_summary:nth-child(212),
body .article_summary:nth-child(212) { animation-duration: 114.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(213),
html.export-ready-theme body .article_summary:nth-child(213),
body .article_summary:nth-child(213) { animation-duration: 115s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(214),
html.export-ready-theme body .article_summary:nth-child(214),
body .article_summary:nth-child(214) { animation-duration: 115.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(215),
html.export-ready-theme body .article_summary:nth-child(215),
body .article_summary:nth-child(215) { animation-duration: 116s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(216),
html.export-ready-theme body .article_summary:nth-child(216),
body .article_summary:nth-child(216) { animation-duration: 116.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(217),
html.export-ready-theme body .article_summary:nth-child(217),
body .article_summary:nth-child(217) { animation-duration: 117s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(218),
html.export-ready-theme body .article_summary:nth-child(218),
body .article_summary:nth-child(218) { animation-duration: 117.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(219),
html.export-ready-theme body .article_summary:nth-child(219),
body .article_summary:nth-child(219) { animation-duration: 118s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(220),
html.export-ready-theme body .article_summary:nth-child(220),
body .article_summary:nth-child(220) { animation-duration: 118.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(221),
html.export-ready-theme body .article_summary:nth-child(221),
body .article_summary:nth-child(221) { animation-duration: 119s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(222),
html.export-ready-theme body .article_summary:nth-child(222),
body .article_summary:nth-child(222) { animation-duration: 119.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(223),
html.export-ready-theme body .article_summary:nth-child(223),
body .article_summary:nth-child(223) { animation-duration: 120s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(224),
html.export-ready-theme body .article_summary:nth-child(224),
body .article_summary:nth-child(224) { animation-duration: 120.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(225),
html.export-ready-theme body .article_summary:nth-child(225),
body .article_summary:nth-child(225) { animation-duration: 121s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(226),
html.export-ready-theme body .article_summary:nth-child(226),
body .article_summary:nth-child(226) { animation-duration: 121.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(227),
html.export-ready-theme body .article_summary:nth-child(227),
body .article_summary:nth-child(227) { animation-duration: 122s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(228),
html.export-ready-theme body .article_summary:nth-child(228),
body .article_summary:nth-child(228) { animation-duration: 122.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(229),
html.export-ready-theme body .article_summary:nth-child(229),
body .article_summary:nth-child(229) { animation-duration: 123s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(230),
html.export-ready-theme body .article_summary:nth-child(230),
body .article_summary:nth-child(230) { animation-duration: 123.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(231),
html.export-ready-theme body .article_summary:nth-child(231),
body .article_summary:nth-child(231) { animation-duration: 124s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(232),
html.export-ready-theme body .article_summary:nth-child(232),
body .article_summary:nth-child(232) { animation-duration: 124.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(233),
html.export-ready-theme body .article_summary:nth-child(233),
body .article_summary:nth-child(233) { animation-duration: 125s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(234),
html.export-ready-theme body .article_summary:nth-child(234),
body .article_summary:nth-child(234) { animation-duration: 125.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(235),
html.export-ready-theme body .article_summary:nth-child(235),
body .article_summary:nth-child(235) { animation-duration: 126s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(236),
html.export-ready-theme body .article_summary:nth-child(236),
body .article_summary:nth-child(236) { animation-duration: 126.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(237),
html.export-ready-theme body .article_summary:nth-child(237),
body .article_summary:nth-child(237) { animation-duration: 127s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(238),
html.export-ready-theme body .article_summary:nth-child(238),
body .article_summary:nth-child(238) { animation-duration: 127.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(239),
html.export-ready-theme body .article_summary:nth-child(239),
body .article_summary:nth-child(239) { animation-duration: 128s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(240),
html.export-ready-theme body .article_summary:nth-child(240),
body .article_summary:nth-child(240) { animation-duration: 128.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(241),
html.export-ready-theme body .article_summary:nth-child(241),
body .article_summary:nth-child(241) { animation-duration: 129s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(242),
html.export-ready-theme body .article_summary:nth-child(242),
body .article_summary:nth-child(242) { animation-duration: 129.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(243),
html.export-ready-theme body .article_summary:nth-child(243),
body .article_summary:nth-child(243) { animation-duration: 130s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(244),
html.export-ready-theme body .article_summary:nth-child(244),
body .article_summary:nth-child(244) { animation-duration: 130.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(245),
html.export-ready-theme body .article_summary:nth-child(245),
body .article_summary:nth-child(245) { animation-duration: 131s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(246),
html.export-ready-theme body .article_summary:nth-child(246),
body .article_summary:nth-child(246) { animation-duration: 131.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(247),
html.export-ready-theme body .article_summary:nth-child(247),
body .article_summary:nth-child(247) { animation-duration: 132s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(248),
html.export-ready-theme body .article_summary:nth-child(248),
body .article_summary:nth-child(248) { animation-duration: 132.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(249),
html.export-ready-theme body .article_summary:nth-child(249),
body .article_summary:nth-child(249) { animation-duration: 133s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(250),
html.export-ready-theme body .article_summary:nth-child(250),
body .article_summary:nth-child(250) { animation-duration: 133.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(251),
html.export-ready-theme body .article_summary:nth-child(251),
body .article_summary:nth-child(251) { animation-duration: 134s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(252),
html.export-ready-theme body .article_summary:nth-child(252),
body .article_summary:nth-child(252) { animation-duration: 134.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(253),
html.export-ready-theme body .article_summary:nth-child(253),
body .article_summary:nth-child(253) { animation-duration: 135s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(254),
html.export-ready-theme body .article_summary:nth-child(254),
body .article_summary:nth-child(254) { animation-duration: 135.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(255),
html.export-ready-theme body .article_summary:nth-child(255),
body .article_summary:nth-child(255) { animation-duration: 136s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(256),
html.export-ready-theme body .article_summary:nth-child(256),
body .article_summary:nth-child(256) { animation-duration: 136.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(257),
html.export-ready-theme body .article_summary:nth-child(257),
body .article_summary:nth-child(257) { animation-duration: 137s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(258),
html.export-ready-theme body .article_summary:nth-child(258),
body .article_summary:nth-child(258) { animation-duration: 137.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(259),
html.export-ready-theme body .article_summary:nth-child(259),
body .article_summary:nth-child(259) { animation-duration: 138s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(260),
html.export-ready-theme body .article_summary:nth-child(260),
body .article_summary:nth-child(260) { animation-duration: 138.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(261),
html.export-ready-theme body .article_summary:nth-child(261),
body .article_summary:nth-child(261) { animation-duration: 139s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(262),
html.export-ready-theme body .article_summary:nth-child(262),
body .article_summary:nth-child(262) { animation-duration: 139.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(263),
html.export-ready-theme body .article_summary:nth-child(263),
body .article_summary:nth-child(263) { animation-duration: 140s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(264),
html.export-ready-theme body .article_summary:nth-child(264),
body .article_summary:nth-child(264) { animation-duration: 140.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(265),
html.export-ready-theme body .article_summary:nth-child(265),
body .article_summary:nth-child(265) { animation-duration: 141s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(266),
html.export-ready-theme body .article_summary:nth-child(266),
body .article_summary:nth-child(266) { animation-duration: 141.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(267),
html.export-ready-theme body .article_summary:nth-child(267),
body .article_summary:nth-child(267) { animation-duration: 142s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(268),
html.export-ready-theme body .article_summary:nth-child(268),
body .article_summary:nth-child(268) { animation-duration: 142.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(269),
html.export-ready-theme body .article_summary:nth-child(269),
body .article_summary:nth-child(269) { animation-duration: 143s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(270),
html.export-ready-theme body .article_summary:nth-child(270),
body .article_summary:nth-child(270) { animation-duration: 143.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(271),
html.export-ready-theme body .article_summary:nth-child(271),
body .article_summary:nth-child(271) { animation-duration: 144s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(272),
html.export-ready-theme body .article_summary:nth-child(272),
body .article_summary:nth-child(272) { animation-duration: 144.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(273),
html.export-ready-theme body .article_summary:nth-child(273),
body .article_summary:nth-child(273) { animation-duration: 145s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(274),
html.export-ready-theme body .article_summary:nth-child(274),
body .article_summary:nth-child(274) { animation-duration: 145.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(275),
html.export-ready-theme body .article_summary:nth-child(275),
body .article_summary:nth-child(275) { animation-duration: 146s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(276),
html.export-ready-theme body .article_summary:nth-child(276),
body .article_summary:nth-child(276) { animation-duration: 146.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(277),
html.export-ready-theme body .article_summary:nth-child(277),
body .article_summary:nth-child(277) { animation-duration: 147s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(278),
html.export-ready-theme body .article_summary:nth-child(278),
body .article_summary:nth-child(278) { animation-duration: 147.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(279),
html.export-ready-theme body .article_summary:nth-child(279),
body .article_summary:nth-child(279) { animation-duration: 148s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(280),
html.export-ready-theme body .article_summary:nth-child(280),
body .article_summary:nth-child(280) { animation-duration: 148.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(281),
html.export-ready-theme body .article_summary:nth-child(281),
body .article_summary:nth-child(281) { animation-duration: 149s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(282),
html.export-ready-theme body .article_summary:nth-child(282),
body .article_summary:nth-child(282) { animation-duration: 149.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(283),
html.export-ready-theme body .article_summary:nth-child(283),
body .article_summary:nth-child(283) { animation-duration: 150s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(284),
html.export-ready-theme body .article_summary:nth-child(284),
body .article_summary:nth-child(284) { animation-duration: 150.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(285),
html.export-ready-theme body .article_summary:nth-child(285),
body .article_summary:nth-child(285) { animation-duration: 151s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(286),
html.export-ready-theme body .article_summary:nth-child(286),
body .article_summary:nth-child(286) { animation-duration: 151.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(287),
html.export-ready-theme body .article_summary:nth-child(287),
body .article_summary:nth-child(287) { animation-duration: 152s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(288),
html.export-ready-theme body .article_summary:nth-child(288),
body .article_summary:nth-child(288) { animation-duration: 152.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(289),
html.export-ready-theme body .article_summary:nth-child(289),
body .article_summary:nth-child(289) { animation-duration: 153s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(290),
html.export-ready-theme body .article_summary:nth-child(290),
body .article_summary:nth-child(290) { animation-duration: 153.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(291),
html.export-ready-theme body .article_summary:nth-child(291),
body .article_summary:nth-child(291) { animation-duration: 154s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(292),
html.export-ready-theme body .article_summary:nth-child(292),
body .article_summary:nth-child(292) { animation-duration: 154.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(293),
html.export-ready-theme body .article_summary:nth-child(293),
body .article_summary:nth-child(293) { animation-duration: 155s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(294),
html.export-ready-theme body .article_summary:nth-child(294),
body .article_summary:nth-child(294) { animation-duration: 155.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(295),
html.export-ready-theme body .article_summary:nth-child(295),
body .article_summary:nth-child(295) { animation-duration: 156s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(296),
html.export-ready-theme body .article_summary:nth-child(296),
body .article_summary:nth-child(296) { animation-duration: 156.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(297),
html.export-ready-theme body .article_summary:nth-child(297),
body .article_summary:nth-child(297) { animation-duration: 157s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(298),
html.export-ready-theme body .article_summary:nth-child(298),
body .article_summary:nth-child(298) { animation-duration: 157.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(299),
html.export-ready-theme body .article_summary:nth-child(299),
body .article_summary:nth-child(299) { animation-duration: 158s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(300),
html.export-ready-theme body .article_summary:nth-child(300),
body .article_summary:nth-child(300) { animation-duration: 158.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(301),
html.export-ready-theme body .article_summary:nth-child(301),
body .article_summary:nth-child(301) { animation-duration: 159s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(302),
html.export-ready-theme body .article_summary:nth-child(302),
body .article_summary:nth-child(302) { animation-duration: 159.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(303),
html.export-ready-theme body .article_summary:nth-child(303),
body .article_summary:nth-child(303) { animation-duration: 160s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(304),
html.export-ready-theme body .article_summary:nth-child(304),
body .article_summary:nth-child(304) { animation-duration: 160.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(305),
html.export-ready-theme body .article_summary:nth-child(305),
body .article_summary:nth-child(305) { animation-duration: 161s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(306),
html.export-ready-theme body .article_summary:nth-child(306),
body .article_summary:nth-child(306) { animation-duration: 161.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(307),
html.export-ready-theme body .article_summary:nth-child(307),
body .article_summary:nth-child(307) { animation-duration: 162s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(308),
html.export-ready-theme body .article_summary:nth-child(308),
body .article_summary:nth-child(308) { animation-duration: 162.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(309),
html.export-ready-theme body .article_summary:nth-child(309),
body .article_summary:nth-child(309) { animation-duration: 163s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(310),
html.export-ready-theme body .article_summary:nth-child(310),
body .article_summary:nth-child(310) { animation-duration: 163.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(311),
html.export-ready-theme body .article_summary:nth-child(311),
body .article_summary:nth-child(311) { animation-duration: 164s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(312),
html.export-ready-theme body .article_summary:nth-child(312),
body .article_summary:nth-child(312) { animation-duration: 164.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(313),
html.export-ready-theme body .article_summary:nth-child(313),
body .article_summary:nth-child(313) { animation-duration: 165s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(314),
html.export-ready-theme body .article_summary:nth-child(314),
body .article_summary:nth-child(314) { animation-duration: 165.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(315),
html.export-ready-theme body .article_summary:nth-child(315),
body .article_summary:nth-child(315) { animation-duration: 166s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(316),
html.export-ready-theme body .article_summary:nth-child(316),
body .article_summary:nth-child(316) { animation-duration: 166.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(317),
html.export-ready-theme body .article_summary:nth-child(317),
body .article_summary:nth-child(317) { animation-duration: 167s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(318),
html.export-ready-theme body .article_summary:nth-child(318),
body .article_summary:nth-child(318) { animation-duration: 167.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(319),
html.export-ready-theme body .article_summary:nth-child(319),
body .article_summary:nth-child(319) { animation-duration: 168s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(320),
html.export-ready-theme body .article_summary:nth-child(320),
body .article_summary:nth-child(320) { animation-duration: 168.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(321),
html.export-ready-theme body .article_summary:nth-child(321),
body .article_summary:nth-child(321) { animation-duration: 169s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(322),
html.export-ready-theme body .article_summary:nth-child(322),
body .article_summary:nth-child(322) { animation-duration: 169.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(323),
html.export-ready-theme body .article_summary:nth-child(323),
body .article_summary:nth-child(323) { animation-duration: 170s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(324),
html.export-ready-theme body .article_summary:nth-child(324),
body .article_summary:nth-child(324) { animation-duration: 170.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(325),
html.export-ready-theme body .article_summary:nth-child(325),
body .article_summary:nth-child(325) { animation-duration: 171s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(326),
html.export-ready-theme body .article_summary:nth-child(326),
body .article_summary:nth-child(326) { animation-duration: 171.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(327),
html.export-ready-theme body .article_summary:nth-child(327),
body .article_summary:nth-child(327) { animation-duration: 172s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(328),
html.export-ready-theme body .article_summary:nth-child(328),
body .article_summary:nth-child(328) { animation-duration: 172.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(329),
html.export-ready-theme body .article_summary:nth-child(329),
body .article_summary:nth-child(329) { animation-duration: 173s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(330),
html.export-ready-theme body .article_summary:nth-child(330),
body .article_summary:nth-child(330) { animation-duration: 173.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(331),
html.export-ready-theme body .article_summary:nth-child(331),
body .article_summary:nth-child(331) { animation-duration: 174s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(332),
html.export-ready-theme body .article_summary:nth-child(332),
body .article_summary:nth-child(332) { animation-duration: 174.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(333),
html.export-ready-theme body .article_summary:nth-child(333),
body .article_summary:nth-child(333) { animation-duration: 175s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(334),
html.export-ready-theme body .article_summary:nth-child(334),
body .article_summary:nth-child(334) { animation-duration: 175.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(335),
html.export-ready-theme body .article_summary:nth-child(335),
body .article_summary:nth-child(335) { animation-duration: 176s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(336),
html.export-ready-theme body .article_summary:nth-child(336),
body .article_summary:nth-child(336) { animation-duration: 176.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(337),
html.export-ready-theme body .article_summary:nth-child(337),
body .article_summary:nth-child(337) { animation-duration: 177s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(338),
html.export-ready-theme body .article_summary:nth-child(338),
body .article_summary:nth-child(338) { animation-duration: 177.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(339),
html.export-ready-theme body .article_summary:nth-child(339),
body .article_summary:nth-child(339) { animation-duration: 178s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(340),
html.export-ready-theme body .article_summary:nth-child(340),
body .article_summary:nth-child(340) { animation-duration: 178.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(341),
html.export-ready-theme body .article_summary:nth-child(341),
body .article_summary:nth-child(341) { animation-duration: 179s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(342),
html.export-ready-theme body .article_summary:nth-child(342),
body .article_summary:nth-child(342) { animation-duration: 179.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(343),
html.export-ready-theme body .article_summary:nth-child(343),
body .article_summary:nth-child(343) { animation-duration: 180s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(344),
html.export-ready-theme body .article_summary:nth-child(344),
body .article_summary:nth-child(344) { animation-duration: 180.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(345),
html.export-ready-theme body .article_summary:nth-child(345),
body .article_summary:nth-child(345) { animation-duration: 181s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(346),
html.export-ready-theme body .article_summary:nth-child(346),
body .article_summary:nth-child(346) { animation-duration: 181.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(347),
html.export-ready-theme body .article_summary:nth-child(347),
body .article_summary:nth-child(347) { animation-duration: 182s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(348),
html.export-ready-theme body .article_summary:nth-child(348),
body .article_summary:nth-child(348) { animation-duration: 182.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(349),
html.export-ready-theme body .article_summary:nth-child(349),
body .article_summary:nth-child(349) { animation-duration: 183s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(350),
html.export-ready-theme body .article_summary:nth-child(350),
body .article_summary:nth-child(350) { animation-duration: 183.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(351),
html.export-ready-theme body .article_summary:nth-child(351),
body .article_summary:nth-child(351) { animation-duration: 184s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(352),
html.export-ready-theme body .article_summary:nth-child(352),
body .article_summary:nth-child(352) { animation-duration: 184.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(353),
html.export-ready-theme body .article_summary:nth-child(353),
body .article_summary:nth-child(353) { animation-duration: 185s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(354),
html.export-ready-theme body .article_summary:nth-child(354),
body .article_summary:nth-child(354) { animation-duration: 185.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(355),
html.export-ready-theme body .article_summary:nth-child(355),
body .article_summary:nth-child(355) { animation-duration: 186s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(356),
html.export-ready-theme body .article_summary:nth-child(356),
body .article_summary:nth-child(356) { animation-duration: 186.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(357),
html.export-ready-theme body .article_summary:nth-child(357),
body .article_summary:nth-child(357) { animation-duration: 187s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(358),
html.export-ready-theme body .article_summary:nth-child(358),
body .article_summary:nth-child(358) { animation-duration: 187.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(359),
html.export-ready-theme body .article_summary:nth-child(359),
body .article_summary:nth-child(359) { animation-duration: 188s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(360),
html.export-ready-theme body .article_summary:nth-child(360),
body .article_summary:nth-child(360) { animation-duration: 188.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(361),
html.export-ready-theme body .article_summary:nth-child(361),
body .article_summary:nth-child(361) { animation-duration: 189s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(362),
html.export-ready-theme body .article_summary:nth-child(362),
body .article_summary:nth-child(362) { animation-duration: 189.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(363),
html.export-ready-theme body .article_summary:nth-child(363),
body .article_summary:nth-child(363) { animation-duration: 190s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(364),
html.export-ready-theme body .article_summary:nth-child(364),
body .article_summary:nth-child(364) { animation-duration: 190.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(365),
html.export-ready-theme body .article_summary:nth-child(365),
body .article_summary:nth-child(365) { animation-duration: 191s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(366),
html.export-ready-theme body .article_summary:nth-child(366),
body .article_summary:nth-child(366) { animation-duration: 191.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(367),
html.export-ready-theme body .article_summary:nth-child(367),
body .article_summary:nth-child(367) { animation-duration: 192s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(368),
html.export-ready-theme body .article_summary:nth-child(368),
body .article_summary:nth-child(368) { animation-duration: 192.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(369),
html.export-ready-theme body .article_summary:nth-child(369),
body .article_summary:nth-child(369) { animation-duration: 193s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(370),
html.export-ready-theme body .article_summary:nth-child(370),
body .article_summary:nth-child(370) { animation-duration: 193.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(371),
html.export-ready-theme body .article_summary:nth-child(371),
body .article_summary:nth-child(371) { animation-duration: 194s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(372),
html.export-ready-theme body .article_summary:nth-child(372),
body .article_summary:nth-child(372) { animation-duration: 194.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(373),
html.export-ready-theme body .article_summary:nth-child(373),
body .article_summary:nth-child(373) { animation-duration: 195s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(374),
html.export-ready-theme body .article_summary:nth-child(374),
body .article_summary:nth-child(374) { animation-duration: 195.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(375),
html.export-ready-theme body .article_summary:nth-child(375),
body .article_summary:nth-child(375) { animation-duration: 196s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(376),
html.export-ready-theme body .article_summary:nth-child(376),
body .article_summary:nth-child(376) { animation-duration: 196.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(377),
html.export-ready-theme body .article_summary:nth-child(377),
body .article_summary:nth-child(377) { animation-duration: 197s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(378),
html.export-ready-theme body .article_summary:nth-child(378),
body .article_summary:nth-child(378) { animation-duration: 197.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(379),
html.export-ready-theme body .article_summary:nth-child(379),
body .article_summary:nth-child(379) { animation-duration: 198s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(380),
html.export-ready-theme body .article_summary:nth-child(380),
body .article_summary:nth-child(380) { animation-duration: 198.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(381),
html.export-ready-theme body .article_summary:nth-child(381),
body .article_summary:nth-child(381) { animation-duration: 199s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(382),
html.export-ready-theme body .article_summary:nth-child(382),
body .article_summary:nth-child(382) { animation-duration: 199.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(383),
html.export-ready-theme body .article_summary:nth-child(383),
body .article_summary:nth-child(383) { animation-duration: 200s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(384),
html.export-ready-theme body .article_summary:nth-child(384),
body .article_summary:nth-child(384) { animation-duration: 200.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(385),
html.export-ready-theme body .article_summary:nth-child(385),
body .article_summary:nth-child(385) { animation-duration: 201s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(386),
html.export-ready-theme body .article_summary:nth-child(386),
body .article_summary:nth-child(386) { animation-duration: 201.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(387),
html.export-ready-theme body .article_summary:nth-child(387),
body .article_summary:nth-child(387) { animation-duration: 202s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(388),
html.export-ready-theme body .article_summary:nth-child(388),
body .article_summary:nth-child(388) { animation-duration: 202.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(389),
html.export-ready-theme body .article_summary:nth-child(389),
body .article_summary:nth-child(389) { animation-duration: 203s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(390),
html.export-ready-theme body .article_summary:nth-child(390),
body .article_summary:nth-child(390) { animation-duration: 203.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(391),
html.export-ready-theme body .article_summary:nth-child(391),
body .article_summary:nth-child(391) { animation-duration: 204s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(392),
html.export-ready-theme body .article_summary:nth-child(392),
body .article_summary:nth-child(392) { animation-duration: 204.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(393),
html.export-ready-theme body .article_summary:nth-child(393),
body .article_summary:nth-child(393) { animation-duration: 205s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(394),
html.export-ready-theme body .article_summary:nth-child(394),
body .article_summary:nth-child(394) { animation-duration: 205.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(395),
html.export-ready-theme body .article_summary:nth-child(395),
body .article_summary:nth-child(395) { animation-duration: 206s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(396),
html.export-ready-theme body .article_summary:nth-child(396),
body .article_summary:nth-child(396) { animation-duration: 206.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(397),
html.export-ready-theme body .article_summary:nth-child(397),
body .article_summary:nth-child(397) { animation-duration: 207s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(398),
html.export-ready-theme body .article_summary:nth-child(398),
body .article_summary:nth-child(398) { animation-duration: 207.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(399),
html.export-ready-theme body .article_summary:nth-child(399),
body .article_summary:nth-child(399) { animation-duration: 208s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(400),
html.export-ready-theme body .article_summary:nth-child(400),
body .article_summary:nth-child(400) { animation-duration: 208.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(401),
html.export-ready-theme body .article_summary:nth-child(401),
body .article_summary:nth-child(401) { animation-duration: 209s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(402),
html.export-ready-theme body .article_summary:nth-child(402),
body .article_summary:nth-child(402) { animation-duration: 209.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(403),
html.export-ready-theme body .article_summary:nth-child(403),
body .article_summary:nth-child(403) { animation-duration: 210s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(404),
html.export-ready-theme body .article_summary:nth-child(404),
body .article_summary:nth-child(404) { animation-duration: 210.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(405),
html.export-ready-theme body .article_summary:nth-child(405),
body .article_summary:nth-child(405) { animation-duration: 211s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(406),
html.export-ready-theme body .article_summary:nth-child(406),
body .article_summary:nth-child(406) { animation-duration: 211.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(407),
html.export-ready-theme body .article_summary:nth-child(407),
body .article_summary:nth-child(407) { animation-duration: 212s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(408),
html.export-ready-theme body .article_summary:nth-child(408),
body .article_summary:nth-child(408) { animation-duration: 212.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(409),
html.export-ready-theme body .article_summary:nth-child(409),
body .article_summary:nth-child(409) { animation-duration: 213s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(410),
html.export-ready-theme body .article_summary:nth-child(410),
body .article_summary:nth-child(410) { animation-duration: 213.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(411),
html.export-ready-theme body .article_summary:nth-child(411),
body .article_summary:nth-child(411) { animation-duration: 214s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(412),
html.export-ready-theme body .article_summary:nth-child(412),
body .article_summary:nth-child(412) { animation-duration: 214.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(413),
html.export-ready-theme body .article_summary:nth-child(413),
body .article_summary:nth-child(413) { animation-duration: 215s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(414),
html.export-ready-theme body .article_summary:nth-child(414),
body .article_summary:nth-child(414) { animation-duration: 215.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(415),
html.export-ready-theme body .article_summary:nth-child(415),
body .article_summary:nth-child(415) { animation-duration: 216s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(416),
html.export-ready-theme body .article_summary:nth-child(416),
body .article_summary:nth-child(416) { animation-duration: 216.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(417),
html.export-ready-theme body .article_summary:nth-child(417),
body .article_summary:nth-child(417) { animation-duration: 217s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(418),
html.export-ready-theme body .article_summary:nth-child(418),
body .article_summary:nth-child(418) { animation-duration: 217.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(419),
html.export-ready-theme body .article_summary:nth-child(419),
body .article_summary:nth-child(419) { animation-duration: 218s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(420),
html.export-ready-theme body .article_summary:nth-child(420),
body .article_summary:nth-child(420) { animation-duration: 218.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(421),
html.export-ready-theme body .article_summary:nth-child(421),
body .article_summary:nth-child(421) { animation-duration: 219s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(422),
html.export-ready-theme body .article_summary:nth-child(422),
body .article_summary:nth-child(422) { animation-duration: 219.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(423),
html.export-ready-theme body .article_summary:nth-child(423),
body .article_summary:nth-child(423) { animation-duration: 220s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(424),
html.export-ready-theme body .article_summary:nth-child(424),
body .article_summary:nth-child(424) { animation-duration: 220.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(425),
html.export-ready-theme body .article_summary:nth-child(425),
body .article_summary:nth-child(425) { animation-duration: 221s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(426),
html.export-ready-theme body .article_summary:nth-child(426),
body .article_summary:nth-child(426) { animation-duration: 221.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(427),
html.export-ready-theme body .article_summary:nth-child(427),
body .article_summary:nth-child(427) { animation-duration: 222s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(428),
html.export-ready-theme body .article_summary:nth-child(428),
body .article_summary:nth-child(428) { animation-duration: 222.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(429),
html.export-ready-theme body .article_summary:nth-child(429),
body .article_summary:nth-child(429) { animation-duration: 223s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(430),
html.export-ready-theme body .article_summary:nth-child(430),
body .article_summary:nth-child(430) { animation-duration: 223.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(431),
html.export-ready-theme body .article_summary:nth-child(431),
body .article_summary:nth-child(431) { animation-duration: 224s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(432),
html.export-ready-theme body .article_summary:nth-child(432),
body .article_summary:nth-child(432) { animation-duration: 224.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(433),
html.export-ready-theme body .article_summary:nth-child(433),
body .article_summary:nth-child(433) { animation-duration: 225s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(434),
html.export-ready-theme body .article_summary:nth-child(434),
body .article_summary:nth-child(434) { animation-duration: 225.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(435),
html.export-ready-theme body .article_summary:nth-child(435),
body .article_summary:nth-child(435) { animation-duration: 226s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(436),
html.export-ready-theme body .article_summary:nth-child(436),
body .article_summary:nth-child(436) { animation-duration: 226.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(437),
html.export-ready-theme body .article_summary:nth-child(437),
body .article_summary:nth-child(437) { animation-duration: 227s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(438),
html.export-ready-theme body .article_summary:nth-child(438),
body .article_summary:nth-child(438) { animation-duration: 227.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(439),
html.export-ready-theme body .article_summary:nth-child(439),
body .article_summary:nth-child(439) { animation-duration: 228s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(440),
html.export-ready-theme body .article_summary:nth-child(440),
body .article_summary:nth-child(440) { animation-duration: 228.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(441),
html.export-ready-theme body .article_summary:nth-child(441),
body .article_summary:nth-child(441) { animation-duration: 229s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(442),
html.export-ready-theme body .article_summary:nth-child(442),
body .article_summary:nth-child(442) { animation-duration: 229.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(443),
html.export-ready-theme body .article_summary:nth-child(443),
body .article_summary:nth-child(443) { animation-duration: 230s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(444),
html.export-ready-theme body .article_summary:nth-child(444),
body .article_summary:nth-child(444) { animation-duration: 230.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(445),
html.export-ready-theme body .article_summary:nth-child(445),
body .article_summary:nth-child(445) { animation-duration: 231s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(446),
html.export-ready-theme body .article_summary:nth-child(446),
body .article_summary:nth-child(446) { animation-duration: 231.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(447),
html.export-ready-theme body .article_summary:nth-child(447),
body .article_summary:nth-child(447) { animation-duration: 232s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(448),
html.export-ready-theme body .article_summary:nth-child(448),
body .article_summary:nth-child(448) { animation-duration: 232.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(449),
html.export-ready-theme body .article_summary:nth-child(449),
body .article_summary:nth-child(449) { animation-duration: 233s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(450),
html.export-ready-theme body .article_summary:nth-child(450),
body .article_summary:nth-child(450) { animation-duration: 233.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(451),
html.export-ready-theme body .article_summary:nth-child(451),
body .article_summary:nth-child(451) { animation-duration: 234s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(452),
html.export-ready-theme body .article_summary:nth-child(452),
body .article_summary:nth-child(452) { animation-duration: 234.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(453),
html.export-ready-theme body .article_summary:nth-child(453),
body .article_summary:nth-child(453) { animation-duration: 235s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(454),
html.export-ready-theme body .article_summary:nth-child(454),
body .article_summary:nth-child(454) { animation-duration: 235.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(455),
html.export-ready-theme body .article_summary:nth-child(455),
body .article_summary:nth-child(455) { animation-duration: 236s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(456),
html.export-ready-theme body .article_summary:nth-child(456),
body .article_summary:nth-child(456) { animation-duration: 236.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(457),
html.export-ready-theme body .article_summary:nth-child(457),
body .article_summary:nth-child(457) { animation-duration: 237s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(458),
html.export-ready-theme body .article_summary:nth-child(458),
body .article_summary:nth-child(458) { animation-duration: 237.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(459),
html.export-ready-theme body .article_summary:nth-child(459),
body .article_summary:nth-child(459) { animation-duration: 238s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(460),
html.export-ready-theme body .article_summary:nth-child(460),
body .article_summary:nth-child(460) { animation-duration: 238.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(461),
html.export-ready-theme body .article_summary:nth-child(461),
body .article_summary:nth-child(461) { animation-duration: 239s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(462),
html.export-ready-theme body .article_summary:nth-child(462),
body .article_summary:nth-child(462) { animation-duration: 239.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(463),
html.export-ready-theme body .article_summary:nth-child(463),
body .article_summary:nth-child(463) { animation-duration: 240s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(464),
html.export-ready-theme body .article_summary:nth-child(464),
body .article_summary:nth-child(464) { animation-duration: 240.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(465),
html.export-ready-theme body .article_summary:nth-child(465),
body .article_summary:nth-child(465) { animation-duration: 241s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(466),
html.export-ready-theme body .article_summary:nth-child(466),
body .article_summary:nth-child(466) { animation-duration: 241.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(467),
html.export-ready-theme body .article_summary:nth-child(467),
body .article_summary:nth-child(467) { animation-duration: 242s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(468),
html.export-ready-theme body .article_summary:nth-child(468),
body .article_summary:nth-child(468) { animation-duration: 242.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(469),
html.export-ready-theme body .article_summary:nth-child(469),
body .article_summary:nth-child(469) { animation-duration: 243s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(470),
html.export-ready-theme body .article_summary:nth-child(470),
body .article_summary:nth-child(470) { animation-duration: 243.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(471),
html.export-ready-theme body .article_summary:nth-child(471),
body .article_summary:nth-child(471) { animation-duration: 244s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(472),
html.export-ready-theme body .article_summary:nth-child(472),
body .article_summary:nth-child(472) { animation-duration: 244.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(473),
html.export-ready-theme body .article_summary:nth-child(473),
body .article_summary:nth-child(473) { animation-duration: 245s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(474),
html.export-ready-theme body .article_summary:nth-child(474),
body .article_summary:nth-child(474) { animation-duration: 245.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(475),
html.export-ready-theme body .article_summary:nth-child(475),
body .article_summary:nth-child(475) { animation-duration: 246s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(476),
html.export-ready-theme body .article_summary:nth-child(476),
body .article_summary:nth-child(476) { animation-duration: 246.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(477),
html.export-ready-theme body .article_summary:nth-child(477),
body .article_summary:nth-child(477) { animation-duration: 247s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(478),
html.export-ready-theme body .article_summary:nth-child(478),
body .article_summary:nth-child(478) { animation-duration: 247.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(479),
html.export-ready-theme body .article_summary:nth-child(479),
body .article_summary:nth-child(479) { animation-duration: 248s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(480),
html.export-ready-theme body .article_summary:nth-child(480),
body .article_summary:nth-child(480) { animation-duration: 248.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(481),
html.export-ready-theme body .article_summary:nth-child(481),
body .article_summary:nth-child(481) { animation-duration: 249s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(482),
html.export-ready-theme body .article_summary:nth-child(482),
body .article_summary:nth-child(482) { animation-duration: 249.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(483),
html.export-ready-theme body .article_summary:nth-child(483),
body .article_summary:nth-child(483) { animation-duration: 250s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(484),
html.export-ready-theme body .article_summary:nth-child(484),
body .article_summary:nth-child(484) { animation-duration: 250.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(485),
html.export-ready-theme body .article_summary:nth-child(485),
body .article_summary:nth-child(485) { animation-duration: 251s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(486),
html.export-ready-theme body .article_summary:nth-child(486),
body .article_summary:nth-child(486) { animation-duration: 251.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(487),
html.export-ready-theme body .article_summary:nth-child(487),
body .article_summary:nth-child(487) { animation-duration: 252s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(488),
html.export-ready-theme body .article_summary:nth-child(488),
body .article_summary:nth-child(488) { animation-duration: 252.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(489),
html.export-ready-theme body .article_summary:nth-child(489),
body .article_summary:nth-child(489) { animation-duration: 253s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(490),
html.export-ready-theme body .article_summary:nth-child(490),
body .article_summary:nth-child(490) { animation-duration: 253.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(491),
html.export-ready-theme body .article_summary:nth-child(491),
body .article_summary:nth-child(491) { animation-duration: 254s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(492),
html.export-ready-theme body .article_summary:nth-child(492),
body .article_summary:nth-child(492) { animation-duration: 254.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(493),
html.export-ready-theme body .article_summary:nth-child(493),
body .article_summary:nth-child(493) { animation-duration: 255s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(494),
html.export-ready-theme body .article_summary:nth-child(494),
body .article_summary:nth-child(494) { animation-duration: 255.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(495),
html.export-ready-theme body .article_summary:nth-child(495),
body .article_summary:nth-child(495) { animation-duration: 256s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(496),
html.export-ready-theme body .article_summary:nth-child(496),
body .article_summary:nth-child(496) { animation-duration: 256.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(497),
html.export-ready-theme body .article_summary:nth-child(497),
body .article_summary:nth-child(497) { animation-duration: 257s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(498),
html.export-ready-theme body .article_summary:nth-child(498),
body .article_summary:nth-child(498) { animation-duration: 257.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(499),
html.export-ready-theme body .article_summary:nth-child(499),
body .article_summary:nth-child(499) { animation-duration: 258s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(500),
html.export-ready-theme body .article_summary:nth-child(500),
body .article_summary:nth-child(500) { animation-duration: 258.5s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(n+501),
html.export-ready-theme body .article_summary:nth-child(n+501),
body .article_summary:nth-child(n+501) { animation-duration: 258.5s !important; }

/* Birinchi maqola kutib qolmasin */
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
html.export-ready-theme body .article_summary:nth-child(1),
body .article_summary:nth-child(1) { animation-delay: 0.1s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
html.export-ready-theme body .article_summary:nth-child(2),
body .article_summary:nth-child(2) { animation-delay: 0.18s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
html.export-ready-theme body .article_summary:nth-child(3),
body .article_summary:nth-child(3) { animation-delay: 0.26s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
html.export-ready-theme body .article_summary:nth-child(4),
body .article_summary:nth-child(4) { animation-delay: 0.34s !important; }
html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
html.export-ready-theme body .article_summary:nth-child(5),
body .article_summary:nth-child(5) { animation-delay: 0.42s !important; }

/* Mobile: birinchi maqola tezroq, lekin juda sakramaydi */
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(1),
    html.export-ready-theme body .article_summary:nth-child(1),
    body .article_summary:nth-child(1) { animation-duration: 3s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(2),
    html.export-ready-theme body .article_summary:nth-child(2),
    body .article_summary:nth-child(2) { animation-duration: 3.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(3),
    html.export-ready-theme body .article_summary:nth-child(3),
    body .article_summary:nth-child(3) { animation-duration: 3.85s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(4),
    html.export-ready-theme body .article_summary:nth-child(4),
    body .article_summary:nth-child(4) { animation-duration: 4.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(5),
    html.export-ready-theme body .article_summary:nth-child(5),
    body .article_summary:nth-child(5) { animation-duration: 4.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(6),
    html.export-ready-theme body .article_summary:nth-child(6),
    body .article_summary:nth-child(6) { animation-duration: 4.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(7),
    html.export-ready-theme body .article_summary:nth-child(7),
    body .article_summary:nth-child(7) { animation-duration: 4.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(8),
    html.export-ready-theme body .article_summary:nth-child(8),
    body .article_summary:nth-child(8) { animation-duration: 5.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(9),
    html.export-ready-theme body .article_summary:nth-child(9),
    body .article_summary:nth-child(9) { animation-duration: 5.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(10),
    html.export-ready-theme body .article_summary:nth-child(10),
    body .article_summary:nth-child(10) { animation-duration: 5.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(11),
    html.export-ready-theme body .article_summary:nth-child(11),
    body .article_summary:nth-child(11) { animation-duration: 5.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(12),
    html.export-ready-theme body .article_summary:nth-child(12),
    body .article_summary:nth-child(12) { animation-duration: 6.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(13),
    html.export-ready-theme body .article_summary:nth-child(13),
    body .article_summary:nth-child(13) { animation-duration: 6.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(14),
    html.export-ready-theme body .article_summary:nth-child(14),
    body .article_summary:nth-child(14) { animation-duration: 6.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(15),
    html.export-ready-theme body .article_summary:nth-child(15),
    body .article_summary:nth-child(15) { animation-duration: 6.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(16),
    html.export-ready-theme body .article_summary:nth-child(16),
    body .article_summary:nth-child(16) { animation-duration: 7.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(17),
    html.export-ready-theme body .article_summary:nth-child(17),
    body .article_summary:nth-child(17) { animation-duration: 7.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(18),
    html.export-ready-theme body .article_summary:nth-child(18),
    body .article_summary:nth-child(18) { animation-duration: 7.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(19),
    html.export-ready-theme body .article_summary:nth-child(19),
    body .article_summary:nth-child(19) { animation-duration: 7.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(20),
    html.export-ready-theme body .article_summary:nth-child(20),
    body .article_summary:nth-child(20) { animation-duration: 8.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(21),
    html.export-ready-theme body .article_summary:nth-child(21),
    body .article_summary:nth-child(21) { animation-duration: 8.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(22),
    html.export-ready-theme body .article_summary:nth-child(22),
    body .article_summary:nth-child(22) { animation-duration: 8.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(23),
    html.export-ready-theme body .article_summary:nth-child(23),
    body .article_summary:nth-child(23) { animation-duration: 8.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(24),
    html.export-ready-theme body .article_summary:nth-child(24),
    body .article_summary:nth-child(24) { animation-duration: 9.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(25),
    html.export-ready-theme body .article_summary:nth-child(25),
    body .article_summary:nth-child(25) { animation-duration: 9.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(26),
    html.export-ready-theme body .article_summary:nth-child(26),
    body .article_summary:nth-child(26) { animation-duration: 9.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(27),
    html.export-ready-theme body .article_summary:nth-child(27),
    body .article_summary:nth-child(27) { animation-duration: 9.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(28),
    html.export-ready-theme body .article_summary:nth-child(28),
    body .article_summary:nth-child(28) { animation-duration: 10.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(29),
    html.export-ready-theme body .article_summary:nth-child(29),
    body .article_summary:nth-child(29) { animation-duration: 10.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(30),
    html.export-ready-theme body .article_summary:nth-child(30),
    body .article_summary:nth-child(30) { animation-duration: 10.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(31),
    html.export-ready-theme body .article_summary:nth-child(31),
    body .article_summary:nth-child(31) { animation-duration: 10.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(32),
    html.export-ready-theme body .article_summary:nth-child(32),
    body .article_summary:nth-child(32) { animation-duration: 11.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(33),
    html.export-ready-theme body .article_summary:nth-child(33),
    body .article_summary:nth-child(33) { animation-duration: 11.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(34),
    html.export-ready-theme body .article_summary:nth-child(34),
    body .article_summary:nth-child(34) { animation-duration: 11.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(35),
    html.export-ready-theme body .article_summary:nth-child(35),
    body .article_summary:nth-child(35) { animation-duration: 11.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(36),
    html.export-ready-theme body .article_summary:nth-child(36),
    body .article_summary:nth-child(36) { animation-duration: 12.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(37),
    html.export-ready-theme body .article_summary:nth-child(37),
    body .article_summary:nth-child(37) { animation-duration: 12.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(38),
    html.export-ready-theme body .article_summary:nth-child(38),
    body .article_summary:nth-child(38) { animation-duration: 12.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(39),
    html.export-ready-theme body .article_summary:nth-child(39),
    body .article_summary:nth-child(39) { animation-duration: 12.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(40),
    html.export-ready-theme body .article_summary:nth-child(40),
    body .article_summary:nth-child(40) { animation-duration: 13.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(41),
    html.export-ready-theme body .article_summary:nth-child(41),
    body .article_summary:nth-child(41) { animation-duration: 13.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(42),
    html.export-ready-theme body .article_summary:nth-child(42),
    body .article_summary:nth-child(42) { animation-duration: 13.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(43),
    html.export-ready-theme body .article_summary:nth-child(43),
    body .article_summary:nth-child(43) { animation-duration: 13.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(44),
    html.export-ready-theme body .article_summary:nth-child(44),
    body .article_summary:nth-child(44) { animation-duration: 14.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(45),
    html.export-ready-theme body .article_summary:nth-child(45),
    body .article_summary:nth-child(45) { animation-duration: 14.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(46),
    html.export-ready-theme body .article_summary:nth-child(46),
    body .article_summary:nth-child(46) { animation-duration: 14.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(47),
    html.export-ready-theme body .article_summary:nth-child(47),
    body .article_summary:nth-child(47) { animation-duration: 14.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(48),
    html.export-ready-theme body .article_summary:nth-child(48),
    body .article_summary:nth-child(48) { animation-duration: 15.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(49),
    html.export-ready-theme body .article_summary:nth-child(49),
    body .article_summary:nth-child(49) { animation-duration: 15.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(50),
    html.export-ready-theme body .article_summary:nth-child(50),
    body .article_summary:nth-child(50) { animation-duration: 15.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(51),
    html.export-ready-theme body .article_summary:nth-child(51),
    body .article_summary:nth-child(51) { animation-duration: 15.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(52),
    html.export-ready-theme body .article_summary:nth-child(52),
    body .article_summary:nth-child(52) { animation-duration: 16.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(53),
    html.export-ready-theme body .article_summary:nth-child(53),
    body .article_summary:nth-child(53) { animation-duration: 16.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(54),
    html.export-ready-theme body .article_summary:nth-child(54),
    body .article_summary:nth-child(54) { animation-duration: 16.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(55),
    html.export-ready-theme body .article_summary:nth-child(55),
    body .article_summary:nth-child(55) { animation-duration: 16.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(56),
    html.export-ready-theme body .article_summary:nth-child(56),
    body .article_summary:nth-child(56) { animation-duration: 17.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(57),
    html.export-ready-theme body .article_summary:nth-child(57),
    body .article_summary:nth-child(57) { animation-duration: 17.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(58),
    html.export-ready-theme body .article_summary:nth-child(58),
    body .article_summary:nth-child(58) { animation-duration: 17.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(59),
    html.export-ready-theme body .article_summary:nth-child(59),
    body .article_summary:nth-child(59) { animation-duration: 17.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(60),
    html.export-ready-theme body .article_summary:nth-child(60),
    body .article_summary:nth-child(60) { animation-duration: 18.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(61),
    html.export-ready-theme body .article_summary:nth-child(61),
    body .article_summary:nth-child(61) { animation-duration: 18.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(62),
    html.export-ready-theme body .article_summary:nth-child(62),
    body .article_summary:nth-child(62) { animation-duration: 18.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(63),
    html.export-ready-theme body .article_summary:nth-child(63),
    body .article_summary:nth-child(63) { animation-duration: 18.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(64),
    html.export-ready-theme body .article_summary:nth-child(64),
    body .article_summary:nth-child(64) { animation-duration: 19.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(65),
    html.export-ready-theme body .article_summary:nth-child(65),
    body .article_summary:nth-child(65) { animation-duration: 19.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(66),
    html.export-ready-theme body .article_summary:nth-child(66),
    body .article_summary:nth-child(66) { animation-duration: 19.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(67),
    html.export-ready-theme body .article_summary:nth-child(67),
    body .article_summary:nth-child(67) { animation-duration: 19.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(68),
    html.export-ready-theme body .article_summary:nth-child(68),
    body .article_summary:nth-child(68) { animation-duration: 20.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(69),
    html.export-ready-theme body .article_summary:nth-child(69),
    body .article_summary:nth-child(69) { animation-duration: 20.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(70),
    html.export-ready-theme body .article_summary:nth-child(70),
    body .article_summary:nth-child(70) { animation-duration: 20.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(71),
    html.export-ready-theme body .article_summary:nth-child(71),
    body .article_summary:nth-child(71) { animation-duration: 20.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(72),
    html.export-ready-theme body .article_summary:nth-child(72),
    body .article_summary:nth-child(72) { animation-duration: 21.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(73),
    html.export-ready-theme body .article_summary:nth-child(73),
    body .article_summary:nth-child(73) { animation-duration: 21.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(74),
    html.export-ready-theme body .article_summary:nth-child(74),
    body .article_summary:nth-child(74) { animation-duration: 21.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(75),
    html.export-ready-theme body .article_summary:nth-child(75),
    body .article_summary:nth-child(75) { animation-duration: 21.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(76),
    html.export-ready-theme body .article_summary:nth-child(76),
    body .article_summary:nth-child(76) { animation-duration: 22.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(77),
    html.export-ready-theme body .article_summary:nth-child(77),
    body .article_summary:nth-child(77) { animation-duration: 22.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(78),
    html.export-ready-theme body .article_summary:nth-child(78),
    body .article_summary:nth-child(78) { animation-duration: 22.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(79),
    html.export-ready-theme body .article_summary:nth-child(79),
    body .article_summary:nth-child(79) { animation-duration: 22.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(80),
    html.export-ready-theme body .article_summary:nth-child(80),
    body .article_summary:nth-child(80) { animation-duration: 23.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(81),
    html.export-ready-theme body .article_summary:nth-child(81),
    body .article_summary:nth-child(81) { animation-duration: 23.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(82),
    html.export-ready-theme body .article_summary:nth-child(82),
    body .article_summary:nth-child(82) { animation-duration: 23.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(83),
    html.export-ready-theme body .article_summary:nth-child(83),
    body .article_summary:nth-child(83) { animation-duration: 23.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(84),
    html.export-ready-theme body .article_summary:nth-child(84),
    body .article_summary:nth-child(84) { animation-duration: 24.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(85),
    html.export-ready-theme body .article_summary:nth-child(85),
    body .article_summary:nth-child(85) { animation-duration: 24.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(86),
    html.export-ready-theme body .article_summary:nth-child(86),
    body .article_summary:nth-child(86) { animation-duration: 24.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(87),
    html.export-ready-theme body .article_summary:nth-child(87),
    body .article_summary:nth-child(87) { animation-duration: 24.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(88),
    html.export-ready-theme body .article_summary:nth-child(88),
    body .article_summary:nth-child(88) { animation-duration: 25.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(89),
    html.export-ready-theme body .article_summary:nth-child(89),
    body .article_summary:nth-child(89) { animation-duration: 25.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(90),
    html.export-ready-theme body .article_summary:nth-child(90),
    body .article_summary:nth-child(90) { animation-duration: 25.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(91),
    html.export-ready-theme body .article_summary:nth-child(91),
    body .article_summary:nth-child(91) { animation-duration: 25.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(92),
    html.export-ready-theme body .article_summary:nth-child(92),
    body .article_summary:nth-child(92) { animation-duration: 26.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(93),
    html.export-ready-theme body .article_summary:nth-child(93),
    body .article_summary:nth-child(93) { animation-duration: 26.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(94),
    html.export-ready-theme body .article_summary:nth-child(94),
    body .article_summary:nth-child(94) { animation-duration: 26.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(95),
    html.export-ready-theme body .article_summary:nth-child(95),
    body .article_summary:nth-child(95) { animation-duration: 26.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(96),
    html.export-ready-theme body .article_summary:nth-child(96),
    body .article_summary:nth-child(96) { animation-duration: 27.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(97),
    html.export-ready-theme body .article_summary:nth-child(97),
    body .article_summary:nth-child(97) { animation-duration: 27.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(98),
    html.export-ready-theme body .article_summary:nth-child(98),
    body .article_summary:nth-child(98) { animation-duration: 27.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(99),
    html.export-ready-theme body .article_summary:nth-child(99),
    body .article_summary:nth-child(99) { animation-duration: 27.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(100),
    html.export-ready-theme body .article_summary:nth-child(100),
    body .article_summary:nth-child(100) { animation-duration: 28.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(101),
    html.export-ready-theme body .article_summary:nth-child(101),
    body .article_summary:nth-child(101) { animation-duration: 28.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(102),
    html.export-ready-theme body .article_summary:nth-child(102),
    body .article_summary:nth-child(102) { animation-duration: 28.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(103),
    html.export-ready-theme body .article_summary:nth-child(103),
    body .article_summary:nth-child(103) { animation-duration: 28.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(104),
    html.export-ready-theme body .article_summary:nth-child(104),
    body .article_summary:nth-child(104) { animation-duration: 29.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(105),
    html.export-ready-theme body .article_summary:nth-child(105),
    body .article_summary:nth-child(105) { animation-duration: 29.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(106),
    html.export-ready-theme body .article_summary:nth-child(106),
    body .article_summary:nth-child(106) { animation-duration: 29.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(107),
    html.export-ready-theme body .article_summary:nth-child(107),
    body .article_summary:nth-child(107) { animation-duration: 29.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(108),
    html.export-ready-theme body .article_summary:nth-child(108),
    body .article_summary:nth-child(108) { animation-duration: 30.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(109),
    html.export-ready-theme body .article_summary:nth-child(109),
    body .article_summary:nth-child(109) { animation-duration: 30.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(110),
    html.export-ready-theme body .article_summary:nth-child(110),
    body .article_summary:nth-child(110) { animation-duration: 30.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(111),
    html.export-ready-theme body .article_summary:nth-child(111),
    body .article_summary:nth-child(111) { animation-duration: 30.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(112),
    html.export-ready-theme body .article_summary:nth-child(112),
    body .article_summary:nth-child(112) { animation-duration: 31.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(113),
    html.export-ready-theme body .article_summary:nth-child(113),
    body .article_summary:nth-child(113) { animation-duration: 31.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(114),
    html.export-ready-theme body .article_summary:nth-child(114),
    body .article_summary:nth-child(114) { animation-duration: 31.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(115),
    html.export-ready-theme body .article_summary:nth-child(115),
    body .article_summary:nth-child(115) { animation-duration: 31.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(116),
    html.export-ready-theme body .article_summary:nth-child(116),
    body .article_summary:nth-child(116) { animation-duration: 32.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(117),
    html.export-ready-theme body .article_summary:nth-child(117),
    body .article_summary:nth-child(117) { animation-duration: 32.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(118),
    html.export-ready-theme body .article_summary:nth-child(118),
    body .article_summary:nth-child(118) { animation-duration: 32.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(119),
    html.export-ready-theme body .article_summary:nth-child(119),
    body .article_summary:nth-child(119) { animation-duration: 32.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(120),
    html.export-ready-theme body .article_summary:nth-child(120),
    body .article_summary:nth-child(120) { animation-duration: 33.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(121),
    html.export-ready-theme body .article_summary:nth-child(121),
    body .article_summary:nth-child(121) { animation-duration: 33.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(122),
    html.export-ready-theme body .article_summary:nth-child(122),
    body .article_summary:nth-child(122) { animation-duration: 33.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(123),
    html.export-ready-theme body .article_summary:nth-child(123),
    body .article_summary:nth-child(123) { animation-duration: 33.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(124),
    html.export-ready-theme body .article_summary:nth-child(124),
    body .article_summary:nth-child(124) { animation-duration: 34.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(125),
    html.export-ready-theme body .article_summary:nth-child(125),
    body .article_summary:nth-child(125) { animation-duration: 34.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(126),
    html.export-ready-theme body .article_summary:nth-child(126),
    body .article_summary:nth-child(126) { animation-duration: 34.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(127),
    html.export-ready-theme body .article_summary:nth-child(127),
    body .article_summary:nth-child(127) { animation-duration: 34.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(128),
    html.export-ready-theme body .article_summary:nth-child(128),
    body .article_summary:nth-child(128) { animation-duration: 35.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(129),
    html.export-ready-theme body .article_summary:nth-child(129),
    body .article_summary:nth-child(129) { animation-duration: 35.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(130),
    html.export-ready-theme body .article_summary:nth-child(130),
    body .article_summary:nth-child(130) { animation-duration: 35.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(131),
    html.export-ready-theme body .article_summary:nth-child(131),
    body .article_summary:nth-child(131) { animation-duration: 35.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(132),
    html.export-ready-theme body .article_summary:nth-child(132),
    body .article_summary:nth-child(132) { animation-duration: 36.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(133),
    html.export-ready-theme body .article_summary:nth-child(133),
    body .article_summary:nth-child(133) { animation-duration: 36.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(134),
    html.export-ready-theme body .article_summary:nth-child(134),
    body .article_summary:nth-child(134) { animation-duration: 36.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(135),
    html.export-ready-theme body .article_summary:nth-child(135),
    body .article_summary:nth-child(135) { animation-duration: 36.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(136),
    html.export-ready-theme body .article_summary:nth-child(136),
    body .article_summary:nth-child(136) { animation-duration: 37.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(137),
    html.export-ready-theme body .article_summary:nth-child(137),
    body .article_summary:nth-child(137) { animation-duration: 37.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(138),
    html.export-ready-theme body .article_summary:nth-child(138),
    body .article_summary:nth-child(138) { animation-duration: 37.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(139),
    html.export-ready-theme body .article_summary:nth-child(139),
    body .article_summary:nth-child(139) { animation-duration: 37.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(140),
    html.export-ready-theme body .article_summary:nth-child(140),
    body .article_summary:nth-child(140) { animation-duration: 38.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(141),
    html.export-ready-theme body .article_summary:nth-child(141),
    body .article_summary:nth-child(141) { animation-duration: 38.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(142),
    html.export-ready-theme body .article_summary:nth-child(142),
    body .article_summary:nth-child(142) { animation-duration: 38.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(143),
    html.export-ready-theme body .article_summary:nth-child(143),
    body .article_summary:nth-child(143) { animation-duration: 38.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(144),
    html.export-ready-theme body .article_summary:nth-child(144),
    body .article_summary:nth-child(144) { animation-duration: 39.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(145),
    html.export-ready-theme body .article_summary:nth-child(145),
    body .article_summary:nth-child(145) { animation-duration: 39.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(146),
    html.export-ready-theme body .article_summary:nth-child(146),
    body .article_summary:nth-child(146) { animation-duration: 39.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(147),
    html.export-ready-theme body .article_summary:nth-child(147),
    body .article_summary:nth-child(147) { animation-duration: 39.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(148),
    html.export-ready-theme body .article_summary:nth-child(148),
    body .article_summary:nth-child(148) { animation-duration: 40.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(149),
    html.export-ready-theme body .article_summary:nth-child(149),
    body .article_summary:nth-child(149) { animation-duration: 40.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(150),
    html.export-ready-theme body .article_summary:nth-child(150),
    body .article_summary:nth-child(150) { animation-duration: 40.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(151),
    html.export-ready-theme body .article_summary:nth-child(151),
    body .article_summary:nth-child(151) { animation-duration: 40.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(152),
    html.export-ready-theme body .article_summary:nth-child(152),
    body .article_summary:nth-child(152) { animation-duration: 41.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(153),
    html.export-ready-theme body .article_summary:nth-child(153),
    body .article_summary:nth-child(153) { animation-duration: 41.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(154),
    html.export-ready-theme body .article_summary:nth-child(154),
    body .article_summary:nth-child(154) { animation-duration: 41.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(155),
    html.export-ready-theme body .article_summary:nth-child(155),
    body .article_summary:nth-child(155) { animation-duration: 41.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(156),
    html.export-ready-theme body .article_summary:nth-child(156),
    body .article_summary:nth-child(156) { animation-duration: 42.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(157),
    html.export-ready-theme body .article_summary:nth-child(157),
    body .article_summary:nth-child(157) { animation-duration: 42.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(158),
    html.export-ready-theme body .article_summary:nth-child(158),
    body .article_summary:nth-child(158) { animation-duration: 42.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(159),
    html.export-ready-theme body .article_summary:nth-child(159),
    body .article_summary:nth-child(159) { animation-duration: 42.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(160),
    html.export-ready-theme body .article_summary:nth-child(160),
    body .article_summary:nth-child(160) { animation-duration: 43.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(161),
    html.export-ready-theme body .article_summary:nth-child(161),
    body .article_summary:nth-child(161) { animation-duration: 43.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(162),
    html.export-ready-theme body .article_summary:nth-child(162),
    body .article_summary:nth-child(162) { animation-duration: 43.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(163),
    html.export-ready-theme body .article_summary:nth-child(163),
    body .article_summary:nth-child(163) { animation-duration: 43.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(164),
    html.export-ready-theme body .article_summary:nth-child(164),
    body .article_summary:nth-child(164) { animation-duration: 44.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(165),
    html.export-ready-theme body .article_summary:nth-child(165),
    body .article_summary:nth-child(165) { animation-duration: 44.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(166),
    html.export-ready-theme body .article_summary:nth-child(166),
    body .article_summary:nth-child(166) { animation-duration: 44.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(167),
    html.export-ready-theme body .article_summary:nth-child(167),
    body .article_summary:nth-child(167) { animation-duration: 44.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(168),
    html.export-ready-theme body .article_summary:nth-child(168),
    body .article_summary:nth-child(168) { animation-duration: 45.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(169),
    html.export-ready-theme body .article_summary:nth-child(169),
    body .article_summary:nth-child(169) { animation-duration: 45.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(170),
    html.export-ready-theme body .article_summary:nth-child(170),
    body .article_summary:nth-child(170) { animation-duration: 45.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(171),
    html.export-ready-theme body .article_summary:nth-child(171),
    body .article_summary:nth-child(171) { animation-duration: 45.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(172),
    html.export-ready-theme body .article_summary:nth-child(172),
    body .article_summary:nth-child(172) { animation-duration: 46.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(173),
    html.export-ready-theme body .article_summary:nth-child(173),
    body .article_summary:nth-child(173) { animation-duration: 46.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(174),
    html.export-ready-theme body .article_summary:nth-child(174),
    body .article_summary:nth-child(174) { animation-duration: 46.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(175),
    html.export-ready-theme body .article_summary:nth-child(175),
    body .article_summary:nth-child(175) { animation-duration: 46.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(176),
    html.export-ready-theme body .article_summary:nth-child(176),
    body .article_summary:nth-child(176) { animation-duration: 47.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(177),
    html.export-ready-theme body .article_summary:nth-child(177),
    body .article_summary:nth-child(177) { animation-duration: 47.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(178),
    html.export-ready-theme body .article_summary:nth-child(178),
    body .article_summary:nth-child(178) { animation-duration: 47.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(179),
    html.export-ready-theme body .article_summary:nth-child(179),
    body .article_summary:nth-child(179) { animation-duration: 47.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(180),
    html.export-ready-theme body .article_summary:nth-child(180),
    body .article_summary:nth-child(180) { animation-duration: 48.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(181),
    html.export-ready-theme body .article_summary:nth-child(181),
    body .article_summary:nth-child(181) { animation-duration: 48.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(182),
    html.export-ready-theme body .article_summary:nth-child(182),
    body .article_summary:nth-child(182) { animation-duration: 48.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(183),
    html.export-ready-theme body .article_summary:nth-child(183),
    body .article_summary:nth-child(183) { animation-duration: 48.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(184),
    html.export-ready-theme body .article_summary:nth-child(184),
    body .article_summary:nth-child(184) { animation-duration: 49.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(185),
    html.export-ready-theme body .article_summary:nth-child(185),
    body .article_summary:nth-child(185) { animation-duration: 49.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(186),
    html.export-ready-theme body .article_summary:nth-child(186),
    body .article_summary:nth-child(186) { animation-duration: 49.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(187),
    html.export-ready-theme body .article_summary:nth-child(187),
    body .article_summary:nth-child(187) { animation-duration: 49.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(188),
    html.export-ready-theme body .article_summary:nth-child(188),
    body .article_summary:nth-child(188) { animation-duration: 50.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(189),
    html.export-ready-theme body .article_summary:nth-child(189),
    body .article_summary:nth-child(189) { animation-duration: 50.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(190),
    html.export-ready-theme body .article_summary:nth-child(190),
    body .article_summary:nth-child(190) { animation-duration: 50.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(191),
    html.export-ready-theme body .article_summary:nth-child(191),
    body .article_summary:nth-child(191) { animation-duration: 50.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(192),
    html.export-ready-theme body .article_summary:nth-child(192),
    body .article_summary:nth-child(192) { animation-duration: 51.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(193),
    html.export-ready-theme body .article_summary:nth-child(193),
    body .article_summary:nth-child(193) { animation-duration: 51.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(194),
    html.export-ready-theme body .article_summary:nth-child(194),
    body .article_summary:nth-child(194) { animation-duration: 51.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(195),
    html.export-ready-theme body .article_summary:nth-child(195),
    body .article_summary:nth-child(195) { animation-duration: 51.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(196),
    html.export-ready-theme body .article_summary:nth-child(196),
    body .article_summary:nth-child(196) { animation-duration: 52.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(197),
    html.export-ready-theme body .article_summary:nth-child(197),
    body .article_summary:nth-child(197) { animation-duration: 52.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(198),
    html.export-ready-theme body .article_summary:nth-child(198),
    body .article_summary:nth-child(198) { animation-duration: 52.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(199),
    html.export-ready-theme body .article_summary:nth-child(199),
    body .article_summary:nth-child(199) { animation-duration: 52.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(200),
    html.export-ready-theme body .article_summary:nth-child(200),
    body .article_summary:nth-child(200) { animation-duration: 53.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(201),
    html.export-ready-theme body .article_summary:nth-child(201),
    body .article_summary:nth-child(201) { animation-duration: 53.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(202),
    html.export-ready-theme body .article_summary:nth-child(202),
    body .article_summary:nth-child(202) { animation-duration: 53.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(203),
    html.export-ready-theme body .article_summary:nth-child(203),
    body .article_summary:nth-child(203) { animation-duration: 53.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(204),
    html.export-ready-theme body .article_summary:nth-child(204),
    body .article_summary:nth-child(204) { animation-duration: 54.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(205),
    html.export-ready-theme body .article_summary:nth-child(205),
    body .article_summary:nth-child(205) { animation-duration: 54.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(206),
    html.export-ready-theme body .article_summary:nth-child(206),
    body .article_summary:nth-child(206) { animation-duration: 54.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(207),
    html.export-ready-theme body .article_summary:nth-child(207),
    body .article_summary:nth-child(207) { animation-duration: 54.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(208),
    html.export-ready-theme body .article_summary:nth-child(208),
    body .article_summary:nth-child(208) { animation-duration: 55.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(209),
    html.export-ready-theme body .article_summary:nth-child(209),
    body .article_summary:nth-child(209) { animation-duration: 55.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(210),
    html.export-ready-theme body .article_summary:nth-child(210),
    body .article_summary:nth-child(210) { animation-duration: 55.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(211),
    html.export-ready-theme body .article_summary:nth-child(211),
    body .article_summary:nth-child(211) { animation-duration: 55.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(212),
    html.export-ready-theme body .article_summary:nth-child(212),
    body .article_summary:nth-child(212) { animation-duration: 56.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(213),
    html.export-ready-theme body .article_summary:nth-child(213),
    body .article_summary:nth-child(213) { animation-duration: 56.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(214),
    html.export-ready-theme body .article_summary:nth-child(214),
    body .article_summary:nth-child(214) { animation-duration: 56.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(215),
    html.export-ready-theme body .article_summary:nth-child(215),
    body .article_summary:nth-child(215) { animation-duration: 56.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(216),
    html.export-ready-theme body .article_summary:nth-child(216),
    body .article_summary:nth-child(216) { animation-duration: 57.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(217),
    html.export-ready-theme body .article_summary:nth-child(217),
    body .article_summary:nth-child(217) { animation-duration: 57.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(218),
    html.export-ready-theme body .article_summary:nth-child(218),
    body .article_summary:nth-child(218) { animation-duration: 57.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(219),
    html.export-ready-theme body .article_summary:nth-child(219),
    body .article_summary:nth-child(219) { animation-duration: 57.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(220),
    html.export-ready-theme body .article_summary:nth-child(220),
    body .article_summary:nth-child(220) { animation-duration: 58.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(221),
    html.export-ready-theme body .article_summary:nth-child(221),
    body .article_summary:nth-child(221) { animation-duration: 58.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(222),
    html.export-ready-theme body .article_summary:nth-child(222),
    body .article_summary:nth-child(222) { animation-duration: 58.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(223),
    html.export-ready-theme body .article_summary:nth-child(223),
    body .article_summary:nth-child(223) { animation-duration: 58.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(224),
    html.export-ready-theme body .article_summary:nth-child(224),
    body .article_summary:nth-child(224) { animation-duration: 59.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(225),
    html.export-ready-theme body .article_summary:nth-child(225),
    body .article_summary:nth-child(225) { animation-duration: 59.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(226),
    html.export-ready-theme body .article_summary:nth-child(226),
    body .article_summary:nth-child(226) { animation-duration: 59.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(227),
    html.export-ready-theme body .article_summary:nth-child(227),
    body .article_summary:nth-child(227) { animation-duration: 59.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(228),
    html.export-ready-theme body .article_summary:nth-child(228),
    body .article_summary:nth-child(228) { animation-duration: 60.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(229),
    html.export-ready-theme body .article_summary:nth-child(229),
    body .article_summary:nth-child(229) { animation-duration: 60.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(230),
    html.export-ready-theme body .article_summary:nth-child(230),
    body .article_summary:nth-child(230) { animation-duration: 60.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(231),
    html.export-ready-theme body .article_summary:nth-child(231),
    body .article_summary:nth-child(231) { animation-duration: 60.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(232),
    html.export-ready-theme body .article_summary:nth-child(232),
    body .article_summary:nth-child(232) { animation-duration: 61.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(233),
    html.export-ready-theme body .article_summary:nth-child(233),
    body .article_summary:nth-child(233) { animation-duration: 61.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(234),
    html.export-ready-theme body .article_summary:nth-child(234),
    body .article_summary:nth-child(234) { animation-duration: 61.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(235),
    html.export-ready-theme body .article_summary:nth-child(235),
    body .article_summary:nth-child(235) { animation-duration: 61.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(236),
    html.export-ready-theme body .article_summary:nth-child(236),
    body .article_summary:nth-child(236) { animation-duration: 62.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(237),
    html.export-ready-theme body .article_summary:nth-child(237),
    body .article_summary:nth-child(237) { animation-duration: 62.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(238),
    html.export-ready-theme body .article_summary:nth-child(238),
    body .article_summary:nth-child(238) { animation-duration: 62.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(239),
    html.export-ready-theme body .article_summary:nth-child(239),
    body .article_summary:nth-child(239) { animation-duration: 62.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(240),
    html.export-ready-theme body .article_summary:nth-child(240),
    body .article_summary:nth-child(240) { animation-duration: 63.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(241),
    html.export-ready-theme body .article_summary:nth-child(241),
    body .article_summary:nth-child(241) { animation-duration: 63.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(242),
    html.export-ready-theme body .article_summary:nth-child(242),
    body .article_summary:nth-child(242) { animation-duration: 63.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(243),
    html.export-ready-theme body .article_summary:nth-child(243),
    body .article_summary:nth-child(243) { animation-duration: 63.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(244),
    html.export-ready-theme body .article_summary:nth-child(244),
    body .article_summary:nth-child(244) { animation-duration: 64.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(245),
    html.export-ready-theme body .article_summary:nth-child(245),
    body .article_summary:nth-child(245) { animation-duration: 64.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(246),
    html.export-ready-theme body .article_summary:nth-child(246),
    body .article_summary:nth-child(246) { animation-duration: 64.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(247),
    html.export-ready-theme body .article_summary:nth-child(247),
    body .article_summary:nth-child(247) { animation-duration: 64.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(248),
    html.export-ready-theme body .article_summary:nth-child(248),
    body .article_summary:nth-child(248) { animation-duration: 65.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(249),
    html.export-ready-theme body .article_summary:nth-child(249),
    body .article_summary:nth-child(249) { animation-duration: 65.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(250),
    html.export-ready-theme body .article_summary:nth-child(250),
    body .article_summary:nth-child(250) { animation-duration: 65.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(251),
    html.export-ready-theme body .article_summary:nth-child(251),
    body .article_summary:nth-child(251) { animation-duration: 65.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(252),
    html.export-ready-theme body .article_summary:nth-child(252),
    body .article_summary:nth-child(252) { animation-duration: 66.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(253),
    html.export-ready-theme body .article_summary:nth-child(253),
    body .article_summary:nth-child(253) { animation-duration: 66.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(254),
    html.export-ready-theme body .article_summary:nth-child(254),
    body .article_summary:nth-child(254) { animation-duration: 66.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(255),
    html.export-ready-theme body .article_summary:nth-child(255),
    body .article_summary:nth-child(255) { animation-duration: 66.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(256),
    html.export-ready-theme body .article_summary:nth-child(256),
    body .article_summary:nth-child(256) { animation-duration: 67.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(257),
    html.export-ready-theme body .article_summary:nth-child(257),
    body .article_summary:nth-child(257) { animation-duration: 67.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(258),
    html.export-ready-theme body .article_summary:nth-child(258),
    body .article_summary:nth-child(258) { animation-duration: 67.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(259),
    html.export-ready-theme body .article_summary:nth-child(259),
    body .article_summary:nth-child(259) { animation-duration: 67.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(260),
    html.export-ready-theme body .article_summary:nth-child(260),
    body .article_summary:nth-child(260) { animation-duration: 68.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(261),
    html.export-ready-theme body .article_summary:nth-child(261),
    body .article_summary:nth-child(261) { animation-duration: 68.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(262),
    html.export-ready-theme body .article_summary:nth-child(262),
    body .article_summary:nth-child(262) { animation-duration: 68.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(263),
    html.export-ready-theme body .article_summary:nth-child(263),
    body .article_summary:nth-child(263) { animation-duration: 68.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(264),
    html.export-ready-theme body .article_summary:nth-child(264),
    body .article_summary:nth-child(264) { animation-duration: 69.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(265),
    html.export-ready-theme body .article_summary:nth-child(265),
    body .article_summary:nth-child(265) { animation-duration: 69.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(266),
    html.export-ready-theme body .article_summary:nth-child(266),
    body .article_summary:nth-child(266) { animation-duration: 69.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(267),
    html.export-ready-theme body .article_summary:nth-child(267),
    body .article_summary:nth-child(267) { animation-duration: 69.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(268),
    html.export-ready-theme body .article_summary:nth-child(268),
    body .article_summary:nth-child(268) { animation-duration: 70.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(269),
    html.export-ready-theme body .article_summary:nth-child(269),
    body .article_summary:nth-child(269) { animation-duration: 70.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(270),
    html.export-ready-theme body .article_summary:nth-child(270),
    body .article_summary:nth-child(270) { animation-duration: 70.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(271),
    html.export-ready-theme body .article_summary:nth-child(271),
    body .article_summary:nth-child(271) { animation-duration: 70.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(272),
    html.export-ready-theme body .article_summary:nth-child(272),
    body .article_summary:nth-child(272) { animation-duration: 71.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(273),
    html.export-ready-theme body .article_summary:nth-child(273),
    body .article_summary:nth-child(273) { animation-duration: 71.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(274),
    html.export-ready-theme body .article_summary:nth-child(274),
    body .article_summary:nth-child(274) { animation-duration: 71.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(275),
    html.export-ready-theme body .article_summary:nth-child(275),
    body .article_summary:nth-child(275) { animation-duration: 71.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(276),
    html.export-ready-theme body .article_summary:nth-child(276),
    body .article_summary:nth-child(276) { animation-duration: 72.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(277),
    html.export-ready-theme body .article_summary:nth-child(277),
    body .article_summary:nth-child(277) { animation-duration: 72.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(278),
    html.export-ready-theme body .article_summary:nth-child(278),
    body .article_summary:nth-child(278) { animation-duration: 72.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(279),
    html.export-ready-theme body .article_summary:nth-child(279),
    body .article_summary:nth-child(279) { animation-duration: 72.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(280),
    html.export-ready-theme body .article_summary:nth-child(280),
    body .article_summary:nth-child(280) { animation-duration: 73.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(281),
    html.export-ready-theme body .article_summary:nth-child(281),
    body .article_summary:nth-child(281) { animation-duration: 73.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(282),
    html.export-ready-theme body .article_summary:nth-child(282),
    body .article_summary:nth-child(282) { animation-duration: 73.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(283),
    html.export-ready-theme body .article_summary:nth-child(283),
    body .article_summary:nth-child(283) { animation-duration: 73.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(284),
    html.export-ready-theme body .article_summary:nth-child(284),
    body .article_summary:nth-child(284) { animation-duration: 74.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(285),
    html.export-ready-theme body .article_summary:nth-child(285),
    body .article_summary:nth-child(285) { animation-duration: 74.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(286),
    html.export-ready-theme body .article_summary:nth-child(286),
    body .article_summary:nth-child(286) { animation-duration: 74.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(287),
    html.export-ready-theme body .article_summary:nth-child(287),
    body .article_summary:nth-child(287) { animation-duration: 74.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(288),
    html.export-ready-theme body .article_summary:nth-child(288),
    body .article_summary:nth-child(288) { animation-duration: 75.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(289),
    html.export-ready-theme body .article_summary:nth-child(289),
    body .article_summary:nth-child(289) { animation-duration: 75.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(290),
    html.export-ready-theme body .article_summary:nth-child(290),
    body .article_summary:nth-child(290) { animation-duration: 75.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(291),
    html.export-ready-theme body .article_summary:nth-child(291),
    body .article_summary:nth-child(291) { animation-duration: 75.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(292),
    html.export-ready-theme body .article_summary:nth-child(292),
    body .article_summary:nth-child(292) { animation-duration: 76.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(293),
    html.export-ready-theme body .article_summary:nth-child(293),
    body .article_summary:nth-child(293) { animation-duration: 76.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(294),
    html.export-ready-theme body .article_summary:nth-child(294),
    body .article_summary:nth-child(294) { animation-duration: 76.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(295),
    html.export-ready-theme body .article_summary:nth-child(295),
    body .article_summary:nth-child(295) { animation-duration: 76.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(296),
    html.export-ready-theme body .article_summary:nth-child(296),
    body .article_summary:nth-child(296) { animation-duration: 77.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(297),
    html.export-ready-theme body .article_summary:nth-child(297),
    body .article_summary:nth-child(297) { animation-duration: 77.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(298),
    html.export-ready-theme body .article_summary:nth-child(298),
    body .article_summary:nth-child(298) { animation-duration: 77.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(299),
    html.export-ready-theme body .article_summary:nth-child(299),
    body .article_summary:nth-child(299) { animation-duration: 77.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(300),
    html.export-ready-theme body .article_summary:nth-child(300),
    body .article_summary:nth-child(300) { animation-duration: 78.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(301),
    html.export-ready-theme body .article_summary:nth-child(301),
    body .article_summary:nth-child(301) { animation-duration: 78.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(302),
    html.export-ready-theme body .article_summary:nth-child(302),
    body .article_summary:nth-child(302) { animation-duration: 78.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(303),
    html.export-ready-theme body .article_summary:nth-child(303),
    body .article_summary:nth-child(303) { animation-duration: 78.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(304),
    html.export-ready-theme body .article_summary:nth-child(304),
    body .article_summary:nth-child(304) { animation-duration: 79.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(305),
    html.export-ready-theme body .article_summary:nth-child(305),
    body .article_summary:nth-child(305) { animation-duration: 79.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(306),
    html.export-ready-theme body .article_summary:nth-child(306),
    body .article_summary:nth-child(306) { animation-duration: 79.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(307),
    html.export-ready-theme body .article_summary:nth-child(307),
    body .article_summary:nth-child(307) { animation-duration: 79.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(308),
    html.export-ready-theme body .article_summary:nth-child(308),
    body .article_summary:nth-child(308) { animation-duration: 80.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(309),
    html.export-ready-theme body .article_summary:nth-child(309),
    body .article_summary:nth-child(309) { animation-duration: 80.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(310),
    html.export-ready-theme body .article_summary:nth-child(310),
    body .article_summary:nth-child(310) { animation-duration: 80.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(311),
    html.export-ready-theme body .article_summary:nth-child(311),
    body .article_summary:nth-child(311) { animation-duration: 80.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(312),
    html.export-ready-theme body .article_summary:nth-child(312),
    body .article_summary:nth-child(312) { animation-duration: 81.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(313),
    html.export-ready-theme body .article_summary:nth-child(313),
    body .article_summary:nth-child(313) { animation-duration: 81.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(314),
    html.export-ready-theme body .article_summary:nth-child(314),
    body .article_summary:nth-child(314) { animation-duration: 81.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(315),
    html.export-ready-theme body .article_summary:nth-child(315),
    body .article_summary:nth-child(315) { animation-duration: 81.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(316),
    html.export-ready-theme body .article_summary:nth-child(316),
    body .article_summary:nth-child(316) { animation-duration: 82.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(317),
    html.export-ready-theme body .article_summary:nth-child(317),
    body .article_summary:nth-child(317) { animation-duration: 82.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(318),
    html.export-ready-theme body .article_summary:nth-child(318),
    body .article_summary:nth-child(318) { animation-duration: 82.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(319),
    html.export-ready-theme body .article_summary:nth-child(319),
    body .article_summary:nth-child(319) { animation-duration: 82.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(320),
    html.export-ready-theme body .article_summary:nth-child(320),
    body .article_summary:nth-child(320) { animation-duration: 83.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(321),
    html.export-ready-theme body .article_summary:nth-child(321),
    body .article_summary:nth-child(321) { animation-duration: 83.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(322),
    html.export-ready-theme body .article_summary:nth-child(322),
    body .article_summary:nth-child(322) { animation-duration: 83.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(323),
    html.export-ready-theme body .article_summary:nth-child(323),
    body .article_summary:nth-child(323) { animation-duration: 83.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(324),
    html.export-ready-theme body .article_summary:nth-child(324),
    body .article_summary:nth-child(324) { animation-duration: 84.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(325),
    html.export-ready-theme body .article_summary:nth-child(325),
    body .article_summary:nth-child(325) { animation-duration: 84.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(326),
    html.export-ready-theme body .article_summary:nth-child(326),
    body .article_summary:nth-child(326) { animation-duration: 84.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(327),
    html.export-ready-theme body .article_summary:nth-child(327),
    body .article_summary:nth-child(327) { animation-duration: 84.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(328),
    html.export-ready-theme body .article_summary:nth-child(328),
    body .article_summary:nth-child(328) { animation-duration: 85.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(329),
    html.export-ready-theme body .article_summary:nth-child(329),
    body .article_summary:nth-child(329) { animation-duration: 85.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(330),
    html.export-ready-theme body .article_summary:nth-child(330),
    body .article_summary:nth-child(330) { animation-duration: 85.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(331),
    html.export-ready-theme body .article_summary:nth-child(331),
    body .article_summary:nth-child(331) { animation-duration: 85.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(332),
    html.export-ready-theme body .article_summary:nth-child(332),
    body .article_summary:nth-child(332) { animation-duration: 86.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(333),
    html.export-ready-theme body .article_summary:nth-child(333),
    body .article_summary:nth-child(333) { animation-duration: 86.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(334),
    html.export-ready-theme body .article_summary:nth-child(334),
    body .article_summary:nth-child(334) { animation-duration: 86.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(335),
    html.export-ready-theme body .article_summary:nth-child(335),
    body .article_summary:nth-child(335) { animation-duration: 86.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(336),
    html.export-ready-theme body .article_summary:nth-child(336),
    body .article_summary:nth-child(336) { animation-duration: 87.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(337),
    html.export-ready-theme body .article_summary:nth-child(337),
    body .article_summary:nth-child(337) { animation-duration: 87.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(338),
    html.export-ready-theme body .article_summary:nth-child(338),
    body .article_summary:nth-child(338) { animation-duration: 87.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(339),
    html.export-ready-theme body .article_summary:nth-child(339),
    body .article_summary:nth-child(339) { animation-duration: 87.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(340),
    html.export-ready-theme body .article_summary:nth-child(340),
    body .article_summary:nth-child(340) { animation-duration: 88.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(341),
    html.export-ready-theme body .article_summary:nth-child(341),
    body .article_summary:nth-child(341) { animation-duration: 88.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(342),
    html.export-ready-theme body .article_summary:nth-child(342),
    body .article_summary:nth-child(342) { animation-duration: 88.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(343),
    html.export-ready-theme body .article_summary:nth-child(343),
    body .article_summary:nth-child(343) { animation-duration: 88.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(344),
    html.export-ready-theme body .article_summary:nth-child(344),
    body .article_summary:nth-child(344) { animation-duration: 89.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(345),
    html.export-ready-theme body .article_summary:nth-child(345),
    body .article_summary:nth-child(345) { animation-duration: 89.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(346),
    html.export-ready-theme body .article_summary:nth-child(346),
    body .article_summary:nth-child(346) { animation-duration: 89.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(347),
    html.export-ready-theme body .article_summary:nth-child(347),
    body .article_summary:nth-child(347) { animation-duration: 89.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(348),
    html.export-ready-theme body .article_summary:nth-child(348),
    body .article_summary:nth-child(348) { animation-duration: 90.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(349),
    html.export-ready-theme body .article_summary:nth-child(349),
    body .article_summary:nth-child(349) { animation-duration: 90.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(350),
    html.export-ready-theme body .article_summary:nth-child(350),
    body .article_summary:nth-child(350) { animation-duration: 90.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(351),
    html.export-ready-theme body .article_summary:nth-child(351),
    body .article_summary:nth-child(351) { animation-duration: 90.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(352),
    html.export-ready-theme body .article_summary:nth-child(352),
    body .article_summary:nth-child(352) { animation-duration: 91.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(353),
    html.export-ready-theme body .article_summary:nth-child(353),
    body .article_summary:nth-child(353) { animation-duration: 91.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(354),
    html.export-ready-theme body .article_summary:nth-child(354),
    body .article_summary:nth-child(354) { animation-duration: 91.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(355),
    html.export-ready-theme body .article_summary:nth-child(355),
    body .article_summary:nth-child(355) { animation-duration: 91.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(356),
    html.export-ready-theme body .article_summary:nth-child(356),
    body .article_summary:nth-child(356) { animation-duration: 92.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(357),
    html.export-ready-theme body .article_summary:nth-child(357),
    body .article_summary:nth-child(357) { animation-duration: 92.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(358),
    html.export-ready-theme body .article_summary:nth-child(358),
    body .article_summary:nth-child(358) { animation-duration: 92.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(359),
    html.export-ready-theme body .article_summary:nth-child(359),
    body .article_summary:nth-child(359) { animation-duration: 92.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(360),
    html.export-ready-theme body .article_summary:nth-child(360),
    body .article_summary:nth-child(360) { animation-duration: 93.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(361),
    html.export-ready-theme body .article_summary:nth-child(361),
    body .article_summary:nth-child(361) { animation-duration: 93.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(362),
    html.export-ready-theme body .article_summary:nth-child(362),
    body .article_summary:nth-child(362) { animation-duration: 93.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(363),
    html.export-ready-theme body .article_summary:nth-child(363),
    body .article_summary:nth-child(363) { animation-duration: 93.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(364),
    html.export-ready-theme body .article_summary:nth-child(364),
    body .article_summary:nth-child(364) { animation-duration: 94.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(365),
    html.export-ready-theme body .article_summary:nth-child(365),
    body .article_summary:nth-child(365) { animation-duration: 94.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(366),
    html.export-ready-theme body .article_summary:nth-child(366),
    body .article_summary:nth-child(366) { animation-duration: 94.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(367),
    html.export-ready-theme body .article_summary:nth-child(367),
    body .article_summary:nth-child(367) { animation-duration: 94.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(368),
    html.export-ready-theme body .article_summary:nth-child(368),
    body .article_summary:nth-child(368) { animation-duration: 95.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(369),
    html.export-ready-theme body .article_summary:nth-child(369),
    body .article_summary:nth-child(369) { animation-duration: 95.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(370),
    html.export-ready-theme body .article_summary:nth-child(370),
    body .article_summary:nth-child(370) { animation-duration: 95.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(371),
    html.export-ready-theme body .article_summary:nth-child(371),
    body .article_summary:nth-child(371) { animation-duration: 95.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(372),
    html.export-ready-theme body .article_summary:nth-child(372),
    body .article_summary:nth-child(372) { animation-duration: 96.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(373),
    html.export-ready-theme body .article_summary:nth-child(373),
    body .article_summary:nth-child(373) { animation-duration: 96.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(374),
    html.export-ready-theme body .article_summary:nth-child(374),
    body .article_summary:nth-child(374) { animation-duration: 96.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(375),
    html.export-ready-theme body .article_summary:nth-child(375),
    body .article_summary:nth-child(375) { animation-duration: 96.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(376),
    html.export-ready-theme body .article_summary:nth-child(376),
    body .article_summary:nth-child(376) { animation-duration: 97.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(377),
    html.export-ready-theme body .article_summary:nth-child(377),
    body .article_summary:nth-child(377) { animation-duration: 97.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(378),
    html.export-ready-theme body .article_summary:nth-child(378),
    body .article_summary:nth-child(378) { animation-duration: 97.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(379),
    html.export-ready-theme body .article_summary:nth-child(379),
    body .article_summary:nth-child(379) { animation-duration: 97.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(380),
    html.export-ready-theme body .article_summary:nth-child(380),
    body .article_summary:nth-child(380) { animation-duration: 98.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(381),
    html.export-ready-theme body .article_summary:nth-child(381),
    body .article_summary:nth-child(381) { animation-duration: 98.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(382),
    html.export-ready-theme body .article_summary:nth-child(382),
    body .article_summary:nth-child(382) { animation-duration: 98.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(383),
    html.export-ready-theme body .article_summary:nth-child(383),
    body .article_summary:nth-child(383) { animation-duration: 98.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(384),
    html.export-ready-theme body .article_summary:nth-child(384),
    body .article_summary:nth-child(384) { animation-duration: 99.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(385),
    html.export-ready-theme body .article_summary:nth-child(385),
    body .article_summary:nth-child(385) { animation-duration: 99.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(386),
    html.export-ready-theme body .article_summary:nth-child(386),
    body .article_summary:nth-child(386) { animation-duration: 99.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(387),
    html.export-ready-theme body .article_summary:nth-child(387),
    body .article_summary:nth-child(387) { animation-duration: 99.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(388),
    html.export-ready-theme body .article_summary:nth-child(388),
    body .article_summary:nth-child(388) { animation-duration: 100.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(389),
    html.export-ready-theme body .article_summary:nth-child(389),
    body .article_summary:nth-child(389) { animation-duration: 100.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(390),
    html.export-ready-theme body .article_summary:nth-child(390),
    body .article_summary:nth-child(390) { animation-duration: 100.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(391),
    html.export-ready-theme body .article_summary:nth-child(391),
    body .article_summary:nth-child(391) { animation-duration: 100.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(392),
    html.export-ready-theme body .article_summary:nth-child(392),
    body .article_summary:nth-child(392) { animation-duration: 101.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(393),
    html.export-ready-theme body .article_summary:nth-child(393),
    body .article_summary:nth-child(393) { animation-duration: 101.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(394),
    html.export-ready-theme body .article_summary:nth-child(394),
    body .article_summary:nth-child(394) { animation-duration: 101.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(395),
    html.export-ready-theme body .article_summary:nth-child(395),
    body .article_summary:nth-child(395) { animation-duration: 101.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(396),
    html.export-ready-theme body .article_summary:nth-child(396),
    body .article_summary:nth-child(396) { animation-duration: 102.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(397),
    html.export-ready-theme body .article_summary:nth-child(397),
    body .article_summary:nth-child(397) { animation-duration: 102.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(398),
    html.export-ready-theme body .article_summary:nth-child(398),
    body .article_summary:nth-child(398) { animation-duration: 102.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(399),
    html.export-ready-theme body .article_summary:nth-child(399),
    body .article_summary:nth-child(399) { animation-duration: 102.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(400),
    html.export-ready-theme body .article_summary:nth-child(400),
    body .article_summary:nth-child(400) { animation-duration: 103.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(401),
    html.export-ready-theme body .article_summary:nth-child(401),
    body .article_summary:nth-child(401) { animation-duration: 103.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(402),
    html.export-ready-theme body .article_summary:nth-child(402),
    body .article_summary:nth-child(402) { animation-duration: 103.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(403),
    html.export-ready-theme body .article_summary:nth-child(403),
    body .article_summary:nth-child(403) { animation-duration: 103.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(404),
    html.export-ready-theme body .article_summary:nth-child(404),
    body .article_summary:nth-child(404) { animation-duration: 104.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(405),
    html.export-ready-theme body .article_summary:nth-child(405),
    body .article_summary:nth-child(405) { animation-duration: 104.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(406),
    html.export-ready-theme body .article_summary:nth-child(406),
    body .article_summary:nth-child(406) { animation-duration: 104.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(407),
    html.export-ready-theme body .article_summary:nth-child(407),
    body .article_summary:nth-child(407) { animation-duration: 104.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(408),
    html.export-ready-theme body .article_summary:nth-child(408),
    body .article_summary:nth-child(408) { animation-duration: 105.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(409),
    html.export-ready-theme body .article_summary:nth-child(409),
    body .article_summary:nth-child(409) { animation-duration: 105.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(410),
    html.export-ready-theme body .article_summary:nth-child(410),
    body .article_summary:nth-child(410) { animation-duration: 105.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(411),
    html.export-ready-theme body .article_summary:nth-child(411),
    body .article_summary:nth-child(411) { animation-duration: 105.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(412),
    html.export-ready-theme body .article_summary:nth-child(412),
    body .article_summary:nth-child(412) { animation-duration: 106.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(413),
    html.export-ready-theme body .article_summary:nth-child(413),
    body .article_summary:nth-child(413) { animation-duration: 106.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(414),
    html.export-ready-theme body .article_summary:nth-child(414),
    body .article_summary:nth-child(414) { animation-duration: 106.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(415),
    html.export-ready-theme body .article_summary:nth-child(415),
    body .article_summary:nth-child(415) { animation-duration: 106.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(416),
    html.export-ready-theme body .article_summary:nth-child(416),
    body .article_summary:nth-child(416) { animation-duration: 107.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(417),
    html.export-ready-theme body .article_summary:nth-child(417),
    body .article_summary:nth-child(417) { animation-duration: 107.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(418),
    html.export-ready-theme body .article_summary:nth-child(418),
    body .article_summary:nth-child(418) { animation-duration: 107.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(419),
    html.export-ready-theme body .article_summary:nth-child(419),
    body .article_summary:nth-child(419) { animation-duration: 107.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(420),
    html.export-ready-theme body .article_summary:nth-child(420),
    body .article_summary:nth-child(420) { animation-duration: 108.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(421),
    html.export-ready-theme body .article_summary:nth-child(421),
    body .article_summary:nth-child(421) { animation-duration: 108.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(422),
    html.export-ready-theme body .article_summary:nth-child(422),
    body .article_summary:nth-child(422) { animation-duration: 108.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(423),
    html.export-ready-theme body .article_summary:nth-child(423),
    body .article_summary:nth-child(423) { animation-duration: 108.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(424),
    html.export-ready-theme body .article_summary:nth-child(424),
    body .article_summary:nth-child(424) { animation-duration: 109.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(425),
    html.export-ready-theme body .article_summary:nth-child(425),
    body .article_summary:nth-child(425) { animation-duration: 109.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(426),
    html.export-ready-theme body .article_summary:nth-child(426),
    body .article_summary:nth-child(426) { animation-duration: 109.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(427),
    html.export-ready-theme body .article_summary:nth-child(427),
    body .article_summary:nth-child(427) { animation-duration: 109.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(428),
    html.export-ready-theme body .article_summary:nth-child(428),
    body .article_summary:nth-child(428) { animation-duration: 110.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(429),
    html.export-ready-theme body .article_summary:nth-child(429),
    body .article_summary:nth-child(429) { animation-duration: 110.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(430),
    html.export-ready-theme body .article_summary:nth-child(430),
    body .article_summary:nth-child(430) { animation-duration: 110.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(431),
    html.export-ready-theme body .article_summary:nth-child(431),
    body .article_summary:nth-child(431) { animation-duration: 110.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(432),
    html.export-ready-theme body .article_summary:nth-child(432),
    body .article_summary:nth-child(432) { animation-duration: 111.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(433),
    html.export-ready-theme body .article_summary:nth-child(433),
    body .article_summary:nth-child(433) { animation-duration: 111.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(434),
    html.export-ready-theme body .article_summary:nth-child(434),
    body .article_summary:nth-child(434) { animation-duration: 111.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(435),
    html.export-ready-theme body .article_summary:nth-child(435),
    body .article_summary:nth-child(435) { animation-duration: 111.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(436),
    html.export-ready-theme body .article_summary:nth-child(436),
    body .article_summary:nth-child(436) { animation-duration: 112.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(437),
    html.export-ready-theme body .article_summary:nth-child(437),
    body .article_summary:nth-child(437) { animation-duration: 112.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(438),
    html.export-ready-theme body .article_summary:nth-child(438),
    body .article_summary:nth-child(438) { animation-duration: 112.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(439),
    html.export-ready-theme body .article_summary:nth-child(439),
    body .article_summary:nth-child(439) { animation-duration: 112.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(440),
    html.export-ready-theme body .article_summary:nth-child(440),
    body .article_summary:nth-child(440) { animation-duration: 113.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(441),
    html.export-ready-theme body .article_summary:nth-child(441),
    body .article_summary:nth-child(441) { animation-duration: 113.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(442),
    html.export-ready-theme body .article_summary:nth-child(442),
    body .article_summary:nth-child(442) { animation-duration: 113.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(443),
    html.export-ready-theme body .article_summary:nth-child(443),
    body .article_summary:nth-child(443) { animation-duration: 113.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(444),
    html.export-ready-theme body .article_summary:nth-child(444),
    body .article_summary:nth-child(444) { animation-duration: 114.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(445),
    html.export-ready-theme body .article_summary:nth-child(445),
    body .article_summary:nth-child(445) { animation-duration: 114.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(446),
    html.export-ready-theme body .article_summary:nth-child(446),
    body .article_summary:nth-child(446) { animation-duration: 114.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(447),
    html.export-ready-theme body .article_summary:nth-child(447),
    body .article_summary:nth-child(447) { animation-duration: 114.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(448),
    html.export-ready-theme body .article_summary:nth-child(448),
    body .article_summary:nth-child(448) { animation-duration: 115.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(449),
    html.export-ready-theme body .article_summary:nth-child(449),
    body .article_summary:nth-child(449) { animation-duration: 115.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(450),
    html.export-ready-theme body .article_summary:nth-child(450),
    body .article_summary:nth-child(450) { animation-duration: 115.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(451),
    html.export-ready-theme body .article_summary:nth-child(451),
    body .article_summary:nth-child(451) { animation-duration: 115.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(452),
    html.export-ready-theme body .article_summary:nth-child(452),
    body .article_summary:nth-child(452) { animation-duration: 116.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(453),
    html.export-ready-theme body .article_summary:nth-child(453),
    body .article_summary:nth-child(453) { animation-duration: 116.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(454),
    html.export-ready-theme body .article_summary:nth-child(454),
    body .article_summary:nth-child(454) { animation-duration: 116.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(455),
    html.export-ready-theme body .article_summary:nth-child(455),
    body .article_summary:nth-child(455) { animation-duration: 116.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(456),
    html.export-ready-theme body .article_summary:nth-child(456),
    body .article_summary:nth-child(456) { animation-duration: 117.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(457),
    html.export-ready-theme body .article_summary:nth-child(457),
    body .article_summary:nth-child(457) { animation-duration: 117.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(458),
    html.export-ready-theme body .article_summary:nth-child(458),
    body .article_summary:nth-child(458) { animation-duration: 117.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(459),
    html.export-ready-theme body .article_summary:nth-child(459),
    body .article_summary:nth-child(459) { animation-duration: 117.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(460),
    html.export-ready-theme body .article_summary:nth-child(460),
    body .article_summary:nth-child(460) { animation-duration: 118.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(461),
    html.export-ready-theme body .article_summary:nth-child(461),
    body .article_summary:nth-child(461) { animation-duration: 118.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(462),
    html.export-ready-theme body .article_summary:nth-child(462),
    body .article_summary:nth-child(462) { animation-duration: 118.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(463),
    html.export-ready-theme body .article_summary:nth-child(463),
    body .article_summary:nth-child(463) { animation-duration: 118.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(464),
    html.export-ready-theme body .article_summary:nth-child(464),
    body .article_summary:nth-child(464) { animation-duration: 119.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(465),
    html.export-ready-theme body .article_summary:nth-child(465),
    body .article_summary:nth-child(465) { animation-duration: 119.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(466),
    html.export-ready-theme body .article_summary:nth-child(466),
    body .article_summary:nth-child(466) { animation-duration: 119.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(467),
    html.export-ready-theme body .article_summary:nth-child(467),
    body .article_summary:nth-child(467) { animation-duration: 119.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(468),
    html.export-ready-theme body .article_summary:nth-child(468),
    body .article_summary:nth-child(468) { animation-duration: 120.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(469),
    html.export-ready-theme body .article_summary:nth-child(469),
    body .article_summary:nth-child(469) { animation-duration: 120.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(470),
    html.export-ready-theme body .article_summary:nth-child(470),
    body .article_summary:nth-child(470) { animation-duration: 120.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(471),
    html.export-ready-theme body .article_summary:nth-child(471),
    body .article_summary:nth-child(471) { animation-duration: 120.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(472),
    html.export-ready-theme body .article_summary:nth-child(472),
    body .article_summary:nth-child(472) { animation-duration: 121.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(473),
    html.export-ready-theme body .article_summary:nth-child(473),
    body .article_summary:nth-child(473) { animation-duration: 121.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(474),
    html.export-ready-theme body .article_summary:nth-child(474),
    body .article_summary:nth-child(474) { animation-duration: 121.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(475),
    html.export-ready-theme body .article_summary:nth-child(475),
    body .article_summary:nth-child(475) { animation-duration: 121.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(476),
    html.export-ready-theme body .article_summary:nth-child(476),
    body .article_summary:nth-child(476) { animation-duration: 122.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(477),
    html.export-ready-theme body .article_summary:nth-child(477),
    body .article_summary:nth-child(477) { animation-duration: 122.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(478),
    html.export-ready-theme body .article_summary:nth-child(478),
    body .article_summary:nth-child(478) { animation-duration: 122.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(479),
    html.export-ready-theme body .article_summary:nth-child(479),
    body .article_summary:nth-child(479) { animation-duration: 122.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(480),
    html.export-ready-theme body .article_summary:nth-child(480),
    body .article_summary:nth-child(480) { animation-duration: 123.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(481),
    html.export-ready-theme body .article_summary:nth-child(481),
    body .article_summary:nth-child(481) { animation-duration: 123.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(482),
    html.export-ready-theme body .article_summary:nth-child(482),
    body .article_summary:nth-child(482) { animation-duration: 123.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(483),
    html.export-ready-theme body .article_summary:nth-child(483),
    body .article_summary:nth-child(483) { animation-duration: 123.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(484),
    html.export-ready-theme body .article_summary:nth-child(484),
    body .article_summary:nth-child(484) { animation-duration: 124.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(485),
    html.export-ready-theme body .article_summary:nth-child(485),
    body .article_summary:nth-child(485) { animation-duration: 124.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(486),
    html.export-ready-theme body .article_summary:nth-child(486),
    body .article_summary:nth-child(486) { animation-duration: 124.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(487),
    html.export-ready-theme body .article_summary:nth-child(487),
    body .article_summary:nth-child(487) { animation-duration: 124.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(488),
    html.export-ready-theme body .article_summary:nth-child(488),
    body .article_summary:nth-child(488) { animation-duration: 125.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(489),
    html.export-ready-theme body .article_summary:nth-child(489),
    body .article_summary:nth-child(489) { animation-duration: 125.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(490),
    html.export-ready-theme body .article_summary:nth-child(490),
    body .article_summary:nth-child(490) { animation-duration: 125.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(491),
    html.export-ready-theme body .article_summary:nth-child(491),
    body .article_summary:nth-child(491) { animation-duration: 125.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(492),
    html.export-ready-theme body .article_summary:nth-child(492),
    body .article_summary:nth-child(492) { animation-duration: 126.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(493),
    html.export-ready-theme body .article_summary:nth-child(493),
    body .article_summary:nth-child(493) { animation-duration: 126.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(494),
    html.export-ready-theme body .article_summary:nth-child(494),
    body .article_summary:nth-child(494) { animation-duration: 126.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(495),
    html.export-ready-theme body .article_summary:nth-child(495),
    body .article_summary:nth-child(495) { animation-duration: 126.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(496),
    html.export-ready-theme body .article_summary:nth-child(496),
    body .article_summary:nth-child(496) { animation-duration: 127.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(497),
    html.export-ready-theme body .article_summary:nth-child(497),
    body .article_summary:nth-child(497) { animation-duration: 127.45s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(498),
    html.export-ready-theme body .article_summary:nth-child(498),
    body .article_summary:nth-child(498) { animation-duration: 127.7s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(499),
    html.export-ready-theme body .article_summary:nth-child(499),
    body .article_summary:nth-child(499) { animation-duration: 127.95s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(500),
    html.export-ready-theme body .article_summary:nth-child(500),
    body .article_summary:nth-child(500) { animation-duration: 128.2s !important; }
    html.export-ready-theme.export-ready-theme body .article_summary.article_summary:nth-child(n+501),
    html.export-ready-theme body .article_summary:nth-child(n+501),
    body .article_summary:nth-child(n+501) { animation-duration: 128.2s !important; }
}

/* =========================================================
   EYIB OJS - v26 TO'PLAM/ARXIV KARTASI MATN OQIMI FIX
   Maqsad: archive/to'plam kartalarida rasm yonida va rasm tugaganidan
   keyingi bo'sh joyga matn tabiiy oqib tushsin.
========================================================= */

/* Arxiv/to'plam kartalari sahifa kengligini yaxshi to'ldirsin */
html.export-ready-theme.export-ready-theme body .page_issue_archive.page_issue_archive .issues_list.issues_list,
html.export-ready-theme body .page_issue_archive .issues_list,
body .page_issue_archive .issues_list,
html.export-ready-theme.export-ready-theme body .issues_list.issues_list,
html.export-ready-theme body .issues_list,
body .issues_list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)) !important;
    gap: 22px !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: stretch !important;
}

html.export-ready-theme.export-ready-theme body .issue_item.issue_item,
html.export-ready-theme body .issue_item,
body .issue_item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

/* Eski grid/inline-grid qisilishini bekor qilib, float asosida tabiiy matn oqimi beramiz */
html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary,
html.export-ready-theme body .obj_issue_summary,
body .obj_issue_summary {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 320px !important;
    height: 100% !important;
    padding: 28px 30px !important;
    overflow: hidden !important;
    border: 1px solid var(--eyib-line, #e4d6bd) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: var(--eyib-soft-shadow, 0 10px 28px rgba(7, 27, 44, .08)) !important;
}

/* Rasm o'ng tomonda turadi, matn esa uning atrofidan oqib o'tadi */
html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .cover,
html.export-ready-theme body .obj_issue_summary .cover,
body .obj_issue_summary .cover {
    float: right !important;
    display: block !important;
    width: clamp(132px, 28%, 176px) !important;
    max-width: 176px !important;
    min-width: 126px !important;
    margin: 0 0 18px 30px !important;
    padding: 0 !important;
    grid-row: auto !important;
    grid-column: auto !important;
}

html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .archive_issue_cover,
html.export-ready-theme body .obj_issue_summary .archive_issue_cover,
body .obj_issue_summary .archive_issue_cover {
    display: block !important;
    width: 100% !important;
    max-width: 176px !important;
    height: auto !important;
    max-height: 230px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    box-shadow: 0 18px 38px rgba(7, 27, 44, .16) !important;
}

/* Vol/No/Year belgilar faqat rasm yonidagi mavjud joygacha chiqadi */
html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .issue_summary_title,
html.export-ready-theme body .obj_issue_summary .issue_summary_title,
body .obj_issue_summary .issue_summary_title {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    width: auto !important;
    max-width: calc(100% - 210px) !important;
    min-width: 0 !important;
    margin: 0 0 22px 0 !important;
    padding: 0 !important;
    align-content: flex-start !important;
}

html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .issue_summary_title span,
html.export-ready-theme body .obj_issue_summary .issue_summary_title span,
body .obj_issue_summary .issue_summary_title span {
    margin: 0 !important;
}

/* Asosiy matn rasm tugaganidan keyin butun kenglikka tabiiy yoyiladi */
html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .issue_title,
html.export-ready-theme body .obj_issue_summary .issue_title,
body .obj_issue_summary .issue_title {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 0 22px 0 !important;
    padding: 0 !important;
    color: var(--eyib-ink, #071b2c) !important;
    font-size: clamp(22px, 2vw, 29px) !important;
    font-weight: 900 !important;
    line-height: 1.28 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
}

html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .issue_summary_date,
html.export-ready-theme body .obj_issue_summary .issue_summary_date,
body .obj_issue_summary .issue_summary_date {
    display: block !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 24px 0 0 0 !important;
    padding: 0 !important;
    color: var(--eyib-muted, #667085) !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
}

/* Kartochka ichida float sababli balandlik to'g'ri hisoblanishi uchun */
html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary::after,
html.export-ready-theme body .obj_issue_summary::after,
body .obj_issue_summary::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

/* Planshet va mobil: rasm tepaga, matn pastga to'liq kenglikda */
@media (max-width: 780px) {
    html.export-ready-theme.export-ready-theme body .issues_list.issues_list,
    html.export-ready-theme body .issues_list,
    body .issues_list {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary,
    html.export-ready-theme body .obj_issue_summary,
    body .obj_issue_summary {
        min-height: 0 !important;
        padding: 20px !important;
        border-radius: 12px !important;
    }

    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .cover,
    html.export-ready-theme body .obj_issue_summary .cover,
    body .obj_issue_summary .cover {
        float: none !important;
        width: 150px !important;
        max-width: 45% !important;
        min-width: 120px !important;
        margin: 0 auto 18px auto !important;
    }

    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .archive_issue_cover,
    html.export-ready-theme body .obj_issue_summary .archive_issue_cover,
    body .obj_issue_summary .archive_issue_cover {
        max-width: 150px !important;
        max-height: 210px !important;
    }

    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .issue_summary_title,
    html.export-ready-theme body .obj_issue_summary .issue_summary_title,
    body .obj_issue_summary .issue_summary_title {
        max-width: 100% !important;
        justify-content: flex-start !important;
        margin-bottom: 16px !important;
    }

    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .issue_title,
    html.export-ready-theme body .obj_issue_summary .issue_title,
    body .obj_issue_summary .issue_title {
        font-size: 22px !important;
        line-height: 1.32 !important;
        margin-bottom: 16px !important;
    }

    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .issue_summary_date,
    html.export-ready-theme body .obj_issue_summary .issue_summary_date,
    body .obj_issue_summary .issue_summary_date {
        clear: none !important;
        margin-top: 12px !important;
        font-size: 17px !important;
    }
}

@media (max-width: 420px) {
    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary,
    html.export-ready-theme body .obj_issue_summary,
    body .obj_issue_summary {
        padding: 16px !important;
    }

    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .cover,
    html.export-ready-theme body .obj_issue_summary .cover,
    body .obj_issue_summary .cover {
        width: 128px !important;
        max-width: 52% !important;
    }

    html.export-ready-theme.export-ready-theme body .obj_issue_summary.obj_issue_summary .issue_title,
    html.export-ready-theme body .obj_issue_summary .issue_title,
    body .obj_issue_summary .issue_title {
        font-size: 20px !important;
    }
}

/* =========================================================
   EYIB OJS - v27 ARTICLE IMAGE BALANCE
   Maqola ichidagi rasm/cover dizaynni buzib yoyilib ketmasin.
   Maqsad: rasm ixcham karta bo'lib ko'rinsin, matn maydoni buzilmasin.
========================================================= */

/* Maqola sahifasidagi asosiy cover rasmni ixcham karta qilish */
html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover_wrapper,
html.export-ready-theme body .page_article .article_cover_wrapper,
body .page_article .article_cover_wrapper {
    display: block !important;
    width: min(360px, 100%) !important;
    max-width: 360px !important;
    min-width: 0 !important;
    margin: 10px auto 24px auto !important;
    padding: 12px !important;
    border: 1px solid var(--eyib-line, #e4d6bd) !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #ffffff, var(--eyib-soft, #fbf8ef)) !important;
    box-shadow: 0 14px 32px rgba(7, 27, 44, .12) !important;
    overflow: hidden !important;
    text-align: center !important;
}

html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover_wrapper img,
html.export-ready-theme body .page_article .article_cover_wrapper img,
body .page_article .article_cover_wrapper img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 460px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

/* Agar article cover boshqa class bilan chiqsa ham kattalashib ketmasin */
html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover,
html.export-ready-theme body .page_article .article_cover,
body .page_article .article_cover {
    display: block !important;
    width: min(360px, 100%) !important;
    max-width: 360px !important;
    margin: 10px auto 24px auto !important;
}

html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover img,
html.export-ready-theme.export-ready-theme body .page_article.page_article .cover_image,
html.export-ready-theme body .page_article .article_cover img,
html.export-ready-theme body .page_article .cover_image,
body .page_article .article_cover img,
body .page_article .cover_image {
    display: block !important;
    width: auto !important;
    max-width: 360px !important;
    height: auto !important;
    max-height: 460px !important;
    margin: 0 auto 20px auto !important;
    object-fit: contain !important;
    border-radius: 10px !important;
}

/* Maqola matni/abstract ichiga qo'yilgan rasmlar ham haddan tashqari yoyilmasin */
html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details .abstract img,
html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details #mainEntry img,
html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details .item img,
html.export-ready-theme body .page_article .obj_article_details .abstract img,
html.export-ready-theme body .page_article .obj_article_details #mainEntry img,
html.export-ready-theme body .page_article .obj_article_details .item img,
body .page_article .obj_article_details .abstract img,
body .page_article .obj_article_details #mainEntry img,
body .page_article .obj_article_details .item img {
    display: block !important;
    width: auto !important;
    max-width: min(620px, 100%) !important;
    height: auto !important;
    max-height: 520px !important;
    margin: 18px auto !important;
    object-fit: contain !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 28px rgba(7, 27, 44, .10) !important;
}

/* Figure/caption ko'rinishi tartibli bo'lsin */
html.export-ready-theme.export-ready-theme body .page_article.page_article figure,
html.export-ready-theme body .page_article figure,
body .page_article figure {
    display: block !important;
    width: min(680px, 100%) !important;
    max-width: 680px !important;
    margin: 22px auto !important;
    padding: 14px !important;
    border: 1px solid var(--eyib-line, #e4d6bd) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 28px rgba(7, 27, 44, .08) !important;
    text-align: center !important;
}

html.export-ready-theme.export-ready-theme body .page_article.page_article figcaption,
html.export-ready-theme body .page_article figcaption,
body .page_article figcaption {
    margin-top: 10px !important;
    color: var(--eyib-muted, #667085) !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    font-weight: 700 !important;
}

/* Juda keng ekranlarda rasm ortiqcha kattalashmasin */
@media (min-width: 1200px) {
    html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover_wrapper,
    html.export-ready-theme body .page_article .article_cover_wrapper,
    body .page_article .article_cover_wrapper {
        max-width: 340px !important;
    }

    html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover_wrapper img,
    html.export-ready-theme body .page_article .article_cover_wrapper img,
    body .page_article .article_cover_wrapper img {
        max-height: 440px !important;
    }
}

/* Mobil versiyada rasm to'liq sig'adi, lekin yoyilib ketmaydi */
@media (max-width: 720px) {
    html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover_wrapper,
    html.export-ready-theme body .page_article .article_cover_wrapper,
    body .page_article .article_cover_wrapper,
    html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover,
    html.export-ready-theme body .page_article .article_cover,
    body .page_article .article_cover {
        width: 100% !important;
        max-width: 260px !important;
        margin: 8px auto 18px auto !important;
        padding: 10px !important;
    }

    html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover_wrapper img,
    html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover img,
    html.export-ready-theme.export-ready-theme body .page_article.page_article .cover_image,
    html.export-ready-theme body .page_article .article_cover_wrapper img,
    html.export-ready-theme body .page_article .article_cover img,
    html.export-ready-theme body .page_article .cover_image,
    body .page_article .article_cover_wrapper img,
    body .page_article .article_cover img,
    body .page_article .cover_image {
        max-width: 100% !important;
        max-height: 360px !important;
    }

    html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details .abstract img,
    html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details #mainEntry img,
    html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details .item img,
    html.export-ready-theme body .page_article .obj_article_details .abstract img,
    html.export-ready-theme body .page_article .obj_article_details #mainEntry img,
    html.export-ready-theme body .page_article .obj_article_details .item img,
    body .page_article .obj_article_details .abstract img,
    body .page_article .obj_article_details #mainEntry img,
    body .page_article .obj_article_details .item img {
        max-width: 100% !important;
        max-height: 380px !important;
        margin: 14px auto !important;
    }
}


/* =========================================================
   EYIB OJS - v28 ARTICLE COVER + INFO SIDE LAYOUT
   Maqola ichida rasm chapda, sarlavha/muallif/PDF/keyword o'ngda.
   Pastki asosiy matnlar to'liq kenglikda davom etadi.
========================================================= */

/* Article detailni ikki ustunli karta tartibiga o'tkazish */
html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details,
html.export-ready-theme body .page_article .obj_article_details,
body .page_article .obj_article_details {
    display: grid !important;
    grid-template-columns: minmax(230px, 340px) minmax(0, 1fr) !important;
    grid-auto-rows: auto !important;
    column-gap: 30px !important;
    row-gap: 14px !important;
    align-items: start !important;
    overflow: hidden !important;
}

/* Yuqoridagi dekorativ chiziq to'liq kenglikni egallasin */
html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details::before,
html.export-ready-theme body .page_article .obj_article_details::before,
body .page_article .obj_article_details::before {
    grid-column: 1 / -1 !important;
}

/* Bootstrap row/col ichida bo'lsa ham elementlar gridga chiqsin */
html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details > .row,
html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details .row,
html.export-ready-theme body .page_article .obj_article_details > .row,
html.export-ready-theme body .page_article .obj_article_details .row,
body .page_article .obj_article_details > .row,
body .page_article .obj_article_details .row {
    display: contents !important;
}

html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details [class^="col-"],
html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details [class*=" col-"],
html.export-ready-theme body .page_article .obj_article_details [class^="col-"],
html.export-ready-theme body .page_article .obj_article_details [class*=" col-"],
body .page_article .obj_article_details [class^="col-"],
body .page_article .obj_article_details [class*=" col-"] {
    display: contents !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Rasm/cover chap ustunda turadi */
html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover_wrapper,
html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover,
html.export-ready-theme.export-ready-theme body .page_article.page_article .item.cover,
html.export-ready-theme.export-ready-theme body .page_article.page_article .cover,
html.export-ready-theme body .page_article .article_cover_wrapper,
html.export-ready-theme body .page_article .article_cover,
html.export-ready-theme body .page_article .item.cover,
html.export-ready-theme body .page_article .cover,
body .page_article .article_cover_wrapper,
body .page_article .article_cover,
body .page_article .item.cover,
body .page_article .cover {
    grid-column: 1 !important;
    grid-row: 1 / span 5 !important;
    align-self: start !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 !important;
    padding: 12px !important;
    border: 1px solid var(--eyib-line, #e4d6bd) !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #ffffff, var(--eyib-soft, #fbf8ef)) !important;
    box-shadow: 0 16px 34px rgba(7, 27, 44, .12) !important;
    overflow: hidden !important;
    text-align: center !important;
}

html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover_wrapper img,
html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover img,
html.export-ready-theme.export-ready-theme body .page_article.page_article .item.cover img,
html.export-ready-theme.export-ready-theme body .page_article.page_article .cover img,
html.export-ready-theme body .page_article .article_cover_wrapper img,
html.export-ready-theme body .page_article .article_cover img,
html.export-ready-theme body .page_article .item.cover img,
html.export-ready-theme body .page_article .cover img,
body .page_article .article_cover_wrapper img,
body .page_article .article_cover img,
body .page_article .item.cover img,
body .page_article .cover img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 430px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

/* O'ng tomondagi yuqori meta/info bloklar */
html.export-ready-theme.export-ready-theme body .page_article.page_article .article_issue_credentials,
html.export-ready-theme.export-ready-theme body .page_article.page_article .article_section_title,
html.export-ready-theme body .page_article .article_issue_credentials,
html.export-ready-theme body .page_article .article_section_title,
body .page_article .article_issue_credentials,
body .page_article .article_section_title {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: start !important;
    margin-top: 0 !important;
}

/* Sarlavha rasm yonida */
html.export-ready-theme.export-ready-theme body .page_article.page_article .article-full-title.article-full-title,
html.export-ready-theme.export-ready-theme body .page_article.page_article .page_title,
html.export-ready-theme.export-ready-theme body .page_article.page_article .current_page_title,
html.export-ready-theme body .page_article .article-full-title,
html.export-ready-theme body .page_article .page_title,
html.export-ready-theme body .page_article .current_page_title,
body .page_article .article-full-title,
body .page_article .page_title,
body .page_article .current_page_title {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: start !important;
    max-width: 100% !important;
    margin: 0 0 8px 0 !important;
    padding: 0 0 14px 0 !important;
}

html.export-ready-theme.export-ready-theme body .page_article.page_article .article-full-title.article-full-title,
html.export-ready-theme body .page_article .article-full-title,
body .page_article .article-full-title {
    font-size: clamp(28px, 2.6vw, 42px) !important;
    line-height: 1.18 !important;
}

/* Muallif ma'lumotlari rasm yonida */
html.export-ready-theme.export-ready-theme body .page_article.page_article .authors_info.authors_info,
html.export-ready-theme.export-ready-theme body .page_article.page_article .additional-authors-info.additional-authors-info,
html.export-ready-theme.export-ready-theme body .page_article.page_article .authors,
html.export-ready-theme body .page_article .authors_info,
html.export-ready-theme body .page_article .additional-authors-info,
html.export-ready-theme body .page_article .authors,
body .page_article .authors_info,
body .page_article .additional-authors-info,
body .page_article .authors {
    grid-column: 2 !important;
    grid-row: 3 !important;
    margin: 0 !important;
    padding: 16px 18px !important;
    border: 1px solid var(--eyib-line, #e4d6bd) !important;
    border-left: 5px solid var(--eyib-navy, #063f5c) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 24px rgba(7, 27, 44, .08) !important;
}

/* PDF tugmalari rasm yonida */
html.export-ready-theme.export-ready-theme body .page_article.page_article .galleys_links.galleys_links,
html.export-ready-theme.export-ready-theme body .page_article.page_article .article_galleys,
html.export-ready-theme.export-ready-theme body .page_article.page_article .item.galleys,
html.export-ready-theme body .page_article .galleys_links,
html.export-ready-theme body .page_article .article_galleys,
html.export-ready-theme body .page_article .item.galleys,
body .page_article .galleys_links,
body .page_article .article_galleys,
body .page_article .item.galleys {
    grid-column: 2 !important;
    grid-row: 4 !important;
    position: static !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

html.export-ready-theme.export-ready-theme body .page_article.page_article .galleys_links .obj_galley_link,
html.export-ready-theme.export-ready-theme body .page_article.page_article .article_galleys .obj_galley_link,
html.export-ready-theme.export-ready-theme body .page_article.page_article .item.galleys .obj_galley_link,
html.export-ready-theme body .page_article .galleys_links .obj_galley_link,
html.export-ready-theme body .page_article .article_galleys .obj_galley_link,
html.export-ready-theme body .page_article .item.galleys .obj_galley_link,
body .page_article .galleys_links .obj_galley_link,
body .page_article .article_galleys .obj_galley_link,
body .page_article .item.galleys .obj_galley_link {
    min-height: 42px !important;
    padding: 10px 18px !important;
    border-radius: 8px !important;
}

/* Keywords ham rasm yonida */
html.export-ready-theme.export-ready-theme body .page_article.page_article .item.keywords,
html.export-ready-theme.export-ready-theme body .page_article.page_article .keywords,
html.export-ready-theme body .page_article .item.keywords,
html.export-ready-theme body .page_article .keywords,
body .page_article .item.keywords,
body .page_article .keywords {
    grid-column: 2 !important;
    grid-row: 5 !important;
    margin: 0 !important;
    padding: 16px 18px !important;
    border: 1px solid var(--eyib-line, #e4d6bd) !important;
    border-left: 5px solid var(--eyib-gold, #c79b45) !important;
    border-radius: 12px !important;
    background: var(--eyib-soft, #fbf8ef) !important;
    box-shadow: 0 10px 24px rgba(7, 27, 44, .08) !important;
}

/* Keywords ichidagi ro'yxat qator-qator chip ko'rinishida */
html.export-ready-theme.export-ready-theme body .page_article.page_article .keywords_value,
html.export-ready-theme body .page_article .keywords_value,
body .page_article .keywords_value {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
}

html.export-ready-theme.export-ready-theme body .page_article.page_article .keyword_item,
html.export-ready-theme body .page_article .keyword_item,
body .page_article .keyword_item {
    display: inline-flex !important;
    padding: 6px 10px !important;
    border-radius: 999px !important;
    background: var(--eyib-sky, #e9f8fb) !important;
    color: var(--eyib-navy, #063f5c) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

/* Quyidagi asosiy ilmiy matnlar to'liq kenglikda davom etsin */
html.export-ready-theme.export-ready-theme body .page_article.page_article .abstract.abstract,
html.export-ready-theme.export-ready-theme body .page_article.page_article #mainEntry,
html.export-ready-theme.export-ready-theme body .page_article.page_article #mainEntry > p,
html.export-ready-theme.export-ready-theme body .page_article.page_article .item.references,
html.export-ready-theme.export-ready-theme body .page_article.page_article .item.citations,
html.export-ready-theme.export-ready-theme body .page_article.page_article .item.doi,
html.export-ready-theme.export-ready-theme body .page_article.page_article .article-more-details,
html.export-ready-theme body .page_article .abstract,
html.export-ready-theme body .page_article #mainEntry,
html.export-ready-theme body .page_article #mainEntry > p,
html.export-ready-theme body .page_article .item.references,
html.export-ready-theme body .page_article .item.citations,
html.export-ready-theme body .page_article .item.doi,
html.export-ready-theme body .page_article .article-more-details,
body .page_article .abstract,
body .page_article #mainEntry,
body .page_article #mainEntry > p,
body .page_article .item.references,
body .page_article .item.citations,
body .page_article .item.doi,
body .page_article .article-more-details {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Agar cover yo'q bo'lsa, info bloklar to'liq kenglikka o'tib ketadi */
html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details:not(:has(.article_cover_wrapper, .article_cover, .item.cover, .cover)) .article-full-title,
html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details:not(:has(.article_cover_wrapper, .article_cover, .item.cover, .cover)) .page_title,
html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details:not(:has(.article_cover_wrapper, .article_cover, .item.cover, .cover)) .authors_info,
html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details:not(:has(.article_cover_wrapper, .article_cover, .item.cover, .cover)) .galleys_links,
html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details:not(:has(.article_cover_wrapper, .article_cover, .item.cover, .cover)) .item.keywords,
html.export-ready-theme body .page_article .obj_article_details:not(:has(.article_cover_wrapper, .article_cover, .item.cover, .cover)) .article-full-title,
html.export-ready-theme body .page_article .obj_article_details:not(:has(.article_cover_wrapper, .article_cover, .item.cover, .cover)) .page_title,
html.export-ready-theme body .page_article .obj_article_details:not(:has(.article_cover_wrapper, .article_cover, .item.cover, .cover)) .authors_info,
html.export-ready-theme body .page_article .obj_article_details:not(:has(.article_cover_wrapper, .article_cover, .item.cover, .cover)) .galleys_links,
html.export-ready-theme body .page_article .obj_article_details:not(:has(.article_cover_wrapper, .article_cover, .item.cover, .cover)) .item.keywords {
    grid-column: 1 / -1 !important;
}

/* Planshet/mobil: rasm tepada, qolgan ma'lumotlar tagida */
@media (max-width: 900px) {
    html.export-ready-theme.export-ready-theme body .page_article.page_article .obj_article_details.obj_article_details,
    html.export-ready-theme body .page_article .obj_article_details,
    body .page_article .obj_article_details {
        display: block !important;
        padding: 20px !important;
    }

    html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover_wrapper,
    html.export-ready-theme.export-ready-theme body .page_article.page_article .article_cover,
    html.export-ready-theme.export-ready-theme body .page_article.page_article .item.cover,
    html.export-ready-theme.export-ready-theme body .page_article.page_article .cover,
    html.export-ready-theme body .page_article .article_cover_wrapper,
    html.export-ready-theme body .page_article .article_cover,
    html.export-ready-theme body .page_article .item.cover,
    html.export-ready-theme body .page_article .cover,
    body .page_article .article_cover_wrapper,
    body .page_article .article_cover,
    body .page_article .item.cover,
    body .page_article .cover {
        width: 100% !important;
        max-width: 270px !important;
        margin: 0 auto 18px auto !important;
        padding: 10px !important;
    }

    html.export-ready-theme.export-ready-theme body .page_article.page_article .article-full-title.article-full-title,
    html.export-ready-theme.export-ready-theme body .page_article.page_article .page_title,
    html.export-ready-theme.export-ready-theme body .page_article.page_article .current_page_title,
    html.export-ready-theme body .page_article .article-full-title,
    html.export-ready-theme body .page_article .page_title,
    html.export-ready-theme body .page_article .current_page_title,
    body .page_article .article-full-title,
    body .page_article .page_title,
    body .page_article .current_page_title {
        margin-top: 0 !important;
        font-size: 27px !important;
    }

    html.export-ready-theme.export-ready-theme body .page_article.page_article .authors_info.authors_info,
    html.export-ready-theme.export-ready-theme body .page_article.page_article .additional-authors-info.additional-authors-info,
    html.export-ready-theme.export-ready-theme body .page_article.page_article .galleys_links.galleys_links,
    html.export-ready-theme.export-ready-theme body .page_article.page_article .item.keywords,
    html.export-ready-theme body .page_article .authors_info,
    html.export-ready-theme body .page_article .additional-authors-info,
    html.export-ready-theme body .page_article .galleys_links,
    html.export-ready-theme body .page_article .item.keywords,
    body .page_article .authors_info,
    body .page_article .additional-authors-info,
    body .page_article .galleys_links,
    body .page_article .item.keywords {
        margin-bottom: 14px !important;
    }
}
