/*NC Live Center Extension CSS*/
/*Begin extension CSS 14801, Avatar */
.ncpost-avatar-container{width:40px;height:40px;position:absolute;left:15px;overflow:hidden}.ncpost-avatar-container .ncpost-avatar-image{width:100%;height:100%;background-position:50%;background-repeat:no-repeat;background-size:cover}.ncpost-avatar-container .ncpost-avatar-image svg{width:100%}.lc-feed-container .ncpost-container{position:relative}.lc-feed-container .ncpost-container .ncpost-header{flex-direction:column-reverse;margin-bottom:20px;display:flex;padding-left:50px!important}.lc-feed-container .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.lc-feed-container .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.lc-feed-container .ncpost-container .ncpost-header svg{display:none!important}.posts-view .ncpost-container{position:relative}.posts-view .ncpost-container .ncpost-header{flex-direction:column-reverse;margin-bottom:20px;display:flex;padding-left:50px!important}.posts-view .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.posts-view .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.posts-view .ncpost-container .ncpost-header svg{display:none!important}
/*End extension CSS 14801, Avatar */

/*Begin extension CSS 14803, Key Events*/
.ncpost-channelcontent-container {
    margin-bottom: 30px;
}

    .ncpost-channelcontent-container .key-events-container .key-event {
        display: flex;
        padding: 5px 0;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-time {
        white-space: nowrap;
        text-align: right;
        margin-right: 10px;
        color: #a5a5a5;
        display: flex;
        align-items: center;
    }

        .ncpost-channelcontent-container .key-events-container .key-event-time::after {
            display: flex;
            width: 5px;
            height: 5px;
            flex-shrink: 0;
            border-radius: 10px;
            background-color: #1b1b1b;
            content: "";
            margin-left: 10px;
        }

    .ncpost-channelcontent-container .key-events-container .key-event-title {
        display: flex;
        justify-content: space-between;
        position: relative;
        align-items: center;
    }

        .ncpost-channelcontent-container .key-events-container .key-event-title a {
            margin-left: 4px;
        }

    .ncpost-channelcontent-container .key-events-container .key-event #delete-event {
        display: none !important;
    }

.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title {
    width: 100%;
}

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title div:first-child {
        width: 100%;
    }

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title a {
        pointer-events: none;
    }

.posts-view .ncpost-channelcontent-container .key-events-container .key-event #delete-event {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 2px;
    cursor: pointer;
}

.ncpost-linked {
    padding-right: 35px;
    position: relative;
    margin-bottom: 30px;
}

    .ncpost-linked .ncpost-container {
        margin-bottom: 0;
    }

    .ncpost-linked .ncpost-linked-close {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

.ncpost-channelcontent-container {
    margin-bottom: 30px;
}

    .ncpost-channelcontent-container .key-events-container a {
        font-size: 14px;
        font-weight: 700;
        line-height: 20.3px;
        text-decoration: none;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 80%;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        min-width: 70%;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-time::after {
        display: none;
    }

.ncpost-channelcontent-container .key-events-container .key-event-title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 22.4px;
}

.ncpost-channelcontent-container .key-events-container .key-event-time {
    font-size: 14px;
    line-height: 20.3px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}

    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        width: 1px;
        content: " ";
        display: block;
        height: 60px;
        background-color: #000;
        position: absolute;
        left: -10px;
        top: 7px;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-time::before {
        width: 7px;
        height: 7px;
        border-radius: 3px;
        content: " ";
        display: block;
        background-color: #000;
        position: absolute;
        left: -3px;
        top: 6px;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        top: 10px;
        height: 60px;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event span {
    font-weight: 500;
    font-size: 16px;
}

.ncpost-channelcontent-container .key-events-container .key-event {
    padding: 5px 0 5px 15px;
    position: relative;
    min-width: 20%;
    display: flex;
    justify-content: end;
    font-weight: 700;
    font-size: 14px;
    line-height: 20.3px;
}

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event {
        min-width: 30%;
    }
}

.ncpost-channelcontent-container .key-events-container #delete-event {
    display: none !important;
}

.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title {
    width: 100%;
}

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title div:first-child {
        width: 100%;
    }

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title a {
        pointer-events: none;
    }

.posts-view .ncpost-channelcontent-container .key-events-container #delete-event {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 2px;
    cursor: pointer;
}

.ncpost-channelcontent-container {
    margin-bottom: 30px;
}

    .ncpost-channelcontent-container .key-events-container a {
        font-size: 14px;
        font-weight: 700;
        line-height: 20.3px;
        text-decoration: none;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 80%;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        min-width: 70%;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-time::after {
        display: none;
    }

.ncpost-channelcontent-container .key-events-container .key-event-title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 22.4px;
}

.ncpost-channelcontent-container .key-events-container .key-event-time {
    font-size: 14px;
    line-height: 20.3px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}

    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        width: 1px;
        content: " ";
        display: block;
        height: 60px;
        background-color: #000;
        position: absolute;
        left: -10px;
        top: 7px;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-time::before {
        width: 7px;
        height: 7px;
        border-radius: 3px;
        content: " ";
        display: block;
        background-color: #000;
        position: absolute;
        left: -3px;
        top: 6px;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        top: 10px;
        height: 60px;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event span {
    font-weight: 500;
    font-size: 16px;
}

.ncpost-channelcontent-container .key-events-container .key-event {
    padding: 5px 0 5px 15px;
    position: relative;
    min-width: 20%;
    display: flex;
    justify-content: end;
    font-weight: 700;
    font-size: 14px;
    line-height: 20.3px;
}

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event {
        min-width: 30%;
    }
}

.ncpost-channelcontent-container .key-events-container #delete-event {
    display: none !important;
}

.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title {
    width: 100%;
}

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title div:first-child {
        width: 100%;
    }

    .posts-view .ncpost-channelcontent-container .key-events-container .key-event-title a {
        pointer-events: none;
    }

.posts-view .ncpost-channelcontent-container .key-events-container #delete-event {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 2px;
    cursor: pointer;
}

.ncpost-top-text-container h5 {
    margin: 0;
    font-size: 22px;
}

.ncpost-top-text-container blockquote {
    margin: 0;
    padding: 0 30px;
    border-left: 5px solid red;
}

.ncpost-top-text-container .ncpost-image {
    max-width: 100%;
    max-height: 500px;
}

.ncpost-top-text-container .ncpost-image-byline {
    margin: 0;
    color: #7e7e7e;
    font-size: 14px;
    text-align: center;
}

.ncpost-container {
    padding: 10px 15px;
    background-color: #FFF;
    width: 100%;
    min-height: 40px;
    overflow: hidden;
}

    .ncpost-container p {
        margin: 0 0 10px;
    }

    .ncpost-container .ncpost-embed-element {
        text-align: center;
    }

    .ncpost-container iframe {
        min-height: 150px;
        margin-right: auto;
        margin-left: auto;
    }

    .ncpost-container blockquote {
        padding: 10px 20px;
        margin: 0 0 20px;
        font-size: 17.5px;
        border-left: 5px solid #eee;
    }

    .ncpost-container iframe.instagram-media.instagram-media-rendered {
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }

    .ncpost-container .ncpost-header {
        width: 100%;
        font-size: 14px;
    }

    .ncpost-container .ncpost-title {
        margin: 3px 0 5px 0;
        font-size: 23px;
        display: inline-block;
        width: 100%;
        line-height: 28px;
    }

    .ncpost-container .ncpost-link {
        clear: both;
        min-height: 120px;
        display: block;
        margin-bottom: 10px;
        margin-top: 15px;
        border: 1px solid #eaeaea;
        border-radius: 5px;
        padding: 15px;
        background: #f7f7f7;
    }

        .ncpost-container .ncpost-link iframe {
            width: 100%;
            height: 400px;
            border: none;
            margin-top: 5px;
        }

        .ncpost-container .ncpost-link a,
        .ncpost-container .ncpost-link a:visited,
        .ncpost-container .ncpost-link a:active {
            display: inline;
            color: #0078c8;
            margin-top: 2px;
            font-size: 20px;
            width: 100%;
            line-height: 24px;
        }

        .ncpost-container .ncpost-link img {
            float: right;
            max-height: 100px;
            margin: 0px 0px 15px 15px;
        }

        .ncpost-container .ncpost-link .ncpost-link-site {
            font-size: 13px;
            color: #b7b7b7;
            display: block;
            margin-top: 3px;
            margin-bottom: 3px;
        }

        .ncpost-container .ncpost-link.sublink {
            margin-top: 15px;
        }

            .ncpost-container .ncpost-link.sublink a,
            .ncpost-container .ncpost-link.sublink a:visited,
            .ncpost-container .ncpost-link.sublink a:active {
                font-size: 18px;
                margin: 0;
                line-height: 20px;
            }

    .ncpost-container .ncpost-breaking {
        background-color: #ffd800;
        padding: 3px;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .ncpost-container .ncpost-header .ncpost-timestamp {
        display: inline-flex;
        align-items: center;
        direction: ltr;
        color: #DE4A14;
        width: 210px;
        float: left;
    }

        .ncpost-container .ncpost-header .ncpost-timestamp a,
        .ncpost-container .ncpost-header .ncpost-timestamp a:visited {
            color: #DE4A14;
            text-decoration: none;
        }

        .ncpost-container .ncpost-header .ncpost-timestamp svg {
            fill: #DE4A14;
        }

        .ncpost-container .ncpost-header .ncpost-timestamp .ncpost-timestamp-clock {
            margin-right: 3px;
            display: inline-block;
            width: 12px;
        }

    .ncpost-container h5 {
        font-size: 16px;
    }

    .ncpost-container .ncpost-header .ncpost-byline {
        color: #B7B7B7;
        text-align: right;
    }

    .ncpost-container .ncpost-tagquant {
        width: 100%;
        font-size: 14px;
        color: #14B0E6;
        display: block;
    }

        .ncpost-container .ncpost-tagquant a {
            color: #14B0E6;
        }

        .ncpost-container .ncpost-tagquant .fa {
            font-size: 12px;
        }

        .ncpost-container .ncpost-tagquant .ncpost-quants {
            color: #14B0E6;
            float: left;
        }

        .ncpost-container .ncpost-tagquant .ncpost-tagquant-icon {
            color: #B7B7B7;
        }

        .ncpost-container .ncpost-tagquant .ncpost-tags {
            text-align: right;
            float: right;
        }

    .ncpost-container .ncpost-image {
        max-width: 100%;
        max-height: 500px;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
        margin-right: auto;
        display: block;
        margin-left: auto;
    }

    .ncpost-container .ncpost-image-byline {
        width: 100%;
        text-align: center;
    }

    .ncpost-container .ncpost-image-byline-description {
        color: #B7B7B7;
        font-size: 14px;
    }

    .ncpost-container .ncpost-image-byline-source {
        color: #D6D6D6;
        font-size: 12px;
        padding-left: 5px;
    }

    .ncpost-container .ncpost-twitter-container {
        clear: both;
        padding-top: 5px;
        text-align: center;
        display: block;
    }

        .ncpost-container .ncpost-twitter-container .twitter-tweet {
            margin-left: auto;
            margin-right: auto;
        }

    .ncpost-container .ncpost-facebook-oembed-container {
        padding-bottom: 10px;
        position: relative;
    }

    .ncpost-container .ncpost-instagram-oembed-container {
        padding-bottom: 10px;
        position: relative;
    }

.ncpost-pinned .ncpost-container {
    background: #ffead3;
}

    .ncpost-pinned .ncpost-container .ncpost-comment {
        background: #ffffff;
    }

.ncpost-importance-3 {
    border-bottom: 6px solid #de4a14;
}

.ncpost-importance-2 {
    border-bottom: 6px solid #FFBC30;
}

.ncpost-tags .ncpost-tagquantele {
    color: #b7b7b7;
    margin-left: 7.5px;
    display: inline-block;
}

    .ncpost-tags .ncpost-tagquantele.ncpost-tag-clickable {
        color: #14B0E6;
        cursor: pointer;
        text-decoration: underline;
    }

.ncpost-quants .ncpost-tagquantele {
    margin-right: 7.5px;
    display: inline-block;
}

.ncpost-table {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
}

    .ncpost-table thead {
        vertical-align: middle;
        border-color: inherit;
    }

    .ncpost-table tr th {
        border: 1px solid #ddd;
        border-bottom-width: 2px;
        vertical-align: bottom;
        padding: 8px;
    }

        .ncpost-table tr th.first-child {
            border-top: 0;
        }

    .ncpost-table tr td {
        border: 1px solid #ddd;
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
    }

.ncpost-table-of-contents .ncpost-contentstable-entry {
    cursor: pointer;
    color: #14b0e6;
    font-weight: 500;
}

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H5::before {
        content: "- ";
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H5 {
        margin-left: 20px;
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H4::before {
        content: "- ";
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H4 {
        font-size: 17px;
        margin-left: 15px;
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H3::before {
        content: "- ";
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H3 {
        font-size: 19px;
        margin-left: 10px;
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H2::before {
        content: "- ";
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H2 {
        font-size: 21px;
        margin-left: 5px;
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H1::before {
        content: "- ";
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H1 {
        font-size: 23px;
    }

.ncpost-countdown-mutator {
    margin-top: 5px;
}

.ncpost-countdown-element {
    margin-bottom: 10px;
    background-color: #14b0e6;
    padding: 8px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    display: block;
}

.ncpost-countdown-wrapper {
    color: #FFF;
}

    .ncpost-countdown-wrapper:hover {
        color: #FFF;
    }

    .ncpost-countdown-wrapper:focus,
    .ncpost-countdown-wrapper:active,
    .ncpost-countdown-wrapper:visited {
        color: #FFF;
    }

.ncpost-countdown-link {
    color: #FFF;
    cursor: pointer;
}

    .ncpost-countdown-link:hover {
        color: #FFF;
        text-decoration: underline;
    }

    .ncpost-countdown-link:focus,
    .ncpost-countdown-link:active,
    .ncpost-countdown-link:visited {
        color: #FFF;
    }

.ncpost-countdown-time {
    min-width: 100px;
    display: inline-block;
}

.ncpost-countdown-displaytime {
    font-weight: bold;
}

.ncpost-countdown-icon {
    padding-right: 8px;
    opacity: 0.5;
}

.ncpost-youtube-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .ncpost-youtube-embed iframe,
    .ncpost-youtube-embed object,
    .ncpost-youtube-embed embed {
        position: absolute;
        top: 0;
        left: 0;
        min-height: initial;
        width: 100%;
        height: 100%;
    }

.ncpost-new-comment-toggle {
    margin-top: 0px;
    display: inline-block;
    font-size: 12px;
    color: #008cba;
    cursor: pointer;
}

    .ncpost-new-comment-toggle svg {
        fill: #008cba;
    }

.ncpost-question-container .ncpost-new-comment-toggle {
    margin-bottom: 5px;
}

.ncpost-new-comment-panel {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .ncpost-new-comment-panel ::placeholder {
        color: #b7b7b7;
    }

    .ncpost-new-comment-panel .ncpost-input-field {
        display: block;
        width: 100%;
        padding: 13px 15px;
        border: 1px solid #eeeeee;
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        margin-bottom: 10px;
        outline: none;
    }

    .ncpost-new-comment-panel .ncpost-submit {
        outline: none;
        background-color: #008cba;
        border: none;
        color: #ffffff;
        cursor: pointer;
        padding: 12px 18px;
    }

    .ncpost-new-comment-panel .hidden-image-input {
        display: none;
    }

    .ncpost-new-comment-panel .img-upload-wrapper {
        border: 1px solid #e8e8e8;
        border-radius: 4px;
        background-color: #f2f2f2;
        height: 42px;
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        font-weight: 700;
        cursor: pointer;
    }

        .ncpost-new-comment-panel .img-upload-wrapper span {
            margin-left: 5px;
        }

    .ncpost-new-comment-panel .inline-button {
        border-radius: 4px;
        float: right;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 4px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .ncpost-new-comment-panel .inline-button svg {
            fill: #f0086d;
        }

    .ncpost-new-comment-panel .img-loading-state {
        top: 20px;
        left: 0;
        right: 0;
        background-color: #f2f2f2;
        z-index: 9;
        width: 100%;
        padding: 10px;
        margin: auto;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .ncpost-new-comment-panel .image-container {
        background-color: #f2f2f2;
        z-index: 9;
        width: 100%;
        padding: 10px;
        margin: auto;
        text-align: center;
        border-radius: 5px;
        position: relative;
        margin-bottom: 15px;
    }

        .ncpost-new-comment-panel .image-container img {
            max-width: 100%;
            max-height: 130px;
        }

.ncpost-comment {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #f7f7f7;
    border-radius: 2px;
}

    .ncpost-comment .image-comment-container {
        text-align: center;
        padding: 10px;
    }

        .ncpost-comment .image-comment-container img {
            max-width: 100%;
            max-height: 500px;
        }

.lc-feed-container {
    max-width: 700px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #333333;
}

    .lc-feed-container * {
        box-sizing: border-box;
    }

    .lc-feed-container .ncpost-container {
        margin-bottom: 20px;
    }

    .lc-feed-container .ncpost-title {
        font-weight: 600;
    }

    .lc-feed-container .inv-green-fill {
        fill: #49B869;
    }

    .lc-feed-container .inv-red-fill {
        fill: #EF402F;
    }

    .lc-feed-container .ncpost-up-arrow {
        font-weight: 600;
        color: #49B869;
    }

    .lc-feed-container .ncpost-down-arrow {
        font-weight: 600;
        color: #EF402F;
    }

    .lc-feed-container .lc-load-more {
        display: none;
        margin-bottom: 10px;
        color: #fff;
        background-color: #008cba;
        font-weight: bold;
        padding: 10px 25px;
        font-size: 17px;
        border: 1px solid #FFF;
        transition: color 0.1s, background-color 0.1s, fill 0.1s;
        cursor: pointer;
        overflow-anchor: none;
    }

        .lc-feed-container .lc-load-more:hover {
            background-color: #007aa3;
        }
/*End extension CSS 14803, Key Events*/

/*Begin extension CSS 14804, Post sorting*/
.ncposts-sorter{display:flex;justify-content:flex-end;align-items:center;margin:20px 0;}.ncposts-sorter .ncpost-toggle-group{display:flex;position:relative;transition:transform 5s ease;}.ncposts-sorter .ncpost-toggle-group .toggle-label{display:flex;align-items:center;justify-content:center;width:60px;height:35px;transition:transform 5s ease;cursor:pointer;}.ncposts-sorter .ncpost-toggle-group .toggle-label.active{background-color:rgba(0,0,0,.05);border-radius:5px;cursor:pointer;}
/*End extension CSS 14804, Post sorting*/

/*Begin extension CSS 14808, Image Gallery*/
.ig__highlight-image{text-align:center;background-color:#fbfbfb;min-height:300px;display:flex;justify-content:center;align-items:center;}.ncpost-image-gallery{user-select:none;}.ncpost-image-gallery .ncpost-image-byline{display:flex;align-items:center;justify-content:center;margin-top:10px;}.ncpost-image-gallery .ncpost-image-byline-description{text-align:center;}.arrow-nav{position:absolute;top:200px;width:100%;}.arrow-nav div{padding:8px;cursor:pointer;}.arrow-nav svg{width:12px;}.ig__highlight-image img{max-width:80%;max-height:300px;}.ig__image-descr{text-align:center;margin-top:5px;}.ig__all-images-preview{display:flex;overflow-x:scroll;scroll-behavior:smooth;background-color:#fbfbfb;position:relative;max-width:1000px;user-select:none;}.ig__highlight-image{height:400px;display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;}.ig__highlight-image img{max-width:100%;max-height:400px;}.ig__image-preview-element{display:flex;align-items:center;padding:0 3px;cursor:pointer;}.ig__image-wrapper{width:170px;height:120px;display:flex;align-items:center;justify-content:center;background-color:#ededed;}.ig__all-images-preview{padding-bottom:15px;}.ig__all-images-preview img{max-width:100%;max-height:120px;}.ig__all-images-preview img:hover{opacity:.6;}.ig__all-images-preview::-webkit-scrollbar{height:8px;background-color:#ececec;}.ig__all-images-preview::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.14);border-radius:3px;cursor:pointer;}.ig__buttons-container{position:relative;}.ig__arrow-element{width:18px;height:20px;background:#fbfbfb;position:absolute;bottom:30px;display:flex;align-items:center;justify-content:center;padding-top:2px;cursor:pointer;}.ig__arrow-element i{margin-bottom:1px;}.ig__right{right:27px;}.ig__left{left:27px;}
/*End extension CSS 14808, Image Gallery*/

/*Begin extension CSS 14812, Football*/
.nc-football-scoreboard{font-family:"Noto Sans",sans-serif;margin:30px 0;padding:30px;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);background-color:#fff}.nc-football-scoreboard svg{width:20px}.nc-football-scoreboard-team-info{display:flex;align-items:center;justify-content:space-between}.nc-football-scoreboard-team{display:flex;align-items:center;width:35%}.nc-football-scoreboard-team:last-child{justify-content:end}.nc-football-scoreboard-team-image{width:50px;height:50px;background-size:cover;background-repeat:no-repeat}.nc-football-scoreboard-team-name{font-weight:900;margin:0 20px;font-size:16px}.nc-football-scoreboard-scorebox{text-align:center}.nc-football-scoreboard-quarter{font-size:13px;text-transform:uppercase;font-weight:700;margin:15px 0 0 0;color:#e90052}.nc-football-scoreboard-scores{display:flex;font-size:40px;font-weight:900;padding:15px 10px;background-color:#222;color:#fff}.nc-football-scoreboard-score{width:38px;line-height:1}@media(max-width:600px){.nc-football-scoreboard{padding:15px}.nc-football-scoreboard-team-info{align-items:start}.nc-football-scoreboard-team{margin-top:10px}.nc-football-scoreboard-team-image{width:30px;height:30px}.nc-football-scoreboard-team-name{font-size:12px;margin:0;white-space:nowrap;width:70px;text-align:center;text-overflow:ellipsis;overflow:hidden}.nc-football-scoreboard-scores{font-size:20px}.nc-football-scoreboard-score{width:28px}}.nc-football-scoreboard-goals-container{display:flex;justify-content:center;margin:15px 0}.nc-football-scoreboard-separation{width:1px;background-color:#ccc}.nc-football-scoreboard-goals{padding:0 30px;width:50%}.nc-football-scoreboard-goals .nc-football-scoreboard-goal{justify-content:end}.nc-football-scoreboard-goals:last-child .nc-football-scoreboard-goal{justify-content:start}.nc-football-scoreboard-goal{display:flex;margin:5px 0}.nc-football-scoreboard-goal-name{margin:0 5px}.nc-football-scoreboard .game-event-timeline{display:flex;position:relative;margin-top:40px;}.nc-football-scoreboard .game-event-timeline .timeline-team-info{padding-right:7px}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team{display:flex;align-items:center;padding:5.5px 0}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team-code{text-transform:uppercase;font-weight:900;font-size:12px}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team-image{width:25px;height:25px;background-size:cover;background-position:center;background-color:#ccc;margin-right:7px}.nc-football-scoreboard .game-event-timeline .timeline-group{position:relative;display:flex;align-items:center;z-index:2;width:100%}.nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info{visibility:hidden;position:absolute;white-space:nowrap;left:-24px;padding:10px 15px;background-color:#f3f3f3;font-weight:900;border-radius:5px!important;align-items:center;opacity:0;display:flex;box-shadow:0 1px 1px rgba(0,0,0,.1);transition:ease .5s}.nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info span{margin-right:5px;display:flex;align-items:center}.nc-football-scoreboard .game-event-timeline .timeline-group .event-mark{position:absolute;font-size:12px;font-weight:900;background-color:#fff;cursor:pointer}.nc-football-scoreboard .game-event-timeline .timeline-group .event-mark:hover .hovered-info{opacity:1;visibility:visible}.nc-football-scoreboard .game-event-timeline .timeline-group svg{width:15px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above{position:absolute;top:-15px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above .hovered-info{top:-44px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above .hovered-info.sub{top:-65px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-below{position:absolute;top:24px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-below .hovered-info{bottom:-39px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-below .hovered-info.sub{bottom:-60px}.nc-football-scoreboard .game-event-timeline .line{position:absolute;width:100%;border-bottom:1px solid #ccc;bottom:35px}.nc-football-scoreboard.dark-theme{background-color:#222;color:#fff;padding-top:10px}.nc-football-scoreboard.dark-theme .event-mark{background-color:#222!important}.nc-football-scoreboard.dark-theme .line{border-bottom:1px solid #434343!important}.nc-football-scoreboard.dark-theme .hovered-info{background-color:#000!important}.nc-football-scoreboard.dark-theme .nc-football-scoreboard-separation{background-color:#434343!important}.nc-football-scoreboard.dark-theme .goal{stroke:#eee}.nc-football-scoreboard{font-family:"Noto Sans",sans-serif;margin:30px 0;padding:30px;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);background-color:#fff}.nc-football-scoreboard svg{width:20px}.nc-football-scoreboard-team-info{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eaeaea;padding-bottom:20px}.nc-football-scoreboard-team{display:flex;align-items:center;width:35%}.nc-football-scoreboard-team:last-child{justify-content:end}.nc-football-scoreboard-team-image{width:50px;height:50px;background-size:cover;background-repeat:no-repeat}.nc-football-scoreboard-team-name{font-weight:400;margin:0 20px;font-size:16px}.nc-football-scoreboard-scorebox{text-align:center}.nc-football-scoreboard-quarter{font-size:15px;font-weight:700;text-transform:uppercase;margin:15px 0 0 0;color:#434343}.nc-football-scoreboard-scores{display:flex;font-size:24px;font-weight:900;padding:15px 10px;gap:35px;background-color:#fff;color:#434343}.nc-football-scoreboard-score{width:38px;line-height:1}@media(max-width:600px){.nc-football-scoreboard{padding:15px}.nc-football-scoreboard-team-info{align-items:start}.nc-football-scoreboard-team{margin-top:10px}.nc-football-scoreboard-team-image{width:30px;height:30px}.nc-football-scoreboard-team-name{font-size:12px;margin:0;white-space:nowrap;width:70px;text-align:center;text-overflow:ellipsis;overflow:hidden}.nc-football-scoreboard-scores{font-size:20px}.nc-football-scoreboard-score{width:28px}}.nc-football-scoreboard-goals-container{display:flex;justify-content:center;margin:15px 0}.nc-football-scoreboard-separation{width:1px;background-color:#ccc}.nc-football-scoreboard-goals{padding:0 30px;width:50%}.nc-football-scoreboard-goals .nc-football-scoreboard-goal{justify-content:end}.nc-football-scoreboard-goals:last-child .nc-football-scoreboard-goal{justify-content:start}.nc-football-scoreboard-goal{display:flex;margin:5px 0;color:#434343}.nc-football-scoreboard-goal svg>path{fill:#434343}.nc-football-scoreboard-goal-name{margin:0 5px}.nc-football-scoreboard-goal-time{padding-right:5px}.nc-football-scoreboard .game-event-timeline{display:flex;position:relative;margin-top:40px}.nc-football-scoreboard .game-event-timeline .timeline-team-info{padding-right:7px}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team{display:flex;align-items:center;padding:5.5px 0}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team-code{text-transform:uppercase;font-weight:900;font-size:12px}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team-image{width:25px;height:25px;background-size:cover;background-position:center;background-color:#ccc;margin-right:7px}.nc-football-scoreboard .game-event-timeline .timeline-group{position:relative;display:flex;align-items:center;z-index:2;width:100%}.nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info{visibility:hidden;position:absolute;white-space:nowrap;left:-24px;padding:10px 15px;background-color:#f3f3f3;font-weight:900;border-radius:5px!important;align-items:center;opacity:0;display:flex;box-shadow:0 1px 1px rgba(0,0,0,.1);transition:ease .5s}.nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info span{margin-right:5px;display:flex;align-items:center}.nc-football-scoreboard .game-event-timeline .timeline-group .event-mark{position:absolute;font-size:12px;font-weight:900;background-color:#fff;cursor:pointer}.nc-football-scoreboard .game-event-timeline .timeline-group .event-mark:hover .hovered-info{opacity:1;visibility:visible}.nc-football-scoreboard .game-event-timeline .timeline-group svg{width:15px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above{position:absolute;top:-15px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above .hovered-info{top:-44px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above .hovered-info.sub{top:-65px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-below{position:absolute;top:24px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-below .hovered-info{bottom:-39px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-below .hovered-info.sub{bottom:-60px}.nc-football-scoreboard .game-event-timeline .line{position:absolute;width:100%;border-bottom:1px solid #ccc;bottom:35px}.nc-football-scoreboard.dark-theme{background-color:#222;color:#fff;padding-top:10px}.nc-football-scoreboard.dark-theme .event-mark{background-color:#222!important}.nc-football-scoreboard.dark-theme .line{border-bottom:1px solid #434343!important}.nc-football-scoreboard.dark-theme .hovered-info{background-color:#000!important}.nc-football-scoreboard.dark-theme .nc-football-scoreboard-separation{background-color:#434343!important}.nc-football-scoreboard.dark-theme .goal{stroke:#eee}.nc-football-scoreboard{font-family:"Noto Sans",sans-serif;margin:30px 0;padding:30px;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);background-color:#fff}.nc-football-scoreboard svg{width:20px}.nc-football-scoreboard-team-info{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eaeaea;padding-bottom:20px}.nc-football-scoreboard-team{display:flex;align-items:center;width:35%}.nc-football-scoreboard-team:last-child{justify-content:end}.nc-football-scoreboard-team-image{width:50px;height:50px;background-size:cover;background-repeat:no-repeat}.nc-football-scoreboard-team-name{font-weight:400;margin:0 20px;font-size:16px}.nc-football-scoreboard-scorebox{text-align:center}.nc-football-scoreboard-quarter{font-size:15px;font-weight:700;text-transform:uppercase;margin:15px 0 0 0;color:#434343}.nc-football-scoreboard-scores{display:flex;font-size:24px;font-weight:900;padding:15px 10px;gap:35px;background-color:#fff;color:#434343}.nc-football-scoreboard-score{width:38px;line-height:1}@media(max-width:600px){.nc-football-scoreboard{padding:15px}.nc-football-scoreboard-team-info{align-items:start}.nc-football-scoreboard-team{margin-top:10px}.nc-football-scoreboard-team-image{width:30px;height:30px}.nc-football-scoreboard-team-name{font-size:12px;margin:0;white-space:nowrap;width:70px;text-align:center;text-overflow:ellipsis;overflow:hidden}.nc-football-scoreboard-scores{font-size:20px}.nc-football-scoreboard-score{width:28px}}.nc-football-scoreboard-goals-container{display:flex;justify-content:center;margin:15px 0}.nc-football-scoreboard-separation{width:1px;background-color:#ccc}.nc-football-scoreboard-goals{padding:0 30px;width:50%}.nc-football-scoreboard-goals .nc-football-scoreboard-goal{justify-content:end}.nc-football-scoreboard-goals:last-child .nc-football-scoreboard-goal{justify-content:start}.nc-football-scoreboard-goal{display:flex;margin:5px 0;color:#434343}.nc-football-scoreboard-goal svg>path{fill:#434343}.nc-football-scoreboard-goal-name{margin:0 5px}.nc-football-scoreboard-goal-time{padding-right:5px}.nc-football-scoreboard .game-event-timeline{display:flex;position:relative;margin-top:40px}.nc-football-scoreboard .game-event-timeline .timeline-team-info{padding-right:7px}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team{display:flex;align-items:center;padding:5.5px 0}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team-code{text-transform:uppercase;font-weight:900;font-size:12px}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team-image{width:25px;height:25px;background-size:cover;background-position:center;background-color:#ccc;margin-right:7px}.nc-football-scoreboard .game-event-timeline .timeline-group{position:relative;display:flex;align-items:center;z-index:2;width:100%}.nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info{visibility:hidden;position:absolute;white-space:nowrap;left:-24px;padding:10px 15px;background-color:#f3f3f3;font-weight:900;border-radius:5px!important;align-items:center;opacity:0;display:flex;box-shadow:0 1px 1px rgba(0,0,0,.1);transition:ease .5s}.nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info span{margin-right:5px;display:flex;align-items:center}.nc-football-scoreboard .game-event-timeline .timeline-group .event-mark{position:absolute;font-size:12px;font-weight:900;background-color:#fff;cursor:pointer}.nc-football-scoreboard .game-event-timeline .timeline-group .event-mark:hover .hovered-info{opacity:1;visibility:visible}.nc-football-scoreboard .game-event-timeline .timeline-group svg{width:15px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above{position:absolute;top:-15px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above .hovered-info{top:-44px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above .hovered-info.sub{top:-65px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-below{position:absolute;top:24px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-below .hovered-info{bottom:-39px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-below .hovered-info.sub{bottom:-60px}.nc-football-scoreboard .game-event-timeline .line{position:absolute;width:100%;border-bottom:1px solid #ccc;bottom:35px}.nc-football-scoreboard.dark-theme{background-color:#222;color:#fff;padding-top:10px}.nc-football-scoreboard.dark-theme .event-mark{background-color:#222!important}.nc-football-scoreboard.dark-theme .line{border-bottom:1px solid #434343!important}.nc-football-scoreboard.dark-theme .hovered-info{background-color:#000!important}.nc-football-scoreboard.dark-theme .nc-football-scoreboard-separation{background-color:#434343!important}.nc-football-scoreboard.dark-theme .goal{stroke:#eee}.ncpost-top-text-container h5{margin:0;font-size:22px}.ncpost-top-text-container blockquote{margin:0;padding:0 30px;border-left:5px solid #f00}.ncpost-top-text-container .ncpost-image{max-width:100%;max-height:500px}.ncpost-top-text-container .ncpost-image-byline{margin:0;color:#7e7e7e;font-size:14px;text-align:center}.ncpost-container{padding:10px 15px;background-color:#fff;width:100%;min-height:40px;overflow:hidden}.ncpost-container p{margin:0 0 10px}.ncpost-container .ncpost-embed-element{text-align:center}.ncpost-container iframe{min-height:150px;margin-right:auto;margin-left:auto}.ncpost-container blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}.ncpost-container iframe.instagram-media.instagram-media-rendered{margin-right:auto!important;margin-left:auto!important;margin-bottom:15px!important;margin-top:15px!important}.ncpost-container .ncpost-header{width:100%;font-size:14px}.ncpost-container .ncpost-title{margin:3px 0 5px 0;font-size:23px;display:inline-block;width:100%;line-height:28px}.ncpost-container .ncpost-link{clear:both;min-height:120px;display:block;margin-bottom:10px;margin-top:15px;border:1px solid #eaeaea;border-radius:5px;padding:15px;background:#f7f7f7}.ncpost-container .ncpost-link iframe{width:100%;height:400px;border:0;margin-top:5px}.ncpost-container .ncpost-link a,.ncpost-container .ncpost-link a:visited,.ncpost-container .ncpost-link a:active{display:inline;color:#0078c8;margin-top:2px;font-size:20px;width:100%;line-height:24px}.ncpost-container .ncpost-link img{float:right;max-height:100px;margin:0 0 15px 15px}.ncpost-container .ncpost-link .ncpost-link-site{font-size:13px;color:#b7b7b7;display:block;margin-top:3px;margin-bottom:3px}.ncpost-container .ncpost-link.sublink{margin-top:15px}.ncpost-container .ncpost-link.sublink a,.ncpost-container .ncpost-link.sublink a:visited,.ncpost-container .ncpost-link.sublink a:active{font-size:18px;margin:0;line-height:20px}.ncpost-container .ncpost-breaking{background-color:#ffd800;padding:3px;padding-left:5px;margin-bottom:5px}.ncpost-container .ncpost-header .ncpost-timestamp{display:inline-flex;align-items:center;direction:ltr;color:#de4a14;width:210px;float:left}.ncpost-container .ncpost-header .ncpost-timestamp a,.ncpost-container .ncpost-header .ncpost-timestamp a:visited{color:#de4a14;text-decoration:none}.ncpost-container .ncpost-header .ncpost-timestamp svg{fill:#de4a14}.ncpost-container .ncpost-header .ncpost-timestamp .ncpost-timestamp-clock{margin-right:3px;display:inline-block;width:12px}.ncpost-container h5{font-size:16px}.ncpost-container .ncpost-header .ncpost-byline{color:#b7b7b7;text-align:right}.ncpost-container .ncpost-tagquant{width:100%;font-size:14px;color:#14b0e6;display:block}.ncpost-container .ncpost-tagquant a{color:#14b0e6}.ncpost-container .ncpost-tagquant .fa{font-size:12px}.ncpost-container .ncpost-tagquant .ncpost-quants{color:#14b0e6;float:left}.ncpost-container .ncpost-tagquant .ncpost-tagquant-icon{color:#b7b7b7}.ncpost-container .ncpost-tagquant .ncpost-tags{text-align:right;float:right}.ncpost-container .ncpost-image{max-width:100%;max-height:500px;padding-top:10px;padding-left:0;padding-right:0;padding-bottom:10px;margin-right:auto;display:block;margin-left:auto}.ncpost-container .ncpost-image-byline{width:100%;text-align:center}.ncpost-container .ncpost-image-byline-description{color:#b7b7b7;font-size:14px}.ncpost-container .ncpost-image-byline-source{color:#d6d6d6;font-size:12px;padding-left:5px}.ncpost-container .ncpost-twitter-container{clear:both;padding-top:5px;text-align:center;display:block}.ncpost-container .ncpost-twitter-container .twitter-tweet{margin-left:auto;margin-right:auto}.ncpost-container .ncpost-facebook-oembed-container{padding-bottom:10px;position:relative}.ncpost-container .ncpost-instagram-oembed-container{padding-bottom:10px;position:relative}.ncpost-pinned .ncpost-container{background:#ffead3}.ncpost-pinned .ncpost-container .ncpost-comment{background:#fff}.ncpost-importance-3{border-bottom:6px solid #de4a14}.ncpost-importance-2{border-bottom:6px solid #ffbc30}.ncpost-tags .ncpost-tagquantele{color:#b7b7b7;margin-left:7.5px;display:inline-block}.ncpost-tags .ncpost-tagquantele.ncpost-tag-clickable{color:#14b0e6;cursor:pointer;text-decoration:underline}.ncpost-quants .ncpost-tagquantele{margin-right:7.5px;display:inline-block}.ncpost-table{border:1px solid #ddd;width:100%;max-width:100%;margin-bottom:21px}.ncpost-table thead{vertical-align:middle;border-color:inherit}.ncpost-table tr th{border:1px solid #ddd;border-bottom-width:2px;vertical-align:bottom;padding:8px}.ncpost-table tr th.first-child{border-top:0}.ncpost-table tr td{border:1px solid #ddd;padding:8px;line-height:1.42857143;vertical-align:top}.ncpost-table-of-contents .ncpost-contentstable-entry{cursor:pointer;color:#14b0e6;font-weight:500}.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H5::before{content:"- "}.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H5{margin-left:20px}.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H4::before{content:"- "}.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H4{font-size:17px;margin-left:15px}.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H3::before{content:"- "}.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H3{font-size:19px;margin-left:10px}.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H2::before{content:"- "}.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H2{font-size:21px;margin-left:5px}.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H1::before{content:"- "}.ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H1{font-size:23px}.ncpost-countdown-mutator{margin-top:5px}.ncpost-countdown-element{margin-bottom:10px;background-color:#14b0e6;padding:8px 15px;color:#fff;font-size:17px;font-weight:normal;display:block}.ncpost-countdown-wrapper{color:#fff}.ncpost-countdown-wrapper:hover{color:#fff}.ncpost-countdown-wrapper:focus,.ncpost-countdown-wrapper:active,.ncpost-countdown-wrapper:visited{color:#fff}.ncpost-countdown-link{color:#fff;cursor:pointer}.ncpost-countdown-link:hover{color:#fff;text-decoration:underline}.ncpost-countdown-link:focus,.ncpost-countdown-link:active,.ncpost-countdown-link:visited{color:#fff}.ncpost-countdown-time{min-width:100px;display:inline-block}.ncpost-countdown-displaytime{font-weight:bold}.ncpost-countdown-icon{padding-right:8px;opacity:.5}.ncpost-youtube-embed{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.ncpost-youtube-embed iframe,.ncpost-youtube-embed object,.ncpost-youtube-embed embed{position:absolute;top:0;left:0;min-height:initial;width:100%;height:100%}.ncpost-new-comment-toggle{margin-top:0;display:inline-block;font-size:12px;color:#008cba;cursor:pointer}.ncpost-new-comment-toggle svg{fill:#008cba}.ncpost-question-container .ncpost-new-comment-toggle{margin-bottom:5px}.ncpost-new-comment-panel{margin-top:10px;margin-bottom:10px}.ncpost-new-comment-panel ::placeholder{color:#b7b7b7}.ncpost-new-comment-panel .ncpost-input-field{display:block;width:100%;padding:13px 15px;border:1px solid #eee;box-shadow:inset 0 2px 3px 0 rgba(0,0,0,.15);border-radius:4px;margin-bottom:10px;outline:0}.ncpost-new-comment-panel .ncpost-submit{outline:0;background-color:#008cba;border:0;color:#fff;cursor:pointer;padding:12px 18px}.ncpost-new-comment-panel .hidden-image-input{display:none}.ncpost-new-comment-panel .img-upload-wrapper{border:1px solid #e8e8e8;border-radius:4px;background-color:#f2f2f2;height:42px;width:150px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;font-weight:700;cursor:pointer}.ncpost-new-comment-panel .img-upload-wrapper span{margin-left:5px}.ncpost-new-comment-panel .inline-button{border-radius:4px;float:right;display:inline-flex;align-items:center;justify-content:center;margin-left:4px;cursor:pointer;position:absolute;top:10px;right:10px}.ncpost-new-comment-panel .inline-button svg{fill:#f0086d}.ncpost-new-comment-panel .img-loading-state{top:20px;left:0;right:0;background-color:#f2f2f2;z-index:9;width:100%;padding:10px;margin:auto;text-align:center;border-radius:5px;margin-bottom:15px}.ncpost-new-comment-panel .image-container{background-color:#f2f2f2;z-index:9;width:100%;padding:10px;margin:auto;text-align:center;border-radius:5px;position:relative;margin-bottom:15px}.ncpost-new-comment-panel .image-container img{max-width:100%;max-height:130px}.ncpost-comment{padding:10px;margin-bottom:10px;margin-top:10px;background:#f7f7f7;border-radius:2px}.ncpost-comment .image-comment-container{text-align:center;padding:10px}.ncpost-comment .image-comment-container img{max-width:100%;max-height:500px}.lc-feed-container{max-width:700px;margin:auto;padding-left:10px;padding-right:10px;padding-bottom:15px;font-family:"Noto Sans",sans-serif;font-size:14px;color:#333}.lc-feed-container *{box-sizing:border-box}.lc-feed-container .ncpost-container{margin-bottom:20px}.lc-feed-container .ncpost-title{font-weight:600}.lc-feed-container .inv-green-fill{fill:#49b869}.lc-feed-container .inv-red-fill{fill:#ef402f}.lc-feed-container .ncpost-up-arrow{font-weight:600;color:#49b869}.lc-feed-container .ncpost-down-arrow{font-weight:600;color:#ef402f}.lc-feed-container .lc-load-more{display:none;margin-bottom:10px;color:#fff;background-color:#008cba;font-weight:bold;padding:10px 25px;font-size:17px;border:1px solid #fff;transition:color .1s,background-color .1s,fill .1s;cursor:pointer;overflow-anchor:none}.lc-feed-container .lc-load-more:hover{background-color:#007aa3}.game-event-timeline-container {overflow-x: auto; padding-bottom: 60px;}@media(max-width:600px){.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above{top: -10px;}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above svg{width:10px;}.nc-football-scoreboard .game-event-timeline .timeline-group .event-mark{font-size:8px;}.nc-football-scoreboard .game-event-timeline .timeline-group .event-mark .icon-below {top: 10px !important;}.nc-football-scoreboard .icon-below svg {width: 10px !important;}}
/*End extension CSS 14812, Football*/

/*Begin extension CSS 14814, User Contribution enable*/
.ncpost-user-contribution{margin:15px 0}.ncpost-user-contribution .ncpost-user-comment{padding:15px;background-color:#f7f7f7;border-radius:5px;border-radius:10px 10px 10px 0}.ncpost-user-contribution .ncpost-user-reply{padding:15px;border-radius:10px 10px 0 10px;position:relative;background-color:#d5f3ff;margin-bottom:10px}.ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created{color:#236c8a!important}.ncpost-user-contribution .ncpost-user-reply:last-child{margin-bottom:0}.ncpost-user-contribution .ncpost-user-replies{padding-left:50px;margin-top:10px;position:relative}.ncpost-user-contribution .ncpost-comment-info{display:flex;justify-content:space-between;margin-bottom:5px}.ncpost-user-contribution .ncpost-comment-name{font-weight:700}.ncpost-user-contribution .ncpost-comment-created{color:#a7a7a7;font-size:13px}.ncpost-user-contribution .ncpost-comment-image{margin-top:10px;max-width:230px;border-radius:8px;overflow:hidden}.ncpost-user-contribution .ncpost-comment-image img{width:100%}.ncpost-questions-container{margin-bottom:20px}.ncpost-questions-container .ncpost-user-comment{background-color:#fff;padding:20px;border-radius:10px 10px 10px 0;box-shadow:0 2px 2px rgba(0,0,0,.1)}.ncpost-questions-container .ncpost-user-reply{background-color:#008cba;color:#fff;border-radius:10px 10px 0 10px;margin-bottom:10px}.ncpost-questions-container .ncpost-user-reply .ncpost-comment-created{color:#93e4ff!important}.ncpost-questions-container .ncpost-user-reply:last-child{margin:0}.ncpost-question-container{margin:20px 0}.ncpost-question-container .ncpost-new-comment-toggle{border:1px solid #008cba;padding:10px 15px;border-radius:5px;color:#008cba;font-size:13px}.ncpost-container .ncpost-new-comment-toggle{color:#008cba;font-size:13px}.ncpost-new-comment-panel{position:relative}.ncpost-new-comment-panel input{font-family:inherit;font-size:inherit}.ncpost-new-comment-panel textarea{font-family:inherit;font-size:inherit;resize:none;height:100px}.ncpost-new-comment-panel .ncpost-submit{border-radius:5px;line-height:1.5;padding:10px 15px;font-family:inherit;font-size:13px}.ncpost-new-comment-panel .ncpost-upload-button{cursor:pointer;position:absolute;top:170px;right:10px;border:0;padding:10px;display:inline-flex;align-items:center;justify-content:center;background-color:transparent}.ncpost-new-comment-panel .ncpost-upload-button svg{fill:#909090}.ncpost-new-comment-panel .ncpost-upload-image{margin:15px 0}.ncpost-new-comment-panel .ncpost-upload-image div{width:200px;display:flex}.ncpost-new-comment-panel .ncpost-upload-image div img{width:100%;margin-right:5px}.ncpost-new-comment-panel .ncpost-upload-image div svg{fill:#909090;cursor:pointer}

/* nc {"timeUtc":1681383437} nc */
/*End extension CSS 14814, User Contribution enable*/

/*Begin extension CSS 14815, Norkon*/
.link-for-powered-by::after {
content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="150" height="54" viewBox="0 0 533 193" fill="none"><script xmlns=""/><path d="M218.936 64.6133H230.385V137.363H218.11L188.282 85.1963V137.363H176.782V64.6133H189.058L218.936 117.001V64.6133Z" fill="%23030B0E"/><path d="M243.486 111.169C243.486 103.588 245.772 97.0918 250.455 91.9537C255.137 86.8153 261.532 84.1509 269.296 84.1509C277.06 84.1509 283.343 86.7549 288.026 91.9537C292.745 97.2264 295.267 104.101 295.075 111.169C295.267 118.244 292.745 125.125 288.026 130.405C283.327 135.594 277.083 138.191 269.296 138.198C261.492 138.198 255.137 135.594 250.455 130.405C245.772 125.216 243.486 118.761 243.486 111.169ZM254.936 111.169C254.818 115.59 256.132 119.931 258.682 123.547C259.899 125.198 261.504 126.525 263.354 127.412C265.205 128.299 267.245 128.719 269.296 128.635C271.334 128.729 273.363 128.312 275.199 127.424C277.035 126.535 278.62 125.203 279.809 123.547C282.434 119.963 283.788 115.608 283.656 111.169C283.787 106.768 282.432 102.451 279.809 98.9119C278.626 97.242 277.046 95.8925 275.211 94.9849C273.375 94.0772 271.343 93.6402 269.296 93.7135C267.236 93.6501 265.193 94.0908 263.343 94.9969C261.493 95.9031 259.893 97.2472 258.682 98.9119C256.134 102.483 254.819 106.786 254.936 111.169Z" fill="%23030B0E"/><path d="M317.471 137.363H306.646V84.9852H317.471V93.7134C318.993 90.9019 321.226 88.5385 323.951 86.8602C326.672 85.1819 329.79 84.2477 332.989 84.1509C335.27 84.1303 337.53 84.5572 339.644 85.4075L337.771 95.272C335.914 94.187 333.784 93.6471 331.63 93.7134C327.784 93.7134 324.449 95.7947 321.64 100.058C318.83 104.321 317.471 110.114 317.471 117.926V137.363Z" fill="%23030B0E"/><path d="M348.689 63.7883H359.474V105.88L378.416 84.9848H392.2L370.238 109.118L393.551 137.383H379.814L359.474 112.315V137.363H348.689V63.7883Z" fill="%23030B0E"/><path d="M395.837 111.169C395.837 103.588 398.124 97.0918 402.806 91.9537C407.489 86.8153 413.881 84.1509 421.645 84.1509C429.409 84.1509 435.692 86.7549 440.375 91.9537C445.091 97.2291 447.613 104.102 447.426 111.169C447.613 118.243 445.091 125.122 440.375 130.405C435.677 135.594 429.433 138.191 421.645 138.198C413.833 138.198 407.489 135.594 402.806 130.405C398.124 125.216 395.837 118.761 395.837 111.169ZM407.277 111.169C407.163 115.591 408.48 119.933 411.032 123.547C412.25 125.198 413.854 126.525 415.706 127.412C417.555 128.299 419.594 128.719 421.645 128.635C423.684 128.727 425.711 128.31 427.548 127.421C429.385 126.533 430.968 125.202 432.158 123.547C434.783 119.963 436.14 115.608 436.007 111.169C436.137 106.768 434.783 102.451 432.158 98.9119C430.977 97.2432 429.394 95.8946 427.56 94.9873C425.723 94.08 423.693 93.642 421.645 93.7135C419.588 93.6501 417.543 94.0908 415.694 94.9969C413.842 95.9031 412.244 97.2472 411.032 98.9119C408.483 102.482 407.163 106.785 407.277 111.169Z" fill="%23030B0E"/><path d="M459.411 84.985H470.244V93.9244C471.963 90.9484 474.434 88.4777 477.416 86.7617C480.395 85.0456 483.775 84.1449 487.213 84.1507C496.478 84.1507 502.62 89.8719 502.62 99.8468V137.363H491.784V103.276C491.784 96.9408 489.077 93.7132 483.669 93.7132C480.023 93.7132 476.903 95.7946 474.193 99.8468C471.483 103.899 470.244 109.309 470.244 116.156V137.363H459.411V84.985Z" fill="%23030B0E"/><path d="M77.4008 112.537C74.6641 111.972 72.2622 110.349 70.7188 108.023C69.1757 105.696 68.6165 102.855 69.1636 100.118C69.3176 99.667 69.3623 99.1856 69.2941 98.7138C69.2258 98.2418 69.0467 97.7926 68.7708 97.4035C68.4319 96.9716 67.9664 96.6561 67.4392 96.501C66.912 96.346 66.3498 96.3589 65.8305 96.5387C63.6452 97.2726 63.6853 100.47 63.756 102.361C63.8409 104.538 64.3648 106.675 65.2967 108.645C66.2012 110.493 67.4628 112.145 69.0086 113.505C70.5541 114.865 72.3537 115.906 74.3037 116.57C76.2541 117.233 78.3162 117.505 80.3716 117.371C82.4274 117.236 84.4364 116.697 86.2828 115.785C89.0297 114.44 91.303 112.293 92.8017 109.63C94.3001 106.967 94.9536 103.912 94.6753 100.87C94.3968 97.8273 93.1999 94.9412 91.2426 92.593C89.2856 90.245 86.6604 88.5459 83.715 87.7203C83.2745 87.6057 82.8065 87.6678 82.4114 87.8931C82.016 88.1187 81.725 88.4898 81.6003 88.9268L81.5399 89.1582C81.4323 89.5989 81.4979 90.064 81.7223 90.4583C81.9471 90.8528 82.3138 91.1466 82.7482 91.2796C84.514 91.8527 86.1103 92.853 87.3948 94.1917C88.6793 95.5303 89.6119 97.1658 90.1094 98.9518C90.5985 100.763 90.6185 102.668 90.1674 104.488C89.7167 106.309 88.8095 107.985 87.5313 109.359C86.2556 110.709 84.6545 111.71 82.8809 112.266C81.1076 112.823 79.2207 112.916 77.4008 112.537Z" fill="%23030B0E"/><path d="M102.747 91.6619C102.615 91.4085 102.412 91.1986 102.163 91.0586H102.082H102.002C101.82 90.9615 101.62 90.9015 101.414 90.8824C101.208 90.8634 101.001 90.8858 100.803 90.9479C100.655 90.9977 100.504 91.0378 100.35 91.0686C100.1 91.1446 99.8708 91.2758 99.6784 91.4525C99.4862 91.629 99.3361 91.8465 99.2394 92.089C99.1427 92.3312 99.102 92.5924 99.1198 92.8525C99.1379 93.1128 99.2143 93.3658 99.3433 93.5927C100.752 96.6365 101.422 99.9693 101.3 103.321C101.177 106.672 100.265 109.947 98.6382 112.88C97.0112 115.814 94.7146 118.323 91.9347 120.205C89.1548 122.086 85.9701 123.287 82.6386 123.71C79.3071 124.132 75.9227 123.765 72.7601 122.637C69.5971 121.51 66.7453 119.654 64.4352 117.22C62.1251 114.786 60.4221 111.842 59.4642 108.628C58.5062 105.414 58.3204 102.02 58.9219 98.7209C59.5729 95.4257 60.9831 92.3276 63.0407 89.6711C64.0476 88.3336 65.8001 87.0465 64.8031 85.1359C64.5814 84.7175 64.2536 84.3646 63.8524 84.1121C63.4513 83.86 62.9909 83.717 62.5172 83.698C62.0356 83.7152 61.5647 83.844 61.1417 84.0744C60.7185 84.3049 60.3551 84.6304 60.0802 85.0255C56.5051 89.015 54.2527 94.0108 53.6313 99.3284C53.0099 104.646 54.05 110.025 56.6091 114.729C59.1681 119.434 63.1211 123.233 67.9265 125.608C72.732 127.982 78.1549 128.815 83.4528 127.992C86.9399 127.454 90.2789 126.206 93.2618 124.324C96.2447 122.442 98.8077 119.967 100.792 117.054C102.775 114.14 104.137 110.85 104.792 107.388C105.448 103.926 105.382 100.367 104.6 96.9309C104.188 95.109 103.566 93.3411 102.747 91.6619Z" fill="%23030B0E"/><path d="M99.5553 127.921C95.4649 131.191 90.6304 133.403 85.4797 134.362C80.3289 135.321 75.0208 134.997 70.025 133.419C65.0296 131.841 60.5005 129.058 56.8391 125.316C53.1777 121.573 50.4969 116.987 49.0339 111.963C47.6043 106.953 47.4258 101.668 48.5143 96.5729C49.6027 91.4773 51.9246 86.7253 55.2773 82.7328C58.6136 78.8145 62.859 75.7697 67.6433 73.8639C70.0519 72.8996 72.5672 72.2245 75.1353 71.8529C76.4748 71.6719 77.6427 71.1893 77.975 69.7212C78.0442 69.3484 78.0333 68.965 77.9427 68.5964C77.8521 68.2281 77.6841 67.883 77.45 67.5844C77.2155 67.2858 76.9204 67.0406 76.5839 66.8644C76.2473 66.6885 75.8773 66.586 75.4978 66.564C74.1336 66.6315 72.7817 66.8578 71.47 67.2375C70.2163 67.5256 68.9792 67.8815 67.7641 68.3035C65.2725 69.1605 62.8792 70.2796 60.6244 71.6418C54.9205 74.9103 50.2036 79.653 46.9699 85.3712C43.7363 91.0894 42.1053 97.5719 42.2479 104.137C42.3908 110.703 44.3024 117.108 47.7817 122.681C51.2609 128.254 56.1797 132.787 62.0204 135.805C67.8611 138.823 74.4082 140.215 80.9736 139.833C87.5391 139.45 93.8801 137.309 99.3302 133.634C104.78 129.959 109.138 124.885 111.946 118.947C114.753 113.009 115.907 106.425 115.285 99.8873C115.277 99.4336 115.093 99.0008 114.772 98.6798C114.45 98.3592 114.017 98.1755 113.563 98.1677H113.241C112.785 98.1704 112.348 98.3523 112.026 98.6741C111.703 98.9963 111.521 99.4318 111.519 99.8873C112.058 105.557 111.059 111.266 108.628 116.418C106.5 120.879 103.4 124.809 99.5553 127.921Z" fill="%23030B0E"/><path d="M98.659 59.7161C97.8509 59.2694 97.0011 58.9023 96.1214 58.6202C95.1948 58.248 94.2484 57.9162 93.2916 57.6146C91.383 57.0044 89.4351 56.5238 87.4612 56.1767C83.6164 55.4772 79.6991 55.2576 75.7999 55.5233C68.3511 56.078 61.1359 58.3681 54.7335 62.2101C46.7805 66.991 40.4284 74.022 36.4821 82.4121C32.5356 90.8019 31.1729 100.173 32.5664 109.337C33.9599 118.502 38.0469 127.046 44.3097 133.889C50.5722 140.731 58.7282 145.562 67.7439 147.77C78.7115 150.445 90.2794 149.033 100.279 143.8C110.279 138.567 118.024 129.871 122.062 119.344C122.699 117.721 123.24 116.063 123.683 114.377C123.895 113.572 124.086 112.768 124.247 111.963C124.479 110.827 124.882 109.621 123.844 108.756H123.784C123.591 108.565 123.351 108.426 123.089 108.354C122.853 108.303 122.61 108.303 122.374 108.354C122.185 108.362 121.998 108.399 121.82 108.464L121.679 108.565C121.513 108.666 121.369 108.801 121.256 108.96C121.144 109.119 121.065 109.299 121.025 109.49C118.507 123.658 108.941 136.136 95.487 141.606C88.6082 144.431 81.125 145.469 73.7357 144.623C66.4923 143.717 59.6061 140.958 53.7451 136.612C47.8841 132.267 43.2472 126.483 40.284 119.821C37.3204 113.159 36.1313 105.846 36.8316 98.5905C37.5319 91.3349 40.0979 84.383 44.2807 78.409C49.5305 70.9371 57.0775 65.3788 65.777 62.5768C74.4762 59.7749 83.8535 59.8829 92.4862 62.8836C93.3321 63.1753 94.178 63.4869 95.0036 63.8389C95.8087 64.3448 96.7534 64.584 97.7025 64.5227C98.217 64.4193 98.6892 64.1659 99.0599 63.7949C99.4302 63.4238 99.6828 62.9518 99.7849 62.4378C99.8873 61.9238 99.835 61.3911 99.6344 60.907C99.4342 60.4225 99.0949 60.0084 98.659 59.7161Z" fill="%23030B0E"/><path d="M125.687 70.3951C126.099 69.1481 125.546 68.2432 124.8 67.2879C124.055 66.3326 123.219 65.2769 122.384 64.3617C120.844 62.6083 119.196 60.9526 117.449 59.4045C113.777 56.1885 109.718 53.4424 105.365 51.2296C96.5996 46.7272 86.8175 44.5624 76.9676 44.9451C67.7241 45.3683 58.714 47.9818 50.6822 52.5698C42.65 57.1576 35.8269 63.5883 30.7761 71.3302C20.1119 87.8006 19.0143 109.178 27.3322 126.845C35.6502 144.512 53.444 156.87 72.9195 159.022C82.0761 159.94 91.3193 158.646 99.8701 155.249C108.421 151.853 116.028 146.453 122.051 139.505C125.145 135.932 127.774 131.982 129.876 127.75C130.057 127.42 130.129 127.041 130.082 126.667C130.035 126.294 129.871 125.944 129.614 125.669L129.483 125.508C129.358 125.362 129.204 125.244 129.03 125.161C128.857 125.078 128.668 125.032 128.476 125.025C128.164 124.951 127.836 124.983 127.546 125.119C127.255 125.254 127.018 125.483 126.875 125.769V125.82C122.818 133.847 116.81 140.73 109.4 145.838C101.99 150.947 93.4147 154.118 84.4596 155.06C65.3266 156.891 45.7906 147.851 35.1164 131.742C29.9697 124.022 26.9556 115.082 26.3788 105.827C25.8021 96.5705 27.6831 87.3264 31.8318 79.0289C35.9804 70.7317 42.2495 63.6752 50.0052 58.5732C57.7612 53.471 66.7286 50.5042 76.0009 49.9727C85.6462 49.4274 95.2529 51.5757 103.744 56.1767C107.949 58.42 111.831 61.2207 115.284 64.5026C116.958 66.1184 118.529 67.8381 119.987 69.6509C120.662 70.4856 121.236 71.662 122.323 71.9736C122.979 72.204 123.7 72.1678 124.329 71.8722C124.958 71.5769 125.446 71.0463 125.687 70.3951Z" fill="%23030B0E"/><path d="M144.74 85.4073C144.357 83.9396 143.924 82.4914 143.451 81.0535C142.494 78.1285 141.337 75.2725 139.987 72.5065C137.335 67.1385 133.997 62.1361 130.058 57.6248C122.347 48.7105 112.431 41.9705 101.297 38.0772C90.5313 34.3105 78.9915 33.2987 67.7327 35.1343C56.4742 36.9699 45.8558 41.5944 36.8488 48.585C27.9256 55.5471 20.908 64.6473 16.4469 75.0406C11.5821 86.1883 9.8388 98.4457 11.403 110.505C12.9672 122.565 17.7802 133.974 25.3287 143.517C32.2512 152.41 41.3083 159.415 51.6618 163.885C62.0155 168.354 73.3309 170.144 84.561 169.088C96.4355 167.976 107.811 163.774 117.551 156.9C122.28 153.531 126.549 149.559 130.249 145.086C130.508 144.811 130.672 144.461 130.72 144.087C130.767 143.713 130.694 143.334 130.511 143.004L130.43 142.863L130.299 142.682L130.188 142.552C129.967 142.331 129.682 142.187 129.373 142.139C129.094 142.062 128.799 142.062 128.52 142.14C128.241 142.218 127.989 142.37 127.792 142.582C120.262 151.633 110.361 158.415 99.1927 162.169C88.2025 165.862 76.4159 166.511 65.0854 164.05C54.5453 161.716 44.7812 156.72 36.7279 149.54C28.0331 141.776 21.597 131.813 18.0984 120.702C14.573 109.167 14.4437 96.863 17.7258 85.2565C20.7749 74.4509 26.6283 64.6413 34.6939 56.8203C40.7884 50.9632 48.0046 46.3954 55.9102 43.391C63.8154 40.3866 72.2469 39.0073 80.6993 39.3359C89.1517 39.6646 97.4503 41.6944 105.098 45.3036C112.745 48.9128 119.584 54.027 125.204 60.3396C129.157 64.7803 132.478 69.7441 135.072 75.0907C136.344 77.7532 137.418 80.506 138.285 83.326C138.708 84.6834 138.99 86.1014 139.433 87.4488C139.54 87.8192 139.722 88.1643 139.966 88.4629C140.211 88.7619 140.514 89.0077 140.857 89.1863C141.199 89.3648 141.574 89.4722 141.96 89.5021C142.345 89.5317 142.732 89.4831 143.098 89.3591C144.871 88.776 145.153 86.9861 144.74 85.4073Z" fill="%23030B0E"/><path d="M186.96 24.32C188.08 24.32 188.99 24.15 189.69 23.81C190.39 23.47 190.9 22.99 191.22 22.37C191.56 21.75 191.73 21.03 191.73 20.21C191.73 18.91 191.35 17.9 190.59 17.18C189.85 16.46 188.64 16.1 186.96 16.1H181.95V24.32H186.96ZM194.1 20.21C194.1 21.03 193.96 21.82 193.68 22.58C193.42 23.32 193 23.98 192.42 24.56C191.84 25.14 191.1 25.6 190.2 25.94C189.3 26.26 188.22 26.42 186.96 26.42H181.95V35H179.55V14H186.96C188.6 14 189.94 14.28 190.98 14.84C192.04 15.4 192.82 16.15 193.32 17.09C193.84 18.03 194.1 19.07 194.1 20.21ZM207.129 35.21C205.649 35.21 204.269 34.95 202.989 34.43C201.729 33.91 200.619 33.18 199.659 32.24C198.719 31.28 197.979 30.15 197.439 28.85C196.919 27.53 196.659 26.08 196.659 24.5C196.659 22.92 196.919 21.48 197.439 20.18C197.979 18.86 198.719 17.73 199.659 16.79C200.619 15.83 201.729 15.09 202.989 14.57C204.269 14.05 205.649 13.79 207.129 13.79C208.589 13.79 209.949 14.05 211.209 14.57C212.489 15.09 213.599 15.83 214.539 16.79C215.479 17.73 216.209 18.86 216.729 20.18C217.269 21.48 217.539 22.92 217.539 24.5C217.539 26.08 217.269 27.53 216.729 28.85C216.209 30.15 215.479 31.28 214.539 32.24C213.599 33.18 212.489 33.91 211.209 34.43C209.949 34.95 208.589 35.21 207.129 35.21ZM207.129 33.11C208.629 33.11 209.979 32.76 211.179 32.06C212.379 31.36 213.329 30.37 214.029 29.09C214.729 27.79 215.079 26.26 215.079 24.5C215.079 22.72 214.729 21.19 214.029 19.91C213.329 18.61 212.379 17.62 211.179 16.94C209.979 16.24 208.629 15.89 207.129 15.89C205.609 15.89 204.239 16.24 203.019 16.94C201.819 17.62 200.869 18.61 200.169 19.91C199.469 21.19 199.119 22.72 199.119 24.5C199.119 26.26 199.469 27.79 200.169 29.09C200.869 30.37 201.819 31.36 203.019 32.06C204.239 32.76 205.609 33.11 207.129 33.11ZM227.845 35H225.205L219.295 14H221.845L226.525 32.09L231.685 14H234.355L239.485 32.06L244.195 14H246.715L240.805 35H238.165L233.005 17.6L227.845 35ZM263.896 16.1H252.526V23.27H261.076V25.37H252.526V32.9H263.896V35H250.126V14H263.896V16.1ZM280.527 20.21C280.527 18.95 280.157 17.95 279.417 17.21C278.677 16.47 277.467 16.1 275.787 16.1H270.807V24.32H275.817C276.917 24.32 277.807 24.15 278.487 23.81C279.187 23.47 279.697 22.99 280.017 22.37C280.357 21.75 280.527 21.03 280.527 20.21ZM275.787 14C277.427 14 278.767 14.28 279.807 14.84C280.867 15.4 281.657 16.15 282.177 17.09C282.697 18.01 282.957 19.05 282.957 20.21C282.957 21.03 282.817 21.81 282.537 22.55C282.277 23.29 281.857 23.95 281.277 24.53C280.697 25.11 279.957 25.57 279.057 25.91C278.157 26.25 277.077 26.42 275.817 26.42H270.807V35H268.407V14H275.787ZM277.527 25.52L283.347 35H280.617L274.947 25.52H277.527ZM300.927 16.1H289.557V23.27H298.107V25.37H289.557V32.9H300.927V35H287.157V14H300.927V16.1ZM312.369 14C314.689 14 316.669 14.43 318.309 15.29C319.969 16.13 321.239 17.34 322.119 18.92C323.019 20.5 323.469 22.38 323.469 24.56C323.469 26.72 323.019 28.58 322.119 30.14C321.239 31.7 319.969 32.9 318.309 33.74C316.669 34.58 314.689 35 312.369 35H305.439V14H312.369ZM312.369 32.9C315.229 32.9 317.389 32.17 318.849 30.71C320.309 29.25 321.039 27.2 321.039 24.56C321.039 21.9 320.309 19.83 318.849 18.35C317.389 16.85 315.229 16.1 312.369 16.1H307.839V32.9H312.369ZM348.392 19.7C348.392 18.6 348.022 17.73 347.282 17.09C346.562 16.43 345.482 16.1 344.042 16.1H338.102V23.27H344.132C345.492 23.27 346.542 22.95 347.282 22.31C348.022 21.67 348.392 20.8 348.392 19.7ZM335.702 35V14H344.252C345.732 14 346.952 14.25 347.912 14.75C348.872 15.25 349.582 15.91 350.042 16.73C350.522 17.53 350.762 18.42 350.762 19.4C350.762 20.36 350.582 21.17 350.222 21.83C349.882 22.47 349.412 22.98 348.812 23.36C348.232 23.74 347.592 24 346.892 24.14V24.35C347.732 24.47 348.482 24.74 349.142 25.16C349.802 25.56 350.322 26.11 350.702 26.81C351.082 27.51 351.272 28.36 351.272 29.36C351.272 30.4 351.012 31.35 350.492 32.21C349.972 33.07 349.202 33.75 348.182 34.25C347.182 34.75 345.952 35 344.492 35H335.702ZM338.102 32.9H344.312C345.752 32.9 346.872 32.58 347.672 31.94C348.492 31.28 348.902 30.34 348.902 29.12C348.902 27.9 348.472 26.97 347.612 26.33C346.772 25.69 345.642 25.37 344.222 25.37H338.102V32.9ZM368.887 14H371.557L363.877 26.93V35H361.477V26.96L353.797 14H356.467L362.677 24.65L368.887 14Z" fill="%23030B0E"/><script xmlns=""/></svg>');
text-decoration: none;
}
/*End extension CSS 14815, Norkon*/

/*Begin extension CSS 14816, Video*/
body {
}
.lc-video-stream {
    position: relative;
    padding-top: 56.25%;
}

.ncpost-content .bunny-video-info {
    display: none;
}
/*End extension CSS 14816, Video*/

/*Begin extension CSS 14820, Tags filtering*/
.ncpost-tags{display:flex;align-items:center;justify-content:start;margin-top:15px;}.ncpost-tags .ncpost-tag{display:inline-flex;font-size:14px;padding:10px 13px;border-radius:4px;background-color:#f2f2f2;cursor:pointer;transition:all ease-in-out .3s;margin-right:5px;}.ncpost-tags .ncpost-tag:hover{opacity:.8;}.tags-group{display:flex;align-items:center;justify-content:end;flex-wrap:wrap;margin:15px 0;}.tags-group .filtered-tag{padding:10px 13px;background-color:#f2f2f2;border-radius:4px;}.tags-group .filter-close-selection{margin-left:8px;cursor:pointer;}
/*End extension CSS 14820, Tags filtering*/

/*Begin extension CSS 14828, Sharing*/
.posts-view .share-icons-container{pointer-events:none;}.share-icons-top .ncpost-container share:first-of-type{display:flex;}.share-icons-bottom .ncpost-container share:last-of-type{display:flex;}.share-icons-container{display:none;align-items:center;margin:0 0 10px 0;}.share-icons-container .share-icons{display:flex;}.share-icons-container .share-icon{display:inline-flex;margin-right:5px;padding:3px;}.share-icons-container .share-icon svg{fill:#000;width:14px;}.share-icons-container .share-icon-link-success{position:absolute;top:-25px;background-color:#fff;padding:6px 8px;font-size:12px;color:#000;box-shadow:0 2px 9px rgba(0,0,0,.1);border-radius:3px;}
/*End extension CSS 14828, Sharing*/

/*Begin extension CSS 16814, Link card*/
.ncpost-link-card {
    margin: 15px 0;
    border: 1px solid #e1e1e1;
    display: flex;
    text-decoration: unset;
    padding: 20px;
}

.ncpost-link-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
}

.ncpost-link-card img {
    width: 180px;
    height: 100%;
    object-fit: cover;
}

.ncpost-link-card-info-title {
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 3px;
    color: #222;
}

.ncpost-link-card-info-site {
    color: #1e1e1e;
    font-size: 14px;
    margin-bottom: 10px;
}

.ncpost-link-card-info-description {
    color: #7c7c7c;
    font-weight: 400;
    font-size: 13px;
    text-decoration: unset;
}
/*End extension CSS 16814, Link card*/

/*Begin extension CSS 16816, Skin*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");.lc-feed-container{font-family:"Noto Sans",sans-serif;color:#000}.lc-feed-container .lc-load-more{background-color:#000;color:#fff;border-radius:4px;padding:12px;font-size:15px;font-weight:400;line-height:18px;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .lc-load-more:hover{background-color:#f6330a;opacity:1}.lc-feed-container .ncpost-questions-container{margin-left:85px;width:auto}@media(max-width:700px){.lc-feed-container .ncpost-questions-container{margin-left:0;margin-top:-20px}}.lc-feed-container .ncpost-new-comment-panel{display:flex;flex-direction:column;gap:10px}.lc-feed-container .ncpost-new-comment-panel .ncpost-upload-button{position:initial;justify-content:end}.lc-feed-container .ncpost-new-comment-panel .inline-button{position:initial;align-items:start}.lc-feed-container .ncpost-new-comment-panel>div{display:flex;flex-direction:column;gap:10px;font-size:16px;line-height:100%;color:#000}.lc-feed-container .ncpost-new-comment-panel>div input{box-shadow:none;border:1px solid #e5e7eb;border-radius:4px;padding:10px;margin:0}.lc-feed-container .ncpost-new-comment-panel>div input::placeholder{color:#a7adb8}.lc-feed-container .ncpost-new-comment-panel>div textarea{box-shadow:none;border:1px solid #e5e7eb;border-radius:4px;padding:10px;margin:0}.lc-feed-container .ncpost-new-comment-panel>div textarea::placeholder{color:#a7adb8}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit{border-radius:4px;padding:12px;margin:0;color:#fff;font-size:15px;font-weight:400;line-height:18px;background-color:#000;align-self:self-end;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit:hover{background-color:#f6330a;opacity:1}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit b{font-weight:normal}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit i{font-style:normal;display:none}.lc-feed-container .ncpost-channelcontent-container{display:flex;flex-direction:column;gap:30px}.lc-feed-container .ncpost-channelcontent-container .feed-football:empty{display:none}.lc-feed-container .ncpost-channelcontent-container .typing-enabled:has(.typing-container:empty){display:none}.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container{display:flex;flex-direction:column;gap:11px;margin-bottom:0}.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container h5{font-size:25px;line-height:100%;font-weight:700;color:#000}.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container p{margin:0;font-size:16px;line-height:100%;font-weight:400;color:#000}.lc-feed-container .ncpost-channelcontent-container .key-events-container{margin:0}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-left-col .key-event-time::after{display:none!important}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-title{color:#000;font-size:16px;line-height:100%}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time{color:#6b7280;font-size:14px;line-height:100%;margin:0;text-align:left}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time::before{width:10px;height:10px;border-radius:50%;content:" ";display:block;background-color:#f6330a;position:absolute;left:0;right:auto;top:3px;z-index:99}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time::after{width:2px;height:60px;content:" ";display:block;background-color:#f6330a!important;position:absolute;left:-6px;top:7px;right:auto;z-index:98}@media(max-width:700px){.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time::after{height:70px}}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event{padding:0;cursor:pointer;color:#386bbf;font-size:16px;line-height:100%;min-width:75px;text-decoration:none;font-weight:400}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event:hover{text-decoration:underline}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container{margin:0}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container .ncpost-new-comment-toggle{width:100%;text-align:center;border:1px solid #ccc;padding:10px 15px;border-radius:5px;color:#000;font-size:16px;font-weight:700;display:flex;justify-content:center;align-items:center;gap:5px;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container .ncpost-new-comment-toggle:hover{background-color:#dfdfdf;border-color:#dfdfdf}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container .ncpost-new-comment-toggle:before{content:"";display:block;width:16px;height:16px;background-size:contain;background-color:transparent;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0C8.20833 0 9.32292 0.239583 10.3438 0.71875C11.3646 1.19792 12.1667 1.84375 12.75 2.65625C13.3542 3.46875 13.6562 4.36458 13.6562 5.34375C13.6562 6.30208 13.3542 7.1875 12.75 8C12.1667 8.8125 11.3646 9.45833 10.3438 9.9375C9.32292 10.4167 8.20833 10.6562 7 10.6562C6.20833 10.6562 5.42708 10.5521 4.65625 10.3438C4.03125 10.8438 3.34375 11.2396 2.59375 11.5312C1.86458 11.8021 1.11458 11.9583 0.34375 12C1.01042 11.3125 1.51042 10.6667 1.84375 10.0625C2.05208 9.64583 2.15625 9.29167 2.15625 9C1.59375 8.5625 1.14583 8.02083 0.8125 7.375C0.5 6.72917 0.34375 6.05208 0.34375 5.34375C0.34375 4.36458 0.635417 3.46875 1.21875 2.65625C1.82292 1.84375 2.63542 1.19792 3.65625 0.71875C4.67708 0.239583 5.79167 0 7 0ZM7 9.34375C7.95833 9.34375 8.84375 9.16667 9.65625 8.8125C10.4896 8.4375 11.1458 7.94792 11.625 7.34375C12.1042 6.71875 12.3438 6.05208 12.3438 5.34375C12.3438 4.61458 12.1042 3.94792 11.625 3.34375C11.1458 2.71875 10.4896 2.22917 9.65625 1.875C8.84375 1.52083 7.95833 1.34375 7 1.34375C6.04167 1.34375 5.14583 1.52083 4.3125 1.875C3.5 2.22917 2.85417 2.71875 2.375 3.34375C1.89583 3.94792 1.65625 4.61458 1.65625 5.34375C1.65625 6.05208 1.89583 6.71875 2.375 7.34375C2.85417 7.94792 3.5 8.4375 4.3125 8.8125C5.14583 9.16667 6.04167 9.34375 7 9.34375Z" fill="%23000000"/></svg>')}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter{margin:0}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter>div:first-child{display:none}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group{display:flex;border:1px solid #e5e7eb;border-radius:30px}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label{padding:12.5px 15px 12.5px 15px;border:0;background:#fff;color:#000;font-size:14px;font-weight:400;line-height:100%;border-radius:30px;background-color:transparent}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label:first-child{border-radius:4px 0 0 4px;border-right:0}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label:last-child{border-radius:0 4px 4px 0;border-left:0}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label.active{color:#fff;background:#000;border:1px solid #000;border-radius:30px}.lc-feed-container .ncpost-channelcontent-container div:has(.tags-group:empty){display:none}.lc-feed-container .ncpost-channelcontent-container .tags-group{margin:0}.lc-feed-container .ncpost-channelcontent-container .tags-group:empty{display:none}.lc-feed-container .ncpost-channelcontent-container .tags-group .filtered-tag{background-color:#f7f7f7;border:1px solid #e5e7eb;border-radius:5px;padding:10px;color:#000;font-size:15px;font-weight:400;line-height:18px}@media(max-width:700px){.lc-feed-container .ncpost-list-post{padding-top:35px}}.lc-feed-container .ncpost-list-post .ncpost-icon-container{top:25px}.lc-feed-container .ncpost-container{display:flex!important;flex-direction:column;gap:10px;background-color:#fff;border-radius:7px;color:#000;font-size:16px;line-height:100%;box-shadow:0 4px 10px 0 #00000014;padding:30px;margin-left:85px;position:relative;width:auto;overflow:unset}@media(max-width:700px){.lc-feed-container .ncpost-container{margin:0}}.lc-feed-container .ncpost-container.ncpost-importance-2{border-bottom:0;border-top:6px solid #ff9b70;display:flex!important}.lc-feed-container .ncpost-container.ncpost-importance-3{border-bottom:0;border-top:6px solid #e9006b;display:flex!important}.lc-feed-container .ncpost-container .ncpost-avatar-container{display:none}.lc-feed-container .ncpost-container .ncpost-header{margin:0}.lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info .ncpost-byline{margin:0;color:#000;font-size:14px;font-style:normal;font-weight:700;line-height:normal}.lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info .ncpost-timestamp{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal;width:fit-content;position:absolute;left:-110px;display:flex;flex-direction:column;gap:5px}@media(max-width:700px){.lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info .ncpost-timestamp{left:0;top:-30px;flex-direction:row}}.lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info .ncpost-timestamp .ncpost-timestamp-date{font-weight:bold}.lc-feed-container .ncpost-container .ncpost-header{padding:0!important}.lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info{width:100%;display:flex;justify-content:space-between}.lc-feed-container .ncpost-container .share-icons-container{margin:0;position:absolute;right:20px}.lc-feed-container .ncpost-container .share-icons-container:hover .share-icons{visibility:visible}.lc-feed-container .ncpost-container .share-icons-container:hover .share-tooltip-trigger{color:#f6330a}.lc-feed-container .ncpost-container .share-icons-container:hover .share-tooltip-trigger svg{fill:#f6330a}.lc-feed-container .ncpost-container .share-icons-container .share-tooltip-trigger{cursor:pointer;font-weight:400;font-size:12px;line-height:100%;display:flex;gap:5px;align-items:center;justify-content:center;padding-right:20px}.lc-feed-container .ncpost-container .share-icons-container .share-tooltip-trigger svg{fill:black;width:15px}@media(max-width:700px){.lc-feed-container .ncpost-container .share-icons-container .share-tooltip-trigger{margin-right:20px;padding-right:0}}.lc-feed-container .ncpost-container .share-icons-container .share-icons{flex-direction:column;visibility:hidden;position:absolute;top:18px;right:-20px;background:#fff;padding:25px;border-radius:16px;gap:5px}.lc-feed-container .ncpost-container .share-icons-container .share-icons::before{content:"";position:absolute;top:calc(-.5rem);left:calc(-.5rem);height:calc(101%);width:calc(101%);background:rgba(0,0,0,0);z-index:10}.lc-feed-container .ncpost-container .share-icons-container .share-icons::before:hover{opacity:1}.lc-feed-container .ncpost-container .share-icons-container .share-icons::before:hover{opacity:1}@media(max-width:700px){.lc-feed-container .ncpost-container .share-icons-container .share-icons{right:-15px}}.lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon{z-index:11;text-decoration:none;font-weight:400;font-size:12px;line-height:100%;color:#000;display:flex;align-items:center;gap:5px}.lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon:hover{color:#f6330a}.lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon:hover svg{fill:#f6330a}.lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon svg{fill:#000}.lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon svg:hover{fill:#f6330a}.lc-feed-container .ncpost-container .ncpost-content{display:flex;flex-direction:column;gap:10px}.lc-feed-container .ncpost-container .ncpost-content a{color:#386bbf}.lc-feed-container .ncpost-container .ncpost-content p{margin:0}.lc-feed-container .ncpost-container .ncpost-content blockquote:not(.tiktok-embed){border:0;padding:0;display:flex;gap:10px;color:#000;font-size:25px;font-weight:700;margin:0}.lc-feed-container .ncpost-container .ncpost-content blockquote:not(.tiktok-embed) p{margin:0}.lc-feed-container .ncpost-container .ncpost-content blockquote:not(.tiktok-embed)::before{content:url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.48047 0.480469L4.01953 5.51953H7.76953V13.0195H0.269531V5.51953L2.73047 0.480469H6.48047ZM16.5 0.480469L13.9805 5.51953H17.7305V13.0195H10.2305V5.51953L12.75 0.480469H16.5Z" fill="black"/></svg>')}.lc-feed-container .ncpost-container .ncpost-link-card{gap:15px;border-radius:5px;border:1px solid #e5e7eb;background:#fff;margin:0;padding:20px}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-image{margin:0;border-radius:0}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info{display:flex;flex-direction:column;gap:5px;padding:0}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-title{margin:0;text-decoration:none;color:#386bbf;font-size:18px;line-height:100%;font-weight:700;line-height:normal}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-site{margin:0;color:#6b7280;font-weight:400;font-size:13px;line-height:100%}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-description{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-link-card{flex-direction:column}.lc-feed-container .ncpost-container .ncpost-link-card img{width:100%;max-height:200px}}.lc-feed-container .ncpost-container .ncpost-title{margin:0;font-weight:700;color:#000;font-size:25px;line-height:100%}.lc-feed-container .ncpost-container .ncpost-title.ncpost-breaking{color:#f6330a;background:transparent;padding:0}.lc-feed-container .ncpost-container .ncpost-tags{gap:10px;margin-top:0}.lc-feed-container .ncpost-container .ncpost-tags .ncpost-tag{background-color:#f7f7f7;border:1px solid #e5e7eb;border-radius:5px;padding:10px;color:#000;font-size:15px;font-weight:400;line-height:18px}.lc-feed-container .ncpost-container .ncpost-image-byline{text-align:left}.lc-feed-container .ncpost-container .ncpost-image-byline .ncpost-image-byline-description{color:#6b7280;font-size:15px;font-weight:400;line-height:18px}.lc-feed-container .ncpost-container .ncpost-comments-container .ncpost-new-comment-toggle{display:flex;align-items:center;gap:5px;color:#f6330a;font-size:16px;font-weight:700;line-height:19.2px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .ncpost-container .ncpost-comments-container .ncpost-new-comment-toggle:hover{opacity:.75}.lc-feed-container .ncpost-container .ncpost-comments-container .ncpost-new-comment-toggle::before{content:"";display:block;width:16px;height:16px;background-size:contain;background-color:transparent;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0C8.20833 0 9.32292 0.239583 10.3438 0.71875C11.3646 1.19792 12.1667 1.84375 12.75 2.65625C13.3542 3.46875 13.6562 4.36458 13.6562 5.34375C13.6562 6.30208 13.3542 7.1875 12.75 8C12.1667 8.8125 11.3646 9.45833 10.3438 9.9375C9.32292 10.4167 8.20833 10.6562 7 10.6562C6.20833 10.6562 5.42708 10.5521 4.65625 10.3438C4.03125 10.8438 3.34375 11.2396 2.59375 11.5312C1.86458 11.8021 1.11458 11.9583 0.34375 12C1.01042 11.3125 1.51042 10.6667 1.84375 10.0625C2.05208 9.64583 2.15625 9.29167 2.15625 9C1.59375 8.5625 1.14583 8.02083 0.8125 7.375C0.5 6.72917 0.34375 6.05208 0.34375 5.34375C0.34375 4.36458 0.635417 3.46875 1.21875 2.65625C1.82292 1.84375 2.63542 1.19792 3.65625 0.71875C4.67708 0.239583 5.79167 0 7 0ZM7 9.34375C7.95833 9.34375 8.84375 9.16667 9.65625 8.8125C10.4896 8.4375 11.1458 7.94792 11.625 7.34375C12.1042 6.71875 12.3438 6.05208 12.3438 5.34375C12.3438 4.61458 12.1042 3.94792 11.625 3.34375C11.1458 2.71875 10.4896 2.22917 9.65625 1.875C8.84375 1.52083 7.95833 1.34375 7 1.34375C6.04167 1.34375 5.14583 1.52083 4.3125 1.875C3.5 2.22917 2.85417 2.71875 2.375 3.34375C1.89583 3.94792 1.65625 4.61458 1.65625 5.34375C1.65625 6.05208 1.89583 6.71875 2.375 7.34375C2.85417 7.94792 3.5 8.4375 4.3125 8.8125C5.14583 9.16667 6.04167 9.34375 7 9.34375Z" fill="%23f6330a"/></svg>')}.lc-feed-container .ncpost-container .ncpost-user-contribution{padding:0 30px}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-user-contribution{padding:0}}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-comment{background-color:#f6f6f6;padding:15px;gap:5px;border-radius:8px 8px 8px 0;font-size:15px;line-height:18px}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name{font-weight:700}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#6b7280}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies{padding-left:0}}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply{background-color:#f6330a;color:#fff;padding:15px;gap:5px;border-radius:8px 8px 0 8px;font-size:15px;line-height:18px}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name{font-weight:700}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#fff!important}.lc-feed-container .ncpost-user-contribution{padding:0 30px}@media(max-width:500px){.lc-feed-container .ncpost-user-contribution{padding:0}}.lc-feed-container .ncpost-user-contribution .ncpost-user-comment{background-color:#fff;padding:15px;gap:5px;border-radius:8px 8px 8px 0;font-size:15px;line-height:18px;box-shadow:0 4px 10px 0 #00000014}.lc-feed-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name{font-weight:700}.lc-feed-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#6b7280}@media(max-width:500px){.lc-feed-container .ncpost-user-contribution .ncpost-user-replies{padding-left:0}}.lc-feed-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply{background-color:#f6330a;color:#fff;padding:15px;gap:5px;border-radius:8px 8px 0 8px;font-size:15px;line-height:18px}.lc-feed-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name{font-weight:700}.lc-feed-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#fff!important}.lc-feed-container .ncpost-linked .ncpost-icon-container{top:25px}.lc-feed-container .ncpost-pinned-post .ncpost-container{border-top:6px solid #386bbf}.lc-feed-container .ncpost-pinned-post .ncpost-icon-container{top:25px}.lc-feed-container .ncpost-importance-0:not(:has(.ncpost-content)){display:none!important}.editor-preview-and-feed .posts-view .ncpost-container .ncpost-avatar-container{top:15px}
/*End extension CSS 16816, Skin*/

/*Begin extension CSS 16834, Icon library*/
.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:60px;position:relative}.lc-feed-container .ncpost-list-post .ncpost-container,.lc-feed-container .ncpost-pinned-post .ncpost-container,.lc-feed-container .ncpost-linked .ncpost-container{position:relative;overflow:unset}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header{display:flex;flex-direction:column-reverse;margin-bottom:20px;padding-right:30px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header svg{display:none!important}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:35px;position:absolute;left:-92px;top:70px}.lc-feed-container .ncpost-list-post .ncpost-icon-container svg,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container svg,.lc-feed-container .ncpost-linked .ncpost-icon-container svg{width:100%;height:100%}.lc-feed-container .ncpost-list-post .ncpost-icon-container img,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container img,.lc-feed-container .ncpost-linked .ncpost-icon-container img{width:100%}@media(max-width:600px){.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:0}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:25px;left:unset;right:15px}}.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:60px;position:relative}.posts-view .ncpost-list-post .ncpost-container,.posts-view .ncpost-pinned-post .ncpost-container{overflow:unset}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:35px;position:absolute;left:-50px;top:10px}.posts-view .ncpost-list-post .ncpost-icon-container svg,.posts-view .ncpost-pinned-post .ncpost-icon-container svg{width:100%;height:100%}.posts-view .ncpost-list-post .ncpost-icon-container img,.posts-view .ncpost-pinned-post .ncpost-icon-container img{width:100%;height:100%}@media(max-width:600px){.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:30px}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:25px}}.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:60px;position:relative}.lc-feed-container .ncpost-list-post .ncpost-container,.lc-feed-container .ncpost-pinned-post .ncpost-container,.lc-feed-container .ncpost-linked .ncpost-container{position:relative;overflow:unset}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header{display:flex;flex-direction:column-reverse;margin-bottom:20px;padding-right:30px!important}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header svg{display:none!important}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:35px;position:absolute;left:-92px;top:70px}.lc-feed-container .ncpost-list-post .ncpost-icon-container svg,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container svg,.lc-feed-container .ncpost-linked .ncpost-icon-container svg{width:100%;height:100%}.lc-feed-container .ncpost-list-post .ncpost-icon-container img,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container img,.lc-feed-container .ncpost-linked .ncpost-icon-container img{width:100%}@media(max-width:600px){.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:0}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:25px;left:unset;right:15px}}.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:60px;position:relative}.posts-view .ncpost-list-post .ncpost-container,.posts-view .ncpost-pinned-post .ncpost-container{overflow:unset}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:35px;position:absolute;left:-50px;top:10px}.posts-view .ncpost-list-post .ncpost-icon-container svg,.posts-view .ncpost-pinned-post .ncpost-icon-container svg{width:100%;height:100%}.posts-view .ncpost-list-post .ncpost-icon-container img,.posts-view .ncpost-pinned-post .ncpost-icon-container img{width:100%;height:100%}@media(max-width:600px){.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:30px}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:25px}}.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:60px;position:relative}.lc-feed-container .ncpost-list-post .ncpost-container,.lc-feed-container .ncpost-pinned-post .ncpost-container,.lc-feed-container .ncpost-linked .ncpost-container{position:relative;overflow:unset}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header{display:flex;flex-direction:column-reverse;margin-bottom:20px;padding-right:30px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header svg{display:none!important}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:35px;position:absolute;left:-92px;top:70px}.lc-feed-container .ncpost-list-post .ncpost-icon-container svg,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container svg,.lc-feed-container .ncpost-linked .ncpost-icon-container svg{width:100%;height:100%}.lc-feed-container .ncpost-list-post .ncpost-icon-container img,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container img,.lc-feed-container .ncpost-linked .ncpost-icon-container img{width:100%}@media(max-width:600px){.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:0}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:25px;left:unset;right:15px}}.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:60px;position:relative}.posts-view .ncpost-list-post .ncpost-container,.posts-view .ncpost-pinned-post .ncpost-container{overflow:unset}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:35px;position:absolute;left:-50px;top:10px}.posts-view .ncpost-list-post .ncpost-icon-container svg,.posts-view .ncpost-pinned-post .ncpost-icon-container svg{width:100%;height:100%}.posts-view .ncpost-list-post .ncpost-icon-container img,.posts-view .ncpost-pinned-post .ncpost-icon-container img{width:100%;height:100%}@media(max-width:600px){.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:30px}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:25px}} 
@media(max-width:700px) {
.lc-feed-container .ncpost-list-post .ncpost-icon-container, .lc-feed-container .ncpost-pinned-post .ncpost-icon-container, .lc-feed-container .ncpost-linked .ncpost-icon-container {
        width: 25px;
        left: unset;
        right: 0;
        top: -30px;
}}
/*End extension CSS 16834, Icon library*/


.nc-lc-extensions-css{ display: block }