@charset "UTF-8";

.pswp {
    display: none;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    -webkit-backface-visibility: hidden;
    background: #000;
    opacity: 0;
    transform: translateZ(0)
}

.pswp__bg,
.pswp__scroll-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    touch-action: none
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    width: 100%
}

.pswp__bg {
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    bottom: 0;
    overflow: hidden;
    right: 0
}

.pswp__img,
.pswp__item {
    left: 0;
    position: absolute;
    top: 0
}

.pswp__img {
    height: auto;
    width: auto
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    height: auto !important;
    left: 0;
    top: 0;
    width: 100% !important
}

.pswp__error-msg {
    color: #ccc;
    font-size: 14px;
    left: 0;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

.vue-slider-disabled {
    cursor: not-allowed;
    opacity: .5
}

.vue-slider-rail {
    background-color: #ccc;
    border-radius: 15px
}

.vue-slider-process {
    background-color: #3498db;
    border-radius: 15px
}

.vue-slider-mark {
    z-index: 4
}

.vue-slider-mark:first-child .vue-slider-mark-step,
.vue-slider-mark:last-child .vue-slider-mark-step {
    display: none
}

.vue-slider-mark-step {
    background-color: rgba(0, 0, 0, .16);
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.vue-slider-mark-label {
    font-size: 14px;
    white-space: nowrap
}

.vue-slider-dot-handle {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .32);
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    width: 100%
}

.vue-slider-dot-handle-focus {
    box-shadow: 0 0 1px 2px rgba(52, 152, 219, .36)
}

.vue-slider-dot-handle-disabled {
    background-color: #ccc;
    cursor: not-allowed
}

.vue-slider-dot-tooltip-inner {
    background-color: #3498db;
    border-color: #3498db;
    border-radius: 5px;
    box-sizing: content-box;
    color: #fff;
    font-size: 14px;
    min-width: 20px;
    padding: 2px 5px;
    text-align: center;
    white-space: nowrap
}

.vue-slider-dot-tooltip-inner:after {
    content: "";
    position: absolute
}

.vue-slider-dot-tooltip-inner-top:after {
    border: 5px solid transparent;
    border-top-color: inherit;
    height: 0;
    left: 50%;
    top: 100%;
    transform: translate(-50%);
    width: 0
}

.vue-slider-dot-tooltip-inner-bottom:after {
    border: 5px solid transparent;
    border-bottom-color: inherit;
    bottom: 100%;
    height: 0;
    left: 50%;
    transform: translate(-50%);
    width: 0
}

.vue-slider-dot-tooltip-inner-left:after {
    border: 5px solid transparent;
    border-left-color: inherit;
    height: 0;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0
}

.vue-slider-dot-tooltip-inner-right:after {
    border: 5px solid transparent;
    border-right-color: inherit;
    height: 0;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0
}

.vue-slider-dot-tooltip-wrapper {
    opacity: 0;
    transition: all .3s
}

.vue-slider-dot-tooltip-wrapper-show {
    opacity: 1
}

.icon {
    font-style: normal;
    font-weight: 400
}

.icon.icon-account-back:before {
    content: "\ea01";
    font-family: iconfont
}

.icon.icon-arrow-down:before {
    content: "\ea02";
    font-family: iconfont
}

.icon.icon-arrow-link:before {
    content: "\ea03";
    font-family: iconfont
}

.icon.icon-close:before {
    content: "\ea04";
    font-family: iconfont
}

.icon.icon-comment:before {
    content: "\ea05";
    font-family: iconfont
}

.icon.icon-discord:before {
    content: "\ea06";
    font-family: iconfont
}

.icon.icon-download-pdf:before {
    content: "\ea07";
    font-family: iconfont
}

.icon.icon-email:before {
    content: "\ea08";
    font-family: iconfont
}

.icon.icon-facebook:before {
    content: "\ea09";
    font-family: iconfont
}

.icon.icon-file-download:before {
    content: "\ea0a";
    font-family: iconfont
}

.icon.icon-flea-arrow-link:before {
    content: "\ea0b";
    font-family: iconfont
}

.icon.icon-flipboard:before {
    content: "\ea0c";
    font-family: iconfont
}

.icon.icon-instagram:before {
    content: "\ea0d";
    font-family: iconfont
}

.icon.icon-job-dot:before {
    content: "\ea0e";
    font-family: iconfont
}

.icon.icon-job-function:before {
    content: "\ea0f";
    font-family: iconfont
}

.icon.icon-job-job-type:before {
    content: "\ea10";
    font-family: iconfont
}

.icon.icon-job-location:before {
    content: "\ea11";
    font-family: iconfont
}

.icon.icon-jobs-close:before {
    content: "\ea12";
    font-family: iconfont
}

.icon.icon-jobs-upload-file:before {
    content: "\ea13";
    font-family: iconfont
}

.icon.icon-kakao-story:before {
    content: "\ea14";
    font-family: iconfont
}

.icon.icon-left-arrow:before {
    content: "\ea15";
    font-family: iconfont
}

.icon.icon-link-external:before {
    content: "\ea16";
    font-family: iconfont
}

.icon.icon-link:before {
    content: "\ea17";
    font-family: iconfont
}

.icon.icon-location-global-asia:before {
    content: "\ea18";
    font-family: iconfont
}

.icon.icon-location-global:before {
    content: "\ea19";
    font-family: iconfont
}

.icon.icon-navbar-account:before {
    content: "\ea1a";
    font-family: iconfont
}

.icon.icon-navbar-dark:before {
    content: "\ea1b";
    font-family: iconfont
}

.icon.icon-navbar-hamburger:before {
    content: "\ea1c";
    font-family: iconfont
}

.icon.icon-navbar-light:before {
    content: "\ea1d";
    font-family: iconfont
}

.icon.icon-navbar-nine-dot:before {
    content: "\ea1e";
    font-family: iconfont
}

.icon.icon-navbar-region-asia:before {
    content: "\ea1f";
    font-family: iconfont
}

.icon.icon-navbar-region-na:before {
    content: "\ea20";
    font-family: iconfont
}

.icon.icon-navbar-search:before {
    content: "\ea21";
    font-family: iconfont
}

.icon.icon-naver:before {
    content: "\ea22";
    font-family: iconfont
}

.icon.icon-next:before {
    content: "\ea23";
    font-family: iconfont
}

.icon.icon-o:before {
    content: "\ea24";
    font-family: iconfont
}

.icon.icon-pagination-next:before {
    content: "\ea25";
    font-family: iconfont
}

.icon.icon-pagination-prev:before {
    content: "\ea26";
    font-family: iconfont
}

.icon.icon-pinterest:before {
    content: "\ea27";
    font-family: iconfont
}

.icon.icon-pocket:before {
    content: "\ea28";
    font-family: iconfont
}

.icon.icon-radio-transcript:before {
    content: "\ea29";
    font-family: iconfont
}

.icon.icon-reddit:before {
    content: "\ea2a";
    font-family: iconfont
}

.icon.icon-right-arrow:before {
    content: "\ea2b";
    font-family: iconfont
}

.icon.icon-rss:before {
    content: "\ea2c";
    font-family: iconfont
}

.icon.icon-share:before {
    content: "\ea2d";
    font-family: iconfont
}

.icon.icon-shopping-mob-nav-arrow:before {
    content: "\ea2e";
    font-family: iconfont
}

.icon.icon-threads:before {
    content: "\ea2f";
    font-family: iconfont
}

.icon.icon-tiktok:before {
    content: "\ea30";
    font-family: iconfont
}

.icon.icon-trending:before {
    content: "\ea31";
    font-family: iconfont
}

.icon.icon-twitter:before {
    content: "\ea32";
    font-family: iconfont
}

.icon.icon-video-play:before {
    content: "\ea33";
    font-family: iconfont
}

.icon.icon-weibo:before {
    content: "\ea34";
    font-family: iconfont
}

.icon.icon-weixin:before {
    content: "\ea35";
    font-family: iconfont
}

.icon.icon-youtube:before {
    content: "\ea36";
    font-family: iconfont
}

@font-face {
    font-family: iconfont;
    src: url(iconfont.1bff7f30.eot);
    src: url(iconfont.1bff7f30.eot?#iefix) format("embedded-opentype"), url(iconfont.21d24419.woff) format("woff"), url(iconfont.3bd2b68b.ttf) format("truetype"), url(iconfont.ff16501f.svg) format("svg")
}

.icon {
    line-height: 1
}

.icon:before {
    display: block
}

.fixed-ratio {
    position: relative
}

.fixed-ratio:before {
    content: "";
    display: block;
    width: 100%
}

.fixed-ratio>* {
    inset: 0;
    position: absolute
}

.post-container {
    margin-top: 30px;
    max-height: 100%
}

@media (max-width: 767.98px) {
    .post-container {
        margin-top: 15px
    }
}

.post-container .see-more-btn .icon {
    font-size: 6px;
    margin-left: 5px;
    margin-top: 1px;
    position: relative
}

.post-container .credentials-collapse.collapse.show+.see-more-btn .more,
.post-container .credentials-collapse.collapsing.show+.see-more-btn .more {
    display: none
}

.post-container .credentials-collapse.collapse.show+.see-more-btn .less,
.post-container .credentials-collapse.collapsing.show+.see-more-btn .less {
    display: inherit
}

.post-container .credentials-collapse.collapse.show+.see-more-btn .icon,
.post-container .credentials-collapse.collapsing.show+.see-more-btn .icon {
    transform: rotate(180deg)
}

.post-container .credentials-collapse.collapse+.see-more-btn,
.post-container .credentials-collapse.collapsing+.see-more-btn {
    align-items: center;
    color: #888 !important;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none
}

.post-container .credentials-collapse.collapse+.see-more-btn .more,
.post-container .credentials-collapse.collapsing+.see-more-btn .more {
    display: inherit
}

.post-container .credentials-collapse.collapse+.see-more-btn .less,
.post-container .credentials-collapse.collapsing+.see-more-btn .less {
    display: none
}

.post-container .credentials-collapse.collapse+.see-more-btn .icon,
.post-container .credentials-collapse.collapsing+.see-more-btn .icon {
    filter: invert(.5)
}

.post-container section.post {
    margin-bottom: 30px;
    position: relative
}

.post-container section.post .post-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 6px;
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 767.98px) {
    .post-container section.post .post-header {
        margin-bottom: 0
    }
}

.post-container section.post .post-header .post-body-excerpt,
.post-container section.post .post-header .post-body-title {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    word-break: break-word
}

@media (max-width: 767.98px) {

    .post-container section.post .post-header .post-body-excerpt,
    .post-container section.post .post-header .post-body-title {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.post-container section.post .post-header .post-body-title {
    color: var(--text-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25em;
    margin-bottom: 13px;
    word-break: break-word
}

@media (max-width: 991.98px) {
    .post-container section.post .post-header .post-body-title {
        font-size: 20px;
        margin-bottom: 5px
    }
}

.post-container section.post .post-header .post-body-excerpt {
    color: #888;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .post-container section.post .post-header .post-body-excerpt {
        line-height: 23px;
        margin-bottom: 27px;
        margin-top: 0
    }
}

@media (max-width: 991.98px) {
    .post-container section.post .post-header-below {
        margin: 0 auto;
        max-width: 500px
    }
}

@media (max-width: 767.98px) {
    .post-container section.post {
        margin-bottom: 10px;
        margin-top: 5px
    }

    .post-container section.post .post-gallery-container {
        margin-bottom: 0
    }
}

.post-container section.post .col-post-body {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (min-width: 992px) {
    .post-container section.post .col-post-body {
        flex: 0 0 calc(100% - 330px);
        max-width: calc(100% - 330px)
    }
}

@media (max-width: 767.98px) {
    .post-container section.post .col-post-body {
        overflow: hidden
    }
}

.post-container section.post .aside-top-bar,
.post-container section.post .post-body-top-bar {
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
    margin-bottom: 30px;
    padding-bottom: 16px;
    padding-top: 10px
}

@media (max-width: 991.98px) {

    .post-container section.post .aside-top-bar,
    .post-container section.post .post-body-top-bar {
        border-bottom: 0;
        font-size: 12px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
        padding-top: 15px;
        width: 500px
    }
}

@media (max-width: 767.98px) {

    .post-container section.post .aside-top-bar,
    .post-container section.post .post-body-top-bar {
        max-width: 500px;
        width: 100%
    }
}

.post-container section.post .post-body-top-bar {
    color: #888
}

.post-container section.post .post-body-top-bar a {
    color: #000
}

.post-container section.post .post-body-top-bar a:hover {
    color: #487ec0
}

.post-container section.post .post-body-top-bar>.hidden {
    background-color: #fff;
    box-shadow: 3px 0 4px #fff
}

.post-container section.post .post-body-top-bar .post-body-top-bar-hype-comments-container,
.post-container section.post .post-body-top-bar .post-body-top-bar-share-meta-container {
    align-items: center;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    width: auto
}

.post-container section.post .post-body-top-bar .post-body-top-bar-hype-comments-container .disqus-comment-count,
.post-container section.post .post-body-top-bar .post-body-top-bar-share-meta-container .disqus-comment-count {
    font-weight: 700;
    margin-left: 15px
}

@media (max-width: 767.98px) {

    .post-container section.post .post-body-top-bar .post-body-top-bar-hype-comments-container .disqus-comment-count,
    .post-container section.post .post-body-top-bar .post-body-top-bar-share-meta-container .disqus-comment-count {
        font-weight: 400;
        margin-left: 10px
    }
}

.post-container section.post .post-body-top-bar .post-body-top-bar-hype-comments-container .disqus-comment-count a,
.post-container section.post .post-body-top-bar .post-body-top-bar-share-meta-container .disqus-comment-count a {
    color: #888
}

.post-container section.post .post-body-top-bar .post-body-top-bar-hype-comments-container .disqus-comment-count:hover .sprite,
.post-container section.post .post-body-top-bar .post-body-top-bar-share-meta-container .disqus-comment-count:hover .sprite {
    filter: none
}

.post-container section.post .post-body-top-bar .post-body-top-bar-hype-comments-container .disqus-comment-count:hover a,
.post-container section.post .post-body-top-bar .post-body-top-bar-share-meta-container .disqus-comment-count:hover a {
    color: #000
}

.post-container section.post .post-body-top-bar .sprite-comments,
.post-container section.post .post-body-top-bar .sprite-hype-flame-grey {
    filter: invert(60%)
}

@media (max-width: 991.98px) {
    .post-container section.post .post-body-top-bar .post-body-top-bar-hype-comments-container {
        padding-left: 0
    }
}

.post-container section.post .post-body-top-bar .post-body-top-bar-hype-comments-container .hype-count .sprite {
    margin-right: 1px
}

.post-container section.post .post-body-top-bar .post-body-top-bar-hype-comments-container .disqus-comment-count .sprite {
    margin-right: 6px
}

.post-container section.post .post-body-top-bar .post-body-top-bar-share-meta-container {
    flex-grow: 1
}

.post-container section.post .post-body-top-bar .post-body-top-bar-share-meta-container .post-body-top-bar-share a .sprite {
    filter: invert(60%)
}

.post-container section.post .post-body-top-bar .post-body-top-bar-share-meta-container .post-body-top-bar-share a:hover {
    opacity: 1
}

.post-container section.post .post-body-top-bar .post-body-top-bar-share-meta-container .post-body-top-bar-share a:hover .sprite {
    filter: none
}

.post-container section.post .post-body-top-bar .post-body-top-bar-share-meta-container .post-body-top-bar-meta .post-body-top-bar-category {
    font-weight: 500;
    letter-spacing: normal;
    margin-right: 10px
}

.post-container section.post .post-body-top-bar .post-body-top-bar-share-meta-container .post-body-top-bar-meta .post-body-top-bar-category a {
    color: #888
}

.post-container section.post .post-body-top-bar .post-body-top-bar-share-meta-container .post-body-top-bar-meta .post-body-top-bar-category a:hover {
    color: #000
}

@media (max-width: 991.98px) {
    .post-container section.post .post-body-top-bar .post-body-top-bar-share-meta-container .post-body-top-bar-meta {
        display: flex;
        width: 100%
    }

    .post-container section.post .post-body-top-bar .post-body-top-bar-share-meta-container .post-body-top-bar-meta .post-body-top-bar-category {
        flex-grow: 1
    }
}

.post-container section.post .post-body {
    margin-bottom: 0
}

.post-container section.post .post-body .post-body-sidebar {
    font-size: 14px
}

@media (min-width: 992px) {
    .post-container section.post .post-body .post-body-sidebar {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - var(--article-content-width-md))
    }
}

@media (min-width: 1400px) {
    .post-container section.post .post-body .post-body-sidebar {
        width: calc(100% - var(--article-content-width-lg))
    }
}

@media (max-width: 991.98px) {
    .post-container section.post .post-body .post-body-sidebar {
        display: none
    }
}

.post-container section.post .post-body .post-body-sidebar a {
    color: var(--text-color)
}

.post-container section.post .post-body .post-body-sidebar a:hover {
    color: var(--text-hover-color);
    text-decoration: none
}

.post-container section.post .post-body .post-body-sidebar .sidebar-divider {
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 20px;
    width: 25px
}

.post-container section.post .post-body .post-body-sidebar .sidebar-divider.share-divider {
    margin-top: 15px
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper {
    font-size: 13px;
    line-height: 1.3em;
    margin-bottom: 20px;
    margin-top: 7px;
    position: sticky;
    top: 81px;
    transition: top .3s ease
}

body.nav-hidden .post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper {
    top: 25px
}

@media (min-width: 576px) and (max-width:991.98px) {
    .post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper {
        display: flex;
        font-size: 14px;
        justify-content: space-between;
        line-height: 18px
    }

    .post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share {
        order: 2
    }
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share {
    position: relative;
    z-index: 5
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share h6 {
    font-size: 10px;
    letter-spacing: .6px;
    margin-bottom: 17px;
    text-transform: uppercase
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    line-height: 1em;
    width: 100%
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container a {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    padding: 0;
    text-transform: capitalize
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container a .svg-icon {
    width: 20px
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container a .svg-icon #share-btn-more circle,
.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container a .svg-icon path,
.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container a .svg-icon polyline {
    fill: var(--share-buttons-path-fill)
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container a:hover .svg-icon {
    opacity: .6
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container a.hidden {
    margin-bottom: 0;
    max-height: 0
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container a.hidden .sharing-title {
    max-height: 0
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container a .sharing-title {
    font-size: 13px;
    font-weight: 500;
    margin-left: 7px
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container a.link {
    padding-right: 10px
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container a.more-btn {
    display: flex;
    margin-bottom: 0
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container.reveal a.hidden {
    background-color: var(--background-color);
    box-shadow: 3px 0 4px var(--background-color);
    margin-bottom: 10px;
    max-height: 100%;
    transition: margin-bottom .1s linear .1s
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container.reveal a.hidden .sprite {
    opacity: .8
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container.reveal a.hidden .sharing-title {
    max-height: 100%
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container.reveal a.more-btn {
    display: none;
    margin-bottom: 0;
    max-height: 0
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .share-buttons-container.reveal a.more-btn .sharing-title {
    max-height: 0
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .qr-code-container {
    display: grid;
    grid-template-columns: 90px 1fr;
    margin-top: 10px;
    grid-column-gap: 15px
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .qr-code-container .description {
    font-size: 13px;
    line-height: 17px;
    max-width: 198px
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .qr-code-container .description p {
    margin-bottom: 5px
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .qr-code-container .description a {
    color: var(link-color);
    font-weight: 500
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-share .qr-code-container .description a:hover {
    color: var(--link-hover-color)
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-category,
.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-published {
    margin-bottom: 15px
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-author h6,
.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-credentials h6 {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .6px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-category {
    font-weight: 500
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-author {
    display: flex;
    flex-direction: column;
    margin-bottom: 13px
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-author .article-author {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.46
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-author .admin-tool-container {
    margin-left: 5px
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-credentials .credential {
    margin-bottom: 20px
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-credentials .credential span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.46
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-hype-comments-container {
    margin-bottom: 7px
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-hype-comments-container li {
    margin-bottom: 13px
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-hype-comments-container li a {
    color: #888
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-hype-comments-container li a:hover {
    opacity: .6
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-hype-comments-container li .disqus-comment-count,
.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-hype-comments-container li .hype-count {
    display: inline-flex;
    font-size: 13px;
    line-height: 16px
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-hype-comments-container li .disqus-comment-count a {
    font-size: inherit
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-hype-comments-container li .disqus-comment-count+.floating-tooltip {
    display: none !important
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper .post-body-sidebar-hype-comments-container li:last-child {
    margin-bottom: 0
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-upper>div:empty {
    display: none
}

.post-container section.post .post-body .post-body-sidebar .post-body-sidebar-lower {
    align-items: flex-end;
    flex-basis: 14%
}

.post-container section.post .post-body .post-body-content {
    color: var(--content-text-color);
    line-height: 1.6em;
    margin-bottom: 26px
}

@media (max-width: 991.98px) {
    .post-container section.post .post-body .post-body-content {
        margin: 0 auto;
        max-width: 500px
    }
}

@media (max-width: 767.98px) {
    .post-container section.post .post-body .post-body-content {
        font-size: .98rem;
        line-height: 1.7em;
        margin-bottom: 20px
    }
}

.post-container section.post .post-body .post-body-before-content-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .post-container section.post .post-body .post-body-before-content-title {
        margin-bottom: 0
    }
}

.post-container section.post .post-body .post-body-before-content-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 12px
}

@media (min-width: 992px) {
    .post-container section.post .post-body .post-body-before-content-meta {
        margin-bottom: 7px
    }
}

.post-container section.post .post-body .post-body-before-content-meta .post-body-before-content-category a {
    color: #888;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.post-container section.post .post-body .post-body-before-content-meta .post-body-before-content-category a:hover {
    color: #aaa;
    text-decoration: none
}

.post-container section.post .post-body .post-body-before-content-meta .post-body-before-content-category span {
    display: none
}

.post-container section.post .post-body .post-body-before-content-meta .post-body-before-content-published time {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.post-container section.post .post-body .post-body-before-content-meta .post-body-before-content-hype-comments-container {
    display: flex;
    gap: 10px;
    margin-bottom: 0
}

.post-container section.post .post-body .post-body-before-content-meta .post-body-before-content-hype-comments-container .disqus-comment-count text,
.post-container section.post .post-body .post-body-before-content-meta .post-body-before-content-hype-comments-container .text {
    display: none
}

.post-container section.post .post-body-share a {
    color: var(--text-color)
}

.post-container section.post .post-body-share a:hover {
    color: var(--text-hover-color);
    text-decoration: none
}

.post-container section.post .post-body-share a .svg-icon {
    height: 20px;
    width: 20px
}

.post-container section.post .post-body-share a .svg-icon #share-btn-native {
    height: 100%;
    padding: 2px;
    width: 100%
}

.post-container section.post .post-body-share a .svg-icon #share-btn-more circle,
.post-container section.post .post-body-share a .svg-icon path {
    fill: var(--share-buttons-path-fill)
}

.post-container section.post .post-body-share h6 {
    font-size: 10px;
    letter-spacing: .6px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.post-container section.post .post-body-share .sidebar-divider {
    margin-bottom: 25px;
    margin-left: 0;
    margin-top: 20px;
    width: 25px
}

.post-container section.post .post-body-share .share-buttons-container {
    display: flex;
    flex-wrap: wrap
}

.post-container section.post .post-body-share .share-buttons-container a {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

.post-container section.post .post-body-share .share-buttons-container a.visible {
    margin-right: 20px
}

.post-container section.post .post-body-share .share-buttons-container a .sharing-title {
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
    text-transform: capitalize
}

.post-container section.post .post-body-share .share-buttons-container.reveal a.hidden {
    margin-right: 20px
}

.post-container section.post .post-body-share .qr-code-container {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-column-gap: 15px;
    height: 100px;
    margin-bottom: 20px
}

.post-container section.post .post-body-share .qr-code-container canvas {
    height: 100px !important;
    width: 100px !important
}

.post-container section.post .post-body-share .qr-code-container .description {
    font-size: 13px;
    line-height: 17px
}

.post-container section.post .post-body-share .qr-code-container .description p {
    margin-bottom: 5px
}

.post-container section.post .post-body-share .qr-code-container .description a {
    color: var(--link-color);
    font-weight: 500
}

.post-container section.post .post-body-share .qr-code-container .description a:hover {
    color: var(--link-hover-color)
}

.post-container section.post .post-body-author h6,
.post-container section.post .post-body-credentials h6 {
    font-size: 10px;
    letter-spacing: .6px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.post-container section.post .post-body-author .sidebar-divider,
.post-container section.post .post-body-credentials .sidebar-divider {
    margin-bottom: 25px;
    margin-left: 0;
    margin-top: 20px;
    width: 25px
}

.post-container section.post .post-body-author a {
    color: var(--text-color)
}

.post-container section.post .post-body-author a:hover {
    color: var(--text-hover-color);
    text-decoration: none
}

.post-container section.post .post-body-author .author-name {
    font-size: 13px;
    line-height: 1.46
}

.post-container section.post .post-body-author .article-author {
    font-weight: 500
}

.post-container section.post .post-body-credentials .credential {
    margin-bottom: 20px
}

.post-container section.post .post-body-credentials .credential span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.46
}

.post-container section.post .post-body-credentials .credential span a {
    color: var(--text-color)
}

.post-container section.post .post-body-credentials .credential span a:hover {
    color: var(--text-hover-color);
    text-decoration: none
}

.post-container section.post .related-stories-main-wrapper {
    margin-bottom: 30px;
    margin-top: 30px
}

.post-container section.post .related-stories-main-wrapper h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
    text-align: left
}

.post-container section.post .related-stories-main-wrapper .stories-container .story-item {
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 15px
}

.post-container section.post .related-stories-main-wrapper .stories-container .story-item a:hover {
    text-decoration: none
}

.post-container section.post .related-stories-main-wrapper .stories-container .story-item span {
    width: 11px
}

.post-container section.post .article-email-signup-wrapper {
    background-color: var(--article-email-signup-background);
    border-radius: 12px;
    padding: 30px
}

@media (max-width: 991.98px) {
    .post-container section.post .article-email-signup-wrapper {
        padding: 25px
    }
}

.post-container section.post .article-email-signup-wrapper h3 {
    color: var(--text-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px
}

@media (max-width: 991.98px) {
    .post-container section.post .article-email-signup-wrapper h3 {
        font-size: 20px;
        line-height: 24px
    }
}

.post-container section.post .article-email-signup-wrapper .terms {
    color: #888;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px
}

.post-container section.post .article-email-signup-wrapper .terms a {
    color: #888;
    text-decoration: underline
}

.post-container section.post .article-email-signup-wrapper .terms a:hover {
    opacity: .6
}

.post-container section.post .article-email-signup-wrapper .widget-newsletter-form {
    width: 100%
}

.post-container section.post .article-email-signup-wrapper .widget-newsletter-form form {
    margin-bottom: 20px
}

.post-container section.post .article-email-signup-wrapper .widget-newsletter-form form input.newsletter-email {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--input-background-color);
    border: 1px solid var(--nav-search-input-button-color);
    border-radius: 4px;
    color: var(--text-color);
    flex-grow: 1;
    font-size: 13px;
    height: 46px;
    min-width: 80px;
    outline: none;
    padding: 0 20px
}

.post-container section.post .article-email-signup-wrapper .widget-newsletter-form form input.newsletter-email::-moz-placeholder {
    color: var(--placeholder-color);
    text-transform: capitalize
}

.post-container section.post .article-email-signup-wrapper .widget-newsletter-form form input.newsletter-email::placeholder {
    color: var(--placeholder-color);
    text-transform: capitalize
}

.post-container section.post .article-email-signup-wrapper .widget-newsletter-form form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--button-background-color);
    border: none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    height: 46px;
    outline: none;
    padding: 0 15px
}

.post-container section.post .article-email-signup-wrapper .widget-newsletter-form form button:hover {
    background-color: var(--button-background-color-hover)
}

.post-container section.post .article-email-signup-wrapper .widget-newsletter-form form p.errors {
    color: #e00;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 15px
}

.post-container section.post .article-email-signup-wrapper .widget-newsletter-form form p.errors:empty {
    display: none
}

.post-container section.post .city-related-posts-wrapper {
    line-height: 1
}

.post-container section.post .city-related-posts-wrapper+.article-email-signup-wrapper {
    margin-top: 30px
}

.post-container section.post .city-related-posts-wrapper h3 {
    color: var(--text-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
    margin-bottom: 20px
}

@media (max-width: 767.98px) {
    .post-container section.post .city-related-posts-wrapper h3 {
        padding-top: 10px
    }
}

.post-container section.post .city-related-posts-wrapper h3 a {
    color: var(--text-color)
}

.post-container section.post .city-related-posts-wrapper h3 a:hover {
    color: var(--text-hover-color);
    text-decoration: none
}

.post-container section.post .city-related-posts-wrapper .swiper-container {
    position: relative
}

.post-container section.post .city-related-posts-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    height: auto
}

.post-container section.post .city-related-posts-wrapper .swiper-container .swiper-wrapper .swiper-slide>*,
.post-container section.post .city-related-posts-wrapper .swiper-container .swiper-wrapper .swiper-slide>*>.city-box {
    height: 100%
}

@media (max-width: 767.98px) {
    .post-container section.post .city-related-posts-wrapper .swiper-container .swiper-wrapper .swiper-slide>*>.city-box .post-box-content-container {
        align-items: unset;
        flex-flow: column
    }
}

.post-container section.post .city-related-posts-wrapper>a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    margin-top: 20px
}

.post-container section.post .city-related-posts-wrapper>a:hover {
    text-decoration: none
}

.post-container section.post .city-related-posts-wrapper>a .icon:before {
    display: inline;
    font-size: 11px;
    left: 5px;
    position: relative;
    top: 0
}

.post-container section.post .post-body-content-tags {
    margin-bottom: 20px;
    margin-top: 20px
}

@media (min-width: 768px) {
    .post-container section.post .post-body-content-tags {
        margin-top: 30px
    }
}

.post-container section.post .post-body-content-tags .body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px -7px 0
}

.post-container section.post .post-body-content-tags .body a {
    align-items: center;
    border: 1px solid var(--tag-border-color);
    border-radius: 2px;
    color: var(--tag-text-color);
    display: flex;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .4px;
    line-height: 1em;
    margin: 0 7px 7px 0;
    padding: 6px;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity .5s linear
}

.post-container section.post .post-body-content-tags .body a:hover {
    background-color: var(--tag-background-color);
    color: var(--tag-text-hover-color)
}

.post-container section.post .post-body-content-tags .body a.hidden {
    display: none
}

.post-container section.post .post-body-content-tags .body a.visually-hidden {
    opacity: 0
}

.post-container section.post .post-body-content-tags .body a.see-more {
    display: none
}

.post-container section.post .post-body-content-tags .body a.see-more .icon {
    color: inherit;
    font-size: 6px;
    margin-left: 5px;
    position: relative;
    top: 1px;
    vertical-align: middle
}

.post-container section.post .post-body-content-tags .body a.see-more .icon:before {
    display: inline
}

.post-container section.post .post-body-content-tags .body.collapsed .see-more {
    display: flex
}

.post-container section.post #post-footer .col-comments,
.post-container section.post #post-footer .col-related-posts,
.post-container section.post #post-footer .col-shopping-break {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.post-container section.post #post-footer .col-shopping-break .shopping-break-container {
    border-top: 1px solid var(--border-color);
    margin-top: 10px;
    padding-top: 25px
}

@media (max-width: 767.98px) {
    .post-container section.post #post-footer .col-shopping-break .shopping-break-container {
        margin-top: 0;
        padding-top: 20px
    }
}

.post-container section.post #post-footer .col-shopping-break .shopping-break-container:has(.shopping-break-product-fetcher.empty) {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.post-container section.post #post-footer .col-comments {
    position: relative
}

.post-container section.post #post-footer .col-comments .post-comments {
    text-align: center
}

.post-container section.post #post-footer .col-comments .post-comments .load-comment-btn {
    background-color: #111;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 10px 14px 11px;
    text-decoration: none;
    width: 242px
}

.post-container section.post #post-footer .col-comments .post-comments .load-comment-btn .disqus-comment-count,
.post-container section.post #post-footer .col-comments .post-comments .load-comment-btn .disqus-comment-count-container {
    color: #f2f2f2
}

.post-container section.post #post-footer .col-comments .post-comments .load-comment-btn .disqus-comment-count-container:hover>span,
.post-container section.post #post-footer .col-comments .post-comments .load-comment-btn .disqus-comment-count:hover>span {
    text-decoration: none
}

.post-container section.post #post-footer .col-comments .post-comments .load-comment-btn .sprite-comments {
    filter: brightness(2);
    margin-left: 2px
}

.post-container section.post #post-footer .col-comments .post-comments .load-comment-btn .sprite-chevron-down {
    filter: invert(100%);
    margin-left: 4px;
    transition: transform .2s linear
}

.post-container section.post #post-footer .col-comments .post-comments .load-comment-btn.open-comments .sprite-chevron-down {
    transform: rotate(180deg)
}

@media (max-width: 991.98px) {
    .post-container section.post #post-footer .col-comments .post-comments .load-comment-btn {
        width: 345px
    }
}

.post-container section.post #post-footer .col-comments .post-comments .load-comment-btn:hover {
    opacity: .8
}

.post-container section.post #post-footer .col-comments .post-comments.collapse-comments .load-comment-btn+.fb-comments {
    display: none
}

.post-container #post-footer-related-posts {
    margin-bottom: 20px
}

.post-container #post-footer-related-posts .section-heading {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
    text-transform: capitalize
}

@media (max-width: 767.98px) {
    .post-container #post-footer-related-posts {
        margin-bottom: 15px
    }

    .post-container #post-footer-related-posts .section-heading {
        font-size: 20px;
        line-height: 1.2em;
        margin-bottom: 15px
    }

    .post-container #post-footer-related-posts .post-footer-related-posts-scroller {
        overflow: auto
    }

    .post-container #post-footer-related-posts .post-footer-related-posts-scroller::-webkit-scrollbar {
        display: none
    }
}

.post-container #post-footer-related-posts .post-footer-related-posts-container {
    display: grid;
    grid-template: auto/repeat(4, minmax(0, 1fr));
    grid-gap: 25px;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width: 767.98px) {
    .post-container #post-footer-related-posts .post-footer-related-posts-container {
        grid-template: auto/repeat(4, 250px);
        grid-gap: 15px
    }
}

.post-container #post-footer-related-posts .post-footer-related-posts-container .post-box {
    flex-direction: column
}

.post-container #post-footer-related-posts .post-footer-related-posts-container .post-box .post-box-image-container {
    margin: 0 0 10px
}

.post-container #post-footer-related-posts .post-footer-related-posts-container .post-box .post-box-content-container .post-box-content-title h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25
}

.post-container #post-feed .section-heading,
.post-container #post-footer .section-heading {
    color: var(--text-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
    text-transform: capitalize
}

@media (max-width: 991.98px) {

    .post-container #post-feed .section-heading,
    .post-container #post-footer .section-heading {
        margin-bottom: 15px !important
    }
}

@media (max-width: 767.98px) {

    .post-container #post-feed .section-heading,
    .post-container #post-footer .section-heading {
        font-size: 20px;
        line-height: 1.2em
    }
}

.post-container #post-feed {
    word-wrap: break-word;
    -ms-word-wrap: break-word
}

.post-container #post-feed .prepend-posts {
    margin-bottom: 30px
}

@media (max-width: 767.98px) {
    .post-container #post-feed .prepend-posts {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {

    .post-container.portrait-gallery-single section.post .post-header,
    .post-container.portrait-gallery-single section.post .post-header-below {
        display: none
    }

    .post-container.portrait-gallery-single section.post .post-gallery-container .portrait-gallery-single-row {
        border-bottom: 1px solid var(--post-box-line-break-color);
        margin-bottom: 30px;
        padding-bottom: 19px
    }

    .post-container.portrait-gallery-single section.post .post-gallery-container .portrait-gallery-single-row .col-portrait-image-holder {
        flex: 0 0 38.2%;
        max-width: 38.2%;
        min-height: 1px;
        position: relative;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width:767.98px) {
    .post-container.portrait-gallery-single section.post .post-gallery-container .portrait-gallery-single-row .col-portrait-image-holder {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .post-container.portrait-gallery-single section.post .post-gallery-container .portrait-gallery-post-header {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .post-container.portrait-gallery-single section.post .post-gallery-container .portrait-gallery-post-header .post-header {
        color: #000;
        display: block
    }

    .post-container.portrait-gallery-single section.post .post-gallery-container .portrait-gallery-post-header .post-header h1,
    .post-container.portrait-gallery-single section.post .post-gallery-container .portrait-gallery-post-header .post-header h2 {
        flex: 0 0 83.33333333%;
        margin: 0 auto;
        max-width: 83.33333333%
    }

    .post-container.portrait-gallery-single section.post .post-gallery-container .portrait-gallery-post-header .post-header h2 {
        margin-top: 13px
    }
}

@media (max-width: 767.98px) {
    .post-container.portrait-gallery-single section.post .post-gallery-container .portrait-gallery-post-header {
        display: none
    }

    .post-container.portrait-gallery-single section.post .post-gallery-container .portrait-gallery-single-row {
        margin: auto;
        max-width: 500px
    }
}

@media (min-width: 768px) {
    .post-container.portrait-gallery-single section.post .post-body-top-bar {
        padding-top: 4px
    }
}

.post.single-feature-full-width h2,
.post.single-feature-full-width h3 {
    color: #999
}

.post.single-feature-full-width .thumbnail {
    border: none;
    padding: 0
}

.post.single-feature-full-width .thumbnail small {
    font-size: 13px
}

.post.single-feature-full-width img {
    height: auto;
    max-width: 100%
}

.post.single-feature-full-width blockquote {
    background: transparent;
    border: none;
    margin-bottom: 30px;
    padding: 0;
    text-align: left
}

.post.single-feature-full-width blockquote p {
    color: #006fbb;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase
}

.post.single-feature-full-width blockquote.left {
    width: 340px
}

.post.single-feature-full-width .authorprofile {
    background-color: #f3f3f3;
    float: left;
    height: auto;
    margin: 20px 0;
    padding: 20px
}

.post.single-feature-full-width .authorprofile .authorpic {
    border: 1px solid #eee;
    float: left;
    margin: 0 20px 0 0;
    width: 118px
}

.post.single-feature-full-width .authorprofile .authorinfo .authorname {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    margin: -3px 0 3px
}

.post.single-feature-full-width .authorprofile .authorinfo .authortitle {
    color: #8d8d8d;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: -.1px;
    line-height: 14px;
    margin: 0;
    text-transform: uppercase
}

.post.single-feature-full-width .authorprofile .authorinfo .authorbio p {
    color: #8d8d8d;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    margin: 7px 0 0
}

.post.single-feature-full-width .pull-left {
    margin-right: 30px
}

.post.single-feature-full-width .pull-right {
    margin-left: 30px
}

.image-holder .text-wrapper {
    margin: 0 auto;
    max-width: 780px;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translate3d(0, -50%, 1px)
}

.image-holder .text-wrapper h1 {
    color: #fff;
    font-size: 50px
}

.image-holder .text-wrapper .subtitle {
    color: #fff;
    font-family: Helvetica Neue, helvetica, HB TC, HB JP, HB KR, arial, “segoe ui”, “microsoft jhenghei”, “microsoft mhei”, stheititc, sans-serif;
    font-size: 26px
}

.image-holder>img {
    top: 118px
}

.parallax-image {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .parallax-image {
        margin-bottom: 23px
    }
}

.parallax-image>* {
    display: none
}

.parallax-image>img {
    display: inline-block;
    margin: 0
}

.post-body-content .aos,
.post-body-content .parallaxy {
    position: relative
}

.post-loader {
    background-color: #fff;
    height: 100%;
    inset: 0;
    position: fixed;
    width: 100%;
    z-index: 20
}

.post-loader.done {
    opacity: 0;
    transition: visibility 0s 1s, opacity .5s linear;
    transition-delay: .8s;
    visibility: hidden
}

.post-loader .wrapper {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16%
}

.post-loader .wrapper img {
    height: auto;
    max-width: 100%
}

.post-loader .wrapper .progress-bar {
    background-color: #eee;
    box-shadow: none;
    float: none;
    height: 1px;
    margin-top: 10px;
    text-align: left;
    width: 100%
}

.post-loader .wrapper .progress-bar .filler {
    background-color: #000;
    height: inherit;
    transition: width .5s linear;
    width: 0
}

@media (max-width: 767.98px) {
    .post-loader {
        z-index: 10000
    }

    .post-loader .wrapper {
        width: 40%
    }
}

.storelist-container .storelist-dropdown {
    background: #fff
}

.storelist-container .storelist-dropdown:focus {
    border-color: inherit;
    box-shadow: none
}

.storelist-content .storelist-item {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .5s linear, height 0s linear .5s
}

.storelist-content .storelist-item.active {
    height: auto;
    opacity: 1;
    transition: height .5s linear, opacity .5s linear .5s
}

.post-body-content .col-offset-0 {
    margin-left: 0
}

.post-body-content .col-offset-1 {
    margin-left: 8.3333333333%
}

.post-body-content .col-offset-2 {
    margin-left: 16.6666666667%
}

.post-body-content .col-offset-3 {
    margin-left: 25%
}

.post-body-content .col-offset-4 {
    margin-left: 33.3333333333%
}

.post-body-content .col-offset-5 {
    margin-left: 41.6666666667%
}

.post-body-content .col-offset-6 {
    margin-left: 50%
}

.post-body-content .col-offset-7 {
    margin-left: 58.3333333333%
}

.post-body-content .col-offset-8 {
    margin-left: 66.6666666667%
}

.post-body-content .col-offset-9 {
    margin-left: 75%
}

.post-body-content .col-offset-10 {
    margin-left: 83.3333333333%
}

.post-body-content .col-offset-11 {
    margin-left: 91.6666666667%
}

.post-body-content .col-offset-12 {
    margin-left: 100%
}

.post-body-content .col-sm-offset-0 {
    margin-left: 0
}

@media (min-width: 576px) {
    .post-body-content .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .post-body-content .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .post-body-content .col-sm-offset-3 {
        margin-left: 25%
    }

    .post-body-content .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .post-body-content .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .post-body-content .col-sm-offset-6 {
        margin-left: 50%
    }

    .post-body-content .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .post-body-content .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .post-body-content .col-sm-offset-9 {
        margin-left: 75%
    }

    .post-body-content .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .post-body-content .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .post-body-content .col-sm-offset-12 {
        margin-left: 100%
    }
}

.post-body-content .col-md-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .post-body-content .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .post-body-content .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .post-body-content .col-md-offset-3 {
        margin-left: 25%
    }

    .post-body-content .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .post-body-content .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .post-body-content .col-md-offset-6 {
        margin-left: 50%
    }

    .post-body-content .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .post-body-content .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .post-body-content .col-md-offset-9 {
        margin-left: 75%
    }

    .post-body-content .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .post-body-content .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .post-body-content .col-md-offset-12 {
        margin-left: 100%
    }
}

.post-body-content .col-lg-offset-0 {
    margin-left: 0
}

@media (min-width: 992px) {
    .post-body-content .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .post-body-content .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .post-body-content .col-lg-offset-3 {
        margin-left: 25%
    }

    .post-body-content .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .post-body-content .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .post-body-content .col-lg-offset-6 {
        margin-left: 50%
    }

    .post-body-content .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .post-body-content .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .post-body-content .col-lg-offset-9 {
        margin-left: 75%
    }

    .post-body-content .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .post-body-content .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .post-body-content .col-lg-offset-12 {
        margin-left: 100%
    }
}

.post-body-content .col-xl-offset-0 {
    margin-left: 0
}

@media (min-width: 1200px) {
    .post-body-content .col-xl-offset-1 {
        margin-left: 8.3333333333%
    }

    .post-body-content .col-xl-offset-2 {
        margin-left: 16.6666666667%
    }

    .post-body-content .col-xl-offset-3 {
        margin-left: 25%
    }

    .post-body-content .col-xl-offset-4 {
        margin-left: 33.3333333333%
    }

    .post-body-content .col-xl-offset-5 {
        margin-left: 41.6666666667%
    }

    .post-body-content .col-xl-offset-6 {
        margin-left: 50%
    }

    .post-body-content .col-xl-offset-7 {
        margin-left: 58.3333333333%
    }

    .post-body-content .col-xl-offset-8 {
        margin-left: 66.6666666667%
    }

    .post-body-content .col-xl-offset-9 {
        margin-left: 75%
    }

    .post-body-content .col-xl-offset-10 {
        margin-left: 83.3333333333%
    }

    .post-body-content .col-xl-offset-11 {
        margin-left: 91.6666666667%
    }

    .post-body-content .col-xl-offset-12 {
        margin-left: 100%
    }
}

@media (max-width: 767.98px) {
    .post-body-content .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100%
    }
}

.post-body-content [class*=span] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.post-body-content .row-margin {
    display: flex;
    flex-wrap: wrap;
    margin: 24px -15px
}

.post-body-content .row-margin+hr {
    margin-top: -1px
}

.post-body-content .row-margin p:last-child {
    margin-bottom: 0
}

.post-body-content .span1 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

@media (max-width: 767.98px) {
    .post-body-content .span1 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.post-body-content .span1 .author-avatar-pic {
    margin: 0;
    width: 100%
}

@media (max-width: 767.98px) {
    .post-body-content .span1 .author-avatar-pic {
        margin-bottom: 20px;
        max-width: 60px
    }
}

.post-body-content .span7 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

@media (max-width: 767.98px) {
    .post-body-content .span7 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.post-body-content .span7 .author-article-name {
    color: #999;
    margin: -1px 0 10px
}

.post-container.custom-post .post-body-content .full-width-container .full-width-image-container {
    margin-bottom: 50px;
    position: relative;
    width: 100%
}

@media (max-width: 767.98px) {
    .post-container.custom-post .post-body-content .full-width-container .full-width-image-container {
        margin-bottom: 30px
    }
}

.post-container.custom-post .post-body-content .full-width-container .full-width-image-container img {
    width: 100%
}

.post-container.custom-post .post-body-content .full-width-container .full-width-image-container .text {
    bottom: 0;
    padding: 30px 30px 50px;
    position: absolute;
    width: 100%
}

.post-container.custom-post .post-body-content .full-width-container .full-width-image-container .text .heading {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 auto;
    max-width: 990px;
    padding-bottom: 20px;
    text-align: center
}

@media (max-width: 767.98px) {
    .post-container.custom-post .post-body-content .full-width-container .full-width-image-container .text .heading {
        color: var(--text-color)
    }
}

.post-container.custom-post .post-body-content .full-width-container .full-width-image-container .text .sub-heading {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    text-align: center
}

@media (max-width: 767.98px) {
    .post-container.custom-post .post-body-content .full-width-container .full-width-image-container .text .sub-heading {
        color: var(--sub-text-color)
    }
}

.post-container.custom-post .post-body-content .full-width-container .full-width-image-container .text .author-name {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 23px;
    text-align: center
}

@media (max-width: 767.98px) {
    .post-container.custom-post .post-body-content .full-width-container .full-width-image-container .text .author-name {
        color: var(--text-color)
    }
}

.post-container.custom-post .post-body-content .full-width-container .full-width-image-container .text .author-name a {
    color: #fff
}

@media (max-width: 767.98px) {
    .post-container.custom-post .post-body-content .full-width-container .full-width-image-container .text .author-name a {
        color: var(--text-color)
    }

    .post-container.custom-post .post-body-content .full-width-container .full-width-image-container .text {
        min-height: 1px;
        padding: 25px 15px 0;
        position: relative;
        width: 100%
    }

    .post-container.custom-post .post-body-content .full-width-container .full-width-image-container .text .heading {
        font-size: 30px;
        line-height: 1.25em;
        padding-bottom: 10px;
        text-align: left
    }

    .post-container.custom-post .post-body-content .full-width-container .full-width-image-container .text .sub-heading {
        text-align: left
    }
}

.post-container.custom-post .post-body-content .full-width-container .full-width-text {
    margin-bottom: 30px
}

.post-container.custom-post .post-body-content .full-width-container .full-width-text .wp-caption,
.post-container.custom-post .post-body-content .full-width-container .full-width-text p {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .post-container.custom-post .post-body-content .full-width-container .full-width-text {
        margin-bottom: 15px
    }
}

.post-container.custom-post .post-body-content .full-width-container .shortcode-slider {
    margin: 0
}

.post-container.custom-post .post-body-content .full-width-container h1,
.post-container.custom-post .post-body-content .full-width-container h2,
.post-container.custom-post .post-body-content .full-width-container h3,
.post-container.custom-post .post-body-content .full-width-container h4,
.post-container.custom-post .post-body-content .full-width-container h5,
.post-container.custom-post .post-body-content .full-width-container h6 {
    color: var(--text-color);
    margin: 0
}

@media (max-width: 767.98px) {
    .post-container.custom-post .post-body-content .full-width-container q {
        margin-bottom: 50px
    }
}

.post-container.custom-post {
    margin: 0
}

.post-container.custom-post .post-body .post-body-article {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.post-container.custom-post .post-body-footer-credits,
.post-container.custom-post .post-body-footer-tags {
    display: flex;
    flex-direction: column
}

.post-container.custom-post .post-body-footer-credits span,
.post-container.custom-post .post-body-footer-tags span {
    font-size: 13px;
    line-height: 1.3em
}

.post-container.custom-post .post-body-footer-credits .title,
.post-container.custom-post .post-body-footer-tags .title {
    color: var(--custom-footer-credit-title-color);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 13px;
    margin-bottom: 5px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 991.98px) {

    .post-container.custom-post .post-body-footer-credits,
    .post-container.custom-post .post-body-footer-tags {
        align-items: center;
        flex-direction: column
    }

    .post-container.custom-post .post-body-footer-credits .title,
    .post-container.custom-post .post-body-footer-tags .title {
        flex-basis: 0;
        margin-bottom: 6px;
        padding-right: 0;
        width: auto
    }

    .post-container.custom-post .post-body-footer-credits .title+div,
    .post-container.custom-post .post-body-footer-tags .title+div {
        flex-basis: 0;
        width: auto
    }
}

.post-container.custom-post .post-body-footer-tags-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.post-container.custom-post .post-body-footer-tags-container a {
    font-size: 13px;
    font-weight: 500;
    line-height: 16.9px;
    text-align: center
}

.post-container.custom-post .post-body-footer-tags-container a:not(:last-child):after {
    content: ",";
    font-size: 13px;
    margin-right: 4px
}

.post-container.custom-post .post-body-footer-tags-container a:hover {
    text-decoration: none
}

.post-container.custom-post .post-body-footer-credits {
    margin-bottom: 20px
}

.post-container.custom-post .post-body-footer-credentials {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 2px
}

.post-container.custom-post .post-body-footer-credentials .credential {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    line-height: 1.3em
}

.post-container.custom-post .post-body-footer-credentials .credential h6 {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
    padding-right: 5px;
    white-space: pre
}

.post-container.custom-post .post-body-footer-credentials .credential h6:after {
    content: ":";
    font-size: 13px;
    line-height: 1.3em
}

.post-container.custom-post .post-body-footer-credentials .credential span {
    font-weight: 500;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center
}

.post-container.custom-post .bottom-share-and-subscribe,
.post-container.custom-post .post-body-meta,
.post-container.custom-post .post-body-tags {
    justify-content: center;
    text-align: center
}

.post-container.custom-post .bottom-share-and-subscribe {
    margin-bottom: 25px
}

.post-container.custom-post .bottom-share-and-subscribe .share-btns {
    justify-content: center
}

.post-container.custom-post .post-body-meta {
    margin-bottom: 24px
}

.post-container.custom-post .comments-container {
    background-color: inherit
}

.post-container.custom-post .comments-container .load-comment-btn {
    border-radius: 0
}

.post-container.custom-post~#page-footer {
    margin-top: 0
}

.post-container.custom-post section.post {
    margin-bottom: 0
}

.post-container.custom-post section.post .post-body {
    margin-top: 0
}

.post-container.custom-post section.post .post-body .post-body-content {
    margin-bottom: 0;
    max-width: none;
    min-height: 100vh
}

.post-container.custom-post section.post .post-body .post-body-content img {
    margin: 0
}

.post-container.custom-post section.post .post-body .post-body-content .container-fluid {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.post-container.custom-post section.post .post-body .post-body-content .post-meta-social-shares-container,
.post-container.custom-post section.post .post-body .post-body-content h1 {
    margin-left: auto;
    margin-right: auto
}

.post-container.custom-post section.post .post-body .post-body-content .snipplet {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .post-container.custom-post section.post .post-body .post-body-content .snipplet.w-780 {
        max-width: 800px
    }

    .post-container.custom-post section.post .post-body .post-body-content .snipplet.w-900 {
        max-width: 930px
    }

    .post-container.custom-post section.post .post-body .post-body-content .snipplet.w-1170 {
        max-width: 1200px
    }
}

@media (max-width: 991.98px) {
    .post-container.custom-post section.post .post-body .post-body-content .flexslider {
        background-color: transparent !important
    }

    .post-container.custom-post section.post .post-body .post-body-content .flexslider .slide-text.right {
        margin-right: 60px
    }

    .post-container.custom-post section.post .post-body .post-body-content .flexslider .slide-text.left {
        margin-left: 60px
    }
}

.post-container.custom-post section.post .post-body .post-body-footer {
    position: relative;
    z-index: 1
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta {
    padding-top: 40px
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container {
    align-items: center;
    display: flex;
    flex-direction: column
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container a,
.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container button {
    color: inherit
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container a:hover,
.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container button:hover {
    opacity: .8;
    text-decoration: none
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-post-meta {
    align-items: center;
    color: #888;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    justify-content: center;
    line-height: 1.3em
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-post-meta span.divider {
    color: var(--custom-footer-text-color);
    padding: 0 5px
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-post-meta span.divider.with-hype-count {
    color: #888
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-post-meta .author-name,
.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-post-meta .presented-by,
.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-post-meta .timeago,
.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-post-meta time {
    color: var(--custom-footer-text-color)
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-post-meta a.article-author,
.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-post-meta a.category {
    color: var(--custom-footer-text-color);
    font-weight: 500
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-post-meta a.category:last-of-type+span.space {
    display: none
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-post-meta .hype-count {
    font-size: 13px;
    line-height: 1.3em
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-post-meta .hype-count .flame {
    margin-right: 1px
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-credits-tags-comments {
    width: 100%
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-credits-tags-comments .post-body-footer-credits-tags-comments-container {
    display: none
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-credits-tags-comments.expanded .post-body-footer-credits-tags-comments-container {
    display: block
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-credits-tags-comments.expanded .open-credits-btn {
    display: none
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-credits-tags-comments .open-credits-btn {
    color: var(--custom-footer-text-color);
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 20px;
    text-align: center
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-credits-tags-comments .open-credits-btn:hover {
    opacity: .8
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-credits-tags-comments .open-credits-btn span.divider {
    color: var(--custom-footer-text-color);
    font-weight: 400;
    padding: 0 5px
}

@media (max-width: 767.98px) {
    .post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-meta .container .post-body-footer-credits-tags-comments .post-body-footer-credits-tags+.comments-container {
        margin-top: 20px
    }
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
    margin-top: 20px
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .title {
    color: var(--custom-footer-credit-title-color);
    flex-basis: auto;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 13px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    width: auto
}

@media (max-width: 767.98px) {
    .post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .title {
        font-size: 15px;
        font-weight: 500
    }
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .title+div {
    flex-basis: 100%;
    justify-content: flex-start;
    width: 100%
}

@media (max-width: 767.98px) {
    .post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .title+div {
        justify-content: center
    }
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .title+div a {
    align-items: center;
    color: var(--text-color);
    display: flex;
    line-height: 1;
    margin-bottom: 10px
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .title+div a:hover {
    color: var(--text-hover-color);
    text-decoration: none
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .title+div a:hover .svg-icon {
    opacity: .6
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .title+div a .sharing-title {
    font-size: 13px;
    font-weight: 500;
    margin-left: 9px
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .title+div .qr-code-container {
    display: grid;
    grid-template-columns: 90px 1fr;
    margin-top: 10px;
    grid-column-gap: 15px
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .title+div .qr-code-container .description {
    font-size: 13px;
    line-height: 17px;
    text-align: left
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .title+div .qr-code-container .description p {
    margin-bottom: 5px
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .title+div .qr-code-container .description a {
    color: var(--link-color);
    font-weight: 500
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .title+div .qr-code-container .description a:hover {
    color: var(--link-hover-color)
}

@media (max-width: 991.98px) {
    .post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares {
        align-items: center;
        flex-basis: auto;
        width: auto
    }
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container {
    flex-wrap: wrap;
    gap: 10px 20px
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container span.share-title {
    display: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container a.share-btn {
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    justify-content: center
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container a.share-btn .svg-icon {
    align-items: center;
    display: flex;
    justify-content: center
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container a.share-btn:hover {
    text-decoration: none
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container.customized-more-btn {
    align-items: center;
    justify-content: center
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container.customized-more-btn a.share-btn.more-btn {
    -moz-column-gap: 10px;
    column-gap: 10px
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container.customized-more-btn a.share-btn.more-btn .icon {
    align-items: center;
    display: flex;
    font-size: 16px;
    height: 20px;
    justify-content: center;
    order: 1;
    width: 20px
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container.customized-more-btn a.share-btn.more-btn .icon svg path {
    fill: var(--text-color)
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container.customized-more-btn a.share-btn.more-btn .more-title {
    order: 0
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container.reveal span.share-title {
    display: block
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container .share-btn:not(:last-child, .hidden) {
    padding-right: 22px
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container .share-btn .svg-icon {
    width: 20px
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container .share-btn .svg-icon #share-btn-more circle,
.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container .share-btn .svg-icon path {
    fill: var(--share-buttons-path-fill)
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container .qr-code-container {
    display: grid;
    grid-template-columns: 90px 195px;
    justify-content: center;
    margin-top: 15px;
    grid-column-gap: 15px;
    width: 100%
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container .qr-code-container .description {
    font-size: 13px;
    line-height: 17px;
    text-align: left
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container .qr-code-container .description p {
    margin-bottom: 5px
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container .qr-code-container .description a {
    color: var(--link-color);
    font-weight: 500
}

.post-container.custom-post section.post .post-body .post-body-footer .post-body-footer-social-shares .share-buttons-container .qr-code-container .description a:hover {
    color: var(--link-hover-color)
}

.post-body-content .skrollr img {
    margin: 0
}

.post-body-content .skrollr .wrapper {
    overflow: hidden;
    position: relative
}

.post-body-content .skrollr .wrapper>* {
    z-index: 10
}

.post-body-content .skrollr .author-shares .author-name {
    padding-right: 5px
}

.post-body-content .skrollr .author-shares .stats {
    height: auto;
    padding-bottom: 0;
    padding-top: 0
}

.post-body-content .skrollr .author-shares .share {
    padding-left: 5px
}

.post-body-content .skrollr .author-shares .share .pocket-save {
    display: none
}

.post-body-content .skrollr .author-shares .share .social-shares {
    display: inline-block;
    float: none
}

.post-body-content .skrollr .author-shares .share .social-shares a {
    position: relative;
    top: 4px
}

.post-body-content .skrollr .author-shares .share .share-count {
    color: inherit
}

.post-body-content .skrollr .intro img,
.post-body-content .skrollr .intro video,
.post-body-content .skrollr .overlap-fade img,
.post-body-content .skrollr .overlap-fade video,
.post-body-content .skrollr .slide img,
.post-body-content .skrollr .slide video,
.post-body-content .skrollr .static img,
.post-body-content .skrollr .static video,
.post-body-content .skrollr .sv img,
.post-body-content .skrollr .sv video {
    width: 100%
}

.post-body-content .skrollr .intro video,
.post-body-content .skrollr .overlap-fade video,
.post-body-content .skrollr .slide video,
.post-body-content .skrollr .static video,
.post-body-content .skrollr .sv video {
    display: block;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 992px) {
    .post-body-content .skrollr .intro {
        margin-bottom: 20px;
        position: relative
    }

    .post-body-content .skrollr .intro:before {
        background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4));
        content: "";
        inset: 35% 0 0;
        position: absolute;
        z-index: 1
    }
}

.post-body-content .skrollr .intro {
    position: relative
}

@media (min-width: 992px) {
    .post-body-content .skrollr .intro.standard:after {
        background-image: linear-gradient(180deg, transparent, #000);
        bottom: 0;
        content: "";
        height: 50%;
        opacity: .35;
        position: absolute;
        width: 100%
    }
}

.post-body-content .skrollr .intro.standard .text {
    bottom: 0 !important;
    left: 50% !important;
    max-width: 1170px;
    top: auto !important;
    transform: translate(-50%) !important
}

@media (min-width: 1200px) {
    .post-body-content .skrollr .intro.standard .text {
        transform: translate(-50%, -50%) !important
    }
}

.post-body-content .skrollr .intro .mobile-img-wrapper {
    position: relative
}

.post-body-content .skrollr .intro .mobile-img-wrapper:before {
    content: "";
    display: block;
    width: 100%
}

.post-body-content .skrollr .intro .mobile-img-wrapper>* {
    inset: 0;
    position: absolute
}

.post-body-content .skrollr .intro .mobile-img-wrapper:before {
    padding-top: 66.6666666667%
}

.post-body-content .skrollr .intro .mobile-img-wrapper .img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.post-body-content .skrollr .intro .text {
    color: inherit;
    font-family: inherit;
    margin: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

@media (max-width: 991.98px) {
    .post-body-content .skrollr .intro .text {
        padding-bottom: 0;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .post-body-content .skrollr .intro .text.mobile {
        padding-top: 20px;
        position: static !important;
        text-align: left !important;
        text-shadow: none !important;
        transform: translate(0) !important
    }

    .post-body-content .skrollr .intro .text.mobile .heading {
        font-size: 1.7rem !important;
        line-height: 1.2em !important;
        margin-bottom: 0 !important
    }
}

.post-body-content .skrollr .intro .text .divider {
    margin-left: auto;
    margin-right: auto;
    width: 20%
}

@media (max-width: 991.98px) {
    .post-body-content .skrollr .intro .text .heading {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.post-body-content .skrollr .sv.loaded .sv-wrapper .sv-bg-img {
    opacity: 1
}

.post-body-content .skrollr .sv.loaded .sv-wrapper .sv-logo {
    opacity: 0
}

.post-body-content .skrollr .sv.loaded .sv-wrapper .sv-title {
    color: #fff
}

.post-body-content .skrollr .sv .sv-wrapper {
    position: relative
}

.post-body-content .skrollr .sv .sv-wrapper .sv-logo,
.post-body-content .skrollr .sv .sv-wrapper .sv-title {
    left: 50%;
    position: absolute;
    top: 41%;
    transform: translate(-50%, -50%)
}

@media (max-width: 767.98px) {

    .post-body-content .skrollr .sv .sv-wrapper .sv-logo,
    .post-body-content .skrollr .sv .sv-wrapper .sv-title {
        top: 50%
    }
}

.post-body-content .skrollr .sv .sv-wrapper .sv-bg-img {
    opacity: 0;
    transition: opacity 2.5s .8s;
    width: 100%
}

.post-body-content .skrollr .sv .sv-wrapper .sv-logo {
    max-width: 66%;
    opacity: 1;
    transition: opacity 1.3s 1.8s;
    width: 100%;
    z-index: 5
}

@media (max-width: 767.98px) {
    .post-body-content .skrollr .sv .sv-wrapper .sv-logo {
        max-width: none;
        padding: 0 20px
    }
}

.post-body-content .skrollr .sv .sv-wrapper .sv-title {
    color: #000;
    font-size: 4.3rem;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 1;
    margin: 0;
    text-align: center;
    transition: color 2.5s .8s;
    z-index: 10
}

@media (max-width: 767.98px) {
    .post-body-content .skrollr .sv .sv-wrapper .sv-title {
        font-size: 2.3rem;
        letter-spacing: -1px;
        padding: 0 20px;
        width: 100%
    }
}

.post-body-content .skrollr .overlap-fade .over {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .post-body-content .skrollr .overlap-fade .over {
        left: 0;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2
    }

    .post-body-content .skrollr>.shortcode-slider .wp-caption-text {
        padding-left: 25px;
        padding-right: 25px
    }
}

.post-body-content .skrollr .slide .img {
    position: relative
}

.post-body-content .skrollr .fixed-image {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 991.98px) {
    .post-body-content .skrollr .fixed-image {
        background-attachment: local;
        background-size: 100% 100%
    }
}

.post-body-content .skrollr .text .question {
    display: block;
    margin-bottom: 10px
}

.post-body-content .skrollr .text div.shortcode-slider:only-of-type {
    margin: 0
}

.post-body-content .skrollr.spacing-sm div.text:not(:last-of-type) {
    padding-bottom: 0
}

@media (min-width: 576px) {
    .post-body-content .skrollr .fade-in {
        opacity: 0;
        position: relative;
        transform: translateY(75px);
        transition: transform .6s ease-in-out, opacity .6s ease-in
    }

    .post-body-content .skrollr .fade-in.faded-in {
        opacity: 1;
        transform: translate(0)
    }
}

@media (max-width: 991.98px) {
    .post-body-content .skrollr .wrapper:nth-of-type(2) {
        padding-top: 20px
    }
}

.post-body-content .skrollr .wrapper:last-child.text {
    padding-bottom: 20px
}

.post-body-content .skrollr .overlap>*,
.post-body-content .skrollr .res-video>* {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post-body-content .skrollr .res-video>* {
    height: 100%
}

.post-body-content .skrollr .wrapper:not(.custom) .slides {
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 200%
}

.post-body-content .skrollr .wrapper:not(.custom) .slides>* {
    display: inline-block;
    float: left;
    width: 50%
}

.post-body-content .skrollr .res-bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: transparent;
    display: inline-block;
    text-shadow: none;
    vertical-align: middle;
    width: 100%;
    z-index: 1
}

.post-body-content .skrollr .res-bg>* {
    position: absolute
}

.post-body-content .skrollr .res-bg.repeat-x {
    background-repeat: repeat-x;
    background-size: contain
}

.post-body-content .skrollr .author-shares .author-name a {
    color: #fff
}

.post-body-content .skrollr .author-shares .author-name a:hover {
    color: #999
}

.post-body-content .skrollr .intro .text {
    color: #fff;
    font-family: Helvetica Neue, helvetica, HB TC, HB JP, HB KR, arial, “segoe ui”, “microsoft jhenghei”, “microsoft mhei”, stheititc, sans-serif !important
}

.post-body-content .skrollr .intro .text[style*="top: 80%"],
.post-body-content .skrollr .intro .text[style*="top: 82%"],
.post-body-content .skrollr .intro .text[style*="top: auto"] {
    bottom: 0;
    left: 50%;
    max-width: 1000px;
    padding-bottom: 50px;
    text-align: center;
    top: unset !important;
    transform: translateX(-50%)
}

@media (max-width: 991.98px) {

    .post-body-content .skrollr .intro .text[style*="top: 80%"],
    .post-body-content .skrollr .intro .text[style*="top: 82%"],
    .post-body-content .skrollr .intro .text[style*="top: auto"] {
        padding-bottom: 0
    }
}

.post-body-content .skrollr .intro .text[style*="top: auto"] {
    bottom: 0 !important;
    transform: translateX(-50%) !important
}

@media (max-width: 991.98px) {
    .post-body-content .skrollr .intro .text[style*="top: auto"] {
        transform: translate(0) !important
    }
}

.locale-en .post-body-content .skrollr .intro .text {
    line-height: 2.2em
}

.post-body-content .skrollr .intro .text a {
    color: inherit
}

@media (max-width: 991.98px) {
    .post-body-content .skrollr .intro .text.mobile {
        color: var(--content-text-color)
    }

    .post-body-content .skrollr .intro .text.mobile .heading {
        color: var(--text-color);
        font-size: 26px !important;
        font-weight: 500;
        line-height: 1.2em;
        margin-bottom: 0 !important;
        text-shadow: none !important;
        text-transform: none
    }

    .post-body-content .skrollr .intro .text.mobile .subheading {
        color: var(--sub-text-color);
        font-family: inherit !important;
        font-size: 18px !important;
        line-height: 1.3em;
        margin-top: 10px
    }
}

.post-body-content .skrollr .intro .text .heading {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 0 !important;
    text-transform: none
}

@media (min-width: 992px) {

    .post-body-content .skrollr .intro .text .heading[style*="font-size: 35px"],
    .post-body-content .skrollr .intro .text .heading[style*="font-size: 40px"],
    .post-body-content .skrollr .intro .text .heading[style*="font-size: 44px"] {
        font-size: 38px !important
    }
}

.post-body-content .skrollr .intro .text .subheading {
    font-family: inherit !important;
    font-size: 18px;
    line-height: 1.3em;
    margin-top: 15px
}

@media (min-width: 992px) {

    .post-body-content .skrollr .intro .text .subheading[style*="font-size: 20px"],
    .post-body-content .skrollr .intro .text .subheading[style*="font-size: 22px"] {
        font-size: 18px !important
    }
}

.post-body-content .skrollr .intro .text .presented-by {
    display: block;
    font-size: 13px;
    line-height: 1.2em;
    margin-top: 20px
}

@media (max-width: 991.98px) {
    .post-body-content .skrollr .intro .text .presented-by {
        margin-top: 15px
    }
}

.post-body-content .skrollr .intro .text .author-name {
    display: block;
    font-size: 13px;
    line-height: 1.2em;
    margin-top: 20px
}

@media (max-width: 991.98px) {
    .post-body-content .skrollr .intro .text .author-name {
        color: #000;
        margin-top: 15px
    }

    .locale-hk .post-body-content .skrollr .intro .text .author-name {
        color: #333
    }

    .post-body-content .skrollr .intro .text .heading {
        font-size: 30px !important;
        line-height: 40px !important
    }

    .post-body-content .skrollr .intro .text .subheading {
        font-size: 12px;
        line-height: 22px
    }
}

.post-body-content .skrollr .text {
    padding: 30px
}

@media (max-width: 991.98px) {
    .post-body-content .skrollr .text {
        padding-left: 0;
        padding-right: 0
    }
}

.post-body-content .skrollr .text p {
    margin: 0
}

.post-body-content .skrollr .text p.text-large {
    font-size: 27px;
    line-height: 37px
}

.post-body-content .skrollr .text h1,
.post-body-content .skrollr .text h2,
.post-body-content .skrollr .text h3 {
    margin-bottom: 27px
}

.post-body-content .skrollr .text q {
    margin: 30px 70px 60px
}

@media (max-width: 767.98px) {
    .post-body-content .skrollr .text q {
        margin-left: 0;
        margin-right: 0
    }
}

.post-body-article .post-poll {
    background-color: #fafafa;
    border: 1px solid #eee;
    font-size: .78rem;
    margin-bottom: 30px;
    padding: 20px
}

.post-body-article .post-poll h4.poll-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 1.3em;
    margin: 0 0 25px
}

@media (max-width: 767.98px) {
    .post-body-article .post-poll h4.poll-title {
        font-size: 26px;
        line-height: 1.4em
    }
}

.post-body-article .post-poll .alert,
.post-body-article .post-poll .thank-you {
    display: none
}

.post-body-article .post-poll .alert.show,
.post-body-article .post-poll .thank-you.show {
    display: block
}

.post-body-article .post-poll .poll-result .poll-answer,
.post-body-article .post-poll .poll-result label.radio,
.post-body-article .post-poll form.poll-form .poll-answer,
.post-body-article .post-poll form.poll-form label.radio {
    border: 1px solid #000;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 5px 15px;
    width: 100%
}

.post-body-article .post-poll form.poll-form ul.options {
    margin-bottom: 20px
}

.post-body-article .post-poll form.poll-form ul.options li input {
    display: none
}

.post-body-article .post-poll form.poll-form ul.options li input:checked+label.radio {
    background-color: #000;
    color: #fff
}

.post-body-article .post-poll form.poll-form ul.options li label.radio {
    cursor: pointer
}

.post-body-article .post-poll form.poll-form ul.options li label.radio:hover {
    background-color: #000;
    color: #fff
}

.post-body-article .post-poll form.poll-form .actions {
    display: flex
}

.post-body-article .post-poll form.poll-form .actions .btn {
    flex-basis: 50%;
    font-size: .78rem;
    font-weight: 500;
    padding: 15px
}

.post-body-article .post-poll form.poll-form .actions .btn-primary {
    background-color: #000;
    border: none;
    color: #fff
}

.post-body-article .post-poll form.poll-form .actions .btn-primary:hover {
    background-color: #487ec0
}

.post-body-article .post-poll form.poll-form .actions .btn-link {
    color: #000;
    padding-right: 0;
    text-align: right;
    text-decoration: none
}

.post-body-article .post-poll form.poll-form .actions .btn-link:hover {
    text-decoration: underline
}

.post-body-article .post-poll .poll-result ul.results {
    margin-bottom: 20px
}

.post-body-article .post-poll .poll-result ul.results li {
    position: relative
}

.post-body-article .post-poll .poll-result ul.results li .poll-answer {
    display: flex;
    position: relative;
    z-index: 1
}

.post-body-article .post-poll .poll-result ul.results li .poll-answer .answer {
    flex-grow: 1
}

.post-body-article .post-poll .poll-result ul.results li .poll-answer .percentage {
    flex: 0 0 8%;
    margin-left: 10px;
    text-align: right
}

.post-body-article .post-poll .poll-result ul.results li .bar {
    background-color: #ddd;
    height: 100%;
    left: 0;
    margin-top: 0;
    min-width: 15px;
    position: absolute;
    top: 0
}

.post-body-article .post-poll .poll-result .meta {
    display: flex;
    margin-bottom: 14px;
    margin-top: 39px
}

.post-body-article .post-poll .poll-result .meta .message,
.post-body-article .post-poll .poll-result .meta .total-votes {
    flex-basis: 50%
}

.post-body-article .post-poll .poll-result .meta .message {
    font-weight: 500
}

.post-body-article .post-poll .poll-result .meta .total-votes {
    font-size: 14px;
    text-align: right
}

.post-body-article .post-poll {
    background-color: var(--poll-background-color);
    border-color: var(--poll-container-border-color)
}

.post-body-article .post-poll .poll-result .poll-answer,
.post-body-article .post-poll .poll-result label.radio,
.post-body-article .post-poll form.poll-form .poll-answer,
.post-body-article .post-poll form.poll-form label.radio {
    border-color: var(--poll-selection-border-color)
}

.post-body-article .post-poll form.poll-form ul.options li input:checked+label.radio,
.post-body-article .post-poll form.poll-form ul.options li label.radio:hover {
    background-color: var(--poll-hover-background-color);
    border-color: var(--poll-container-border-color);
    color: var(--poll-hover-text-color)
}

.post-body-article .post-poll .actions .btn-primary {
    background-color: var(--btn-background-color);
    color: var(--btn-text-color)
}

.post-body-article .post-poll .actions .btn-primary:hover {
    background-color: var(--btn-background-hover-color)
}

.post-body-article .post-poll .actions .btn-primary.active {
    background-color: var(--button-background-color)
}

.post-body-article .post-poll .actions .btn-primary.active:hover {
    background-color: var(--button-background-color-hover)
}

.post-body-article .post-poll .actions .btn-link {
    color: var(--text-color)
}

.post-body-article .poll-result ul.results li .bar {
    background-color: var(--poll-answer-background-color)
}

.post-body-article {
    font-size: 17px;
    line-height: 1.54em;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .post-body-article {
        font-size: 18px;
        line-height: 1.724em
    }
}

@media (min-width: 992px) {
    .post-body-article {
        width: var(--article-content-width-md)
    }
}

@media (min-width: 1400px) {
    .post-body-article {
        width: var(--article-content-width-lg)
    }
}

@media (min-width: 1600px) {
    .post-body-article {
        font-size: 20px
    }
}

.post-body-article .post-gallery-container {
    position: relative;
    width: 100%
}

@media (max-width: 767.98px) {
    .post-body-article .post-gallery-container .gallery-container .carousel-cell .fixed-ratio-3-2 {
        bottom: -2px
    }
}

.post-body-article .post-gallery-container .gallery-container .carousel-cell img.loaded {
    border: 0
}

.post-body-article .post-gallery-container .gallery-container.post-gallery-contain .carousel-cell-inner-wrapper picture a.shop-now.desktop {
    align-items: center;
    background-color: var(--button-background-color);
    border-radius: 5px;
    bottom: 15px;
    color: #fff;
    display: flex;
    font-family: Helvetica Neue, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    line-height: 130%;
    padding: 9px 9px 8px 10px;
    position: absolute;
    right: 15px;
    white-space: nowrap;
    width: 81px;
    z-index: 10
}

@media (max-width: 767.98px) {
    .post-body-article .post-gallery-container .gallery-container.post-gallery-contain .carousel-cell-inner-wrapper picture a.shop-now.desktop {
        display: none
    }
}

.post-body-article .post-gallery-container .gallery-container.post-gallery-contain .carousel-cell-inner-wrapper picture a.shop-now.desktop:hover {
    background-color: var(--button-background-color-hover);
    text-decoration: none
}

.post-body-article .post-gallery-container .gallery-container.post-gallery-contain .carousel-cell-inner-wrapper picture a.shop-now.desktop .shop-now-arrow {
    display: none
}

@media (max-width: 767.98px) {
    .post-body-article .post-gallery-container .gallery-container.post-gallery-contain .carousel-cell-inner-wrapper picture a.shop-now.desktop .shop-now-arrow {
        display: inline-flex;
        margin-left: auto
    }
}

.post-body-article .post-gallery-container .gallery-container.post-gallery-contain .carousel-cell-inner-wrapper picture a.shop-now.desktop .shop-now-arrow-gallery {
    display: inline-flex;
    margin-left: auto
}

@media (max-width: 767.98px) {
    .post-body-article .post-gallery-container .gallery-container.post-gallery-contain .carousel-cell-inner-wrapper picture a.shop-now.desktop .shop-now-arrow-gallery {
        display: inline-flex
    }
}

.post-body-article .post-gallery-container .gallery-container.post-gallery-contain .carousel-cell-inner-wrapper a.shop-now.mobile {
    display: none
}

@media (max-width: 767.98px) {
    .post-body-article .post-gallery-container .gallery-container.post-gallery-contain .carousel-cell-inner-wrapper a.shop-now.mobile {
        align-items: center;
        background-color: var(--button-background-color);
        border-radius: 0;
        color: #fff;
        display: flex;
        font-family: Helvetica Neue, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        height: auto;
        justify-content: center;
        line-height: 130%;
        max-height: 100%;
        padding: 13px 15px;
        white-space: nowrap;
        width: auto;
        z-index: 10
    }

    .post-body-article .post-gallery-container .gallery-container.post-gallery-contain .carousel-cell-inner-wrapper a.shop-now.mobile:hover {
        background-color: var(--button-background-color-hover)
    }

    .post-body-article .post-gallery-container .gallery-container.post-gallery-contain .carousel-cell-inner-wrapper a.shop-now.mobile .shop-now-arrow-gallery {
        margin-left: auto
    }
}

.post-body-article .post-gallery-container,
.post-body-article .post-video-container {
    margin-bottom: 30px
}

@media (max-width: 991.98px) {

    .post-body-article .post-gallery-container,
    .post-body-article .post-video-container {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        width: 500px
    }
}

@media (max-width: 767.98px) {

    .post-body-article .post-gallery-container,
    .post-body-article .post-video-container {
        max-width: 500px;
        width: 100%
    }
}

.post-body-article .post-gallery-container.small .embed-responsive-16by9.connatix-player,
.post-body-article .post-video-container.small .embed-responsive-16by9.connatix-player {
    aspect-ratio: 16/9
}

.post-body-article .post-gallery-container.small .embed-responsive-16by9.connatix-player:before,
.post-body-article .post-video-container.small .embed-responsive-16by9.connatix-player:before {
    padding-top: 0
}

.post-body-article .post-body-content {
    word-wrap: break-word
}

.post-body-article .post-body-content h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 1.3em
}

@media (max-width: 1199.98px) {
    .post-body-article .post-body-content h1 {
        font-size: 36px
    }
}

@media (max-width: 767.98px) {
    .post-body-article .post-body-content h1 {
        font-size: 24px
    }
}

@media (max-width: 575.98px) {
    .post-body-article .post-body-content h1 {
        font-size: 20px
    }
}

.post-body-article .post-body-content h2 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -.5px;
    line-height: 1.3em
}

.post-body-article .post-body-content h2.grey {
    color: #999
}

@media (max-width: 767.98px) {
    .post-body-article .post-body-content h2 {
        font-size: 26px;
        line-height: 1.4em
    }
}

.post-body-article .post-body-content h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33
}

.post-body-article .post-body-content h4 {
    font-size: 17px;
    line-height: 30px
}

.post-body-article .post-body-content h5 {
    font-size: 16px;
    line-height: 30px
}

.post-body-article .post-body-content h6 {
    font-size: 14px;
    line-height: 30px
}

.post-body-article .post-body-content h1,
.post-body-article .post-body-content h2,
.post-body-article .post-body-content h3,
.post-body-article .post-body-content h4,
.post-body-article .post-body-content h5,
.post-body-article .post-body-content h6 {
    margin-bottom: 15px;
    margin-top: 30px
}

.post-body-article .post-body-content img {
    display: block;
    height: auto;
    margin: 10px 0 0;
    max-width: 100%
}

.post-body-article .post-body-content img.full-width {
    width: 100%
}

.post-body-article .post-body-content a:hover {
    text-decoration: none
}

.post-body-article .post-body-content p:empty {
    display: none
}

.post-body-article .post-body-content p {
    line-height: 1.7em;
    margin: 0 0 20px
}

.post-body-article .post-body-content p+hr {
    margin-top: 25px
}

.post-body-article .post-body-content p.caption {
    color: #878787;
    font-size: 16px;
    line-height: 1.65em
}

.post-body-article .post-body-content p>img {
    margin-top: 10px
}

.post-body-article .post-body-content q {
    color: var(--text-color);
    display: block;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3em;
    margin: 50px 30px;
    padding: 20px 0;
    position: relative;
    text-align: center
}

@media (max-width: 767.98px) {
    .post-body-article .post-body-content q {
        margin: 50px 15px
    }
}

.post-body-article .post-body-content q:after,
.post-body-article .post-body-content q:before {
    background-color: var(--link-color);
    content: "";
    height: 3px;
    position: absolute;
    width: 45px
}

.post-body-article .post-body-content q:before {
    left: 0;
    top: -5px
}

.post-body-article .post-body-content q:after {
    bottom: -5px;
    right: 0
}

.post-body-article .post-body-content>ul {
    margin: 0;
    padding-left: 17px
}

.post-body-article .post-body-content>ul li {
    margin-bottom: 20px
}

.post-body-article .post-body-content dl dt {
    color: #aaa;
    font-size: 16px;
    font-weight: 400;
    width: 30%
}

@media (min-width: 768px) {
    .post-body-article .post-body-content dl dt {
        float: left;
        width: 30%
    }
}

.post-body-article .post-body-content dl dd {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px
}

.post-body-article .post-body-content dl dd:last-child {
    margin: 0
}

@media (min-width: 768px) {
    .post-body-article .post-body-content dl dd {
        display: inline-block;
        width: 70%
    }
}

.post-body-article .post-body-content hr {
    margin: 30px 0
}

.post-body-article .post-body-content blockquote {
    border-left: 5px solid var(--text-color);
    color: var(--text-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7em;
    margin: 30px 0;
    padding: 0 0 0 30px;
    position: relative
}

@media (max-width: 767.98px) {
    .post-body-article .post-body-content blockquote {
        line-height: 1.6em;
        padding: 0 0 0 25px
    }
}

.post-body-article .post-body-content blockquote.tiktok-embed {
    border-left: unset;
    margin: unset;
    padding: unset
}

.post-body-article .post-body-content blockquote h2 {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 29px
}

.post-body-article .post-body-content blockquote p:last-child {
    margin-bottom: 0
}

.post-body-article .post-body-content blockquote.sidebar {
    background: none;
    border: none;
    color: #000;
    padding: 15px 70px 5px;
    text-align: center
}

@media (max-width: 991.98px) {
    .post-body-article .post-body-content blockquote.sidebar {
        padding-left: 5px;
        padding-right: 5px
    }
}

.post-body-article .post-body-content blockquote.sidebar p {
    font-size: 24px;
    line-height: 34px
}

.post-body-article .post-body-content blockquote.uppercase {
    text-transform: uppercase
}

.post-body-article .post-body-content blockquote.float {
    float: left;
    height: auto;
    margin: 0 30px 0 20px;
    width: 295px
}

.post-body-article .post-body-content blockquote.block {
    margin: 20px 0
}

@media (max-width: 767.98px) {
    .post-body-article .post-body-content .in-content-ad-outer {
        margin-left: -15px;
        margin-right: -15px
    }
}

.post-body-article .post-body-content .ad-loaded {
    margin-bottom: 20px
}

.post-body-article .post-body-content header.slider-header {
    align-items: flex-end;
    display: flex;
    justify-content: space-between
}

.post-body-article .post-body-content header.slider-header .slider-title {
    flex-grow: 1
}

.post-body-article .post-body-content header.slider-header .slider-title h3 {
    margin: 0
}

.post-body-article .post-body-content header.slider-header .slider-controls-container {
    display: flex;
    padding-left: 20px;
    position: relative;
    top: 6px
}

@media (max-width: 767.98px) {
    .post-body-article .post-body-content header.slider-header .slider-controls-container {
        display: none
    }
}

.post-body-article .post-body-content header.slider-header .slider-controls-container .btn {
    opacity: .6;
    padding: 0
}

.post-body-article .post-body-content header.slider-header .slider-controls-container .btn:hover {
    opacity: 1
}

.post-body-article .post-body-content header.slider-header .slider-controls-container .btn.previous {
    padding-right: 10px
}

.post-body-article .post-body-content header.slider-header .slider-controls-container .btn.next {
    padding-left: 10px
}

.post-body-article .post-body-content .shortcode-slider {
    margin-bottom: 25px;
    margin-top: 25px
}

@media (max-width: 767.98px) {
    .post-body-article .post-body-content .shortcode-slider {
        margin-bottom: 10px
    }
}

.post-body-article .post-body-content .shortcode-slider.before-booted {
    max-height: calc(66.67vw - 20.001px);
    overflow: hidden
}

.post-body-article .post-body-content .shortcode-slider .arrow-container {
    position: relative
}

.post-body-article .post-body-content .shortcode-slider .arrow-container:before {
    content: "";
    display: block;
    width: 100%
}

.post-body-article .post-body-content .shortcode-slider .arrow-container>* {
    inset: 0;
    position: absolute
}

.post-body-article .post-body-content .shortcode-slider .arrow-container:before {
    padding-top: 66.6666666667%
}

.post-body-article .post-body-content .shortcode-slider .flickity-carousel-cell {
    width: 100%
}

.post-body-article .post-body-content .shortcode-slider .flickity-carousel-cell img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%
}

.post-body-article .post-body-content .shortcode-slider .flickity-carousel-cell img.loaded {
    border: 1px solid var(--border-color)
}

.post-body-article .post-body-content .shortcode-slider .flickity-carousel-cell .carousel-image-wrapper.fixed-ratio-3-2>* {
    inset: 0
}

.post-body-article .post-body-content .shortcode-slider .flickity-carousel-cell .carousel-image-wrapper.fixed-ratio-3-2.portrait img {
    height: 100%;
    width: auto
}

.post-body-article .post-body-content .shortcode-slider.shoppable-small {
    margin-bottom: 30px
}

.post-body-article .post-body-content .shortcode-slider.shoppable-small header.slider-header {
    margin-bottom: 25px;
    margin-top: 0
}

.post-body-article .post-body-content .shortcode-slider.shoppable-small header.slider-header .slider-title h3 {
    font-size: 22px
}

.post-body-article .post-body-content .shortcode-slider.shoppable-small header.slider-header .slider-controls-container .btn {
    background-color: transparent
}

@media (max-width: 767.98px) {
    .post-body-article .post-body-content .shortcode-slider.shoppable-small .flickity-carousel.flickity-enabled {
        margin-left: -15px;
        margin-right: -25px
    }
}

.post-body-article .post-body-content .shortcode-slider.shoppable-small .flickity-carousel.flickity-enabled .flickity-carousel-cell {
    margin-right: 15px;
    width: calc(33.33333% - 5px)
}

@media (max-width: 767.98px) {
    .post-body-article .post-body-content .shortcode-slider.shoppable-small .flickity-carousel.flickity-enabled .flickity-carousel-cell {
        margin-right: 0;
        padding-left: 15px;
        width: calc(66.66667% - 10px)
    }
}

@media (min-width: 576px) {
    .post-body-article .post-body-content .shortcode-slider.portrait .flickity-carousel-cell {
        margin-right: 15px;
        width: calc(50% - 7.5px)
    }

    .post-body-article .post-body-content .shortcode-slider.portrait .flickity-carousel-cell:nth-child(odd) .wp-caption-text {
        display: none
    }
}

.post-body-article .post-body-content .embed-responsive {
    margin-bottom: 20px
}

.post-body-article .post-body-content .embed-responsive.spotify:before {
    padding-top: 8.745%
}

@media (max-width: 767.98px) {
    .post-body-article .post-body-content .embed-responsive.spotify:before {
        padding-top: 12.245%
    }
}

@media (max-width: 991.98px) {
    .post-body-article footer {
        margin: 0 auto;
        max-width: 500px
    }
}

.post-body-article .in-content-gated-image-wrapper {
    overflow: hidden;
    position: relative
}

.post-body-article .in-content-gated-image-wrapper .in-content-gated-box {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

.post-body-article .in-content-gated-image-wrapper .in-content-gated-box+picture img {
    filter: blur(15px)
}

.post-body-article .in-content-gated-image-wrapper+.wp-caption-text {
    display: none !important
}

.post-container.video-portrait,
.post-container.video-portrait section.post {
    margin-top: 0
}

@media (min-width: 992px) {
    .post-container.video-portrait .outer-media {
        margin-bottom: 30px
    }
}

.post-container.video-portrait .outer-media .video-portrait-background-image-wrapper {
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.post-container.video-portrait .outer-media .video-portrait-background-image-wrapper:after {
    background-color: rgba(0, 0, 0, .65);
    content: "";
    inset: 0;
    position: absolute
}

.post-container.video-portrait .outer-media .video-portrait-background-image-wrapper .video-portrait-foreground-image-wrapper {
    margin: 0 auto;
    position: relative;
    z-index: 5
}

@media (min-width: 576px) {
    .post-container.video-portrait .outer-media .video-portrait-background-image-wrapper .video-portrait-foreground-image-wrapper {
        cursor: pointer;
        max-width: 410px;
        padding: 30px 0
    }

    .post-container.video-portrait .outer-media .video-portrait-background-image-wrapper .video-portrait-foreground-image-wrapper .img-wrapper {
        position: relative
    }

    .post-container.video-portrait .outer-media .video-portrait-background-image-wrapper .video-portrait-foreground-image-wrapper .img-wrapper:after {
        background-color: #000;
        content: "";
        inset: 0;
        opacity: 0;
        position: absolute;
        transition: opacity .5s
    }

    .post-container.video-portrait .outer-media .video-portrait-background-image-wrapper .video-portrait-foreground-image-wrapper:hover .img-wrapper:after {
        opacity: .2
    }
}

.post-container.video-portrait .outer-media .video-portrait-background-image-wrapper .video-portrait-foreground-image-wrapper img {
    max-width: 100%
}

.post-container.video-portrait .outer-media .video-portrait-background-image-wrapper .post-header {
    color: #fff;
    left: 50%;
    margin: 0 auto;
    max-width: 1028px;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10
}

@media (max-width: 767.98px) {
    .post-container.video-portrait .outer-media .video-portrait-background-image-wrapper .post-header {
        padding: 0 15px
    }
}

.post-container.video-portrait .outer-media .video-portrait-background-image-wrapper .post-header .post-body-excerpt,
.post-container.video-portrait .outer-media .video-portrait-background-image-wrapper .post-header .post-body-title {
    flex: none;
    max-width: none;
    padding: 0
}

.post-container.video-portrait .outer-media .video-portrait-background-image-wrapper .post-header .post-body-title {
    color: inherit
}

@media (max-width: 767.98px) {
    .post-container.video-portrait .outer-media .video-portrait-background-image-wrapper .post-header .post-body-title {
        font-size: 30px
    }
}

.post-container.video-portrait .outer-media .video-portrait-background-image-wrapper .post-header .post-body-excerpt {
    color: #ccc;
    margin-bottom: 25px
}

@media (max-width: 767.98px) {
    .post-container.video-portrait .outer-media .video-portrait-background-image-wrapper .post-header .post-body-excerpt {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.post-container.video-portrait .outer-media .video-portrait-background-image-wrapper .post-header .video-portrait-cta {
    width: 100%
}

.post-container.video-portrait .col-aside .sidebar {
    margin-top: 30px
}

body.post-page .admin-tool {
    display: inline;
    position: relative
}

body.post-page .admin-tool .sprite {
    cursor: pointer
}

body.post-page .admin-tool .sprite.sprite-cog {
    vertical-align: middle
}

body.post-page .admin-tool:hover .sprite {
    opacity: .6
}

body.post-page .admin-tool:hover .admin-dropdown {
    display: block
}

body.post-page .admin-tool .admin-dropdown {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 10
}

body.post-page .admin-tool .admin-dropdown a {
    color: #fff !important
}

body.post-page .admin-tool .admin-dropdown a:hover {
    text-decoration: underline !important
}

body.post-page .admin-tool .admin-dropdown .arrow {
    border-color: transparent transparent #222;
    border-style: solid;
    border-width: 0 6px 6px;
    height: 0;
    width: 0
}

body.post-page .admin-tool .admin-dropdown .body {
    background-color: #222;
    color: #eee;
    min-width: 130px;
    padding: 5px 10px;
    text-align: left
}

@media (max-width: 767.98px) {
    body.post-page .admin-tool .admin-dropdown .body {
        transform: translateX(-50%)
    }
}

body.post-page .admin-tool .admin-dropdown .body li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0
}

#mobile-sticky-share-bar {
    background: #000;
    border-bottom: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    padding: 0;
    position: fixed;
    transform: translateY(100%);
    transition: transform .1s linear;
    width: 100%;
    z-index: 900
}

#mobile-sticky-share-bar.active {
    transform: translateY(0)
}

#mobile-sticky-share-bar.reveal .share-buttons-col {
    width: 100%
}

#mobile-sticky-share-bar.reveal .share-buttons-col .share-buttons-container.reveal {
    justify-content: space-around
}

#mobile-sticky-share-bar.reveal .stats-col {
    display: none
}

#mobile-sticky-share-bar .share-buttons-col .share-buttons-container a {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 15px
}

#mobile-sticky-share-bar .share-buttons-col .share-buttons-container a.hidden {
    padding-left: 0;
    padding-right: 0
}

#mobile-sticky-share-bar .share-buttons-col .share-buttons-container.reveal {
    width: 100%
}

#mobile-sticky-share-bar .share-buttons-col .share-buttons-container.reveal a {
    flex-grow: 1
}

#mobile-sticky-share-bar .share-buttons-col .share-buttons-container.reveal a.hidden {
    padding-left: 15px;
    padding-right: 15px
}

#mobile-sticky-share-bar .share-buttons-col .share-buttons-container.reveal a.more-btn {
    flex-grow: 0;
    padding: 0
}

#mobile-sticky-share-bar .stats-col {
    align-self: stretch;
    flex-grow: 1
}

#mobile-sticky-share-bar .stats-col .hype-count-container,
#mobile-sticky-share-bar .stats-col .n-comments {
    align-items: center;
    border-left: 1px solid #535353;
    display: flex;
    flex: 1 0;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    white-space: nowrap
}

#mobile-sticky-share-bar .stats-col .hype-count-container .sprite,
#mobile-sticky-share-bar .stats-col .n-comments .sprite {
    margin-right: 3px
}

#mobile-sticky-share-bar .stats-col .hype-count-container {
    padding: 19px 15px
}

#mobile-sticky-share-bar .stats-col .hype-count-container .hype-count {
    color: #fff;
    font-size: 12px
}

#mobile-sticky-share-bar .stats-col .hype-count-container .hype-count .sprite-hype-flame-grey {
    filter: brightness(10)
}

#mobile-sticky-share-bar .stats-col .n-comments {
    font-weight: 500;
    padding: 15px;
    white-space: nowrap
}

.pswp__button {
    -webkit-appearance: none;
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    float: right;
    height: 44px;
    margin: 0;
    opacity: .75;
    overflow: visible;
    padding: 0;
    position: relative;
    transition: opacity .2s;
    width: 44px
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    opacity: .9;
    outline: none
}

.pswp__button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAYAAAAJD2m8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAC80lEQVR4nO3dwYocVRQG4CKYaHyCrIM71+oi2Qh5gkCeIgvfwklEcKMbQyDZJPushbxMBrIIBN2J6C8FpbRjzaQ7meo6p/v7Nk133ab+KeqcutN1mx4GAAAAAAAAAAAAAAAAAAAAusiMJd6zhF3zDgUkuZ3keZJXSX6fHsfnt4eCuuXlkmkQ+5HkoyQ/Tcf7dZInSR5Mj+PzTNuvDgV0y8tCPvTqagax9XF6lOSvJN8luX5m2/Xp9XH7o6GAbnlZSLcG0XHGk+TWtNvv3zFuLLrRrf2l65+XBWkQy0vybJqWn70S/6dRJfl4Gvd8WNF5eWfGlcgLrU1F9HTm9f/NZMZxSU6HgnnPGbt6XjiEWdrJNv/yJPl2vFuwWtiGeaG1f+4CNJtBPNly7Op5obVp3UCnzyBm886MK5GXBfmQcm+Ljba5K/BwGrfqIqRueVmQBrEfSX6c1g2cnLOu4OG0vcqKz1Z5WUi3BvE++14z40aGqzMrE0/OrExcZZ3GIeRlIRd9Qn2Z7zn2BjHz3YbT6bsNp5vfbVj7mHbPyyXTIOrpVnTd8kJ73YqtW14AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIBj0eF3JTpkhIPT4ZepOmSEg1W5ACtng6NRsRArZoKjVakgK2WBo/sV9W3ISxm7nJCuKrsfWw2Ctna5alW4wm2jer7qx7ZSFgrY5oTodNJ0yVn52FbMRNETosvJkuRaki+75B1Vzlo5G0VOiA4nSZLPkjxO8ttm3ga5ZaSXuQKrWmTTjOGHJH+cl7ty/lHlbJ0yskcdiivJp0levqsxVP87oJ3qhZXkSpIXmgPsWYerb5L7mgPs2VxDqNYkktxI8utGrD+T/JLkmyRfJ/m8WmZo76KiqlRwSR5sxHmW5ObMmBJZ4SBs0wAqNIkknyR5O93OvHfBOM0BLsMuhb92k0hyN8mbJF+ssX84SrsU/MoziJ+TfLXW/oHCktxZOwMAAAAAAAAAAAAAAAAAAMDwr78Br5opMeSeobEAAAAASUVORK5CYII=) 0 0 no-repeat;
    background-size: 264px 88px;
    height: 44px;
    width: 44px
}

@media (-webkit-min-device-pixel-ratio: 1.09375),
(-webkit-min-device-pixel-ratio:1.1),
(min-resolution:1.1dppx),
(min-resolution:105dpi) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNjQiIGhlaWdodD0iODgiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTY3LjAwMiA1OS41djMuNzY4Yy02LjMwNy44NC05LjE4NCA1Ljc1LTEwLjAwMiA5LjczMiAyLjIyLTIuODMgNS41NjQtNS4wOTggMTAuMDAyLTUuMDk4VjcxLjVMNzMgNjUuNTg1ek0xMyAyOXYtNWgydjNoM3Yyem0wLTE0aDV2MmgtM3YzaC0yem0xOCAwdjVoLTJ2LTNoLTN2LTJ6bTAgMTRoLTV2LTJoM3YtM2gyek02MiAyNHY1aC0ydi0zaC0zdi0yem0wLTRoLTV2LTJoM3YtM2gyem04IDB2LTVoMnYzaDN2MnptMCA0aDV2MmgtM3YzaC0yek0yMC41ODYgNjZsLTUuNjU2LTUuNjU2IDEuNDE0LTEuNDE0TDIyIDY0LjU4Nmw1LjY1Ni01LjY1NiAxLjQxNCAxLjQxNEwyMy40MTQgNjZsNS42NTYgNS42NTYtMS40MTQgMS40MTRMMjIgNjcuNDE0bC01LjY1NiA1LjY1Ni0xLjQxNC0xLjQxNHpNMTExLjc4NSA2NS4wMyAxMTAgNjMuNWwzLTMuNWgtMTB2LTJoMTBsLTMtMy41IDEuNzg1LTEuNDY4TDExNyA1OXpNMTUyLjIxNSA2NS4wMyAxNTQgNjMuNWwtMy0zLjVoMTB2LTJoLTEwbDMtMy41LTEuNzg1LTEuNDY4TDE0NyA1OXpNMTYwLjk1NyAyOC41NDNsLTMuMjUtMy4yNS0xLjQxMyAxLjQxNCAzLjI1IDMuMjV6Ii8+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTE1Mi41IDI3YTUuNSA1LjUgMCAxIDAgMC0xMSA1LjUgNS41IDAgMSAwIDAgMTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1MCAyMWg1djFoLTV6TTExNi45NTcgMjguNTQzbC0xLjQxNCAxLjQxNC0zLjI1LTMuMjUgMS40MTQtMS40MTR6Ii8+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEwOC41IDI3YTUuNSA1LjUgMCAxIDAgMC0xMSA1LjUgNS41IDAgMSAwIDAgMTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEwNiAyMWg1djFoLTV6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTEwOS4wNDMgMTkuMDA4LS4wODUgNS0xLS4wMTcuMDg1LTV6Ii8+PC9nPjwvc3ZnPg==)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    background-position: -88px 0;
    display: none
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 70px
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background-color: rgba(0, 0, 0, .3);
    content: "";
    height: 30px;
    position: absolute;
    top: 35px;
    width: 32px
}

.pswp__button--arrow--left:before {
    background-position: -138px -44px;
    left: 6px
}

.pswp__button--arrow--right:before {
    background-position: -94px -44px;
    right: 6px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pswp__share-modal {
    -webkit-backface-visibility: hidden;
    background: rgba(0, 0, 0, .5);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    transition: opacity .25s ease-out;
    width: 100%;
    will-change: opacity;
    z-index: 1600
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    -webkit-backface-visibility: hidden;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    display: block;
    position: absolute;
    right: 44px;
    top: 56px;
    transform: translateY(6px);
    transition: transform .25s;
    width: auto;
    will-change: transform;
    z-index: 1620
}

.pswp__share-tooltip a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
    color: #000;
    text-decoration: none
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    border: 6px solid transparent;
    border-bottom-color: #fff;
    content: "";
    display: block;
    height: 0;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: -12px;
    width: 0
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    color: #fff;
    font-size: 13px;
    height: 44px;
    left: 0;
    line-height: 44px;
    opacity: .75;
    padding: 0 10px;
    position: absolute;
    top: 0
}

.pswp__caption {
    bottom: 0;
    left: 0;
    min-height: 44px;
    position: absolute;
    width: 100%
}

.pswp__caption small {
    color: #bbb;
    font-size: 11px
}

.pswp__caption__center {
    color: #ccc;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 420px;
    padding: 10px;
    text-align: left
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    direction: ltr;
    height: 44px;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .25s ease-out;
    width: 44px;
    will-change: opacity
}

.pswp__preloader__icn {
    height: 20px;
    margin: 12px;
    width: 20px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(data:image/gif;base64,R0lGODlhFAAUAIMAAExpcZ+fn1dXV8/Pz4eHhz8/P////7e3t29vbycnJwAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAAACwAAAAAFAAUAAAEUxDISau9YAzMtebTcUjeBiTJJYqkiaLWOlZvGs8WDO5UEPCFwsTnAwWDEuKPcxQml0Ynj0cgYASCS7VqwWItWysAgZB4s2AxmWxGg9bl6YQtl0cAACH5BAUHAAAALAEAAQASABIAAAROEMgpz6E4W5tpCNUmDQP2feFIltMJYivbvhnZ3R1B4FOSADodz+cL7nDEn5AH8DGZCMStUMBEoxkqlXKVAgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAAALAEAAQASABIAAAROEMgpQ6A4W5spIdUmHQf2feFIltMJYivbvhnZ3R2C4NMwADodz+cL7nDEn5AH8DGZAsEtkcBEoxkqlXKVAgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAAALAEAAQASABIAAAROEMgpCaE4W5spQtUmBQH2feFIltMJYivbvhnZ3Z0g4NNxADodz+cL7nDEn5AH8DGZhcJtMMBEoxkqlXKVAhIJibbK9YLBYvLtHH5K0J0IACH5BAUHAAAALAEAAQASABIAAAROEMgpEaI4W5upENUmEQT2feFIltMJYivbvhnZ3V1R4FMQADodz+cL7nDEn5AH8DGZicTtcMBEoxkqlXKVAgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAAALAEAAQASABIAAAROEMgphaA4W5tpKdUmIQj2feFIltMJYivbvhnZ3V2S4BNBADodz+cL7nDEn5AH8DGZg8EtEMBEoxkqlXKVAg4HibbK9YLBYvLtHH5K0J0IACH5BAUHAAAALAEAAQASABIAAAROEMgpS6E4W5tpStUmCQL2feFIltMJYivbvhnZ3d0w4BOCADodz+cL7nDEn5AH8DGZh8ONQMBEoxkqlXKVAgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAAALAEAAQASABIAAARFEMgpU6I4W5vpGNUmFQX2feFIltMJYivbvhnZ3d1x4JMgADodz+cL7nDEn5AH8DGZgcBzEo1OAVUpgECAarncK7grJmciADs=) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    height: 14px;
    left: 15px;
    margin: 0;
    opacity: .75;
    position: absolute;
    top: 15px;
    width: 14px
}

.pswp--css_animation .pswp__preloader__cut {
    height: 14px;
    overflow: hidden;
    position: relative;
    width: 7px
}

.pswp--css_animation .pswp__preloader__donut {
    background: none;
    border-color: #fff #fff transparent transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    height: 14px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 14px
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        float: right;
        left: auto;
        margin: 0;
        position: relative;
        top: auto
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes donut-rotate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-140deg)
    }

    to {
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    opacity: 1;
    visibility: visible;
    z-index: 1550
}

.pswp__top-bar {
    height: 44px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

div#hb-fullscreen-gallery-container {
    background-color: #282828;
    display: none
}

div#hb-fullscreen-gallery-container .container-fluid {
    padding: 0 30px
}

@media (max-width: 575.98px) {
    div#hb-fullscreen-gallery-container .container-fluid {
        padding: 0 15px
    }
}

div#hb-fullscreen-gallery-container header {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Helvetica Neue, helvetica, HB TC, HB JP, HB KR, arial, “segoe ui”, “microsoft jhenghei”, “microsoft mhei”, stheititc, sans-serif;
    height: 70px;
    left: 0;
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

div#hb-fullscreen-gallery-container header div {
    color: #fff
}

div#hb-fullscreen-gallery-container header div span.page-index {
    font-size: 12px;
    margin-top: -5px
}

div#hb-fullscreen-gallery-container header div.title {
    display: flex;
    width: calc(100% - 300px)
}

@media (max-width: 575.98px) {
    div#hb-fullscreen-gallery-container header div.title {
        display: none
    }
}

div#hb-fullscreen-gallery-container header div.title span.title {
    display: inline-block;
    font-size: 15px;
    margin-top: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 34px)
}

div#hb-fullscreen-gallery-container .fullscreen-gallery-wrapper {
    inset: 70px 0 0;
    position: absolute
}

@media (min-width: 992px) {
    div#hb-fullscreen-gallery-container .fullscreen-gallery-wrapper {
        margin: 0 auto 30px
    }
}

div#hb-fullscreen-gallery-container .fullscreen-gallery-wrapper .carousel-cell.portrait .carousel-cell-image-wrapper,
div#hb-fullscreen-gallery-container .fullscreen-gallery-wrapper .carousel-cell.portrait img {
    aspect-ratio: unset;
    height: 100%;
    width: auto
}

div#hb-fullscreen-gallery-container .fullscreen-gallery-wrapper .carousel-cell.landscape .carousel-cell-image-wrapper,
div#hb-fullscreen-gallery-container .fullscreen-gallery-wrapper .carousel-cell.landscape img {
    aspect-ratio: unset;
    height: auto;
    width: 100%
}

div.gallery-control-btn-container {
    align-items: center;
    display: flex;
    flex-grow: 1;
    float: right;
    justify-content: flex-end
}

div.gallery-control-btn-container .close-btn {
    display: inline-block;
    margin-right: -15px;
    padding: 15px;
    position: relative;
    right: auto;
    top: auto
}

div.gallery-control-btn-container .close-btn line {
    stroke: #fff
}

.pswp {
    left: 0;
    margin: 0 33px 33px;
    position: absolute !important;
    right: 0;
    width: auto
}

@media (max-width: 767.98px) {
    .pswp {
        margin: 0
    }
}

.pswp .pswp__bg {
    background-color: transparent
}

.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right {
    margin-top: auto;
    transform: translateY(-50%)
}

.pswp.pswp--touch .pswp__button--arrow--left,
.pswp.pswp--touch .pswp__button--arrow--right {
    border-radius: 50%;
    height: 50px;
    visibility: visible;
    width: 50px
}

.pswp.pswp--touch .pswp__button--arrow--left span.sprite,
.pswp.pswp--touch .pswp__button--arrow--right span.sprite {
    margin-top: 7px
}

.pswp.pswp--touch .pswp__button--arrow--left span.sprite.sprite-gallery-prev-grey,
.pswp.pswp--touch .pswp__button--arrow--right span.sprite.sprite-gallery-prev-grey {
    margin-left: 1px
}

.pswp.pswp--touch .pswp__button--arrow--left span.sprite.sprite-gallery-next-grey,
.pswp.pswp--touch .pswp__button--arrow--right span.sprite.sprite-gallery-next-grey {
    margin-right: 1px
}

.pswp.pswp--touch .pswp__button--arrow--left:before,
.pswp.pswp--touch .pswp__button--arrow--right:before {
    display: none
}

.post-gallery-container.portrait .hb-gallery .carousel-cell.gated-slide img {
    display: block;
    height: auto;
    margin: auto;
    width: 100%
}

@media (min-width: 576px) {
    .post-gallery-container.portrait .hb-gallery .carousel-cell:not(.gated-slide) {
        margin-right: 15px;
        width: calc(50% - 7.5px)
    }

    .post-gallery-container.portrait .hb-gallery .carousel-cell:not(.gated-slide):nth-child(odd) .gallery-meta-container div.general-general {
        display: none
    }

    .post-gallery-container.portrait .hb-gallery .carousel-cell.gated-slide img {
        display: block;
        height: auto;
        margin: auto;
        width: calc(50% - 7.5px)
    }
}

.post-gallery-container.portrait-large .hb-gallery .carousel-cell {
    margin-right: 20px
}

@media (min-width: 768px) {
    .post-gallery-container.portrait-large .hb-gallery .carousel-cell {
        width: calc(50% - 7.5px)
    }
}

@media (min-width: 992px) {
    .post-gallery-container.portrait-large .hb-gallery .carousel-cell {
        width: calc(33.33333% - 13.33333px)
    }
}

.flickity-prev-next-button {
    background-color: transparent;
    border-radius: 5px;
    display: block;
    height: 120px;
    outline: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 50ms ease-out;
    width: 50px;
    z-index: 1
}

.flickity-prev-next-button:focus {
    box-shadow: none
}

.flickity-prev-next-button:active {
    opacity: 1
}

.flickity-prev-next-button span.sprite {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 0
}

.flickity-prev-next-button.previous span.sprite {
    margin-right: 5px;
    transform: translateX(-50%) translateY(-50%) rotate(180deg)
}

.flickity-prev-next-button.next {
    right: 0
}

.flickity-prev-next-button.disabled,
.flickity-prev-next-button.disabled:hover {
    cursor: default
}

@media (max-width: 767.98px) {
    .flickity-prev-next-button:hover {
        background-color: transparent
    }
}

.flickity-carousel .gallery-image-index,
.gallery-container .gallery-image-index {
    border-radius: 5px;
    color: #ddd;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    padding: 10px 12px 7px;
    position: absolute;
    right: 13px;
    top: 13px;
    z-index: 1
}

@media (max-width: 767.98px) {

    .flickity-carousel .gallery-image-index,
    .gallery-container .gallery-image-index {
        padding: 7px
    }
}

.flickity-carousel .gallery-image-index:hover,
.gallery-container .gallery-image-index:hover {
    color: #fff
}

.flickity-carousel .gallery-image-index:hover .sprite-gallery-expand,
.gallery-container .gallery-image-index:hover .sprite-gallery-expand {
    filter: brightness(2)
}

.flickity-carousel .gallery-image-index.disable,
.gallery-container .gallery-image-index.disable {
    display: none
}

.flickity-carousel .gallery-image-index .image-index,
.gallery-container .gallery-image-index .image-index {
    margin-right: 10px
}

.flickity-carousel .gallery-image-index .sprite-gallery-expand,
.gallery-container .gallery-image-index .sprite-gallery-expand {
    position: relative;
    top: 1px
}

.fullscreen-gallery-wrapper .wp-caption,
.gallery-container .wp-caption,
.shortcode-slider .wp-caption {
    margin-bottom: 0
}

@media (min-width: 768px) {

    .fullscreen-gallery-wrapper:hover .flickity-prev-next-button,
    .gallery-container:hover .flickity-prev-next-button,
    .shortcode-slider:hover .flickity-prev-next-button {
        background-color: hsla(0, 0%, 59%, .2)
    }

    .fullscreen-gallery-wrapper:hover .gallery-image-index,
    .gallery-container:hover .gallery-image-index,
    .shortcode-slider:hover .gallery-image-index {
        background-color: hsla(0, 0%, 59%, .8)
    }

    .fullscreen-gallery-wrapper:hover .flickity-prev-next-button:hover,
    .fullscreen-gallery-wrapper:hover .gallery-image-index:hover,
    .gallery-container:hover .flickity-prev-next-button:hover,
    .gallery-container:hover .gallery-image-index:hover,
    .shortcode-slider:hover .flickity-prev-next-button:hover,
    .shortcode-slider:hover .gallery-image-index:hover {
        background-color: #969696
    }
}

.fullscreen-gallery-wrapper .flickity-prev-next-button.next .sprite-gallery-next,
.gallery-container .flickity-prev-next-button.next .sprite-gallery-next,
.shortcode-slider .flickity-prev-next-button.next .sprite-gallery-next {
    display: inline
}

@media (min-width: 768px) {

    .fullscreen-gallery-wrapper .flickity-prev-next-button.next,
    .gallery-container .flickity-prev-next-button.next,
    .shortcode-slider .flickity-prev-next-button.next {
        right: 15px
    }

    .fullscreen-gallery-wrapper .flickity-prev-next-button.previous,
    .gallery-container .flickity-prev-next-button.previous,
    .shortcode-slider .flickity-prev-next-button.previous {
        left: 15px
    }
}

.gallery-container {
    position: relative;
    width: 100%
}

.gallery-container .carousel-cell-image-wrapper .credit {
    color: #dcdcdc;
    font-size: 13px;
    inset: auto 0 0 auto;
    line-height: 1em;
    padding: 13px;
    position: absolute
}

@media (max-width: 767.98px) {
    .gallery-container .carousel-cell-image-wrapper .credit {
        display: none
    }
}

.hb-gallery.before-booted {
    max-height: 85vh;
    overflow: hidden
}

@media (max-width: 767.98px) {
    .hb-gallery.before-booted {
        max-height: calc(66.67vw - 20.001px)
    }
}

.hb-gallery.before-booted .gated-overlay-container {
    display: none
}

.hb-gallery .annotation {
    background-color: rgba(0, 0, 0, .8);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAAGUlEQVQI12NggIL//xnQAclC/zEAAxWNBwBQ9SHf5PiMxgAAAABJRU5ErkJggg==);
    background-position: 4px;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: content-box;
    height: 17px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    width: 17px
}

.hb-gallery .annotation:hover {
    background-color: #000
}

@media (max-width: 1024px) {
    .hb-gallery .annotation {
        display: none
    }
}

.hb-gallery .carousel-cell {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    width: 100%
}

.hb-gallery .carousel-cell.gated-slide,
.hb-gallery .carousel-cell.landscape,
.hb-gallery .carousel-cell.portrait {
    opacity: 1
}

.hb-gallery .carousel-cell .carousel-cell-inner-wrapper {
    width: 100%
}

.hb-gallery .carousel-cell .carousel-cell-image-wrapper {
    overflow: visible !important;
    position: relative;
    width: 100%
}

.hb-gallery .carousel-cell .carousel-cell-image-wrapper.fixed-ratio-3-2 {
    aspect-ratio: 3/2
}

.hb-gallery .carousel-cell .carousel-cell-image-wrapper.fixed-ratio-2-3 {
    aspect-ratio: 2/3
}

.hb-gallery .carousel-cell .carousel-cell-image-wrapper img {
    display: block;
    margin: 0 auto;
    opacity: 0
}

.hb-gallery .carousel-cell .carousel-cell-image-wrapper img.loaded {
    opacity: 1
}

.hb-gallery .carousel-cell.portrait img {
    aspect-ratio: 2/3;
    height: 100%;
    width: auto
}

.hb-gallery .carousel-cell.landscape img {
    aspect-ratio: 3/2;
    height: auto;
    width: 100%
}

.hb-gallery .carousel-cell.gated-slide.portrait .carousel-cell-image-wrapper {
    aspect-ratio: 3/2
}

.hb-gallery .carousel-cell.gated-slide img {
    filter: blur(15px)
}

.hb-gallery .carousel-cell.gated-slide .sign-up-link-only {
    display: block
}

@media (min-width: 1200px) {
    .hb-gallery .carousel-cell.gated-slide .sign-up-link-only {
        display: none
    }
}

.hb-gallery .carousel-cell.gated-slide gated-handler-group {
    display: none
}

@media (min-width: 1200px) {
    .hb-gallery .carousel-cell.gated-slide gated-handler-group {
        display: block
    }
}

.hb-gallery .flickity-page-dots {
    display: none
}

.hb-gallery .gated-overlay-container {
    aspect-ratio: 3/2;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

.hb-gallery .gated-overlay-container>* {
    height: 100%;
    width: 100%
}

.portrait-gallery-single .hb-gallery .gated-slide img {
    height: auto;
    width: 100%
}

.portrait-gallery-single .hb-gallery .gated-slide .sign-up-link-only {
    display: block
}

@media (min-width: 576px) {
    .portrait-gallery-single .hb-gallery .gated-slide .sign-up-link-only {
        display: none
    }
}

@media (min-width: 768px) {
    .portrait-gallery-single .hb-gallery .gated-slide .sign-up-link-only {
        display: block
    }
}

@media screen and (min-width: 1200px) {
    .portrait-gallery-single .hb-gallery .gated-slide .sign-up-link-only {
        display: none
    }
}

.portrait-gallery-single .hb-gallery .gated-slide gated-handler-group {
    display: none
}

@media (min-width: 576px) {
    .portrait-gallery-single .hb-gallery .gated-slide gated-handler-group {
        display: block
    }
}

@media (min-width: 768px) {
    .portrait-gallery-single .hb-gallery .gated-slide gated-handler-group {
        display: none
    }
}

@media screen and (min-width: 1200px) {
    .portrait-gallery-single .hb-gallery .gated-slide gated-handler-group {
        display: block
    }
}

.portrait-gallery-single .hb-gallery .gated-slide .gated-sign-up-wrapper {
    padding: 30px 45px
}

@media (min-width: 992px) {
    .portrait-gallery-single .hb-gallery .gated-slide .gated-sign-up-wrapper {
        padding: 60px 45px
    }
}

@media screen and (min-width: 1200px) {
    .portrait-gallery-single .hb-gallery .gated-slide .gated-sign-up-wrapper {
        padding: 60px 80px
    }
}

.portrait-gallery-single .hb-gallery .gated-slide .gated-sign-up-wrapper form {
    flex-direction: column;
    margin-bottom: 25px
}

.portrait-gallery-single .hb-gallery .gated-slide .gated-sign-up-wrapper form button {
    align-self: flex-start;
    margin-top: 5px
}

@media (max-width: 991.98px) {
    .portrait-gallery-single .hb-gallery .gated-slide .gated-sign-up-wrapper form button {
        margin: 0
    }
}

.portrait-gallery-single .hb-gallery .gated-slide .gated-sign-up-wrapper form .form-group:first-child {
    margin-bottom: 5px
}

.portrait-gallery-single .hb-gallery .gated-slide .gated-sign-up-wrapper header h3 {
    font-size: 20px
}

.portrait-gallery-single .hb-gallery .gated-slide .gated-sign-up-wrapper footer.for-portrait-gallery-single {
    display: block
}

.portrait-gallery-single .hb-gallery .gated-slide .gated-sign-up-wrapper footer.for-portrait-gallery-single>* {
    display: block !important
}

.portrait-gallery-single .hb-gallery .gated-slide .gated-sign-up-wrapper footer.for-portrait-gallery-single p.footnote {
    margin-bottom: 0
}

.portrait-gallery-single .hb-gallery .gated-slide .gated-sign-up-wrapper footer p.footnote {
    display: none
}

.wp-caption {
    margin-bottom: 20px
}

.gallery-meta-container,
.post-body-article .post-body-content .wp-caption-text {
    color: #111;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    line-height: 1.2em;
    margin: 5px 0 0
}

.gallery-meta-container.credit-wrapper,
.post-body-article .post-body-content .wp-caption-text.credit-wrapper {
    margin: 2px 0 0
}

@media (max-width: 767.98px) {

    .gallery-meta-container,
    .post-body-article .post-body-content .wp-caption-text {
        font-size: 12px;
        line-height: 1.2em;
        position: relative
    }
}

.gallery-meta-container>*,
.post-body-article .post-body-content .wp-caption-text>* {
    padding-left: 10px
}

.gallery-meta-container>.spacer+*,
.gallery-meta-container>:first-child:not(.spacer),
.post-body-article .post-body-content .wp-caption-text>.spacer+*,
.post-body-article .post-body-content .wp-caption-text>:first-child:not(.spacer) {
    font-size: inherit;
    line-height: 1.2em;
    margin: 5px 0 0;
    padding-left: 0
}

@media (max-width: 767.98px) {

    .gallery-meta-container>.caption+*,
    .gallery-meta-container>.spacer+*,
    .post-body-article .post-body-content .wp-caption-text>.caption+*,
    .post-body-article .post-body-content .wp-caption-text>.spacer+* {
        bottom: 100%;
        position: absolute;
        right: 0;
        text-align: right;
        width: 100%
    }
}

.gallery-meta-container>:empty:not(.spacer),
.post-body-article .post-body-content .wp-caption-text>:empty:not(.spacer) {
    display: none
}

.gallery-meta-container .caption,
.post-body-article .post-body-content .wp-caption-text .caption {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 5px
}

@media (max-width: 767.98px) {

    .gallery-meta-container .caption,
    .post-body-article .post-body-content .wp-caption-text .caption {
        margin: 5px 0;
        position: relative;
        text-align: left
    }
}

.gallery-meta-container .credit,
.post-body-article .post-body-content .wp-caption-text .credit {
    align-self: flex-start;
    color: #888;
    margin-top: 5px
}

@media (max-width: 767.98px) {

    .gallery-meta-container .credit,
    .post-body-article .post-body-content .wp-caption-text .credit {
        padding-left: 0
    }
}

.gallery-meta-container .caption,
.gallery-meta-container .spacer,
.post-body-article .post-body-content .wp-caption-text .caption,
.post-body-article .post-body-content .wp-caption-text .spacer {
    flex-grow: 1
}

@media (max-width: 767.98px) {

    .gallery-meta-container .caption+.credit,
    .gallery-meta-container .spacer+.credit,
    .post-body-article .post-body-content .wp-caption-text .caption+.credit,
    .post-body-article .post-body-content .wp-caption-text .spacer+.credit {
        align-self: center;
        color: #ddd;
        font-size: inherit;
        margin-bottom: 13px;
        padding: 0 13px
    }
}

.gallery-meta-container .wp-caption,
.post-body-article .post-body-content .wp-caption {
    position: relative
}

.gallery-meta-container .wp-caption .wp-caption-text .caption,
.post-body-article .post-body-content .wp-caption .wp-caption-text .caption {
    color: var(--text-color)
}

.gallery-container .carousel-cell img.loaded {
    border: 1px solid var(--border-color)
}

.gallery-container .gallery-meta-container .caption {
    color: var(--text-color)
}

div.juxtapose-wrapper {
    margin-bottom: 20px;
    position: relative
}

div.juxtapose-wrapper img:nth-of-type(2) {
    left: 0;
    position: absolute;
    top: 0
}

div.juxtapose {
    font-family: Helvetica, Arial, sans-serif;
    width: 100%
}

div.jx-slider {
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

div.jx-slider .img-responsive,
div.jx-slider img {
    height: inherit !important;
    left: auto;
    max-width: none !important
}

div.jx-handle {
    color: #fff;
    cursor: col-resize;
    height: 100%;
    line-height: 18px;
    margin-left: -20px;
    position: absolute;
    vertical-align: middle;
    white-space: nowrap;
    width: 40px;
    z-index: 10
}

div.jx-handle:active div.jx-arrow.jx-left,
div.jx-handle:hover div.jx-arrow.jx-left {
    left: -1px
}

div.jx-handle:active div.jx-arrow.jx-right,
div.jx-handle:hover div.jx-arrow.jx-right {
    right: -1px
}

div.jx-handle.transition {
    transition: left .5s ease
}

a.jx-knightlab {
    display: none
}

.vertical div.jx-handle {
    cursor: row-resize;
    height: 40px;
    margin-left: 0;
    margin-top: -20px;
    width: 100%
}

.vertical div.jx-handle:active div.jx-arrow.jx-left,
.vertical div.jx-handle:hover div.jx-arrow.jx-left {
    left: 0;
    top: 0
}

.vertical div.jx-handle:active div.jx-arrow.jx-right,
.vertical div.jx-handle:hover div.jx-arrow.jx-right {
    bottom: 0;
    right: 0
}

.vertical div.jx-handle.transition {
    transition: top .5s ease
}

div.jx-control {
    background-color: #006fbb;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 3px
}

.vertical div.jx-control {
    background-color: #fff;
    height: 3px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

div.jx-controller {
    background-color: #006fbb;
    bottom: 0;
    height: 60px;
    margin: auto auto auto -3px;
    position: absolute;
    top: 0;
    width: 9px
}

.vertical div.jx-controller {
    height: 9px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -3px;
    width: 100px
}

div.jx-arrow {
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all .2s ease;
    width: 0
}

div.jx-arrow.jx-left {
    border-color: transparent #006fbb transparent transparent;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    left: 2px
}

div.jx-arrow.jx-right {
    border-color: transparent transparent transparent #006fbb;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    right: 2px
}

.vertical div.jx-arrow {
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all .2s ease;
    width: 0
}

.vertical div.jx-arrow.jx-left {
    border-color: transparent transparent #006fbb;
    border-style: solid;
    border-width: 0 8px 8px;
    left: 0;
    top: 2px
}

.vertical div.jx-arrow.jx-right {
    border-color: #006fbb transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    bottom: 2px;
    right: 0;
    top: auto
}

div.jx-image {
    backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: scale(1)
}

div.jx-image img {
    height: 100%;
    margin: 0 !important;
    max-height: none;
    max-width: none;
    position: absolute;
    z-index: 5
}

div.jx-image.jx-left {
    background-position: 0;
    left: 0
}

div.jx-image.jx-left img {
    left: 0
}

div.jx-image.jx-left div.jx-label {
    float: left;
    left: 0
}

div.jx-image.jx-right {
    background-position: 100%;
    right: 0
}

div.jx-image.jx-right img {
    bottom: 0;
    right: 0
}

div.jx-image.jx-right div.jx-label {
    float: right;
    right: 0
}

div.jx-image div.jx-label {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    display: inline-block;
    font-size: 1em;
    line-height: 18px;
    padding: .25em .75em;
    position: relative;
    top: 0;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 10
}

div.jx-image.transition {
    transition: width .5s ease
}

.vertical div.jx-image {
    left: 0;
    top: auto;
    width: 100%
}

.vertical div.jx-image img {
    height: auto;
    width: 100%
}

.vertical div.jx-image.jx-right {
    background-position: bottom;
    bottom: 0
}

.vertical div.jx-image.jx-right div.jx-label {
    bottom: 0;
    left: 0;
    top: auto
}

.vertical div.jx-image div.jx-label {
    display: table;
    position: absolute
}

.vertical div.jx-image.transition {
    transition: height .5s ease
}

.veritcal div.jx-image.jx-left {
    background-position: top;
    top: 0
}

.veritcal div.jx-image.jx-left img {
    top: 0
}

.veritcal div.jx-image.jx-right img {
    bottom: 0
}

div.jx-credit {
    font-size: .75em;
    line-height: 1.1;
    margin-top: 5px
}

div.jx-credit em {
    font-style: normal;
    font-weight: 700
}

div.jx-controller:focus,
div.jx-image.jx-left div.jx-label:focus,
div.jx-image.jx-right div.jx-label:focus {
    background: #eae34a;
    color: #000
}

.share-buttons-container {
    align-items: center;
    display: flex;
    width: 100%
}

.share-buttons-container a.share-btn:hover .sprite {
    opacity: .65
}

.share-buttons-container a.hidden,
.share-buttons-container a.visible {
    display: flex
}

.share-buttons-container a.hidden {
    max-width: 0;
    overflow: hidden
}

.share-buttons-container.reveal a.hidden {
    max-width: 100%;
    overflow: visible;
    transition: max-width .2s linear .2s
}

.share-buttons-container.reveal a.more-btn {
    opacity: 0;
    transition: opacity .1s, visibility 0s linear .1s, width 0s linear .1s;
    visibility: hidden;
    width: 0
}

.post-body-content .show-article {
    background-image: var(--show-article-gradient);
    background-repeat: repeat-x;
    bottom: 0;
    display: none;
    left: 0;
    padding-top: 100px;
    position: absolute;
    right: 0;
    z-index: 30
}

.post-body-content .show-article>a {
    background-color: var(--show-article-btn-background-color);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
    padding: 14px 15px;
    text-decoration: none
}

@media (max-width: 767.98px) {
    .post-body-content.collapsed {
        height: 500px;
        margin-bottom: 30px;
        overflow: hidden;
        position: relative
    }

    .post-body-content.collapsed .show-article {
        display: block
    }
}

.drop-article-widget-container {
    border-top: 1px solid var(--border-color)
}

.drop-article-widget-container .drop-title-container {
    font-family: Helvetica Neue, helvetica, HB TC, HB JP, HB KR, arial, “segoe ui”, “microsoft jhenghei”, “microsoft mhei”, stheititc, sans-serif;
    margin-bottom: 20px
}

.drop-article-widget-container .drop-title-container .drop-title {
    color: var(--text-color);
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 25px
}

.drop-article-widget-container .drop-title-container .drop-details-link {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0
}

.drop-article-widget-container .drop-information-container {
    margin-bottom: 40px;
    margin-top: 30px
}

@media (max-width: 767.98px) {
    .drop-article-widget-container .drop-information-container {
        margin-top: 20px
    }
}

.drop-article-widget-container .drop-information-container .store-container {
    margin-top: 25px;
    width: 260px
}

@media (max-width: 767.98px) {
    .drop-article-widget-container .drop-information-container .store-container {
        margin-top: 5px
    }
}

.drop-article-widget-container .drop-information-container .drop-teaser a {
    display: block;
    overflow: hidden
}

@media (max-width: 767.98px) {
    .drop-article-widget-container .drop-information-container .drop-header {
        margin-bottom: 20px
    }
}

.drop-article-widget-container .drop-information-container .drop-header .drop-information-header {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px
}

.drop-article-widget-container .drop-information-container .drop-header .drop-date-information-container {
    line-height: 1.3em
}

.drop-article-widget-container .drop-information-container .drop-header .drop-date-information-container .sprite {
    margin-top: -1px;
    vertical-align: middle
}

.drop-article-widget-container .drop-information-container .drop-header .drop-information-content {
    color: var(--text-color);
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0;
    margin-right: 5px;
    margin-top: .6em
}

@media (max-width: 767.98px) {
    .drop-article-widget-container .drop-information-container .drop-header .drop-information-content {
        margin-top: 0
    }
}

.drop-article-widget-container .drop-information-container .release-date-col {
    margin-bottom: 15px
}

.drop-article-widget-container .drop-information-container .shop-now a .btn-wrapper {
    align-items: center;
    background-color: var(--btn-background-color);
    color: var(--btn-text-color);
    display: flex;
    font-size: 14px;
    height: 49px;
    justify-content: center;
    line-height: 18px;
    padding: 10px 0
}

.drop-article-widget-container .drop-information-container .shop-now a .btn-wrapper img.external-icon {
    margin-left: 5px;
    width: 25px
}

.drop-article-widget-container .drop-information-container .shop-now a .btn-wrapper img.drops-icon {
    margin-right: 5px;
    width: 16px
}

@media (max-width: 767.98px) {
    .drop-article-widget-container .drop-information-container .shop-now a .btn-wrapper {
        margin-bottom: 25px;
        margin-top: 0;
        padding: 13px 0;
        width: 100%
    }
}

.drop-article-widget-container .drop-information-container .shop-now a:hover {
    background-color: var(--btn-background-hover-color);
    text-decoration: none
}

.drop-article-widget-container .drop-information-container .shop-now a:hover .btn-wrapper {
    opacity: .8
}

.shortcode-slider.shoppable-small {
    background-color: var(--modular-background-color)
}

.shortcode-slider.shoppable-small header .slider-title h3 {
    color: var(--text-color)
}

.shoppable-container .wp-caption-text {
    color: #888
}

.shoppable-container .shoppable-meta {
    border-bottom: 1px solid var(--border-color)
}

.shoppable-container .shoppable-meta .product-meta .brand,
.shoppable-container .shoppable-meta .product-meta .price,
.shoppable-container .shoppable-meta .store-meta-container .brand,
.shoppable-container .shoppable-meta .store-meta-container .price {
    color: var(--text-color)
}

.shoppable-container .shoppable-meta .product-meta .product,
.shoppable-container .shoppable-meta .product-meta .store,
.shoppable-container .shoppable-meta .store-meta-container .product,
.shoppable-container .shoppable-meta .store-meta-container .store {
    color: var(--sub-text-color)
}

.shoppable-container .shoppable-meta .product-meta .brand,
.shoppable-container .shoppable-meta .product-meta .product {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -moz-line-clamp: 1;
    -webkit-line-clamp: 1
}

.shoppable-container .shoppable-meta .product-meta .product p {
    margin: 0
}

.shoppable-container .shoppable-meta .store-meta-container .buy-btn-container .btn {
    background-color: var(--button-background-color);
    border-radius: 5px;
    color: #fff
}

.shoppable-container .shoppable-meta .store-meta-container .buy-btn-container .btn:hover {
    background-color: var(--button-background-color-hover);
    color: #fff;
    opacity: 1
}

.post-body-article .post-body-content .group-chat-banner-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    position: relative
}

.post-body-article .post-body-content .group-chat-banner-wrapper .background {
    width: 100%
}

.post-body-article .post-body-content .group-chat-banner-wrapper .background:before {
    background-color: #000;
    content: "";
    height: 100%;
    opacity: .6;
    position: absolute;
    width: 100%
}

.post-body-article .post-body-content .group-chat-banner-wrapper .background img {
    margin: 0;
    width: 100%
}

.post-body-article .post-body-content .group-chat-banner-wrapper .background img.desktop-img {
    display: block
}

@media (max-width: 991.98px) {
    .post-body-article .post-body-content .group-chat-banner-wrapper .background img.desktop-img {
        display: none
    }
}

.post-body-article .post-body-content .group-chat-banner-wrapper .background img.mobile-img {
    display: none
}

@media (max-width: 991.98px) {
    .post-body-article .post-body-content .group-chat-banner-wrapper .background img.mobile-img {
        display: block
    }
}

.post-body-article .post-body-content .group-chat-banner-wrapper .group-chat-canvas,
.post-body-article .post-body-content .group-chat-banner-wrapper .group-chat-logo {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    max-width: 1200px;
    padding: 0 50px;
    position: absolute;
    top: 0;
    width: 100%
}

.post-body-article .post-body-content .group-chat-banner-wrapper .group-chat-canvas img,
.post-body-article .post-body-content .group-chat-banner-wrapper .group-chat-logo img {
    opacity: 1;
    transition: opacity .3s
}

.post-body-article .post-body-content .group-chat-banner-wrapper .group-chat-canvas img[data-src],
.post-body-article .post-body-content .group-chat-banner-wrapper .group-chat-logo img[data-src] {
    opacity: 0
}

.post-body-article .post-body-content .group-chat-banner-wrapper.group-chat-layering-container {
    overflow: hidden;
    width: 100%
}

.post-body-article .post-body-content .group-chat-banner-wrapper.group-chat-layering-container .layering-background {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60%;
    width: 100%
}

.post-body-article .post-body-content .group-chat-banner-wrapper.group-chat-layering-container .layering-background.mobile-layering {
    padding-top: 100%
}

.post-body-article .post-body-content .group-chat-banner-wrapper.group-chat-layering-container .layering-background .layer-content {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 45px;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    line-height: 1em;
    padding: 0 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

@media (max-width: 991.98px) {
    .post-body-article .post-body-content .group-chat-banner-wrapper.group-chat-layering-container .layering-background {
        background-attachment: local
    }
}

.post-body-article .post-body-content .group-chat-header-wrapper .group-chat-title {
    color: var(--text-color);
    display: flex;
    flex-direction: row;
    font-family: Noto Sans, sans-serif
}

.post-body-article .post-body-content .group-chat-header-wrapper .group-chat-title .spacer {
    display: none;
    flex-grow: 1
}

@media (max-width: 991.98px) {
    .post-body-article .post-body-content .group-chat-header-wrapper .group-chat-title .spacer {
        flex-basis: 30%
    }
}

.post-body-article .post-body-content .group-chat-header-wrapper .group-chat-title .meta {
    color: var(--text-color);
    margin: 0 auto 40px;
    max-width: 850px
}

.post-body-article .post-body-content .group-chat-header-wrapper .group-chat-title .meta .author {
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    text-align: right
}

.post-body-article .post-body-content .group-chat-header-wrapper .group-chat-title .meta .author span {
    font-weight: 600
}

@media (max-width: 991.98px) {
    .post-body-article .post-body-content .group-chat-header-wrapper .group-chat-title .meta .author {
        font-size: 18px
    }
}

.post-body-article .post-body-content .group-chat-header-wrapper .group-chat-title .meta h2 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 991.98px) {
    .post-body-article .post-body-content .group-chat-header-wrapper .group-chat-title .meta h2 {
        font-size: 26px
    }
}

.post-body-article .post-body-content .group-chat-header-wrapper .guest-wrapper {
    margin: 20px auto 80px;
    max-width: 850px
}

.post-body-article .post-body-content .group-chat-header-wrapper .guest-wrapper .item {
    display: flex;
    margin-bottom: 20px
}

.post-body-article .post-body-content .group-chat-header-wrapper .guest-wrapper .item img {
    border-radius: 40px;
    height: 55px;
    margin: 0 20px 0 0;
    max-width: 55px
}

.post-body-article .post-body-content .group-chat-header-wrapper .guest-wrapper .item .guest {
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    font-weight: 500
}

.post-body-article .post-body-content .group-chat-header-wrapper .guest-wrapper .item .guest .name {
    font-size: 22px
}

.post-body-article .post-body-content .group-chat-header-wrapper .guest-wrapper .item .guest .role {
    font-size: 16px
}

.post-body-article .post-body-content .group-chat-center p {
    font-family: Noto Sans, sans-serif;
    font-size: 19px;
    font-weight: 500;
    margin: 0 auto 20px;
    max-width: 850px;
    text-align: center
}

@media (max-width: 991.98px) {
    .post-body-article .post-body-content .group-chat-center p {
        font-size: 16px;
        width: 80%
    }
}

.post-body-article .post-body-content .group-chat-center img {
    margin: 60px auto;
    width: 100%
}

.post-body-article .post-body-content .group-chat-box {
    display: flex;
    font-family: Noto Sans, sans-serif;
    margin: 60px auto
}

@media (max-width: 767.98px) {
    .post-body-article .post-body-content .group-chat-box {
        width: 90%
    }
}

.post-body-article .post-body-content .group-chat-box .chat-box {
    border-radius: 40px;
    color: #111;
    max-width: 652px;
    position: relative;
    width: 100%
}

@media (max-width: 991.98px) {
    .post-body-article .post-body-content .group-chat-box .chat-box {
        max-width: 350px
    }
}

.post-body-article .post-body-content .group-chat-box .chat-box .profile-pic {
    bottom: 0;
    height: 60px;
    position: absolute;
    right: -30px;
    width: 60px
}

.post-body-article .post-body-content .group-chat-box .chat-box .profile-pic>img {
    border-radius: 40px
}

.post-body-article .post-body-content .group-chat-box .chat-box .content.text {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
    overflow: hidden;
    padding: 25px 30px;
    position: relative
}

@media (max-width: 991.98px) {
    .post-body-article .post-body-content .group-chat-box .chat-box .content.text {
        font-size: 20px
    }
}

.post-body-article .post-body-content .group-chat-box .chat-box .content.text iframe {
    width: 100% !important
}

@media (max-width: 991.98px) {
    .post-body-article .post-body-content .group-chat-box .chat-box .content.text iframe {
        min-width: calc(100% - 20px) !important
    }
}

.post-body-article .post-body-content .group-chat-box .chat-box .content.image {
    border-radius: 40px;
    overflow: hidden;
    width: 650px
}

@media (max-width: 991.98px) {
    .post-body-article .post-body-content .group-chat-box .chat-box .content.image {
        width: 100%
    }
}

.post-body-article .post-body-content .group-chat-box .chat-box .content.image img {
    height: 100%;
    margin: 0;
    max-width: unset
}

.post-body-article .post-body-content .group-chat-box .chat-box .content.image .aspect-ratio-box {
    height: 0;
    overflow: hidden;
    padding-top: 110%;
    position: relative
}

.post-body-article .post-body-content .group-chat-box .chat-box .content.image .aspect-ratio-box-inside {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post-body-article .post-body-content .group-chat-box .chat-box .content.image .aspect-ratio-box-inside>* {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%)
}

.post-body-article .post-body-content .group-chat-box .chat-box .content.video {
    border-radius: 40px;
    overflow: hidden;
    width: 100%
}

.post-body-article .post-body-content .group-chat-box .chat-box .content.video .video-container {
    background-color: #000;
    height: 100%;
    line-height: 0;
    margin: -1px;
    padding: 50px 0
}

.post-body-article .post-body-content .group-chat-box .chat-box .content.video .video-container video {
    width: 100%
}

.post-body-article .post-body-content .group-chat-box .chat-box .content.embed {
    border-radius: 40px;
    overflow: hidden;
    width: 100%
}

.post-body-article .post-body-content .group-chat-box .chat-box .content.embed>* {
    margin: 0 auto
}

.post-body-article .post-body-content .group-chat-box.chat-box-right {
    justify-content: flex-end
}

.post-body-article .post-body-content .group-chat-box.chat-box-right .chat-box {
    background-color: #fff;
    border: 1px solid var(--chat-box-border-color)
}

.post-body-article .post-body-content .group-chat-box.chat-box-left {
    justify-content: flex-start
}

.post-body-article .post-body-content .group-chat-box.chat-box-left .chat-box {
    background-color: #fff;
    border: 1px solid var(--chat-box-border-color)
}

.video-wrapper.placeholder {
    aspect-ratio: 16/9;
    background-color: #333;
    padding: 28px 15px
}

.video-wrapper.placeholder .video-placeholder-wrapper {
    align-items: center;
    display: none;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.video-wrapper.placeholder .video-placeholder-wrapper h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    margin-bottom: 10px;
    text-align: center
}

@media (min-width: 768px) {
    .video-wrapper.placeholder .video-placeholder-wrapper h3 {
        margin-bottom: 15px
    }
}

.video-wrapper.placeholder .video-placeholder-wrapper p {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    text-align: center
}

.video-wrapper.placeholder .video-placeholder-wrapper p:first-child {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .video-wrapper.placeholder .video-placeholder-wrapper p:first-child {
        margin-bottom: 25px
    }
}

.video-wrapper.placeholder .video-placeholder-wrapper p:last-child {
    display: none
}

@media (min-width: 768px) {
    .video-wrapper.placeholder .video-placeholder-wrapper p:last-child {
        display: block;
        margin-bottom: 0
    }
}

.video-wrapper.placeholder .video-placeholder-wrapper p a {
    color: #3773e1
}

.video-wrapper.placeholder .video-placeholder-wrapper p a:hover {
    color: var(--link-hover-color);
    text-decoration: none
}

.video-wrapper.placeholder .video-placeholder-wrapper.cnx-loading-error p:last-child {
    display: block
}

.video-wrapper.placeholder .video-placeholder-wrapper.cnx-loading-error p a,
.video-wrapper.placeholder .video-placeholder-wrapper>a {
    background-color: var(--button-background-color);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    line-height: 14.3px;
    margin-bottom: 0;
    padding: 8px 10px
}

@media (min-width: 768px) {

    .video-wrapper.placeholder .video-placeholder-wrapper.cnx-loading-error p a,
    .video-wrapper.placeholder .video-placeholder-wrapper>a {
        margin-bottom: 25px
    }
}

.video-wrapper.placeholder .video-placeholder-wrapper.cnx-loading-error p a:hover,
.video-wrapper.placeholder .video-placeholder-wrapper>a:hover {
    background-color: var(--button-background-color-hover);
    text-decoration: none
}

@media (min-width: 768px) {
    .video-wrapper.placeholder .video-placeholder-wrapper.cnx-loading-error p a {
        margin-bottom: 0
    }
}

.code-columns {
    display: flex;
    gap: 20px
}

@media (max-width: 1199.98px) {
    .code-columns {
        flex-direction: column
    }
}

.vast-media {
    display: flex;
    flex-flow: row wrap;
    position: relative
}

.vast-media .play-btn {
    border: none;
    display: none;
    left: 0;
    top: 0
}

.vast-media .play-btn,
.vast-media .video-ad-main-container {
    background-color: transparent;
    height: 100%;
    position: absolute;
    width: 100%
}

.vast-media .video-ad-main-container .video-ad-container {
    display: none;
    height: inherit;
    position: relative;
    width: inherit;
    z-index: 1
}

.vast-media .video-ad-main-container .video-ad-container.active {
    background-color: #666;
    display: block
}

.vast-media .video-ad-main-container .video-ad-container.active .video-ad-controls-container,
.vast-media .video-ad-main-container .video-ad-container.active.paused .video-ad-play-btn {
    display: block
}

.vast-media .video-ad-main-container .mol-vast-skip-control {
    background-color: #666;
    bottom: 15px;
    color: #fff;
    padding: 5px 20px;
    position: absolute;
    right: 0
}

.vast-media .video-ad-main-container .mol-vast-skip-control:hover {
    opacity: .6
}

.vast-media .video-ad-main-container .video-ad-play-btn {
    background-color: #00469b;
    border: none;
    border-radius: 50%;
    color: #fff;
    display: none;
    height: 3.5em;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3.5em;
    z-index: 1
}

.vast-media .video-ad-main-container .video-ad-play-btn:hover {
    background-color: #487ec0
}

.vast-media .video-ad-main-container .video-ad-play-btn:after {
    border-color: transparent transparent transparent hsla(0, 0%, 100%, .75);
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    content: " ";
    font-size: .75em;
    height: 0;
    margin: -1em 0 0 -.75em;
    position: absolute;
    top: 50%;
    width: 0
}

.vast-media .video-ad-main-container .video-ad-controls-container {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5
}

.vast-media .video-ad-main-container .video-ad-controls-container .video-ad-label {
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    text-shadow: 0 0 1px #666
}

.vast-media .video-ad-main-container .video-ad-controls-container .video-ad-progress {
    background-color: #666;
    height: 5px
}

.vast-media .video-ad-main-container .video-ad-controls-container .video-ad-progress .video-ad-progress-bar {
    background-color: #dbb100;
    height: inherit;
    width: 0
}

.shortcode-newsletter .newsletter {
    padding-left: 0;
    padding-right: 0
}

.shortcode-newsletter .newsletter form p.text {
    font-size: 20px
}

.shortcode-newsletter .newsletter form label {
    font-weight: 600
}

.shortcode-newsletter .newsletter form label input {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    margin-top: 0;
    padding: 8px 12px 6px
}

.shortcode-newsletter .newsletter form label input::-moz-placeholder {
    color: #888
}

.shortcode-newsletter .newsletter form label input::placeholder {
    color: #888
}

.shortcode-newsletter .newsletter form button {
    padding: 10px;
    width: 205px
}

@media (max-width: 767.98px) {
    .shortcode-newsletter .newsletter form button {
        width: 100%
    }
}

.newsletter {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.newsletter.form-hk .input-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.newsletter.form-hk .input-wrapper .col-input {
    flex: 0 0 calc(33.3% - 10px);
    max-width: calc(33.3% - 10px)
}

@media (max-width: 767.98px) {
    .newsletter.form-hk .input-wrapper .col-input {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.newsletter.form-hk .input-wrapper .col-button {
    flex: 0 0 100%;
    max-width: 100%
}

.newsletter hr {
    border-color: #333;
    margin-bottom: 30px
}

.newsletter form p.text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

.newsletter form label {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%
}

.newsletter form label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #333;
    border: 1px solid #333;
    color: #666;
    font-size: 14px;
    margin-top: 5px;
    padding: 10px 12px;
    width: 100%
}

.newsletter form label input::-moz-placeholder {
    color: #666
}

.newsletter form label input::placeholder {
    color: #666
}

.newsletter form label.error {
    color: red;
    margin-bottom: 10px
}

.newsletter form label.error input {
    border-color: red
}

.newsletter form .error-msg {
    color: red;
    font-size: 12px;
    line-height: 1.2em;
    text-align: left
}

.newsletter form .error-msg:last-child {
    margin-bottom: 10px
}

.newsletter form button {
    background-color: var(--button-background-color);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin-top: 15px;
    padding: 11px 51px 10px
}

.newsletter form button:hover {
    background-color: var(--button-background-color-hover)
}

.newsletter .form-success {
    font-size: 27px
}

.post-body-content span.brand-ticker .ticker {
    font-size: 16px
}

@media (max-width: 767.98px) {
    .drop.drop-element {
        display: none
    }
}

.drop.drop-element .ticker-dropdown-container {
    background-color: #000;
    color: #fff;
    display: grid;
    grid-template: auto/1fr 50px;
    max-width: 300px;
    padding: 15px;
    position: relative;
    top: 5px;
    width: 300px;
    grid-column-gap: 15px
}

.drop.drop-element .ticker-dropdown-container:before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0 5px 5px;
    content: "";
    display: inline-block;
    height: 0;
    left: 15px;
    position: absolute;
    top: -5px;
    width: 0
}

.drop.drop-element .ticker-dropdown-container h4 {
    color: inherit;
    font-size: 14px;
    margin-bottom: 5px
}

.drop.drop-element .ticker-dropdown-container .info {
    font-size: 11px;
    margin-bottom: 5px
}

.drop.drop-element .ticker-dropdown-container .info .ticker-state {
    margin-left: 5px
}

.drop.drop-element .ticker-dropdown-container .rank {
    font-size: 10px;
    margin-bottom: 10px
}

.drop.drop-element .ticker-dropdown-container .brand-avatar img {
    border: 1px solid #333;
    border-radius: 40px
}

.drop.drop-element .ticker-dropdown-container .graph-heading {
    color: #fff;
    font-size: 10px;
    font-weight: 500
}

.drop.drop-element .ticker-dropdown-container .vtc {
    grid-column: 1/span 2;
    height: 100px;
    margin-bottom: 10px;
    max-height: 100px;
    width: 100%
}

.drop.drop-element .ticker-dropdown-container .vtc .labels .label {
    font-size: 9px;
    fill: #888
}

.drop.drop-element .ticker-dropdown-container .vtc .labels .x-labels .label {
    visibility: hidden
}

.drop.drop-element .ticker-dropdown-container .vtc .labels .x-labels .label:nth-child(80n-40) {
    visibility: visible
}

.drop.drop-element .ticker-dropdown-container .vtc .curve .stroke {
    stroke-width: 1.5px
}

.drop.drop-element .ticker-dropdown-container .vtc .grid .line {
    stroke: #888
}

.drop.drop-element .ticker-dropdown-container footer {
    font-size: 10px;
    grid-column: 1/span 2;
    line-height: 1.3
}

.drop.drop-element .ticker-dropdown-container footer a,
.drop.drop-element .ticker-dropdown-container footer p {
    color: #888;
    margin: 0
}

.drop.drop-element .ticker-dropdown-container footer a {
    text-decoration: underline
}

.drop.drop-element .ticker-dropdown-container footer a:hover {
    opacity: .6
}

.drop.drop-element .ticker-dropdown-container footer a.see-profile {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px
}

.brand-sidebar-widget {
    display: grid;
    grid-row-gap: 20px
}

.brand-sidebar-widget>h6 {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .6px;
    margin-bottom: 17px;
    text-transform: uppercase
}

.brand-sidebar-widget .brand-list-widget .brand-list-grid {
    display: grid;
    grid-row-gap: 20px
}

.post-body-article .brand-list-widget .brand-list-grid {
    display: grid;
    grid-row-gap: 5px
}

.post-body-article .brand-list-widget .collapsible-wrapper .collapsible .brand-list-grid,
.post-body-article .brand-list-widget .collapsible-wrapper .ui-controls {
    margin-top: 5px
}

.brand-post-body-widget .sidebar-divider {
    margin: 0 0 20px;
    width: 25px
}

.brand-post-body-widget h6 {
    font-size: 10px;
    letter-spacing: .6px;
    margin-bottom: 15px;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .brand-post-body-widget {
        display: none
    }
}

.brand-post-body-widget .brand-list-widget .brand-widget {
    grid-template: auto/26px 1fr;
    grid-column-gap: 10px
}

.brand-post-body-widget .brand-list-widget .brand-widget .brand-info {
    display: flex
}

.brand-post-body-widget .brand-list-widget .brand-widget .brand-info h6 {
    font-size: 16px;
    letter-spacing: 0;
    margin-right: 6px;
    text-transform: none
}

.brand-post-body-widget .brand-list-widget .brand-widget .brand-info>* {
    line-height: 1;
    margin-bottom: 0
}

.brand-post-body-widget .brand-list-widget .brand-widget .brand-info .intro {
    display: none
}

.brand-post-body-widget .brand-list-widget .brand-widget .brand-info .rank {
    align-self: flex-end;
    font-size: 10px;
    margin-bottom: 1px
}

.brand-list-widget .brand-widget {
    display: grid;
    grid-template: auto/56px 1fr;
    grid-column-gap: 15px
}

.brand-list-widget .brand-widget>* {
    align-self: center
}

.brand-list-widget .brand-widget .brand-avatar img {
    border: 1px solid var(--border-color);
    border-radius: 35px;
    max-width: 100%
}

.brand-list-widget .brand-widget .brand-info h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px
}

.brand-list-widget .brand-widget .brand-info h6 a {
    color: var(--text-color)
}

.brand-list-widget .brand-widget .brand-info h6 a:hover {
    opacity: .8
}

.brand-list-widget .brand-widget .brand-info .intro {
    color: var(--sub-text-color);
    display: none;
    font-size: 12px;
    margin-bottom: 7px
}

.brand-list-widget .brand-widget .brand-info .rank {
    color: var(--content-text-color);
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 0
}

.brand-list-widget .collapsible-wrapper .collapsible {
    display: block;
    overflow: hidden
}

.brand-list-widget .collapsible-wrapper .collapsible.collapse:not(.show),
.brand-list-widget .collapsible-wrapper .collapsible.collapsing {
    height: 0
}

.brand-list-widget .collapsible-wrapper .collapsible.show+.ui-controls .sprite {
    transform: rotate(180deg)
}

.brand-list-widget .collapsible-wrapper .collapsible .brand-list-grid {
    margin-top: 15px
}

.brand-list-widget .collapsible-wrapper .ui-controls {
    margin-top: 20px
}

.brand-list-widget .collapsible-wrapper .ui-controls button {
    color: #888;
    font-size: 12px;
    padding: 0;
    text-decoration: none
}

.brand-list-widget .collapsible-wrapper .ui-controls button:hover {
    opacity: .6
}

.brand-list-widget .collapsible-wrapper .ui-controls button .sprite {
    filter: invert(.6);
    vertical-align: middle
}

body.geo-blocked-content {
    overflow: hidden
}

#geo-blocked-backdrop {
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 500
}

#geo-blocked-backdrop .geo-blocked-modal {
    box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin: 20px;
    max-height: 330px;
    max-width: 500px;
    padding: 25px 20px;
    text-align: center;
    width: 100%
}

#geo-blocked-backdrop .geo-blocked-modal header .logo-container {
    margin: 0 auto 25px;
    max-width: 135px
}

@media (max-width: 991.98px) {
    #geo-blocked-backdrop .geo-blocked-modal header .logo-container {
        margin: 0 auto
    }
}

#geo-blocked-backdrop .geo-blocked-modal header .logo-container img {
    max-width: 100%;
    width: 100%
}

#geo-blocked-backdrop .geo-blocked-modal main h3 {
    margin-bottom: 15px
}

#geo-blocked-backdrop .geo-blocked-modal footer a {
    font-size: 12px;
    padding: 12px 20px 14px;
    text-decoration: none
}

@media (max-width: 767.98px) {
    #geo-blocked-backdrop .geo-blocked-modal footer a {
        font-size: 11px
    }
}

#geo-blocked-backdrop {
    background-color: var(--ad-block-blur-background-color)
}

#geo-blocked-backdrop .geo-blocked-modal {
    background-color: var(--ad-block-background-color);
    border-radius: 12px;
    color: var(--text-color)
}

html[data-theme=dark] #geo-blocked-backdrop .geo-blocked-modal header .logo-container img {
    filter: var(--invert)
}

#geo-blocked-backdrop .geo-blocked-modal main h3 {
    color: var(--text-color);
    font-size: 28px
}

#geo-blocked-backdrop .geo-blocked-modal main p {
    color: #888;
    font-size: 14px;
    line-height: 1.43
}

@media (max-width: 767.98px) {
    #geo-blocked-backdrop .geo-blocked-modal main p {
        font-size: 13px;
        line-height: 1.46
    }
}

#geo-blocked-backdrop .geo-blocked-modal main a {
    color: var(--link-color)
}

#geo-blocked-backdrop .geo-blocked-modal main a:hover {
    color: var(--link-hover-color);
    text-decoration: none
}

#geo-blocked-backdrop .geo-blocked-modal footer a {
    background-color: var(--button-background-color);
    border-radius: 5px;
    color: #fff;
    font-weight: 500
}

#geo-blocked-backdrop .geo-blocked-modal footer a:hover {
    background-color: var(--button-background-color-hover);
    color: #fff;
    opacity: 1
}

#article-audio-player-wrapper {
    border-radius: 2px;
    margin-bottom: 15px;
    width: 100%
}

#article-audio-player-wrapper h6 {
    font-size: 10px;
    letter-spacing: .6px;
    margin-bottom: 15px;
    text-transform: uppercase
}

#article-audio-player-wrapper .audio-player {
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 100%
}

#article-audio-player-wrapper .audio-player .playback-btn {
    height: 30px;
    margin-left: -7px;
    margin-right: 10px;
    width: 30px
}

#article-audio-player-wrapper .audio-player .playback-btn svg {
    cursor: pointer
}

#article-audio-player-wrapper .audio-player .playback-btn svg:hover {
    opacity: .6
}

#article-audio-player-wrapper .audio-player .audio-playback-rate {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    margin-right: 13px;
    margin-top: 2px;
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

#article-audio-player-wrapper .audio-player .audio-playback-rate .playback-rate-title {
    margin-right: 5px
}

#article-audio-player-wrapper .audio-player .audio-playback-rate select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    width: 100%
}

#article-audio-player-wrapper .audio-player .audio-playback-rate select:focus {
    outline: none
}

#article-audio-player-wrapper .audio-player .audio-playback-rate select:hover {
    color: #666
}

#article-audio-player-wrapper .audio-player .audio-tracker-bar {
    line-height: 1
}

#article-audio-player-wrapper .audio-player .audio-tracker-bar .player-progress {
    align-items: center;
    display: flex;
    padding-top: 1px
}

#article-audio-player-wrapper .audio-player .audio-tracker-bar .player-progress .current-time {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px
}

#article-audio-player-wrapper .audio-player .audio-tracker-bar .player-progress .total-time {
    display: none;
    font-size: 12px
}

#article-audio-player-wrapper .audio-player .audio-tracker-bar .player-progress .vue-slider {
    display: none;
    flex: 1 0 auto;
    margin: 0 10px
}

#article-audio-player-wrapper .audio-player .audio-tracker-bar .player-progress .vue-slider .vue-slider-dot-handle {
    border: 1px solid transparent;
    box-shadow: none;
    opacity: 0
}

#article-audio-player-wrapper .audio-player .audio-tracker-bar .player-progress .vue-slider:hover .vue-slider-dot-handle {
    opacity: 1
}

#article-audio-player-wrapper .audio-player .audio-tracker-bar .player-progress .vue-slider .vue-slider-dot-tooltip-inner {
    align-items: center;
    border-radius: 0;
    color: #fff;
    display: flex;
    font-size: 11px;
    height: 19px
}

#article-audio-player-wrapper .audio-player .playback-btn #icon-pause path,
#article-audio-player-wrapper .audio-player .playback-btn #icon-play path,
#article-audio-player-wrapper .audio-player .timer-control-btn #icon-forward path,
#article-audio-player-wrapper .audio-player .timer-control-btn #icon-rewind path {
    fill: var(--article-audio-player-icon-color)
}

#article-audio-player-wrapper .audio-player .audio-tracker-bar .vue-slider .vue-slider-dot-handle {
    background-color: var(--article-audio-player-icon-color);
    border-color: var(--article-audio-player-bg-color)
}

#article-audio-player-wrapper .audio-player .audio-tracker-bar .vue-slider .vue-slider-rail {
    background-color: var(--article-audio-player-progress-bar-bg-color)
}

#article-audio-player-wrapper .audio-player .audio-tracker-bar .vue-slider .vue-slider-process {
    background-color: var(--article-audio-player-icon-color)
}

#article-audio-player-wrapper .audio-player .audio-tracker-bar .vue-slider .vue-slider-dot-tooltip-inner {
    background-color: var(--article-audio-player-tooltip-bg-color);
    border-color: var(--article-audio-player-tooltip-bg-color)
}

.gated-member-notice {
    background-color: var(--article-email-signup-background);
    border-radius: 12px;
    color: var(--text-color-primary);
    margin-bottom: 25px;
    padding: 25px
}

@media (max-width: 991.98px) {
    .gated-member-notice {
        margin-top: 10px;
        padding: 20px
    }
}

.gated-member-notice p {
    font-size: 16px;
    line-height: 21px;
    margin: 0
}

.gated-content {
    max-height: 365px;
    overflow: hidden;
    position: relative
}

@media (max-width: 991.98px) {
    .gated-content {
        max-height: 375px
    }
}

.gated-content:after {
    background-image: var(--gated-gradient);
    content: "";
    inset: 0;
    position: absolute;
    transition: background-image .3s linear
}

.sign-up-link-only {
    display: block
}

.sign-up-link-only,
.sign-up-link-only>* {
    height: 100%;
    width: 100%
}

@media (min-width: 992px) {
    .sign-up-link-only.in-content .gated-sign-up-wrapper {
        padding: 30px
    }
}

@media (min-width: 1200px) {
    .sign-up-link-only.in-content .gated-sign-up-wrapper {
        padding: 80px
    }
}

.sign-up-link-only .gated-sign-up-wrapper {
    align-items: center;
    background-color: var(--article-email-signup-background);
    color: var(--text-color-primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 45px;
    text-align: center
}

@media (min-width: 992px) {
    .sign-up-link-only .gated-sign-up-wrapper {
        padding: 50px 45px
    }
}

@media screen and (min-width: 1200px) {
    .sign-up-link-only .gated-sign-up-wrapper {
        padding: 50px 80px
    }
}

.sign-up-link-only .gated-sign-up-wrapper header {
    margin-bottom: 20px
}

.sign-up-link-only .gated-sign-up-wrapper header h3 {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    margin: 0
}

@media (min-width: 576px) {
    .sign-up-link-only .gated-sign-up-wrapper header h3 {
        font-size: 22px;
        line-height: 26.4px
    }
}

.sign-up-link-only .gated-sign-up-wrapper header p {
    color: #888;
    font-size: 13px;
    line-height: 15.6px;
    margin-bottom: 0;
    margin-top: 10px
}

@media (min-width: 576px) {
    .sign-up-link-only .gated-sign-up-wrapper header p {
        font-size: 14px;
        line-height: 18.2px
    }
}

.sign-up-link-only .gated-sign-up-wrapper a {
    background-color: var(--button-background-color);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    padding: 11px 20px
}

.sign-up-link-only .gated-sign-up-wrapper a:hover {
    background-color: var(--button-background-color-hover);
    text-decoration: none
}

gated-handler-group,
gated-handler-group gated-handler>*,
gated-handler-group>* {
    display: block;
    height: 100%;
    width: 100%
}

gated-handler-group gated-handler:not(:first-child) {
    display: none
}

gated-handler-group gated-handler .gated-sign-up-wrapper {
    background-color: var(--article-email-signup-background);
    color: var(--text-color-primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 45px
}

@media (min-width: 992px) {
    gated-handler-group gated-handler .gated-sign-up-wrapper {
        padding: 50px 45px
    }
}

@media screen and (min-width: 1200px) {
    gated-handler-group gated-handler .gated-sign-up-wrapper {
        padding: 50px 80px
    }
}

gated-handler-group gated-handler .gated-sign-up-wrapper header {
    margin-bottom: 25px
}

gated-handler-group gated-handler .gated-sign-up-wrapper header h3 {
    color: var(--text-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin: 0
}

gated-handler-group gated-handler .gated-sign-up-wrapper header p {
    color: #888;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 10px
}

gated-handler-group gated-handler .gated-sign-up-wrapper form {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    width: 100%
}

gated-handler-group gated-handler .gated-sign-up-wrapper form.working {
    opacity: .4;
    pointer-events: none
}

gated-handler-group gated-handler .gated-sign-up-wrapper form .form-group {
    flex: 1 1 0;
    margin-bottom: 0
}

gated-handler-group gated-handler .gated-sign-up-wrapper form .form-group label {
    color: var(--text-color-2);
    display: block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 13px;
    margin-bottom: 9px;
    text-transform: uppercase
}

gated-handler-group gated-handler .gated-sign-up-wrapper form .form-group label span {
    color: #e00
}

gated-handler-group gated-handler .gated-sign-up-wrapper form .form-group input {
    background-color: var(--input-background-color);
    border: 1px solid var(--input-border-color);
    border-radius: 5px;
    color: var(--text-color);
    font-size: 14px;
    line-height: 18px;
    padding: 13px 14px;
    width: 100%
}

gated-handler-group gated-handler .gated-sign-up-wrapper form .form-group input::-moz-placeholder {
    color: var(--placeholder-color)
}

gated-handler-group gated-handler .gated-sign-up-wrapper form .form-group input::placeholder {
    color: var(--placeholder-color)
}

gated-handler-group gated-handler .gated-sign-up-wrapper form button {
    align-self: flex-end;
    background-color: var(--button-background-color);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    min-width: 120px;
    padding: 15px 20px
}

gated-handler-group gated-handler .gated-sign-up-wrapper form button:hover {
    background-color: var(--button-background-color-hover)
}

@media (max-width: 991.98px) {
    gated-handler-group gated-handler .gated-sign-up-wrapper form button {
        margin: 0 auto;
        min-width: 120px
    }
}

gated-handler-group gated-handler .gated-sign-up-wrapper p.errors {
    color: #c5281c;
    font-size: 12px;
    margin-bottom: 5px
}

gated-handler-group gated-handler .gated-sign-up-wrapper p.errors:empty {
    display: none
}

gated-handler-group gated-handler .gated-sign-up-wrapper footer {
    margin: 0
}

gated-handler-group gated-handler .gated-sign-up-wrapper footer.for-portrait-gallery-single {
    display: none
}

gated-handler-group gated-handler .gated-sign-up-wrapper footer p.footnote {
    color: #888;
    font-size: 11px;
    line-height: 1.3em;
    margin-bottom: 25px
}

gated-handler-group gated-handler .gated-sign-up-wrapper footer p.footnote a {
    color: inherit;
    text-decoration: underline
}

gated-handler-group gated-handler .gated-sign-up-wrapper footer p.footnote a:hover {
    opacity: .6
}

gated-handler-group gated-handler .gated-sign-up-wrapper footer p.footnote a.forgot-pw {
    color: var(--link-color);
    text-decoration: none
}

gated-handler-group gated-handler .gated-sign-up-wrapper footer p.gated-action {
    color: var(--text-color-secondary);
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0
}

gated-handler-group gated-handler .gated-sign-up-wrapper footer p.gated-action a {
    color: var(--link-color);
    font-weight: 500;
    text-decoration: none
}

gated-handler-group gated-handler .gated-sign-up-wrapper footer p.gated-action a:hover {
    color: var(--link-hover-color)
}

#disqus_thread {
    background-color: var(--background-color);
    color: var(--text-color)
}

#disqus_thread a {
    color: var(--link-color)
}

.podcast-player {
    margin-bottom: 30px;
    padding: 20px
}

@media (max-width: 991.98px) {
    .podcast-player {
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .podcast-player {
        padding: 20px 20px 13px
    }
}

.podcast-player .post-meta,
.podcast-player .teaser {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {

    .podcast-player .post-meta,
    .podcast-player .teaser {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.podcast-player .teaser img {
    margin: 0 auto
}

@media (max-width: 767.98px) {
    .podcast-player .teaser {
        display: none
    }
}

@media (min-width: 768px) {
    .podcast-player {
        padding: 33px
    }

    .podcast-player>.row {
        align-items: stretch
    }
}

.podcast-player .post-meta .player-container {
    width: 100%
}

.podcast-player .post-meta #audio-wrapper {
    display: flex;
    flex-direction: column
}

@media (max-width: 767.98px) {
    .podcast-player .post-meta #audio-wrapper {
        flex-direction: row
    }

    .podcast-player .post-meta .upper-section {
        display: flex;
        margin-bottom: 15px
    }
}

.podcast-player .post-meta .upper-section .mobile-teaser {
    align-items: center;
    display: flex;
    padding-right: 15px
}

.podcast-player .post-meta .upper-section .mobile-teaser img {
    width: 71px
}

@media (min-width: 768px) {
    .podcast-player .post-meta .upper-section .mobile-teaser {
        display: none
    }
}

.podcast-player .post-meta .title-category {
    flex-basis: calc(100% - 86px)
}

@media (max-width: 767.98px) {
    .podcast-player .post-meta .title-category {
        display: flex;
        flex-flow: column;
        line-height: 1
    }

    .podcast-player .post-meta .title-category a.category {
        display: block;
        font-size: 10px;
        margin-bottom: 3px
    }
}

.podcast-player .post-meta .title-category a.category:hover {
    opacity: .8
}

.podcast-player .post-meta .title-category h2 {
    font-size: 17px;
    line-height: 1.24;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .podcast-player .post-meta {
        display: flex
    }

    .podcast-player .post-meta .title-category {
        flex-basis: 277px;
        text-align: center
    }

    .podcast-player .post-meta .title-category a.category {
        font-size: 13px
    }

    .podcast-player .post-meta .title-category h2 {
        font-size: 29px;
        line-height: 39px;
        margin-top: 0
    }
}

@media only screen and (orientation: landscape) and (max-width:768px) {
    .podcast-player.multi-tracked>.row {
        width: 100%
    }
}

.podcast-player.multi-tracked .post-meta {
    align-items: flex-start;
    flex-direction: column
}

.podcast-player.multi-tracked .post-meta .player-container {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column
}

@media (min-width: 768px) {
    .podcast-player.multi-tracked .post-meta .player-container .upper-section {
        display: flex;
        flex-direction: column
    }
}

.podcast-player.multi-tracked .post-meta .player-container .upper-section .title-category {
    flex: 1 1 108px;
    line-height: 1;
    text-align: left
}

.podcast-player.multi-tracked .post-meta .player-container .upper-section .title-category h2 {
    display: -webkit-box;
    font-size: 24px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -moz-line-clamp: 3;
    -webkit-line-clamp: 3
}

@media (max-width: 767.98px) {
    .podcast-player.multi-tracked .post-meta .player-container .upper-section .title-category h2 {
        font-size: 17px;
        line-height: 1.24
    }
}

.podcast-player {
    background-color: #031534;
    color: #fff
}

.podcast-player .post-meta .title-category a.category {
    color: #fff
}

.radio-transcript-modal {
    background-color: var(--modular-background-color);
    color: var(--text-color);
    display: none;
    height: 100vh;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 999
}

.radio-transcript-modal.active {
    display: block
}

.radio-transcript-modal .transcript {
    color: var(--content-text-color)
}

.radio-transcript-modal .transcript-close-btn-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 25px 25px 11px
}

.radio-transcript-modal .transcript-close-btn-wrapper .transcript-close-btn {
    cursor: pointer
}

.radio-transcript-modal .transcript-close-btn-wrapper .transcript-close-btn .close-icon {
    color: #ccc;
    font-size: 25px;
    line-height: 1
}

.radio-transcript-modal .transcript-close-btn-wrapper .transcript-close-btn .close-icon:before {
    content: "\ea04";
    font-family: iconfont;
    font-style: normal;
    font-weight: 400
}

.radio-transcript-modal .transcript-close-btn-wrapper .transcript-close-btn:hover .close-icon {
    color: #aaa
}

.radio-transcript-modal .transcript-main-wrapper {
    max-width: 680px
}

@media (max-width: 767.98px) {
    .radio-transcript-modal .transcript-main-wrapper {
        width: 100%
    }
}

.radio-transcript-modal .transcript-main-wrapper .transcript-header {
    color: var(--radio-transcript-header-text-color);
    font-size: 13px;
    line-height: 1.33;
    margin-bottom: 5px
}

.radio-transcript-modal .transcript-main-wrapper .post-body-title {
    color: var(--radio-transcript-header-text-color);
    font-size: 30px;
    line-height: 1.21;
    margin-bottom: 15px
}

@media (max-width: 767.98px) {
    .radio-transcript-modal .transcript-main-wrapper .post-body-title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 10px
    }
}

.radio-transcript-modal .transcript-main-wrapper .post-excerpt {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.31;
    margin-bottom: 0
}

.radio-transcript-modal .transcript-main-wrapper hr {
    border-color: var(--line-break-color);
    margin-bottom: 30px;
    margin-top: 30px
}

.radio-transcript-modal .transcript-main-wrapper .transcript {
    font-size: 18px;
    line-height: 1.72;
    margin-bottom: 65px
}

.radio-transcript-modal .transcript-main-wrapper .transcript p:not(:last-child) {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    #audio-wrapper .playback-col {
        display: none
    }
}

@media (max-width: 767.98px) {
    #audio-wrapper {
        flex-wrap: wrap
    }

    #audio-wrapper .playback-col {
        flex-basis: 54px;
        padding-right: 0
    }

    #audio-wrapper .playback-col .playback-btn {
        height: 49px;
        padding: 2px;
        width: 51px
    }

    #audio-wrapper .playback-col .playback-btn .audio-icon {
        height: 45px;
        width: 45px
    }

    #audio-wrapper .audio-col {
        flex-basis: calc(100% - 86px)
    }
}

@media (max-width: 767.98px) and (max-width:767.98px) {
    #audio-wrapper .audio-col {
        align-items: center;
        display: flex;
        flex: 1 0 auto;
        margin-top: -5px
    }
}

@media (max-width: 767.98px) {
    #audio-wrapper .transcript-col {
        width: 100%
    }
}

#audio-wrapper .audio-player {
    border-radius: 5px;
    cursor: pointer;
    height: 4px;
    position: relative;
    width: 100%
}

@media (max-width: 767.98px) {
    #audio-wrapper .audio-player {
        margin-right: 10px
    }
}

#audio-wrapper .audio-player .tracker {
    bottom: 100%;
    display: none;
    left: -50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 10
}

#audio-wrapper .audio-player .tracker .tracker-timer {
    border-radius: 3px;
    font-size: 13px;
    padding: 2px 3px
}

#audio-wrapper .audio-player .tracker .arrow {
    border-style: solid;
    border-width: 5px 5px 0;
    height: 0;
    margin: 0 auto;
    width: 0
}

#audio-wrapper .audio-player .seeker-bar {
    border-radius: inherit;
    height: inherit;
    overflow: hidden;
    position: relative;
    width: 100%
}

#audio-wrapper .audio-player .audio-progress,
#audio-wrapper .audio-player .buffer,
#audio-wrapper .audio-player .seeker {
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 0;
    width: 100%
}

#audio-wrapper .audio-player .buffer {
    z-index: 1
}

#audio-wrapper .audio-player .seeker {
    opacity: .7;
    z-index: 5
}

#audio-wrapper .audio-player .audio-progress {
    z-index: 10
}

#audio-wrapper .audio-player .progress-marker {
    border-radius: 10px;
    box-shadow: -1px 0 1px #333;
    height: 12px;
    left: 0;
    position: absolute;
    top: -100%;
    transform: translateX(-50%);
    transition: transform .2s linear;
    width: 12px;
    z-index: 15
}

@media (min-width: 992px) {
    #audio-wrapper .audio-player .progress-marker {
        transform: translateX(-50%) scale(0)
    }

    #audio-wrapper .audio-player:hover .tracker {
        display: block
    }

    #audio-wrapper .audio-player:hover .progress-marker {
        transform: translateX(-50%) scale(1)
    }
}

#audio-wrapper .timer {
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    margin-bottom: 5px
}

@media (max-width: 767.98px) {
    #audio-wrapper .timer {
        font-size: 11px;
        margin-bottom: 0;
        margin-right: 0;
        order: 5
    }

    #audio-wrapper .timer .current-time {
        display: none
    }
}

#audio-wrapper .controls {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 50px
}

#audio-wrapper .controls>div {
    cursor: pointer;
    padding: 0 15px
}

@media (max-width: 767.98px) {
    #audio-wrapper .controls {
        margin-top: 0;
        order: -1;
        padding-right: 9px;
        position: relative;
        top: 4px
    }

    #audio-wrapper .controls>div {
        padding-left: 6px;
        padding-right: 6px
    }
}

#audio-wrapper .controls .navigate-btn {
    padding: 0 25px
}

@media (max-width: 1199.98px) {
    #audio-wrapper .controls .navigate-btn {
        padding: 0 10px
    }
}

@media (max-width: 767.98px) {
    #audio-wrapper .controls .navigate-btn {
        padding: 0 15px
    }
}

@media (max-width: 575.98px) {
    #audio-wrapper .controls .navigate-btn {
        padding: 0 5px
    }
}

#audio-wrapper .controls .advance-btn:hover .audio-icon,
#audio-wrapper .controls .navigate-btn:hover .audio-icon,
#audio-wrapper .controls .playback-btn:hover .audio-icon {
    fill: #ccc
}

#audio-wrapper .controls .advance-btn .audio-icon,
#audio-wrapper .controls .advance-btn .empty,
#audio-wrapper .controls .navigate-btn .audio-icon,
#audio-wrapper .controls .navigate-btn .empty {
    height: 24px;
    width: 24px
}

@media (max-width: 767.98px) {

    #audio-wrapper .controls .navigate-btn,
    #audio-wrapper .controls .playback {
        display: none
    }
}

#audio-wrapper .controls .playback-btn .audio-icon {
    height: 56px;
    width: 56px
}

#audio-wrapper .controls .audio-icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    stroke-width: 0;
    stroke: currentcolor;
    fill: #fff;
    transition: fill .2s
}

#audio-wrapper button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0
}

#audio-wrapper button.play {
    display: none
}

#audio-wrapper button.play.active {
    display: inline-block
}

#audio-wrapper button.hide,
#audio-wrapper button.play.active+.pause {
    display: none
}

#audio-wrapper .see-transcript-btn {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    justify-content: center;
    margin-top: 30px;
    text-align: center
}

@media (max-width: 767.98px) {
    #audio-wrapper .see-transcript-btn {
        margin-bottom: 7px;
        margin-top: 7px
    }
}

#audio-wrapper .see-transcript-btn .icon {
    margin-right: 5px
}

#audio-wrapper .see-transcript-btn:hover,
#audio-wrapper .see-transcript-btn:hover .icon:before {
    color: #aaa
}

#audio-wrapper[data-multiple] {
    flex: 1 1 100%
}

@media (max-width: 767.98px) {
    #audio-wrapper[data-multiple] .playback-col {
        border-bottom-style: solid;
        border-bottom-width: 1px
    }
}

#audio-wrapper[data-multiple] .audio-col {
    align-items: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: flex;
    margin-top: 15px;
    padding-bottom: 15px
}

@media (max-width: 767.98px) {
    #audio-wrapper[data-multiple] .audio-col {
        margin-top: -5px
    }
}

#audio-wrapper[data-multiple] .audio-col .timer {
    font-size: 11px;
    margin-bottom: 0;
    margin-right: 0;
    order: 5
}

@media (min-width: 768px) {
    #audio-wrapper[data-multiple] .audio-col .timer {
        margin-right: 15px
    }
}

#audio-wrapper[data-multiple] .audio-col .timer .remaining-time-span {
    color: inherit
}

#audio-wrapper[data-multiple] .audio-col .audio-player {
    margin-right: 10px
}

#audio-wrapper[data-multiple] .audio-col .controls {
    margin-top: 0;
    order: -1;
    padding-right: 9px;
    position: relative;
    top: 4px
}

#audio-wrapper[data-multiple] .audio-col .controls .navigate-btn {
    display: none
}

#audio-wrapper[data-multiple] .audio-col .controls>div {
    padding-left: 6px;
    padding-right: 6px
}

#audio-wrapper[data-multiple] .audio-col .controls .playback {
    order: -1;
    padding-left: 0;
    padding-right: 9px
}

#audio-wrapper[data-multiple] .audio-col .controls .playback .playback-btn .audio-icon {
    height: 45px;
    width: 45px
}

#audio-wrapper[data-multiple] .audio-col .playlist-controls {
    display: flex;
    order: 10;
    position: relative;
    top: 3px
}

@media (max-width: 767.98px) {
    #audio-wrapper[data-multiple] .audio-col .playlist-controls {
        display: none
    }
}

#audio-wrapper[data-multiple] .audio-col .playlist-controls>button {
    margin: 0 6px
}

#audio-wrapper[data-multiple] .audio-col .playlist-controls>button[disabled] {
    cursor: default;
    opacity: .6
}

#audio-wrapper[data-multiple] .audio-col .playlist-controls>button .audio-icon {
    height: 23px;
    width: 23px
}

#audio-wrapper[data-multiple] .audio-col .playlist-controls>button:first-child {
    margin-left: 0
}

#audio-wrapper[data-multiple] .audio-col .playlist-controls>button:last-child {
    margin-right: 0
}

#audio-wrapper[data-multiple] .audio-playlist {
    flex: 1 1 0;
    font-size: 12px;
    min-height: 0;
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch
}

#audio-wrapper[data-multiple] .audio-playlist::-webkit-scrollbar {
    display: none
}

@media (max-width: 767.98px) {
    #audio-wrapper[data-multiple] .audio-playlist {
        flex-basis: 100%;
        max-height: 290px
    }
}

#audio-wrapper[data-multiple] .audio-playlist .gradient {
    bottom: 0;
    left: 0;
    padding-top: 20%;
    pointer-events: none;
    position: sticky;
    width: 100%
}

#audio-wrapper[data-multiple] .audio-playlist .track {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    cursor: pointer;
    display: flex;
    padding: 15px 0
}

#audio-wrapper[data-multiple] .audio-playlist .track.active,
#audio-wrapper[data-multiple] .audio-playlist .track:hover {
    color: inherit
}

#audio-wrapper[data-multiple] .audio-playlist .track.active {
    padding: 15px 0 13px
}

#audio-wrapper[data-multiple] .audio-playlist .track.active .track-number .number {
    display: none
}

#audio-wrapper[data-multiple] .audio-playlist .track.active .track-number .icon {
    display: initial
}

#audio-wrapper[data-multiple] .audio-playlist .track .track-number {
    flex: 0 0 27px;
    padding-right: 9px
}

#audio-wrapper[data-multiple] .audio-playlist .track .track-number .number {
    display: initial
}

#audio-wrapper[data-multiple] .audio-playlist .track .track-number .icon {
    display: none
}

#audio-wrapper[data-multiple] .audio-playlist .track .track-number .icon .audio-icon {
    height: 15px;
    width: 18px
}

#audio-wrapper[data-multiple] .audio-playlist .track .track-title {
    display: -webkit-box;
    flex: 1 1 auto;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -moz-line-clamp: 1;
    -webkit-line-clamp: 1
}

#audio-wrapper[data-multiple] .audio-playlist .track .track-duration {
    flex: 0 0 30px;
    font-size: 11px;
    text-align: right;
    width: 30px
}

#audio-wrapper .audio-player {
    background-color: #ccc
}

#audio-wrapper .audio-player .tracker .tracker-timer {
    background-color: #333;
    color: #eee
}

#audio-wrapper .audio-player .arrow {
    border-color: #333 transparent transparent
}

#audio-wrapper .audio-player .buffer {
    background-color: #fff
}

#audio-wrapper .audio-player .seeker {
    background-color: #999
}

#audio-wrapper .audio-player .audio-progress,
#audio-wrapper .audio-player .progress-marker {
    background-color: #00469b
}

#audio-wrapper .timer {
    color: #00469b
}

#audio-wrapper .timer .duration-time {
    color: #fff
}

#audio-wrapper .see-transcript-btn .icon:before {
    color: #fff;
    content: "\ea29";
    font-family: iconfont;
    font-style: normal;
    font-weight: 400
}

#audio-wrapper .controls .advance-btn .audio-icon,
#audio-wrapper .controls .navigate-btn .audio-icon,
#audio-wrapper .controls .next-btn .audio-icon,
#audio-wrapper .controls .playback-btn .audio-icon,
#audio-wrapper .controls .prev-btn .audio-icon,
#audio-wrapper .playback-col .advance-btn .audio-icon,
#audio-wrapper .playback-col .navigate-btn .audio-icon,
#audio-wrapper .playback-col .next-btn .audio-icon,
#audio-wrapper .playback-col .playback-btn .audio-icon,
#audio-wrapper .playback-col .prev-btn .audio-icon,
#audio-wrapper .playlist-controls .advance-btn .audio-icon,
#audio-wrapper .playlist-controls .navigate-btn .audio-icon,
#audio-wrapper .playlist-controls .next-btn .audio-icon,
#audio-wrapper .playlist-controls .playback-btn .audio-icon,
#audio-wrapper .playlist-controls .prev-btn .audio-icon {
    fill: #fff
}

#audio-wrapper .controls .advance-btn:hover .audio-icon,
#audio-wrapper .controls .navigate-btn:hover .audio-icon,
#audio-wrapper .controls .next-btn:hover .audio-icon,
#audio-wrapper .controls .playback-btn:hover .audio-icon,
#audio-wrapper .controls .prev-btn:hover .audio-icon,
#audio-wrapper .playback-col .advance-btn:hover .audio-icon,
#audio-wrapper .playback-col .navigate-btn:hover .audio-icon,
#audio-wrapper .playback-col .next-btn:hover .audio-icon,
#audio-wrapper .playback-col .playback-btn:hover .audio-icon,
#audio-wrapper .playback-col .prev-btn:hover .audio-icon,
#audio-wrapper .playlist-controls .advance-btn:hover .audio-icon,
#audio-wrapper .playlist-controls .navigate-btn:hover .audio-icon,
#audio-wrapper .playlist-controls .next-btn:hover .audio-icon,
#audio-wrapper .playlist-controls .playback-btn:hover .audio-icon,
#audio-wrapper .playlist-controls .prev-btn:hover .audio-icon {
    fill: #ccc
}

@media (max-width: 767.98px) {
    #audio-wrapper[data-multiple] .playback-col {
        border-bottom-color: #293c5d
    }
}

#audio-wrapper[data-multiple] .audio-col {
    border-bottom-color: #293c5d
}

#audio-wrapper[data-multiple] .audio-col .timer .remaining-time-span {
    color: #fff
}

#audio-wrapper[data-multiple] .audio-playlist .gradient {
    background: linear-gradient(180deg, rgba(3, 21, 52, 0), #031534)
}

#audio-wrapper[data-multiple] .audio-playlist .track {
    border-bottom-color: #293c5d;
    color: #fff
}

#audio-wrapper[data-multiple] .audio-playlist .track.active,
#audio-wrapper[data-multiple] .audio-playlist .track:hover {
    color: #3a93ff
}

#audio-wrapper[data-multiple] .audio-playlist .track .track-number .icon .audio-icon {
    fill: #3a93ff
}

#latest-post .post-box-content-container .post-box-content-meta,
#post-feed .radio-box .post-box-content-container .post-box-content-meta,
.posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta {
    color: inherit;
    flex-grow: unset;
    font-size: 11px;
    line-height: 1.29;
    margin-bottom: 7px
}

#latest-post .post-box-content-container .post-box-content-meta a.category,
#post-feed .radio-box .post-box-content-container .post-box-content-meta a.category,
.posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta a.category {
    color: inherit;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none
}

@media (max-width: 767.98px) {

    #latest-post .post-box-content-container .post-box-content-meta a.category,
    #post-feed .radio-box .post-box-content-container .post-box-content-meta a.category,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta a.category {
        font-size: 12px
    }
}

#latest-post .post-box-content-container .post-box-content-meta .author,
#latest-post .post-box-content-container .post-box-content-meta time,
#post-feed .radio-box .post-box-content-container .post-box-content-meta .author,
#post-feed .radio-box .post-box-content-container .post-box-content-meta time,
.posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta .author,
.posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta time {
    display: none
}

@media (max-width: 991.98px) {

    #latest-post .post-box-content-container .post-box-content-meta time,
    #post-feed .radio-box .post-box-content-container .post-box-content-meta time,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta time {
        display: inline-block
    }

    #latest-post .post-box-content-container .post-box-content-meta,
    #post-feed .radio-box .post-box-content-container .post-box-content-meta,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta {
        line-height: 1.25;
        margin-bottom: 0;
        margin-top: 2px;
        order: 6
    }

    #latest-post .post-box-content-container .post-box-content-meta a.category,
    #post-feed .radio-box .post-box-content-container .post-box-content-meta a.category,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta a.category {
        color: inherit;
        margin-right: 10px
    }

    #latest-post .post-box-content-container .post-box-content-meta.show-presented-by a.category,
    #post-feed .radio-box .post-box-content-container .post-box-content-meta.show-presented-by a.category,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta.show-presented-by a.category {
        display: none
    }

    #latest-post .post-box-content-container .post-box-content-meta.show-presented-by .author,
    #post-feed .radio-box .post-box-content-container .post-box-content-meta.show-presented-by .author,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta.show-presented-by .author {
        display: block;
        margin-right: 10px
    }
}

#latest-post .post-box-content-container .post-box-content-title,
#post-feed .radio-box .post-box-content-container .post-box-content-title,
.posts-container .post-box.radio-box .post-box-content-container .post-box-content-title {
    margin-bottom: 17px
}

#latest-post .post-box-content-container .post-box-content-title a h2,
#post-feed .radio-box .post-box-content-container .post-box-content-title a h2,
.posts-container .post-box.radio-box .post-box-content-container .post-box-content-title a h2 {
    font-weight: 500;
    line-height: 1.28;
    margin-bottom: 0
}

#latest-post .post-box-content-container .post-box-content-excerpt,
#post-feed .radio-box .post-box-content-container .post-box-content-excerpt,
.posts-container .post-box.radio-box .post-box-content-container .post-box-content-excerpt {
    color: inherit;
    flex-grow: 0;
    line-height: 1.25;
    margin-bottom: 30px
}

@media (max-width: 991.98px) {

    #latest-post .post-box-content-container .post-box-content-excerpt,
    #post-feed .radio-box .post-box-content-container .post-box-content-excerpt,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-content-excerpt {
        line-height: 1.29;
        margin-bottom: 15px
    }
}

#latest-post .post-box-content-container .post-box-content-excerpt p,
#post-feed .radio-box .post-box-content-container .post-box-content-excerpt p,
.posts-container .post-box.radio-box .post-box-content-container .post-box-content-excerpt p {
    margin-bottom: 0
}

#latest-post .post-box-content-container .post-box-content-listen-btn,
#post-feed .radio-box .post-box-content-container .post-box-content-listen-btn,
.posts-container .post-box.radio-box .post-box-content-container .post-box-content-listen-btn {
    margin-bottom: 15px;
    order: 5
}

#latest-post .post-box-content-container .listen-btn,
#post-feed .radio-box .post-box-content-container .listen-btn,
.posts-container .post-box.radio-box .post-box-content-container .listen-btn {
    border: 2px solid;
    border-color: inherit;
    border-radius: 5px;
    color: inherit;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .6px;
    line-height: 17px;
    padding: 6px 20px 10px;
    text-decoration: none;
    text-transform: uppercase
}

#latest-post .post-box-content-container .listen-btn .audio-icon,
#post-feed .radio-box .post-box-content-container .listen-btn .audio-icon,
.posts-container .post-box.radio-box .post-box-content-container .listen-btn .audio-icon {
    height: 18px;
    position: relative;
    top: 4px;
    width: 18px
}

@media (max-width: 991.98px) {

    #latest-post .post-box-content-container .listen-btn,
    #post-feed .radio-box .post-box-content-container .listen-btn,
    .posts-container .post-box.radio-box .post-box-content-container .listen-btn {
        display: block;
        padding: 13px 15px;
        text-align: center
    }

    #latest-post .post-box-content-container .listen-btn .audio-icon,
    #post-feed .radio-box .post-box-content-container .listen-btn .audio-icon,
    .posts-container .post-box.radio-box .post-box-content-container .listen-btn .audio-icon {
        height: 15px;
        top: 2px;
        width: 15px
    }
}

#latest-post .post-box-content-container .listen-btn:hover,
#post-feed .radio-box .post-box-content-container .listen-btn:hover,
.posts-container .post-box.radio-box .post-box-content-container .listen-btn:hover {
    background-color: inherit;
    color: inherit;
    transition: all .1s linear
}

#latest-post .post-box-content-container .listen-btn:hover .audio-icon,
#post-feed .radio-box .post-box-content-container .listen-btn:hover .audio-icon,
.posts-container .post-box.radio-box .post-box-content-container .listen-btn:hover .audio-icon {
    transition: all .1s linear
}

#latest-post .post-box-content-container .post-box-stats,
#post-feed .radio-box .post-box-content-container .post-box-stats,
.posts-container .post-box.radio-box .post-box-content-container .post-box-stats {
    align-items: flex-end;
    display: flex;
    flex-grow: 1;
    order: 6
}

#latest-post .post-box-content-container .post-box-stats .author,
#latest-post .post-box-content-container .post-box-stats .disqus-comment-count a,
#latest-post .post-box-content-container .post-box-stats .hype-count,
#latest-post .post-box-content-container .post-box-stats .time,
#post-feed .radio-box .post-box-content-container .post-box-stats .author,
#post-feed .radio-box .post-box-content-container .post-box-stats .disqus-comment-count a,
#post-feed .radio-box .post-box-content-container .post-box-stats .hype-count,
#post-feed .radio-box .post-box-content-container .post-box-stats .time,
.posts-container .post-box.radio-box .post-box-content-container .post-box-stats .author,
.posts-container .post-box.radio-box .post-box-content-container .post-box-stats .disqus-comment-count a,
.posts-container .post-box.radio-box .post-box-content-container .post-box-stats .hype-count,
.posts-container .post-box.radio-box .post-box-content-container .post-box-stats .time {
    font-size: 12px;
    line-height: 1.25;
    margin-right: 15px
}

#latest-post .post-box-content-container .post-box-stats .hype-count,
#post-feed .radio-box .post-box-content-container .post-box-stats .hype-count,
.posts-container .post-box.radio-box .post-box-content-container .post-box-stats .hype-count {
    margin-right: 20px
}

#latest-post .post-box-content-container .post-box-stats .disqus-comment-count span.sprite,
#post-feed .radio-box .post-box-content-container .post-box-stats .disqus-comment-count span.sprite,
.posts-container .post-box.radio-box .post-box-content-container .post-box-stats .disqus-comment-count span.sprite {
    margin-right: 7px
}

#latest-post .post-box-content-container .post-box-stats .disqus-comment-count .count,
#post-feed .radio-box .post-box-content-container .post-box-stats .disqus-comment-count .count,
.posts-container .post-box.radio-box .post-box-content-container .post-box-stats .disqus-comment-count .count {
    margin-right: 0
}

@media (max-width: 991.98px) {

    #latest-post .post-box-content-container .post-box-stats,
    #post-feed .radio-box .post-box-content-container .post-box-stats,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-stats {
        flex-grow: 0
    }

    #latest-post .post-box-content-container .post-box-stats .author,
    #latest-post .post-box-content-container .post-box-stats .time,
    #post-feed .radio-box .post-box-content-container .post-box-stats .author,
    #post-feed .radio-box .post-box-content-container .post-box-stats .time,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-stats .author,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-stats .time {
        display: none
    }
}

#post-feed .radio-box,
.posts-container .post-box.radio-box {
    flex-direction: row
}

@media (max-width: 991.98px) {

    #post-feed .radio-box .post-box-image-container,
    .posts-container .post-box.radio-box .post-box-image-container {
        margin-bottom: 10px;
        margin-right: 0;
        max-width: 100%
    }

    #post-feed .radio-box,
    .posts-container .post-box.radio-box {
        flex-direction: column
    }

    #post-feed .radio-box .post-box-content-container,
    .posts-container .post-box.radio-box .post-box-content-container {
        flex-flow: row wrap;
        justify-content: flex-start
    }

    #post-feed .radio-box .post-box-content-container .post-box-content-meta,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta {
        display: flex;
        flex-flow: row wrap
    }

    #post-feed .radio-box .post-box-content-container .post-box-content-listen-btn,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-content-listen-btn {
        width: 100%
    }

    #post-feed .radio-box .post-box-content-container .post-box-content-listen-btn .listen-btn,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-content-listen-btn .listen-btn {
        letter-spacing: .6px;
        line-height: 18px
    }

    #post-feed .radio-box .post-box-content-container .post-box-stats,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-stats {
        flex-grow: 1;
        justify-content: flex-end
    }

    #post-feed .radio-box .post-box-content-title,
    .posts-container .post-box.radio-box .post-box-content-title {
        margin-bottom: 9px
    }
}

#latest-post .post-box-content-container .post-box-content-meta,
#post-feed .radio-box .post-box-content-container .post-box-content-meta,
.posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta {
    color: var(--sub-text-color);
    font-family: Helvetica Neue, helvetica, HB TC, HB JP, HB KR, arial, “segoe ui”, “microsoft jhenghei”, “microsoft mhei”, stheititc, sans-serif
}

#latest-post .post-box-content-container .post-box-content-meta a.category,
#post-feed .radio-box .post-box-content-container .post-box-content-meta a.category,
.posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta a.category {
    color: var(--link-color)
}

#latest-post .post-box-content-container .post-box-content-meta a.category:hover,
#post-feed .radio-box .post-box-content-container .post-box-content-meta a.category:hover,
.posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta a.category:hover {
    color: var(--link-hover-color)
}

@media (max-width: 991.98px) {

    #latest-post .post-box-content-container .post-box-content-meta a.category,
    #post-feed .radio-box .post-box-content-container .post-box-content-meta a.category,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta a.category {
        color: var(--sub-text-color)
    }

    #latest-post .post-box-content-container .post-box-content-meta a.category:hover,
    #post-feed .radio-box .post-box-content-container .post-box-content-meta a.category:hover,
    .posts-container .post-box.radio-box .post-box-content-container .post-box-content-meta a.category:hover {
        color: var(--text-hover-color)
    }
}

#latest-post .post-box-content-container .post-box-content-title a h2,
#post-feed .radio-box .post-box-content-container .post-box-content-title a h2,
.posts-container .post-box.radio-box .post-box-content-container .post-box-content-title a h2 {
    color: var(--text-color);
    font-family: Helvetica Neue, helvetica, HB TC, HB JP, HB KR, arial, “segoe ui”, “microsoft jhenghei”, “microsoft mhei”, stheititc, sans-serif
}

#latest-post .post-box-content-container .post-box-content-title a:hover h2,
#post-feed .radio-box .post-box-content-container .post-box-content-title a:hover h2,
.posts-container .post-box.radio-box .post-box-content-container .post-box-content-title a:hover h2 {
    color: var(--text-hover-color)
}

#latest-post .post-box-content-container .post-box-content-excerpt,
#post-feed .radio-box .post-box-content-container .post-box-content-excerpt,
.posts-container .post-box.radio-box .post-box-content-container .post-box-content-excerpt {
    color: var(--sub-text-color);
    font-family: Helvetica Neue, helvetica, HB TC, HB JP, HB KR, arial, “segoe ui”, “microsoft jhenghei”, “microsoft mhei”, stheititc, sans-serif
}

#latest-post .post-box-content-container .listen-btn,
#post-feed .radio-box .post-box-content-container .listen-btn,
.posts-container .post-box.radio-box .post-box-content-container .listen-btn {
    border-color: var(--radio-listen-btn-border-color);
    color: var(--radio-listen-btn-text-color);
    font-family: Helvetica Neue, helvetica, HB TC, HB JP, HB KR, arial, “segoe ui”, “microsoft jhenghei”, “microsoft mhei”, stheititc, sans-serif
}

#latest-post .post-box-content-container .listen-btn .audio-icon,
#post-feed .radio-box .post-box-content-container .listen-btn .audio-icon,
.posts-container .post-box.radio-box .post-box-content-container .listen-btn .audio-icon {
    fill: var(--radio-listen-btn-text-color)
}

#latest-post .post-box-content-container .listen-btn:hover,
#post-feed .radio-box .post-box-content-container .listen-btn:hover,
.posts-container .post-box.radio-box .post-box-content-container .listen-btn:hover {
    background-color: var(--radio-listen-btn-hover-border-color);
    color: var(--radio-listen-btn-hover-text-color)
}

#latest-post .post-box-content-container .listen-btn:hover .audio-icon,
#post-feed .radio-box .post-box-content-container .listen-btn:hover .audio-icon,
.posts-container .post-box.radio-box .post-box-content-container .listen-btn:hover .audio-icon {
    fill: var(--radio-listen-btn-hover-text-color)
}

#latest-post .post-box-content-container .post-box-stats .author,
#latest-post .post-box-content-container .post-box-stats .disqus-comment-count a,
#latest-post .post-box-content-container .post-box-stats .hype-count,
#latest-post .post-box-content-container .post-box-stats .time,
#post-feed .radio-box .post-box-content-container .post-box-stats .author,
#post-feed .radio-box .post-box-content-container .post-box-stats .disqus-comment-count a,
#post-feed .radio-box .post-box-content-container .post-box-stats .hype-count,
#post-feed .radio-box .post-box-content-container .post-box-stats .time,
.posts-container .post-box.radio-box .post-box-content-container .post-box-stats .author,
.posts-container .post-box.radio-box .post-box-content-container .post-box-stats .disqus-comment-count a,
.posts-container .post-box.radio-box .post-box-content-container .post-box-stats .hype-count,
.posts-container .post-box.radio-box .post-box-content-container .post-box-stats .time {
    color: #888;
    font-family: Helvetica Neue, helvetica, HB TC, HB JP, HB KR, arial, “segoe ui”, “microsoft jhenghei”, “microsoft mhei”, stheititc, sans-serif
}

@media (min-width: 992px) {
    div.post-page-tv .video-wrapper {
        margin-bottom: 20px
    }
}

div.post-page-tv.post-container section.post .ad-skyscraper-container {
    margin-bottom: 30px
}

div.post-page-tv.post-container section.post .aside-top-bar {
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 0
}

div.post-page-tv.post-container section.post .aside-top-bar .social-container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

div.post-page-tv.post-container section.post .aside-top-bar .social-container .subscribe-wrapper {
    display: flex
}

div.post-page-tv.post-container section.post .aside-top-bar .social-container span {
    font-size: 16px;
    line-height: 21px
}

@media (min-width: 768px) {
    div.post-page-tv.post-container section.post .aside-top-bar .social-container .follow {
        flex-basis: 65%;
        font-weight: 500;
        line-height: 1.5em
    }
}

div.post-page-tv.post-container section.post .aside-top-bar .social-container a:hover .sprite {
    opacity: .5
}

div.post-page-tv .post-list .post-box-container {
    display: flex
}

div.post-page-tv .post-list .post-box-container .post-box-image-container {
    align-self: flex-start;
    flex: 0 0 calc(50% - 15px);
    float: none;
    margin-right: 15px;
    padding-right: 0;
    position: relative;
    vertical-align: middle
}

div.post-page-tv .post-list .post-box-container .post-box-image-container .play-btn-container {
    bottom: 0;
    display: none;
    left: 0;
    padding: 13px 15px;
    position: absolute
}

div.post-page-tv .post-list .post-box-container .post-box-content-container {
    align-items: flex-start;
    display: flex;
    flex-direction: row
}

div.post-page-tv .post-list .post-box-container .post-box-content-container .post-box-content-title {
    margin: 0
}

div.post-page-tv .post-list .post-box-container .post-box-content-container .post-box-content-title a {
    text-decoration: none;
    word-break: break-word
}

div.post-page-tv .post-list .post-box-container .post-box-content-container .post-box-content-title a h2 {
    display: -webkit-box;
    font-family: Helvetica Neue, helvetica, HB TC, HB JP, HB KR, arial, “segoe ui”, “microsoft jhenghei”, “microsoft mhei”, stheititc, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -moz-line-clamp: 4;
    -webkit-line-clamp: 4
}

@media (max-width: 767.98px) {
    div.post-page-tv .post-list .post-box-container .post-box-content-container .post-box-content-title a h2 {
        line-height: 20px
    }
}

div.post-page-tv.main-video .video-wrapper {
    margin-bottom: 20px
}

div.post-page-tv.main-video .post-body {
    overflow: hidden
}

div.post-page-tv.main-video .post-body .post-body-before-content-title {
    margin-bottom: 7.5px
}

div.post-page-tv.main-video .post-body .post-body-before-content-meta {
    margin-bottom: 15px
}

@media (min-width: 992px) {
    div.post-page-tv.main-video .post-body .post-body-before-content-meta {
        margin-bottom: 15px
    }
}

div.post-page-tv.main-video .post-body .post-body-before-content-meta .post-body-before-content-hype-comments-container {
    align-items: center;
    padding-top: 2px
}

div.post-page-tv.main-video .post-body .post-body-content {
    margin-bottom: 25px
}

@media (max-width: 991.98px) {
    div.post-page-tv.main-video .post-body .post-body-content {
        margin: 0;
        max-width: unset
    }
}

div.post-page-tv.main-video .post-body .post-body-content p {
    font-size: 14px;
    line-height: 1.3
}

div.post-page-tv.main-video .post-body-share .sidebar-divider {
    display: none
}

div.post-page-tv.main-video .post-body-share .qr-code-container {
    flex-basis: 100%;
    margin-bottom: 0
}

div.post-page-tv.main-video .post-body-content-tags {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    div.post-page-tv.main-video .post-body-content-tags {
        margin-top: 20px
    }
}

@media (max-width: 991.98px) {
    div.post-page-tv.main-video footer {
        margin: 0;
        max-width: unset
    }
}

div.post-page-tv.main-video footer .post-body-author {
    display: none !important
}

div.post-page-tv.main-video footer .post-body-share .share-buttons-container a.visible {
    margin-right: 10px
}

div.post-page-tv.main-video .post-lower .post-body-article {
    width: 100%
}

div.post-page-tv .post-lower .post-body-article .embed-responsive-16by9.connatix-player {
    aspect-ratio: 16/9
}

div.post-page-tv .post-lower .post-body-article .embed-responsive-16by9.connatix-player:before {
    padding-top: 0
}

body.cnx-blocked div.post-page-tv .video-wrapper.hb-cnx-video-wrapper {
    display: none
}

body.cnx-blocked div.post-page-tv .video-wrapper.placeholder,
body:not(.cnx-blocked) div.post-page-tv .video-wrapper.hb-cnx-video-wrapper {
    display: block
}

body:not(.cnx-blocked) div.post-page-tv .video-wrapper.placeholder {
    display: none
}

body.trending-topic .banner-container {
    position: relative
}

body.trending-topic .banner-container .image-container {
    filter: brightness(.8);
    height: 400px
}

@media (max-width: 767.98px) {
    body.trending-topic .banner-container .image-container {
        height: 350px
    }
}

body.trending-topic .banner-container .image-container img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

body.trending-topic .banner-container .post-meta {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1
}

body.trending-topic .banner-container .post-meta .post-title {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px
}

@media (max-width: 991.98px) {
    body.trending-topic .banner-container .post-meta .post-title {
        font-size: 26px;
        margin-bottom: 5px
    }
}

body.trending-topic .banner-container .post-meta .post-excerpt {
    color: #ccc;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0
}

body.trending-topic #feed-wrapper {
    margin-bottom: 30px
}

body.trending-topic #feed-wrapper .post-feed-header {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 15px;
    margin-top: 20px
}

@media (max-width: 991.98px) {
    body.trending-topic #feed-wrapper .post-feed-header {
        grid-template-columns: repeat(2, 1fr)
    }
}

body.trending-topic #feed-wrapper .post-feed-header h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    margin: 0
}

@media (max-width: 767.98px) {
    body.trending-topic #feed-wrapper .post-feed-header h3 {
        font-size: 18px
    }
}

body.trending-topic .trending-topic-form {
    margin-left: auto;
    max-width: 150px;
    width: 100%
}

@media (min-width: 768px) {
    body.trending-topic .trending-topic-form {
        grid-column: 3/-1;
        max-width: 200px
    }
}

body.trending-topic .trending-topic-form .input-group {
    align-items: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--border-color);
    flex-wrap: nowrap;
    padding: 4px 0 7px
}

@media (max-width: 991.98px) {
    body.trending-topic .trending-topic-form .input-group {
        width: 100%
    }
}

body.trending-topic .trending-topic-form .input-group .clear-btn {
    color: #888;
    font-size: 10px;
    letter-spacing: .5px;
    margin-left: 32px;
    margin-right: 15px;
    text-transform: uppercase
}

body.trending-topic .trending-topic-form .input-group .clear-btn:hover {
    opacity: .6;
    text-decoration: none
}

body.trending-topic .trending-topic-form input[type=text] {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: var(--text-color);
    font-size: 13px;
    height: auto;
    line-height: 130%;
    padding: 0;
    width: 100%;
    z-index: unset
}

body.trending-topic .trending-topic-form input[type=text]:focus {
    outline: none
}

body.trending-topic .trending-topic-form input[type=text]::-moz-placeholder {
    color: var(--placeholder-color)
}

body.trending-topic .trending-topic-form input[type=text]::placeholder {
    color: var(--placeholder-color)
}

body.trending-topic .posts-feed-wrapper {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap
}

body.trending-topic .posts-feed-wrapper .feed-container {
    flex: 1 1 0
}

body.trending-topic .posts-feed-wrapper .ad-skyscraper-container {
    width: 300px
}

body.trending-topic .posts-feed-wrapper .ad-skyscraper-container .sticky-widget {
    position: sticky;
    top: 25px
}

body.trending-topic .posts-feed-wrapper .sentinel {
    width: 100%
}

body.trending-topic .posts-feed-wrapper.no-items div h3 {
    font-size: 29px;
    margin-bottom: 8px
}

body.trending-topic .posts-feed-wrapper.no-items div p {
    font-size: 18px
}

body.trending-topic .posts-feed-wrapper .feed .post-box {
    border-bottom: 1px solid var(--border-color);
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px
}

@media (max-width: 767.98px) {
    body.trending-topic .posts-feed-wrapper .feed .post-box {
        flex-direction: column;
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-image-container {
    flex: 0 0 calc(50% - 15px)
}

@media (max-width: 767.98px) {
    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-image-container {
        margin-bottom: 12px;
        margin-right: 0
    }
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-width: 1px;
    width: 100%
}

@media (max-width: 767.98px) {
    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container {
        align-items: center;
        flex-flow: row wrap;
        justify-content: flex-start
    }
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-categories {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 13px
}

@media (max-width: 767.98px) {
    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-categories {
        font-size: 12px
    }
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-categories a:hover {
    text-decoration: none
}

@media (max-width: 767.98px) {
    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-categories {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 0;
        margin-right: 10px;
        order: 1
    }

    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-categories a {
        color: #888
    }

    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-categories:empty {
        margin-right: 0
    }
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-title {
    word-wrap: break-word;
    margin-bottom: 10px
}

@media (max-width: 767.98px) {
    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-title {
        flex-basis: 100%;
        margin-bottom: 8px
    }
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-title h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    word-break: break-word
}

@media (max-width: 767.98px) {
    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-title h2 {
        font-size: 19px
    }
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-excerpt,
body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-presented-by {
    word-wrap: break-word;
    color: #888;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 20px;
    word-break: break-word
}

@media (max-width: 767.98px) {

    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-excerpt,
    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-presented-by {
        flex-basis: 100%;
        font-size: 14px;
        margin-bottom: 10px
    }
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta {
    color: var(--post-box-text-color);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 12px;
    font-weight: 400;
    justify-content: space-between;
    letter-spacing: .25px;
    line-height: 15px
}

@media (max-width: 767.98px) {
    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta {
        line-height: 1em;
        order: 2
    }
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta a {
    color: var(--post-box-text-color)
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta a:hover {
    text-decoration: underline
}

@media (max-width: 767.98px) {
    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-meta-author-time {
        display: none
    }
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-meta-author-time .author a {
    font-weight: 500
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .partner-logo a {
    display: flex
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .partner-logo a:hover {
    opacity: .8
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .partner-logo a img {
    height: 19px;
    width: auto
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .partner-logo a .sprite {
    margin-left: 5px
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-content-meta-time-info {
    display: flex
}

@media (min-width: 768px) {
    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-content-meta-time-info {
        margin-top: 20px
    }
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-content-meta-time-info .time {
    display: none
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-content-meta-time-info .time time {
    vertical-align: sub
}

@media (max-width: 767.98px) {
    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-content-meta-time-info .time {
        display: inline
    }

    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .time {
        margin-left: 0;
        margin-right: 20px
    }
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .divider {
    margin: 0 4px
}

@media (max-width: 767.98px) {
    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-stats {
        flex-grow: 1;
        text-align: right
    }
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-stats .comment-count {
    font-size: 12px;
    font-weight: 400
}

body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-stats .comment-count a {
    text-decoration: none
}

@media (max-width: 575.98px) {
    body.trending-topic .posts-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-stats .comment-count {
        margin-left: 5px
    }
}

body.campaign .banner-container {
    position: relative
}

body.campaign .banner-container .image-container {
    height: 350px
}

@media (max-width: 767.98px) {
    body.campaign .banner-container .image-container {
        height: auto
    }
}

body.campaign .banner-container .image-container img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

body.campaign .post-body-campaign {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    margin-top: 30px
}

@media (max-width: 767.98px) {
    body.campaign .post-body-campaign {
        margin-top: 25px
    }
}

body.campaign .main-content {
    flex: 1 1 0
}

body.campaign .ad-skyscraper-container {
    width: 300px
}

body.campaign .ad-skyscraper-container .sticky-widget {
    position: sticky;
    top: 25px
}

body.campaign .campaign-info-wrapper {
    max-width: 810px
}

body.campaign .campaign-info-wrapper .post-meta h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 45.6px
}

@media (max-width: 767.98px) {
    body.campaign .campaign-info-wrapper .post-meta h2 {
        font-size: 26px;
        line-height: 31.2px;
        margin-bottom: 10px
    }
}

body.campaign .campaign-info-wrapper .post-meta .post-excerpt {
    color: #888;
    font-size: 18px;
    line-height: 23.4px;
    margin-top: 10px
}

body.campaign .campaign-info-wrapper .post-meta .intro-copy {
    font-size: 16px;
    line-height: 20.8px;
    margin-top: 30px
}

@media (max-width: 767.98px) {
    body.campaign .campaign-info-wrapper .post-meta .intro-copy {
        margin-top: 25px
    }
}

body.campaign .campaign-info-wrapper .post-meta .intro-copy p {
    margin-bottom: 25px
}

body.campaign .campaign-info-wrapper .post-meta .button-container a.button {
    background-color: var(--button-background-color);
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    height: 46px;
    line-height: 18.2px;
    padding: 14px 20px;
    text-align: center
}

body.campaign .campaign-info-wrapper .post-meta .button-container a.button:hover {
    background-color: var(--button-background-color-hover);
    text-decoration: none
}

body.campaign .campaign-info-wrapper .post-meta hr {
    margin: 30px 0
}

@media (max-width: 767.98px) {
    body.campaign .campaign-info-wrapper .post-meta hr {
        margin: 25px 0
    }
}

body.campaign .post-feed-main-wrapper>hr {
    margin: 30px 0
}

@media (max-width: 767.98px) {
    body.campaign .post-feed-main-wrapper>hr {
        margin: 25px 0
    }
}

body.campaign .post-feed-main-wrapper .post-feed-header h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 20px
}

@media (max-width: 767.98px) {
    body.campaign .post-feed-main-wrapper .post-feed-header h3 {
        font-size: 20px;
        margin-bottom: 15px
    }
}

body.campaign .post-feed-wrapper {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap
}

body.campaign .post-feed-wrapper .feed-container {
    flex: 1 1 0
}

body.campaign .post-feed-wrapper .feed-container .post-box-container+hr {
    margin-bottom: 30px;
    margin-top: 30px
}

@media (max-width: 767.98px) {
    body.campaign .post-feed-wrapper .feed-container .post-box-container+hr {
        margin-bottom: 20px;
        margin-top: 15px
    }
}

body.campaign .post-feed-wrapper .ad-skyscraper-container {
    width: 300px
}

body.campaign .post-feed-wrapper .ad-skyscraper-container .sticky-widget {
    position: sticky;
    top: 25px
}

body.campaign .post-feed-wrapper .feed .post-box {
    border-bottom: 1px solid var(--border-color);
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px
}

@media (max-width: 767.98px) {
    body.campaign .post-feed-wrapper .feed .post-box {
        flex-direction: column;
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-image-container {
    flex: 0 0 calc(50% - 15px)
}

@media (max-width: 767.98px) {
    body.campaign .post-feed-wrapper .feed .post-box .post-box-image-container {
        margin-bottom: 12px;
        margin-right: 0
    }
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-width: 1px;
    width: 100%
}

@media (max-width: 767.98px) {
    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container {
        align-items: center;
        flex-flow: row wrap;
        justify-content: flex-start
    }
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-categories {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 13px
}

@media (max-width: 767.98px) {
    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-categories {
        font-size: 12px
    }
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-categories a:hover {
    text-decoration: none
}

@media (max-width: 767.98px) {
    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-categories {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 0;
        margin-right: 10px;
        order: 1
    }

    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-categories a {
        color: #888
    }

    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-categories:empty {
        margin-right: 0
    }
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-title {
    word-wrap: break-word;
    margin-bottom: 10px
}

@media (max-width: 767.98px) {
    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-title {
        flex-basis: 100%;
        margin-bottom: 8px
    }
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-title h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    word-break: break-word
}

@media (max-width: 767.98px) {
    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-title h2 {
        font-size: 19px
    }
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-excerpt,
body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-presented-by {
    word-wrap: break-word;
    color: #888;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 20px;
    word-break: break-word
}

@media (max-width: 767.98px) {

    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-excerpt,
    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-presented-by {
        flex-basis: 100%;
        font-size: 14px;
        margin-bottom: 10px
    }
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta {
    color: var(--post-box-text-color);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 12px;
    font-weight: 400;
    justify-content: space-between;
    letter-spacing: .25px;
    line-height: 15px
}

@media (max-width: 767.98px) {
    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta {
        line-height: 1em;
        order: 2
    }
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta a {
    color: var(--post-box-text-color)
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta a:hover {
    text-decoration: underline
}

@media (max-width: 767.98px) {
    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-meta-author-time {
        display: none
    }
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-meta-author-time .author a {
    font-weight: 500
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .partner-logo a {
    display: flex
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .partner-logo a:hover {
    opacity: .8
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .partner-logo a img {
    height: 19px;
    width: auto
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .partner-logo a .sprite {
    margin-left: 5px
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-content-meta-time-info {
    display: flex
}

@media (min-width: 768px) {
    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-content-meta-time-info {
        margin-top: 20px
    }
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-content-meta-time-info .time {
    display: none
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-content-meta-time-info .time time {
    vertical-align: sub
}

@media (max-width: 767.98px) {
    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-content-meta-time-info .time {
        display: inline
    }

    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .time {
        margin-left: 0;
        margin-right: 20px
    }
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .divider {
    margin: 0 4px
}

@media (max-width: 767.98px) {
    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-stats {
        flex-grow: 1;
        text-align: right
    }
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-stats .sprite-comments,
body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-stats .sprite-hype-flame-grey {
    filter: invert(60%)
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-stats .comment-count {
    font-size: 12px;
    font-weight: 400
}

@media (max-width: 575.98px) {
    body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-stats .comment-count {
        margin-left: 5px
    }
}

body.campaign .post-feed-wrapper .feed .post-box .post-box-content-container .post-box-content-meta .post-box-stats .disqus-comment-count:hover .sprite {
    filter: none
}

#age-consent-popup[data-v-10c593a0] {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500
}

#age-consent-popup .age-consent-content[data-v-10c593a0] {
    background-color: #fff;
    border-radius: 12px;
    margin: 20px;
    max-width: 500px;
    padding: 25px;
    text-align: center;
    width: 100%
}

@media (max-width: 767.98px) {
    #age-consent-popup .age-consent-content[data-v-10c593a0] {
        padding: 25px 20px
    }
}

#age-consent-popup .age-consent-content .logo[data-v-10c593a0] {
    margin: 5px auto 0;
    width: 135px
}

#age-consent-popup .age-consent-content h2[data-v-10c593a0] {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 15px;
    margin-top: 44px
}

@media (max-width: 767.98px) {
    #age-consent-popup .age-consent-content h2[data-v-10c593a0] {
        font-size: 24px;
        line-height: 120%
    }
}

#age-consent-popup .age-consent-content p.copy[data-v-10c593a0] {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    margin-bottom: 15px
}

#age-consent-popup .age-consent-content .question[data-v-10c593a0] {
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    margin-bottom: 44px
}

#age-consent-popup .age-consent-content button[data-v-10c593a0] {
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 13px;
    height: 46px;
    line-height: 16px;
    margin: 0 10px;
    outline: none;
    padding: 7px 20px;
    width: 91px
}

#age-consent-popup .age-consent-content button.decline[data-v-10c593a0] {
    background-color: #fff;
    border: 1px solid #ddd
}

#age-consent-popup .age-consent-content button.confirm[data-v-10c593a0] {
    background-color: #000;
    border: 1px solid #000;
    color: #fff
}

#age-consent-popup .age-consent-content button[data-v-10c593a0]:not([disabled]) {
    cursor: pointer
}

#age-consent-popup .age-consent-content button[data-v-10c593a0]:not([disabled]):hover {
    opacity: .8
}

#loading-app[data-v-53661e3d] {
    align-items: center;
    background-color: var(--background-color);
    bottom: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

#loading-app.loading-enter-active[data-v-53661e3d],
#loading-app.loading-leave-active[data-v-53661e3d] {
    transition: all .3s
}

#loading-app.loading-enter[data-v-53661e3d],
#loading-app.loading-leave-to[data-v-53661e3d] {
    opacity: 0
}

#loading-app img[data-v-53661e3d] {
    filter: var(--hundred-invert-inverse);
    width: 90px
}

#loading-app h6[data-v-53661e3d] {
    color: #888;
    font-size: 10px;
    line-height: 13px;
    margin-top: 30px
}

.page-fade-enter-active[data-v-53661e3d] {
    transition: all .3s
}

.page-fade-enter[data-v-53661e3d],
.page-fade-leave-to[data-v-53661e3d] {
    opacity: 0
}

nav[data-v-10b256c2] {
    position: relative
}

nav a.back-to-link[data-v-10b256c2] {
    color: #666;
    text-decoration: none
}

nav .nav-wrapper[data-v-10b256c2] {
    align-items: center;
    background-color: #000;
    display: flex;
    padding: 10px 25px 14px;
    position: relative;
    z-index: 5
}

nav .nav-wrapper>div[data-v-10b256c2] {
    flex: 0 1 100%
}

nav .nav-wrapper .nav-left ul[data-v-10b256c2],
nav .nav-wrapper .nav-right ul[data-v-10b256c2] {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}

nav .nav-wrapper .nav-left[data-v-10b256c2] {
    font-size: 12px
}

@media (max-width: 991.98px) {
    nav .nav-wrapper .nav-left a.back-to-link[data-v-10b256c2] {
        display: none
    }
}

nav .nav-wrapper .nav-left a.back-to-link[data-v-10b256c2]:hover {
    opacity: .8
}

nav .nav-wrapper .nav-left .hamburger[data-v-10b256c2] {
    display: grid;
    gap: 6px;
    margin-top: 3px;
    padding: 0;
    width: 20px
}

@media (min-width: 992px) {
    nav .nav-wrapper .nav-left .hamburger[data-v-10b256c2] {
        display: none
    }
}

nav .nav-wrapper .nav-left .hamburger.expanded>span[data-v-10b256c2]:first-child,
nav .nav-wrapper .nav-left .hamburger.expanded>span[data-v-10b256c2]:last-child {
    opacity: 0
}

nav .nav-wrapper .nav-left .hamburger.expanded>span[data-v-10b256c2]:nth-child(2) {
    border-bottom: none
}

nav .nav-wrapper .nav-left .hamburger.expanded>span:nth-child(2)>span[data-v-10b256c2] {
    border-bottom: 1px solid #fff
}

nav .nav-wrapper .nav-left .hamburger.expanded>span:nth-child(2)>span[data-v-10b256c2]:first-child {
    transform: rotate(45deg)
}

nav .nav-wrapper .nav-left .hamburger.expanded>span:nth-child(2)>span[data-v-10b256c2]:last-child {
    transform: rotate(-45deg)
}

nav .nav-wrapper .nav-left .hamburger>span[data-v-10b256c2] {
    border-bottom: 1px solid #fff;
    display: block;
    transition: all .3s
}

nav .nav-wrapper .nav-left .hamburger>span[data-v-10b256c2]:nth-child(2) {
    position: relative
}

nav .nav-wrapper .nav-left .hamburger>span:nth-child(2)>span[data-v-10b256c2] {
    display: block;
    position: absolute;
    transition: all .3s;
    width: 100%
}

nav .nav-wrapper .nav-center[data-v-10b256c2] {
    flex-grow: 1;
    text-align: center
}

nav .nav-wrapper .nav-center img[data-v-10b256c2] {
    Width: 157px
}

nav .nav-wrapper .nav-right[data-v-10b256c2] {
    font-size: 17px;
    text-align: right
}

nav .nav-wrapper .nav-right ul[data-v-10b256c2] {
    justify-content: flex-end
}

nav .nav-wrapper .nav-right ul li[data-v-10b256c2]:not(:first-child) {
    margin-left: 20px
}

nav .nav-dropdown[data-v-10b256c2] {
    background-color: #000;
    bottom: 6px;
    left: 0;
    padding: 0 0 10px;
    position: absolute;
    text-align: center;
    transform: translateY(100%);
    width: 100%;
    z-index: 5
}

nav .nav-dropdown ul[data-v-10b256c2] {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

nav .nav-dropdown ul li[data-v-10b256c2]:not(:last-child) {
    margin-bottom: 10px
}

nav .nav-dropdown ul li a[data-v-10b256c2] {
    color: #fff;
    text-decoration: none
}

nav .nav-dropdown ul li a img[data-v-10b256c2] {
    height: 14px
}

nav .nav-dropdown ul li a.router-link-active[data-v-10b256c2],
nav .nav-dropdown ul li a[data-v-10b256c2]:hover {
    text-decoration: underline
}

nav .nav-dropdown .back-to-link-container[data-v-10b256c2] {
    margin: 14px 0 16px
}

@media (min-width: 992px) {
    nav .nav-dropdown .back-to-link-container[data-v-10b256c2] {
        display: none
    }
}

nav .nav-dropdown .back-to-link-container a.back-to-link[data-v-10b256c2] {
    font-size: 11px;
    line-height: 13px
}

footer[data-v-687adc3c] {
    padding-bottom: 25px;
    text-align: center
}

footer .past-sites[data-v-687adc3c] {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 19px;
    padding-left: 25px;
    padding-right: 25px
}

footer .past-sites a[data-v-687adc3c] {
    color: #fff;
    margin: 0 13px 7px;
    text-decoration: none
}

@media (min-width: 768px) {
    footer .past-sites a[data-v-687adc3c] {
        margin: 0 25px
    }
}

footer .past-sites a[data-v-687adc3c]:hover {
    opacity: .6
}

footer hr[data-v-687adc3c] {
    border-color: #fff;
    margin: 10px 25px 15px
}

@media (min-width: 768px) {
    footer hr[data-v-687adc3c] {
        margin: 20px 25px
    }
}

footer .footer[data-v-687adc3c] {
    font-size: 12px;
    line-height: 14px;
    padding-left: 25px;
    padding-right: 25px
}

footer .footer p[data-v-687adc3c] {
    margin: 0
}

footer .footer p a[data-v-687adc3c] {
    color: #fff
}

footer .footer p a[data-v-687adc3c]:hover {
    text-decoration: underline
}

div.loading-wrapper[data-v-9dfbff34] {
    align-items: center;
    background-color: #000;
    display: flex;
    height: 100vh;
    justify-content: center;
    padding: 20px
}

div.loading-wrapper .logo-wrapper[data-v-9dfbff34] {
    max-width: 200px;
    width: 100%
}

@media (min-width: 768px) {
    div.loading-wrapper .logo-wrapper[data-v-9dfbff34] {
        max-width: 300px
    }
}

div.loading-wrapper .logo-wrapper img[data-v-9dfbff34] {
    width: 100%
}

.site-navbar[data-v-22887f58] {
    background-color: #000;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 5
}

.site-navbar.fixed[data-v-22887f58] {
    left: 0;
    position: fixed
}

main.main[data-v-22887f58] {
    --background-position: center top;
    --background-size: cover;
    --mobile-background-position: center top;
    --mobile-background-size: cover;
    background-position: var(--background-position);
    background-repeat: no-repeat;
    background-size: var(--background-size);
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

@media (max-width: 767.98px) {
    main.main[data-v-22887f58] {
        background-position: var(--mobile-background-position);
        background-size: var(--mobile-background-size)
    }
}

main.main .view-container[data-v-22887f58] {
    flex: 1 1 100%;
    transition: opacity .3s
}

main.main .view-container.fade-out[data-v-22887f58] {
    opacity: .3
}

nav[data-v-bc9945ec] {
    position: relative
}

nav a.back-to-link[data-v-bc9945ec] {
    color: #666;
    font-size: 12px;
    line-height: 120%;
    text-decoration: none
}

nav .nav-wrapper[data-v-bc9945ec] {
    align-items: center;
    background-color: #000;
    display: flex;
    height: 55px;
    max-width: 100%;
    padding: 18px 20px;
    position: relative;
    z-index: 5
}

@media (min-width: 992px) {
    nav .nav-wrapper[data-v-bc9945ec] {
        height: 53px;
        padding: 18px 25px
    }
}

nav .nav-wrapper>div[data-v-bc9945ec] {
    flex: 0 1 100%
}

nav .nav-wrapper .nav-left ul[data-v-bc9945ec],
nav .nav-wrapper .nav-right ul[data-v-bc9945ec] {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}

nav .nav-wrapper .nav-left[data-v-bc9945ec] {
    font-size: 12px
}

@media (max-width: 991.98px) {
    nav .nav-wrapper .nav-left a.back-to-link[data-v-bc9945ec] {
        display: none
    }
}

nav .nav-wrapper .nav-left a.back-to-link[data-v-bc9945ec]:hover {
    opacity: .8
}

nav .nav-wrapper .nav-left .hamburger[data-v-bc9945ec] {
    display: grid;
    gap: 6px;
    padding: 0;
    width: 20px
}

@media (min-width: 992px) {
    nav .nav-wrapper .nav-left .hamburger[data-v-bc9945ec] {
        display: none
    }
}

nav .nav-wrapper .nav-left .hamburger.expanded>span[data-v-bc9945ec]:first-child,
nav .nav-wrapper .nav-left .hamburger.expanded>span[data-v-bc9945ec]:last-child {
    opacity: 0
}

nav .nav-wrapper .nav-left .hamburger.expanded>span[data-v-bc9945ec]:nth-child(2) {
    border-bottom: none
}

nav .nav-wrapper .nav-left .hamburger.expanded>span:nth-child(2)>span[data-v-bc9945ec] {
    border-bottom: 1px solid #fff
}

nav .nav-wrapper .nav-left .hamburger.expanded>span:nth-child(2)>span[data-v-bc9945ec]:first-child {
    transform: rotate(45deg)
}

nav .nav-wrapper .nav-left .hamburger.expanded>span:nth-child(2)>span[data-v-bc9945ec]:last-child {
    transform: rotate(-45deg)
}

nav .nav-wrapper .nav-left .hamburger>span[data-v-bc9945ec] {
    border-bottom: 1px solid #fff;
    display: block;
    transition: all .3s
}

nav .nav-wrapper .nav-left .hamburger>span[data-v-bc9945ec]:nth-child(2) {
    position: relative
}

nav .nav-wrapper .nav-left .hamburger>span:nth-child(2)>span[data-v-bc9945ec] {
    display: block;
    position: absolute;
    transition: all .3s;
    width: 100%
}

nav .nav-wrapper .nav-center[data-v-bc9945ec] {
    flex-grow: 1;
    text-align: center
}

nav .nav-wrapper .nav-center a[data-v-bc9945ec] {
    display: flex;
    justify-content: center
}

nav .nav-wrapper .nav-center a img[data-v-bc9945ec] {
    height: 17px
}

nav .nav-wrapper .nav-right[data-v-bc9945ec] {
    font-size: 17px;
    text-align: right
}

nav .nav-wrapper .nav-right ul[data-v-bc9945ec] {
    display: none;
    justify-content: flex-end
}

@media (min-width: 992px) {
    nav .nav-wrapper .nav-right ul[data-v-bc9945ec] {
        display: flex
    }
}

nav .nav-wrapper .nav-right ul li[data-v-bc9945ec] {
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase
}

nav .nav-wrapper .nav-right ul li span[data-v-bc9945ec] {
    cursor: pointer
}

nav .nav-wrapper .nav-right ul li a[data-v-bc9945ec] {
    color: #fff;
    transition: .4s ease-in
}

nav .nav-wrapper .nav-right ul li a[data-v-bc9945ec]:hover {
    color: var(--hb100-2023-link-hover-color)
}

nav .nav-wrapper .nav-right ul li[data-v-bc9945ec]:not(:first-child) {
    margin-left: 25px
}

nav .nav-dropdown[data-v-bc9945ec] {
    background-color: #000;
    bottom: 6px;
    left: 0;
    position: absolute;
    text-align: center;
    transform: translateY(100%);
    width: 100%;
    z-index: 5
}

nav .nav-dropdown ul[data-v-bc9945ec] {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

nav .nav-dropdown ul li[data-v-bc9945ec]:not(:last-child) {
    margin-bottom: 10px
}

nav .nav-dropdown ul li span[data-v-bc9945ec] {
    cursor: pointer
}

nav .nav-dropdown ul li a[data-v-bc9945ec] {
    color: #fff;
    text-decoration: none
}

nav .nav-dropdown ul li a img[data-v-bc9945ec] {
    height: 14px
}

nav .nav-dropdown ul li a.router-link-active[data-v-bc9945ec],
nav .nav-dropdown ul li a[data-v-bc9945ec]:hover {
    text-decoration: underline
}

nav .nav-dropdown .back-to-link-container[data-v-bc9945ec] {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px 0 25px
}

@media (min-width: 992px) {
    nav .nav-dropdown .back-to-link-container[data-v-bc9945ec] {
        display: none
    }
}

nav .nav-dropdown .back-to-link-container a.back-to-link[data-v-bc9945ec] {
    font-size: 12px;
    line-height: 13px
}

footer[data-v-568dad44] {
    padding-bottom: 20px
}

footer .sponsor-text[data-v-568dad44] {
    color: #888;
    font-size: 11px;
    font-weight: 400;
    line-height: 115%;
    margin: 0 20px 20px;
    text-align: center
}

@media (max-width: 1199.98px) {
    footer .sponsor-text[data-v-568dad44] {
        margin: 0 25px 20px
    }
}

footer .sponsor-text p[data-v-568dad44] {
    margin: 0 auto;
    max-width: 730px
}

footer>p[data-v-568dad44] {
    color: #fff;
    font-size: 11px;
    line-height: 115%;
    margin-bottom: 0;
    padding: 0 20px;
    text-align: center
}

footer .past-sites[data-v-568dad44] {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    padding: 0 45px;
    grid-column-gap: 35px;
    margin: auto;
    max-width: 635px
}

@media (max-width: 767.98px) {
    footer .past-sites[data-v-568dad44] {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        row-gap: 10px
    }
}

footer .past-sites a[data-v-568dad44] {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 115%;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s ease-in
}

footer .past-sites a[data-v-568dad44]:hover {
    color: var(--hb100-2023-link-hover-color)
}

footer hr[data-v-568dad44] {
    margin: 20px 0
}

.site-navbar[data-v-61a3c53d] {
    background-color: #000;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 5
}

.site-navbar.fixed[data-v-61a3c53d] {
    left: 0;
    position: fixed
}

main.main[data-v-61a3c53d] {
    background-image: var(--9a3a78f0);
    background-repeat: repeat-y;
    background-size: 100vw
}

main.main .view-container[data-v-61a3c53d] {
    flex: 1 1 100%;
    transition: opacity .3s
}

main.main .view-container.fade-out[data-v-61a3c53d] {
    opacity: 0
}