<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'AGOpus';
    src: url('/resources/fonts/AGOpus.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Aclonica';
    src: url('/resources/fonts/Aclonica-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GlassAntiqua';
    src: url('/resources/fonts/GlassAntiqua-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
.new-year-news .font-agopus {
    font-family: AGOpus;
}
.new-year-news .font-aclonica {
    font-family: Aclonica;
}

.blogContentBox.new-year-box .blogBottom {
    padding: 20px 24px;
}
.blogContentBox.new-year-box {
    padding: 0;
    overflow: hidden;
}
.blogContentBox.new-year-box .news-row-content a {
    color: #32407A;
}
.blogContentBox.new-year-box .new-year-news {
    color: #32407A;
}
.new-year-news .new-year-head {
    width: 100%;
    height: 173px;
    background-image: url("/img/new-year/blog-head.png");
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 8px;
}
.new-year-news .new-year-body {
    margin: 0px 81px 0px 84px;
}


/* Head block */

.new-year-news .happy-new-year {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-around;
}
.new-year-news .happy-new-year .left-content,
.new-year-news .happy-new-year .center-content {
    font-style: normal;
    font-weight: normal;
}
.new-year-news .happy-new-year .left-content {
    text-align: center;
}
.new-year-news .happy-new-year .center-content {
    position: relative;
    top: -38px;
    margin-left: 40px;
    font-size: 28px;
    line-height: 32px;
}
.new-year-news .happy-new-year .left-content .row0 {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 26px;
}
.new-year-news .happy-new-year .left-content .row1 {
    font-size: 36px;
    line-height: 41px;
    white-space: nowrap;
}
.new-year-news .happy-new-year .left-content .row2 {
    font-size: 100px;
    line-height: 144px;
}
.new-year-news .happy-new-year .right-content {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    margin-left: 42px;
    position: relative;
    top: 15px;
    white-space: nowrap;
}


/* News blocks */

.new-year-news .news-row-content {
    margin-top: 175px;
    position: relative;
    width: 100%;
}

/* Uploaded books */
.new-year-news .news-row-content.uploaded-books .row-users {
    max-width: 510px;
}
.new-year-news .news-row-content.uploaded-books .row-beast {
    position: absolute;
    width: 137px;
    height: 146px;
    top: -113px;
}
.new-year-news .news-row-content.uploaded-books .row-beast .beast-img {
    width: 121px;
    height: 129px;
    background-image: url(/img/new-year/fox.svg);
    right: -54px;
    top: 21px;
}
.new-year-news .news-row-content.uploaded-books .row-users span {
    margin-right: 10px;
}
.new-year-news .news-row-content.uploaded-books .row-users span:last-child {
    margin-right: 0;
}
.new-year-news .news-row-content.uploaded-books .row-stats {
    bottom: 23px;
}

/* Booklists */
.new-year-news .news-row-content.booklists {
    margin-top: 147px;
}
.new-year-news .news-row-content.booklists .row-beast {
    position: absolute;
    width: 137px;
    height: 146px;
    top: -85px;
}
.new-year-news .news-row-content.booklists .row-beast .beast-img {
    width: 144px;
    height: 180px;
    display: block;
    background-image: url(/img/new-year/cat.svg);
    left: -68px;
    top: 6px;
}
.new-year-news .news-row-content.booklists .row-stats {
    bottom: -80px;
}

/* Requests */
.new-year-news .news-row-content.requests {
    margin-top: 200px;
}
.new-year-news .news-row-content.requests .row-beast {
    position: absolute;
    width: 137px;
    height: 146px;
    top: -76px;
}
.new-year-news .news-row-content.requests .row-beast .beast-img {
    width: 112px;
    height: 206px;
    background-image: url(/img/new-year/hare.svg);
    right: -49px;
    top: -23px;
}
.new-year-news .news-row-content.requests .row-stats {
    bottom: -64px;
}

/* Corrections */
.new-year-news .news-row-content.corrections {
    margin-top: 182px;
}
.new-year-news .news-row-content.corrections .row-users {
    max-width: 580px;
    display: inline-block;
}
.new-year-news .news-row-content.corrections .row-beast {
    position: absolute;
    width: 137px;
    height: 146px;
    top: -80px;
}
.new-year-news .news-row-content.corrections .row-beast .beast-img {
    width: 123px;
    height: 174px;
    background-image: url(/img/new-year/deer.svg);
    left: -49px;
    top: -15px;
}
.new-year-news .news-row-content.corrections .row-users span {
    margin-left: 10px;
}
.new-year-news .news-row-content.corrections .row-stats {
    bottom: -55px;
}

/* Categorized-books */
.new-year-news .news-row-content.categorized-books {
    margin-top: 175px;
}
.new-year-news .news-row-content.categorized-books .row-beast {
    position: absolute;
    width: 137px;
    height: 146px;
    top: -80px;
}
.new-year-news .news-row-content.categorized-books .row-beast .beast-img {
    width: 114px;
    height: 163px;
    background-image: url(/img/new-year/bear.svg);
    right: -44px;
    top: -10px;
}
.new-year-news .news-row-content.categorized-books .row-stats {
    bottom: -93px;
}

/* Android-app */
.new-year-news .news-row-content.android-app {
    margin-top: 198px;
}
.new-year-news .news-row-content.android-app .row-beast {
    position: absolute;
    width: 137px;
    height: 146px;
    top: -80px;
}
.new-year-news .news-row-content.android-app .row-beast .beast-img {
    width: 108px;
    height: 171px;
    background-image: url(/img/new-year/pig.svg);
    left: -41px;
    top: 5px;
}
.new-year-news .news-row-content.android-app .app-btn:hover {
    opacity: 0.8;
}
.new-year-news .news-row-content.android-app .app-btn {
    padding: 6px 24px;
    background: #3C4B84;
    border-radius: 26px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
    border: none;
    outline: none;
    margin-top: 13px;
    margin-right: 3px;
}
.new-year-news .news-row-content.android-app .row-stats {
    bottom: -72px;
}

/* General */
.new-year-news .news-row-content.content-left {
    text-align: left;
}
.new-year-news .news-row-content.content-right {
    text-align: right;
}
.new-year-news .news-row-content .row-title {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
    white-space: nowrap;
}
.new-year-news .news-row-content .row-description {
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    white-space: nowrap;
}
.new-year-news .news-row-content .row-users {
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 15px;
}
.new-year-news .news-row-content .row-users span i {
    margin-right: 4px;
    font-size: 12px;
    white-space: nowrap;
}
.new-year-news .news-row-content.content-right .row-beast {
    left: 0px;
}
.new-year-news .news-row-content.content-left .row-beast {
    right: 0px;
}
.new-year-news .news-row-content .row-beast .beast-img {
    background-size: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
}
.new-year-news .news-row-content .row-beast .branch {
    background-image: url(/img/new-year/branch.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 215px;
    position: absolute;
    height: 226px;
    top: 45px;
    right: 0px;
}
.new-year-news .news-row-content.content-right .row-beast .branch {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -84px;
}
.new-year-news .news-row-content.content-left .row-beast .branch {
    right: -81px;
}
.new-year-news .news-row-content .row-stats {
    font-style: normal;
    font-weight: normal;
    font-size: 52px;
    line-height: 59px;
    position: absolute;
    white-space: nowrap;
}
.new-year-news .news-row-content.content-right .row-stats {
    left: 0;
    text-align: left;
}
.new-year-news .news-row-content.content-left .row-stats {
    right: 0;
    text-align: right;
}
.new-year-news .news-row-content .row-stats span {
    font-family: AGOpus;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    display: block;
    line-height: 16px;
}
.new-year-news .news-row-content.content-right .row-stats span {
    text-align: left;
}
.new-year-news .news-row-content.content-left .row-stats span {
    text-align: right;
}


/* Other news block */

.new-year-news .other-news-title {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    white-space: nowrap;
    margin-top: 140px;
}
.new-year-news .other-news-content {
    text-transform: uppercase;
    width: 100%;
    height: 440px;
    position: relative;
    font-style: normal;
    font-weight: normal;
}
.new-year-news .other-news-content div {
    position: absolute;
    white-space: nowrap;
}
.new-year-news .other-news-content .book-rating {
    color: #01BABF;
    font-size: 16px;
    line-height: 30px;
    top: 41px;
    left: 150px;
}
.new-year-news .other-news-content .tg-bot {
    font-size: 24px;
    line-height: 30px;
    color: #418C36;
    top: 63px;
    left: 473px;
}
.new-year-news .other-news-content .menu-icons {
    font-size: 18px;
    line-height: 30px;
    color: #32407A;
    top: 95px;
    left: 20px;
}
.new-year-news .other-news-content .favorites {
    font-size: 36px;
    line-height: 30px;
    color: #D10065;
    top: 95px;
    left: 237px;
}
.new-year-news .other-news-content .favorites-page {
    font-size: 14px;
    line-height: 30px;
    color: #F42853;
    top: 123px;
    left: 543px;
}
.new-year-news .other-news-content .download-his-page {
    font-size: 14px;
    line-height: 30px;
    color: #67B92F;
    top: 149px;
    left: 44px;
}
.new-year-news .other-news-content .major-pages {
    font-size: 18px;
    line-height: 30px;
    color: #CCA0B4;
    top: 176px;
    left: 419px;
}
.new-year-news .other-news-content .search-filters {
    font-size: 28px;
    line-height: 30px;
    color: #8B1D1D;
    top: 227px;
    left: 77px;
}
.new-year-news .other-news-content .profile-page {
    font-size: 14px;
    line-height: 30px;
    color: #7B5F44;
    top: 252px;
    left: 511px;
}
.new-year-news .other-news-content .sign-on-page {
    font-size: 20px;
    line-height: 30px;
    color: #32407A;
    top: 297px;
    left: 23px;
}
.new-year-news .other-news-content .book-covers {
    font-size: 20px;
    line-height: 30px;
    color: #A8A69E;
    top: 320px;
    left: 357px;
}


/* Most popular block */

.new-year-news .most-popular-title {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}
.new-year-news .most-popular-content {
    width: 100%;
    margin-top: 30px;
    height: 580px;
    border: 1px solid #D9D9D9;
    padding: 5px;
}
.new-year-news .most-popular-content .most-popular-title,
.new-year-news .most-popular-content .most-popular-title-line {
    display: none;
}
.new-year-news .most-popular-content #booksMosaicBoxContainer::-webkit-scrollbar {
    width: 5px;
}
.new-year-news .most-popular-content #booksMosaicBoxContainer::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}
.new-year-news .most-popular-content #booksMosaicBoxContainer::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 0;
    height: 46px;
}
.new-year-news .most-popular-content #booksMosaicBoxContainer {
    padding-right: 8px;
    margin-right: 3px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: thin;
    scrollbar-color: #D9D9D9 white !important;
    overscroll-behavior: contain;
    overscroll-behavior: contain;
    max-height: 100%;
    overflow-y: scroll;
}
@media (max-width: 768px) {
    .new-year-news .most-popular-content #booksMosaicBoxContainer {
        padding-right: 3px;
        margin-right: -3px;
    }
}
@media (max-width: 500px) {
    .new-year-news .most-popular-content  #bMosaicBox .brick {
        width: 32% !important;
    }
}


/* Gift block */

.new-year-news .gift-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 30px;
    margin-bottom: 20px;
}
div.blogContentBox .blogText .new-year-news .gift-row img {
    border: none;
    padding: 0;
    margin: 0;
}
.new-year-news .gift-row .spruce {
    width: 50%;
    text-align: center;
    padding-right: 65px;
}
.new-year-news .gift-row .spruce.center {
    width: 100%;
    padding-right: 0px;
}
.new-year-news .gift-row .gift-content {
    width: 50%;
    text-align: center;
    padding-right: 15px;
    height: 369px;
    padding-top: 65px;
    opacity: 0;
    position: absolute;
}
.new-year-news .gift-row .gift-content.active {
    opacity: 1;
    position: relative;
    transition: opacity 1s;
}
.new-year-news .gift-row .gift-content .title {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 23px;
}
.new-year-news .gift-row .gift-content .gift.closed,
.new-year-news .gift-row .gift-content .gift.closed img {
    height: 115px;
}
.new-year-news .gift-row .gift-content .gift.opened {
    height: 115px;
    padding-left: 30px;
}
.new-year-news .gift-row .gift-content .gift.opened img {
    width: 150px;
}
.new-year-news .gift-row .gift-content .received-msg {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}
.new-year-news .gift-row .gift-content button {
    padding: 6px 24px;
    background: #3C4B84;
    border-radius: 26px;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    border: none;
    outline: none;
    margin-top: 30px;
}
.new-year-news .gift-row .gift-content button:hover {
    opacity: 0.8;
}
.new-year-news .gift-row .gift-content .g-hidden {
    display: none;
}

/* Preview */
.blogContentBox.new-year-box.preview-box .uploaded-books .row-users,
.blogContentBox.new-year-box.preview-box .uploaded-books .row-stats {
    display: none;
}
.blogContentBox.new-year-box.preview-box .uploaded-books .row-description:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 100px;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #ffffff -0%, rgba(255, 255, 255, 0.5) 113.82%, rgba(255, 255, 255, 0) 175.44%);
}


@media (max-width: 992px) {
    .new-year-news .happy-new-year {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .new-year-news .happy-new-year .right-content {
        text-align: center;
        margin-left: 0;
    }
    .new-year-news .news-row-content .row-title {
        padding-top: 105px;
    }
    .new-year-news .other-news-title,
    .new-year-news .news-row-content .row-description {
        white-space: unset;
    }
    .new-year-news .other-news-title br,
    .new-year-news .news-row-content .row-description br {
        display: none;
    }
    .new-year-news .news-row-content.uploaded-books .row-stats {
        bottom: -60px;
    }
    .new-year-news .news-row-content .row-stats {
        font-size: 40px;
        line-height: 44px;
    }
    .new-year-news .news-row-content.corrections .row-stats {
        bottom: -70px;
    }
    .new-year-news .other-news-content {
        margin-left: -84px;
        margin-right: -81px;
        width: unset;
        height: 490px;
    }
    .new-year-news .other-news-content .book-rating {
        left: 19%;
        top: 20px;
    }
    .new-year-news .other-news-content .tg-bot {
        left: unset;
        right: 10%;
        top: 60px;
    }
    .new-year-news .other-news-content .menu-icons {
        left: 10%;
        top: 100px;
    }
    .new-year-news .other-news-content .favorites {
        left: 20%;
        top: 140px;
    }
    .new-year-news .other-news-content .favorites-page {
        left: unset;
        right: 2%;
        top: 180px;
    }
    .new-year-news .other-news-content .download-his-page {
        left: 2%;
        top: 220px;
    }
    .new-year-news .other-news-content .major-pages {
        left: unset;
        right: 5%;
        top: 260px;
    }
    .new-year-news .other-news-content .search-filters {
        left: 5%;
        font-size: 25px;
        top: 300px;
    }
    .new-year-news .other-news-content .profile-page {
        left: unset;
        right: 7%;
        top: 340px;
    }
    .new-year-news .other-news-content .sign-on-page {
        left: 5%;
        top: 380px;
    }
    .new-year-news .other-news-content .book-covers {
        left: unset;
        right: 3%;
        font-size: 18px;
        top: 420px;
    }
}
@media (max-width: 768px) {
    .new-year-news .gift-row {
        flex-direction: column;
    }
    .new-year-news .gift-row .spruce {
        padding-right: 0;
        width: 100%;
        padding-left: 25px;
    }
    .new-year-news .gift-row .gift-content {
        padding-right: 0;
        width: 100%;
    }
    .new-year-news .news-row-content.categorized-books .row-stats {
        bottom: -65px;
    }
    .blogContentBox.new-year-box.preview-box .uploaded-books .row-description:after {
        width: 200%;
        margin-left: -60px;
        margin-right: -60px;
    }
}
@media (max-width: 644px) {
    .new-year-news .happy-new-year .center-content {
        top: -10px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .new-year-news .news-row-content .row-stats {
        font-size: 35px;
        line-height: 40px;
    }
    .new-year-news .news-row-content .row-title,
    .new-year-news .news-row-content .row-stats,
    .new-year-news .news-row-content.android-app .app-btn,
    .new-year-news .news-row-content.uploaded-books .row-users,
    .new-year-news .news-row-content.corrections .row-users,
    .new-year-news .news-row-content .row-description {
        margin-left: -60px;
        margin-right: -60px;
    }
    .new-year-news .other-news-title {
        margin-left: -60px;
        margin-right: -60px;
    }
    .new-year-news .most-popular-title {
        margin-left: -60px;
        margin-right: -60px;
        white-space: unset;
        text-align: center;
        width: unset;
    }
    .new-year-news .most-popular-content {
        margin-left: -60px;
        margin-right: -60px;
        width: unset;
    }
   
}
@media (max-width: 500px) {
    .new-year-news .new-year-head {
        height: 90px;
    }
    .new-year-news .happy-new-year .left-content .row0 {
        font-size: 20px;
        line-height: 28px;
    }
    .new-year-news .happy-new-year .left-content .row1 {
        font-size: 30px;
        line-height: 32px;
    }
    .new-year-news .happy-new-year .left-content .row2 {
        font-size: 80px;
        line-height: 120px;
    }
    .new-year-news .news-row-content .row-stats {
        font-size: 28px;
        line-height: 33px;
    }
    .new-year-news .news-row-content.corrections .row-stats {
        bottom: -60px;
    }
    .new-year-news .news-row-content.categorized-books {
        margin-top: 200px;
    }
    .new-year-news .news-row-content .row-title {
        padding-top: 132px;
        white-space: normal;
    }
    .new-year-news .gift-row {
        margin-left: -60px;
        margin-right: -60px;
    }
    .new-year-news .news-row-content.uploaded-books .row-users span {
        margin-right: 6px;
    }
    .new-year-news .news-row-content.corrections .row-users span {
        margin-left: 6px;
    }
}
@media (max-width: 400px) {
    .super-puper-main-container {
        width: 100%!important;
    }
}
@media (max-height: 850px) {
    .new-year-news .most-popular-content {
        height: 500px;
    }
}
@media (max-height: 700px) {
    .new-year-news .most-popular-content {
        height: 400px;
    }
}
@media (max-height: 600px) {
    .new-year-news .most-popular-content {
        height: 350px;
    }
}


/* 2024 */
.blogContentBox.new-year-2024 {
    background-color: #222C57;
}

.blogContentBox.new-year-2024 .new-year-news,
.blogContentBox.new-year-2024 .new-year-news a,
.blogContentBox.new-year-2024 .blogBottom a {
    color: #fff;
}

.blogContentBox.new-year-2024 .new-year-news .new-year-head {
    width: 100%;
    height: 697px;
    background-image: url("/img/new-year/blog-head2024.png");
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.blogContentBox.new-year-2024 .new-year-news .new-year-body {
    margin: -400px 81px 0px 84px;
}

.new-year-2024 .happy-new-year .right-content {
    white-space: normal;
    line-height: 32px;
    top: 45px;
}

.new-year-2024 .news-row-content {
    margin-top: 130px;
    padding-bottom: 95px;
}

.new-year-2024 .news-row-content .app-btn:hover {
    opacity: 0.8;
}
.new-year-2024 .news-row-content .app-btn {
    padding: 6px 24px;
    background: #3C4B84;
    border-radius: 26px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
    border: none;
    outline: none;
    margin-top: 13px;
    margin-right: 3px;
}

.new-year-2024 .news-row-content .row-beast {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
}

.new-year-2024 .news-row-content.readonline .row-beast {
    width: 269px;
    height: 392px;
    background-image: url(/img/new-year/ny24pic1.svg);
    left: -84px;
    top: -290px;
}

.new-year-2024 .desktop-app {
    z-index: 1;
}

.new-year-2024 .news-row-content.readonline .row-stats {
    bottom: 0px;
}

.new-year-2024 .news-row-content.booklists .row-beast {
    width: 234px;
    height: 219px;
    background-image: url(/img/new-year/ny24pic2.svg);
    right: -82px;
    top: -155px;
}

.new-year-2024 .news-row-content.booklists .row-stats {
    bottom: 0px;
}

.new-year-2024 .news-row-content.interlibrary .row-beast {
    width: 302px;
    height: 234px;
    background-image: url(/img/new-year/ny24pic3.svg);
    left: -84px;
    top: -165px;
}

.new-year-2024 .news-row-content.interlibrary .row-stats {
    bottom: 20px;
    display: flex;
    flex: auto;
    line-height: 26px;
    gap: 12px;
}

.new-year-2024 .news-row-content.share-story .row-beast {
    width: 333px;
    height: 333px;
    background-image: url(/img/new-year/ny24pic4.svg);
    right: -82px;
    top: -180px;
}

.new-year-2024 .news-row-content.share-story .row-stats {
    bottom: 0px;
}

.new-year-2024 .news-row-content.corrections {
    margin-top: 120px;
}

.new-year-2024 .news-row-content.corrections .row-beast {
    width: 250px;
    height: 179px;
    background-image: url(/img/new-year/ny24pic5.svg);
    left: -84px;
    top: -130px;
}

.new-year-2024 .other-news-title {
    margin-top: 30px;
    font-size: 28px;
}

.new-year-2024 .gift-row .gift-content {
    width: 100%;
    text-align: center;
    opacity: 1;
    position: relative;
    padding-top: 0px;
    height: 300px;
}

.new-year-2024 .gift-row .gift-content .title {
    font-size: 28px;
}

.new-year-2024 .gift-row .gift-content .subtitle {
    font-size: 20px;
}
.new-year-2024 .gift-row .gift-content .ny-easter-trigger {
    position: relative;
    left: 50%;
    text-align: center;
    margin-left: -50px;
    margin-bottom: 20px;
}

.new-year-2024 .news-row-content.corrections .row-users {
    max-width: 850px;
    display: inline-block;
}

.new-year-2024 .news-row-content.corrections .row-users span:first-child {
    margin-left: 120px;
}

.new-year-news .other-news-content {
    line-height: 30px;
}

.new-year-2024 .other-news-content .notifications {
    color: #01BABF;
    font-size: 16px;
    top: 25px;
    left: 238px;
}

.new-year-2024 .other-news-content .z-access {
    color: #5CD84A;
    font-size: 24px;
    top: 40px;
    left: 564px;
}

.new-year-2024 .other-news-content .send-to-pocket {
    color: #FFFFFF;
    font-size: 18px;
    top: 65px;
    left: 38px;
}

.new-year-2024 .other-news-content .z-recommend {
    color: #E94B97;
    font-size: 36px;
    top: 100px;
    left: 312px;
}

.new-year-2024 .other-news-content .personal-bot {
    color: #FFFFFF;
    font-size: 14px;
    top: 95px;
    left: 800px;
}

.new-year-2024 .other-news-content .ipfs {
    color: #45DA2F;
    font-size: 16px;
    top: 130px;
    left: 215px;
}

.new-year-2024 .other-news-content .comments {
    color: #E180AC;
    font-size: 18px;
    font-weight: 700;
    top: 150px;
    left: 635px;
}

.new-year-2024 .other-news-content .share-option {
    font-size: 20px;
    color: #E2DBBC;
    top: 175px;
    left: 135px;
}

.new-year-2024 .other-news-content .magic-mailbox {
    font-size: 28px;
    color: #FFA4A4;
    top: 215px;
    left: 400px;
}

.new-year-2024 .other-news-content .firefox-extension {
    font-size: 14px;
    color: #FFBD7D;
    top: 212px;
    left: 708px;
}

.new-year-2024 .other-news-content .book-scanner {
    font-size: 24px;
    color: #FF7465;
    top: 255px;
    left: 5px;
}

.new-year-2024 .other-news-content .thank-you {
    font-size: 14px;
    color: #9DEF66;
    top: 270px;
    left: 738px;
}


.new-year-2024 .other-news-content .search-results {
    font-size: 20px;
    color: #01BABF;
    top: 310px;
    left: 230px;
}


@media (max-width: 1200px) {
    .new-year-2024 .news-row-content .row-beast {
        background-size: 80%;
    }

    .new-year-2024 .news-row-content.share-story .row-beast {
        right: -148px;
    }

    .new-year-2024 .news-row-content.booklists .row-beast {
        right: -128px;
    }

    .new-year-2024 .news-row-content.share-story .row-beast {
        right: -148px;
    }

    .new-year-2024 .other-news-content {
        height: 600px;
    }

    .new-year-2024 .other-news-content .notifications {
        left: 19%;
        top: 20px;
    }
    .new-year-2024 .other-news-content .z-access {
        left: unset;
        right: 10%;
        top: 60px;
    }
    .new-year-2024 .other-news-content .send-to-pocket {
        left: 10%;
        top: 100px;
    }
    .new-year-2024 .other-news-content .z-recommend {
        left: 20%;
        top: 155px;
        font-size: 26px;
    }
    .new-year-2024 .other-news-content .personal-bot {
        left: unset;
        right: 2%;
        top: 180px;
    }
    .new-year-2024 .other-news-content .ipfs {
        left: 17%;
        top: 220px;
    }
    .new-year-2024 .other-news-content .comments {
        left: unset;
        right: 5%;
        top: 260px;
    }
    .new-year-2024 .other-news-content .share-option {
        left: 5%;
        font-size: 25px;
        top: 300px;
    }
    .new-year-2024 .other-news-content .magic-mailbox {
        left: unset;
        right: 7%;
        top: 340px;
    }
    .new-year-2024 .other-news-content .firefox-extension {
        left: 5%;
        top: 380px;
    }
    .new-year-2024 .other-news-content .book-scanner {
        left: unset;
        right: 3%;
        font-size: 18px;
        top: 420px;
    }
    .new-year-2024 .other-news-content .thank-you {
        left: 1%;
        top: 440px;
    }
    .new-year-2024 .other-news-content .search-results {
        left: unset;
        right: 4%;
        font-size: 18px;
        top: 480px;
    }
}

@media (max-width: 500px) {
    .blogContentBox.new-year-2024 .new-year-news .new-year-body {
        margin: -500px 81px 0px 84px;
    }
    
    .new-year-2024 .new-year-news .news-row-content {
        margin-top: 30px;
        padding-bottom: 40px;
    }

    .new-year-2024 .news-row-content .row-beast {
        background-size: 60%;
    }

    .new-year-2024 .news-row-content.readonline .row-beast {
        top: -105px;
    }

    .new-year-2024 .news-row-content.booklists .row-beast {
        right: -175px;
        top: -45px;
    }

    .new-year-2024 .news-row-content.interlibrary .row-beast {
        top: -45px;
    }

    .new-year-2024 .news-row-content.share-story .row-beast {
        right: -248px;
        top: -6px;
        background-size: 50%;
    }

    .new-year-2024 .other-news-content .search-results {
        font-size: 18px;
    }

    .new-year-2024 .news-row-content.corrections .row-beast {
        top: -15px;
    }

    .blogContentBox.new-year-2024 .news-row-content .row-stats {
        bottom: -30px;
    }
}

@media (max-width: 400px) {
    .new-year-2024 .other-news-content .search-results {
        font-size: 14px;
    }

    .new-year-2024 .news-row-content.share-story .row-beast {
        right: -280px;
        top: -6px;
        background-size: 40%;
    }

    .new-year-news .font-aclonica.row-stats-mob-break{
        width: 220px;
        flex-wrap: wrap;
        justify-content: center;
        margin: auto;
        left: -26px !important;
        bottom: -50px !important;
    }
}
</pre></body></html>