.viafoura {
            --base-font-size: 0.625rem;
        }

.video-js {
            width: 300px;
            height: 150px;
        }

        .vjs-fluid {
            padding-top: 56.25%
        }

.video_74135-dimensions {
            width: 614px;
            height: 345.375px;
        }

        .video_74135-dimensions.vjs-fluid {
            padding-top: 56.25%;
        }

.article-page .content .o-section .o-container-fluid.u-flex {
            display: inherit;
        }

video.tbl-editorial-video-element {
            width: auto;
            height: 100%;
            pointer-events: none
        }

        video.tbl-editorial-video-element.tbl-ec-vertical {
            width: 100%;
            height: auto
        }

        div.tbl-editorial-video-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            opacity: 0;
            pointer-events: none;
            transition: opacity .4s ease-in-out;
            border-radius: 8px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center
        }

        div.tbl-editorial-video-container.tbl-ec-playing {
            opacity: 1;
            pointer-events: auto
        }

.trc_user_exclude_btn {
            background: url("/common/assets/img/f539211219b796ffbb49949997c764f0.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
            width: 12px;
            height: 12px;
            position: absolute;
            right: 2px;
            top: 2px;
            z-index: 9000;
            cursor: pointer;
            visibility: hidden
        }

        .trc_exclude_undo_btn {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            line-height: 14px;
            font-weight: normal;
            color: #36c;
            text-decoration: underline;
            cursor: pointer;
            position: absolute;
            right: 2px;
            top: 2px;
            padding: 0 1px;
            z-index: 11000;
            visibility: hidden
        }

        .videoCube:hover .trc_user_exclude_btn,
        .videoCube_hover .trc_user_exclude_btn,
        .trc_user_excluded.videoCube:hover .trc_exclude_undo_btn,
        .trc_user_excluded.videoCube_hover .trc_exclude_undo_btn,
        .trc_exclude_undo_btn.trc_exclude_undo_btn_visible {
            visibility: visible
        }

        .videoCube.trc_user_excluded .trc_user_exclude_btn {
            visibility: hidden
        }

        .trc_fade {
            opacity: 0;
            filter: alpha(opacity=0);
            visibility: hidden;
            transition: opacity 500ms 0s, visibility 0s 500ms;
            -webkit-transition: opacity 500ms 0s, visibility 0s 500ms
        }

        .trc_fade.trc_in,
        .trc_user_excluded .trc_exclude_overlay {
            visibility: visible;
            opacity: 1;
            filter: alpha(opacity=100);
            transition-delay: 0s, 0s;
            -webkit-transition-delay: 0s, 0s
        }

        .trc_excludable .trc_exclude_overlay {
            position: absolute;
            z-index: 10000;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            cursor: default;
            background-color: #fff
        }

        .videoCube.trc_user_excluded .trc_exclude_overlay {
            visibility: visible;
            opacity: .8;
            filter: alpha(opacity=80)
        }

        .videoCube.trc_user_excluded .thumbBlock {
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%)
        }

        .videoCube.trc_user_excluded:hover a .video-label-box .video-title,
        .videoCube_hover.trc_user_excluded a .video-label-box .video-title {
            text-decoration: none
        }

        .videoCube.trc_user_excluded a .video-label-box *,
        .videoCube.trc_user_excluded:hover a .video-label-box *,
        .videoCube_hover.trc_user_excluded a .video-label-box * {
            color: #000;
            overflow: hidden;
            transition: color 500ms 0s;
            -webkit-transition: color 500ms 0s
        }

.trc_popover {
            position: absolute;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            line-height: 16px;
            color: #000;
            cursor: default;
            top: 0;
            right: 0;
            z-index: 2147483647;
            width: 180px;
            padding: 1px;
            text-align: left;
            white-space: normal;
            background-color: #fff;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: 6px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
            background-clip: padding-box;
            -webkit-background-clip: padding;
            box-sizing: content-box
        }

        .trc_popover.trc_bottom {
            margin-top: 10px
        }

        .trc_popover.trc_bottom .trc_popover_arrow {
            top: -11px;
            right: 11px;
            margin-left: -11px;
            border-bottom-color: #999;
            border-bottom-color: rgba(0, 0, 0, .25);
            border-top-width: 0
        }

        .trc_popover.trc_bottom .trc_popover_arrow:after {
            top: 1px;
            margin-left: -10px;
            border-bottom-color: #fff;
            border-top-width: 0
        }

        .trc_popover iframe {
            width: 100%
        }

        .trc_popover .trc_popover_arrow,
        .trc_popover .trc_popover_arrow:after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border: solid rgba(0, 0, 0, 0)
        }

        .trc_popover .trc_popover_arrow {
            border-width: 11px
        }

        .trc_popover .trc_popover_arrow:after {
            border-width: 10px;
            content: ""
        }

        .trc_popover_fade {
            visibility: hidden;
            opacity: 0;
            filter: alpha(opacity=0);
            transition: opacity 500ms 0s, visibility 0s 500ms;
            -webkit-transition: opacity 500ms 0s, visibility 0s 500ms
        }

        .trc_popover_fade.trc_popover_show {
            visibility: visible;
            opacity: 1;
            filter: alpha(opacity=100);
            transition-delay: 0s, 0s;
            -webkit-transition-delay: 0s, 0s
        }

.popupContentWrapper {
            font-family: Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 12px;
            color: #000
        }

        .popupContentWrapper .trc_popover_title_wrapper {
            padding: 8px 14px;
            margin: 0;
            font-weight: bold;
            background-color: #f7f7f7;
            border-bottom: 1px solid #ebebeb;
            border-radius: 5px 5px 0 0
        }

        .popupContentWrapper .trc_popover_title {
            width: 100%;
            display: inline-block;
            vertical-align: middle
        }

        .popupContentWrapper .trc_popover_content_wrapper {
            display: inline-block;
            float: left;
            padding: 9px 14px
        }

        .popupContentWrapper .trc_popover_content_wrapper .trc_questionnaire_container label {
            float: left;
            clear: left;
            width: 100%;
            cursor: pointer;
            line-height: 20px;
            text-align: left
        }

        .popupContentWrapper .trc_popover_content {
            width: 100%
        }

        .popupContentWrapper .trc_questionnaire_container .trc_questionnaire_title {
            margin: 0 0 3px
        }

        .popupContentWrapper .trc_questionnaire_container input[type=radio] {
            float: left;
            cursor: pointer;
            margin: 3px 4px 0 5px
        }

        .popupContentWrapper .trc_questionnaire_container_ie.trc_questionnaire_container input[type=radio] {
            margin: 0 2px 0 0
        }

#tns1>.tns-item {
            font-size: 18px;
        }

        #tns1 {
            font-size: 0px;
        }

        #tns1-mw {}

        #tns1-iw {
            margin: 0px;
        }

        #tns1 {
            transition-duration: 0.3s;
        }

.qJTHM {
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            color: #202124;
            direction: ltr;
            -webkit-touch-callout: none;
            font-family: "Roboto-Regular", arial, sans-serif;
            -webkit-font-smoothing: antialiased;
            font-weight: 400;
            margin: 0;
            overflow: hidden;
            -webkit-text-size-adjust: 100%
        }

        .ynRLnc {
            left: -9999px;
            position: absolute;
            top: -9999px
        }

        .L6cTce {
            display: none
        }

        .bltWBb {
            overflow-wrap: break-word;
            word-break: break-word
        }

        .hSRGPd {
            color: #1a73e8;
            cursor: pointer;
            font-weight: 500;
            text-decoration: none
        }

        .Bz112c-W3lGp {
            height: 16px;
            width: 16px
        }

        .Bz112c-E3DyYd {
            height: 20px;
            width: 20px
        }

        .Bz112c-r9oPif {
            height: 24px;
            width: 24px
        }

        .Bz112c-u2z5K {
            height: 36px;
            width: 36px
        }

        .Bz112c-uaxL4e {
            border-radius: 10px
        }

        .LgbsSe-Bz112c {
            display: block
        }

        .S9gUrf-YoZ4jf {
            border: none;
            margin: 0;
            padding: 0
        }

        .S9gUrf-YoZ4jf * {
            border: none;
            margin: 0;
            padding: 0
        }

        .fFW7wc-ibnC6b>.aZ2wEe>div {
            border-color: #4285f4
        }

        .P1ekSe-ZMv3u {
            -webkit-transition: height linear .2s;
            transition: height linear .2s
        }

        .P1ekSe-ZMv3u>div:nth-child(1) {
            background-color: #1a73e8 !important;
            -webkit-transition: width linear .3s;
            transition: width linear .3s
        }

        .P1ekSe-ZMv3u>div:nth-child(2) {
            background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .7)), to(rgba(255, 255, 255, .7))), -webkit-gradient(linear, left top, right top, from(#1a73e8), to(#1a73e8)) !important;
            background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), -webkit-linear-gradient(left, #1a73e8, #1a73e8) !important;
            background-image: linear-gradient(to right, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), linear-gradient(to right, #1a73e8, #1a73e8) !important
        }

        .P1ekSe-ZMv3u>div:nth-child(3) {
            background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .7)), to(rgba(255, 255, 255, .7))), -webkit-gradient(linear, left top, right top, from(#1a73e8), to(#1a73e8)) !important;
            background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), -webkit-linear-gradient(left, #1a73e8, #1a73e8) !important;
            background-image: linear-gradient(to right, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), linear-gradient(to right, #1a73e8, #1a73e8) !important
        }

        .haAclf {
            display: inline-block
        }

        .nsm7Bb-HzV7m-LgbsSe {
            border-radius: 4px;
            box-sizing: border-box;
            -webkit-transition: background-color .218s, border-color .218s;
            transition: background-color .218s, border-color .218s;
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            -webkit-appearance: none;
            background-color: #fff;
            background-image: none;
            border: 1px solid #dadce0;
            color: #3c4043;
            cursor: pointer;
            font-family: "Google Sans", arial, sans-serif;
            font-size: 14px;
            height: 40px;
            letter-spacing: .25px;
            outline: none;
            overflow: hidden;
            padding: 0 12px;
            position: relative;
            text-align: center;
            vertical-align: middle;
            white-space: nowrap;
            width: auto
        }

        @media screen and (-ms-high-contrast:active) {
            .nsm7Bb-HzV7m-LgbsSe {
                border: 2px solid windowText;
                color: windowText
            }
        }

        @media screen and (preferes-contrast:more) {
            .nsm7Bb-HzV7m-LgbsSe {
                color: #000
            }
        }

        .nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe {
            font-size: 14px;
            height: 32px;
            letter-spacing: .25px;
            padding: 0 10px
        }

        .nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe {
            font-size: 11px;
            height: 20px;
            letter-spacing: .3px;
            padding: 0 8px
        }

        .nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe {
            padding: 0;
            width: 40px
        }

        .nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.pSzOP-SxQuSe {
            width: 32px
        }

        .nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.purZT-SxQuSe {
            width: 20px
        }

        .nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK {
            border-radius: 20px
        }

        .nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK.pSzOP-SxQuSe {
            border-radius: 16px
        }

        .nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK.purZT-SxQuSe {
            border-radius: 10px
        }

        .nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc {
            border: none;
            color: #fff
        }

        .nsm7Bb-HzV7m-LgbsSe.MFS4be-v3pZbf-Ia7Qfc {
            background-color: #1a73e8
        }

        .nsm7Bb-HzV7m-LgbsSe.MFS4be-JaPV2b-Ia7Qfc {
            background-color: #202124;
            color: #e8eaed
        }

        @media screen and (prefers-contrast:more) {
            .nsm7Bb-HzV7m-LgbsSe.MFS4be-JaPV2b-Ia7Qfc {
                color: #fff
            }
        }

        .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
            height: 18px;
            margin-right: 8px;
            min-width: 18px;
            width: 18px
        }

        .nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
            height: 14px;
            min-width: 14px;
            width: 14px
        }

        .nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
            height: 10px;
            min-width: 10px;
            width: 10px
        }

        .nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
            margin-left: 8px;
            margin-right: -4px
        }

        .nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
            margin: 0;
            padding: 10px
        }

        .nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
            padding: 8px
        }

        .nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
            padding: 4px
        }

        .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            background-color: #fff;
            height: 36px;
            margin-left: -10px;
            margin-right: 12px;
            min-width: 36px;
            width: 36px
        }

        .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf .nsm7Bb-HzV7m-LgbsSe-Bz112c,
        .nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf .nsm7Bb-HzV7m-LgbsSe-Bz112c {
            margin: 0;
            padding: 0
        }

        .nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
            height: 28px;
            margin-left: -8px;
            margin-right: 10px;
            min-width: 28px;
            width: 28px
        }

        .nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
            height: 16px;
            margin-left: -6px;
            margin-right: 8px;
            min-width: 16px;
            width: 16px
        }

        .nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
            border-radius: 3px;
            margin-left: 2px;
            margin-right: 0;
            padding: 0
        }

        .nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
            border-radius: 18px
        }

        .nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
            border-radius: 14px
        }

        .nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
            border-radius: 8px
        }

        .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-bN97Pc-sM5MNb {
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -webkit-box-align: center;
            align-items: center;
            -webkit-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
            height: 100%;
            position: relative;
            width: 100%
        }

        .nsm7Bb-HzV7m-LgbsSe .oXtfBe-l4eHX {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center
        }

        .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
            -webkit-flex-grow: 1;
            -webkit-box-flex: 1;
            flex-grow: 1;
            font-family: "Google Sans", arial, sans-serif;
            font-weight: 500;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: top
        }

        .nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
            font-weight: 300
        }

        .nsm7Bb-HzV7m-LgbsSe .oXtfBe-l4eHX .nsm7Bb-HzV7m-LgbsSe-BPrWId {
            -webkit-flex-grow: 0;
            -webkit-box-flex: 0;
            flex-grow: 0
        }

        .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
            -webkit-transition: background-color .218s;
            transition: background-color .218s;
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0
        }

        .nsm7Bb-HzV7m-LgbsSe:hover,
        .nsm7Bb-HzV7m-LgbsSe:focus {
            box-shadow: none;
            border-color: rgb(210, 227, 252);
            outline: none
        }

        .nsm7Bb-HzV7m-LgbsSe:focus-within {
            outline: 2px solid #00639b;
            border-color: transparent
        }

        .nsm7Bb-HzV7m-LgbsSe:hover .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
            background: rgba(66, 133, 244, .08)
        }

        .nsm7Bb-HzV7m-LgbsSe:active .nsm7Bb-HzV7m-LgbsSe-MJoBVe,
        .nsm7Bb-HzV7m-LgbsSe:focus .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
            background: rgba(66, 133, 244, .1)
        }

        .nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc:hover .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
            background: rgba(255, 255, 255, .24)
        }

        .nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc:active .nsm7Bb-HzV7m-LgbsSe-MJoBVe,
        .nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc:focus .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
            background: rgba(255, 255, 255, .32)
        }

        .nsm7Bb-HzV7m-LgbsSe .n1UuX-DkfjY {
            border-radius: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            height: 20px;
            margin-left: -4px;
            margin-right: 8px;
            min-width: 20px;
            width: 20px
        }

        .nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
            font-family: "Roboto";
            font-size: 12px;
            text-align: left
        }

        .nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .ssJRIf,
        .nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff .fmcmS {
            overflow: hidden;
            text-overflow: ellipsis
        }

        .nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff {
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -webkit-box-align: center;
            align-items: center;
            color: #5f6368;
            fill: #5f6368;
            font-size: 11px;
            font-weight: 400
        }

        .nsm7Bb-HzV7m-LgbsSe.jVeSEe.MFS4be-Ia7Qfc .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff {
            color: #e8eaed;
            fill: #e8eaed
        }

        @media screen and (prefers-contrast:more) {

            .nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff,
            .nsm7Bb-HzV7m-LgbsSe.jVeSEe.MFS4be-Ia7Qfc .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff {
                color: #000;
                fill: #000
            }
        }

        .nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff .Bz112c {
            height: 18px;
            margin: -3px -3px -3px 2px;
            min-width: 18px;
            width: 18px
        }

        .nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            margin-left: 12px;
            margin-right: -10px
        }

        .nsm7Bb-HzV7m-LgbsSe.jVeSEe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
            border-radius: 18px
        }

        .L5Fo6c-sM5MNb {
            border: 0;
            display: block;
            left: 0;
            position: relative;
            top: 0
        }

        .L5Fo6c-bF1uUb {
            border-radius: 4px;
            bottom: 0;
            cursor: pointer;
            left: 0;
            position: absolute;
            right: 0;
            top: 0
        }

        .L5Fo6c-bF1uUb:focus {
            border: none;
            outline: none
        }

        sentinel {}

/* Skeleton Renderer styles */

        #vf-skeleton-container {
            display: block;
            margin: 20px 0;
            overflow: hidden;
        }

        .vf-skeleton-generic-block {
            background-color: #ebebeb;
            border-radius: 4px;
            display: block;
            position: relative;
            overflow: hidden;
        }

        .vf-skeleton-generic-block::after {
            position: absolute;
            top: 0px;
            right: 0px;
            left: 0px;
            bottom: 0px;
            transform: translateX(-100%);
            background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
            animation: shimmer 1s infinite;
            content: '';
        }

        @keyframes shimmer {
            100% {
                transform: translateX(100%);
            }
        }

        .vf-skeleton-conversations-container .vf-skeleton-generic-block:not(:first-child) {
            margin-top: 8px;
        }

        .vf-skeleton-comments-container {
            height: 112px;
            margin-top: 28px;
        }

        .vf-skeleton-comments-img-wrapper {
            width: 46px;
            float: left;
        }

        .vf-skeleton-comments-img-wrapper .vf-skeleton-generic-block {
            border-radius: 100%;
        }

        .vf-skeleton-comments-line-wrapper {
            float: left;
            width: 80%;
            margin-left: 14px;
        }

        .vf-skeleton-comments-line-wrapper .vf-skeleton-generic-block:nth-child(1) {
            width: 45%
        }

        .vf-skeleton-comments-line-wrapper .vf-skeleton-generic-block:nth-child(4) {
            width: 55%
        }

        @media (min-width: 757px) {
            .vf-skeleton-comments-line-wrapper {
                width: 90%;
            }

            .vf-skeleton-comments-line-wrapper .vf-skeleton-generic-block:nth-child(1) {
                width: 20%
            }

            .vf-skeleton-comments-line-wrapper .vf-skeleton-generic-block:nth-child(4) {
                width: 80%
            }
        }

        .vf-skeleton-livereviews-rating-container {
            height: 180px;
            margin-top: 16px;
            margin-bottom: 20px;
        }

.tp-backdrop {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #121214;
            z-index: 300000;
            opacity: 0;
            transition: opacity .25s linear
        }

        .tp-backdrop.tp-active {
            opacity: .9
        }

        .tp-modal .tp-close.tp-square {
            background: #ccc;
            border-radius: 0;
            border: 0;
            top: 0;
            right: -40px
        }

        .tp-modal .tp-close {
            pointer-events: none;
            position: absolute;
            top: -15px;
            right: -15px;
            width: 30px;
            height: 30px;
            background: #fff url("") center center no-repeat;
            border: none;
            box-shadow: 0 0 10px rgba(28, 37, 68, .15);
            outline: none;
            z-index: 300100;
            border-radius: 40px;
            opacity: 0;
            cursor: pointer;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            transform: scale(1)
        }

        .tp-modal .tp-modal-title {
            position: absolute;
            padding: 3px;
            top: 5px;
            left: -200em
        }

        .tp-modal .tp-close:hover,
        .tp-modal .tp-close:focus {
            box-shadow: 0 0 10px 2px rgba(28, 37, 68, .15)
        }

        .tp-modal .tp-close:focus {
            border: 1px solid
        }

        .tp-modal .tp-close.tp-active {
            display: block;
            opacity: 1;
            pointer-events: auto
        }

        .tp-modal .tp-iframe-wrapper[dir=rtl] .tp-close {
            right: initial;
            left: -20px
        }

        .tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close {
            top: 0;
            right: 0;
            width: 64px;
            height: 64px;
            box-shadow: none;
            outline: none;
            border-radius: 0;
            border-left: 1px solid rgba(15, 15, 21, .2);
            background: url("") center center no-repeat
        }

        .tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close.tp-active {
            opacity: .3
        }

        .tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close.tp-active:hover,
        .tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close.tp-active:focus,
        .tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close.tp-active:focus-visible {
            border: none;
            border-left: 1px solid rgba(15, 15, 21, .06);
            opacity: 1;
            box-shadow: none
        }

        .tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close.tp-active:focus-visible:after {
            content: "";
            width: 24px;
            height: 24px;
            border-radius: 4px;
            border: 1px solid #3b67b2;
            position: absolute;
            top: 19px;
            left: 18px;
            display: inline-block
        }

        .tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2[dir=rtl] .tp-close {
            right: auto;
            left: 0;
            border-left: none;
            border-right: 1px solid rgba(15, 15, 21, .2)
        }

        .tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2[dir=rtl] .tp-close:hover,
        .tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2[dir=rtl] .tp-close:focus {
            border-left: none;
            border-right: 1px solid rgba(15, 15, 21, .06)
        }

        .tp-modal {
            z-index: 300050
        }

        @media screen and (max-width: 650px) {
            .tp-modal .tp-close {
                right: 0
            }

            .tp-modal .tp-iframe-wrapper[dir=rtl] .tp-close {
                right: initial;
                left: 0
            }
        }

        .tp-modal .tp-iframe-wrapper.tp-curtain {
            width: 600px;
            height: 480px
        }

        .tp-modal-open {
            overflow: hidden !important;
            height: 100vh;
            -webkit-overflow-scrolling: touch
        }

        .tp-modal-open.tp-modal-resizing {
            -webkit-overflow-scrolling: auto
        }

        .tp-modal-close {
            overflow: auto
        }

        .tp-iframe-wrapper {
            position: relative;
            margin: 50px auto;
            box-shadow: 0 0 10px rgba(0, 0, 0, .21)
        }

        .tp-iframe-wrapper.no-shadow {
            box-shadow: unset
        }

        .tp-modal {
            overflow-x: hidden;
            overflow-y: scroll !important;
            display: none;
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            transform: translateZ(0)
        }

        .tp-modal .tp-message {
            font-family: Graphik Web Regular, Helvetica, Arial, sans-serif;
            padding: 10px
        }

        .tp-modal .tp-btn-container {
            padding-left: 10px;
            padding-bottom: 10px
        }

        .tp-cxense-placeholder-modal {
            width: 100%;
            background-color: #fff;
            max-width: 912px;
            display: block;
            overflow: hidden;
            height: auto;
            opacity: 1
        }

        .tp-widget-placeholder>div:after {
            display: block;
            content: "";
            clear: both
        }

        .tp-btn {
            text-decoration: none;
            cursor: pointer;
            padding: 0 18px;
            line-height: 40px;
            border-collapse: separate;
            border-radius: 4px;
            text-align: center;
            vertical-align: middle;
            display: inline-block;
            color: #fff;
            border: none;
            box-shadow: inset 0 -1px rgba(216, 218, 221, 0);
            background: #3878D8;
            background-position: bottom;
            text-shadow: none;
            font-family: Graphik Web Regular, Helvetica, Arial, sans-serif;
            white-space: nowrap;
            outline: 0
        }

        .tp-please-wait.tp-active {
            display: block;
            opacity: .9;
            transition: opacity .25s linear
        }

        .tp-please-wait {
            position: absolute;
            top: 0;
            left: 0;
            background-color: #999;
            opacity: 0;
            width: 100%;
            height: 100%;
            display: none;
            text-align: center;
            color: #fff;
            font-weight: lighter;
            font-family: Open Sans, sans-serif;
            font-size: 15px
        }

        .tp-please-wait.tp-overlap {
            position: fixed;
            z-index: 300150
        }

        .tp-please-wait.tp-local-overlap {
            position: absolute
        }

        .tp-please-wait>.tp-icon {
            width: 80px;
            height: 80px;
            margin: 100px auto 20px
        }

        .pn-spinner {
            color: gray;
            display: inline-block;
            position: relative;
            width: 80px;
            height: 80px
        }

        .pn-spinner div {
            transform-origin: 40px 40px;
            animation: pn-spinner 1.2s linear infinite
        }

        .pn-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #fff
        }

        .pn-spinner div:nth-child(1) {
            transform: rotate(0);
            animation-delay: -1.1s
        }

        .pn-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s
        }

        .pn-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -.9s
        }

        .pn-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -.8s
        }

        .pn-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -.7s
        }

        .pn-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -.6s
        }

        .pn-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -.5s
        }

        .pn-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -.4s
        }

        .pn-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -.3s
        }

        .pn-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -.2s
        }

        .pn-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -.1s
        }

        .pn-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s
        }

        @keyframes pn-spinner {
            0% {
                opacity: 1
            }

            to {
                opacity: 0
            }
        }

        .tp-please-wait>.tp-icon.tp-centered {
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

        .tp-iframe-wrapper.no-width .tp-close,
        .tp-iframe-wrapper.no-height .tp-close,
        .tp-modal.no-width .tp-close,
        .tp-modal.no-height .tp-close {
            display: none
        }

        .tp-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%
        }

        .tp-banner>.tp-container-inner,
        .tp-banner>.tp-container-inner>iframe {
            width: inherit !important
        }

        .tp-modal-overscroll-prevented {
            overscroll-behavior: contain;
            width: 100%;
            overflow-x: unset;
            overflow-y: scroll
        }

        .tp-scroll-prevented {
            height: 100vh;
            overflow: hidden;
            touch-action: none
        }

        .tp-body-scroll-prevented {
            touch-action: none
        }

        .piano-widget-container-fade {
            opacity: 0;
            animation: piano-widget-fade .5s ease-in-out
        }

        @keyframes piano-widget-fade {
            0% {
                opacity: 1
            }

            to {
                opacity: 0
            }
        }

.trc_rbox_container {
            direction: ltr;
            text-align: left;
        }

        /*override bootstrap default css */
        .trc_rbox_container [class*=span] {
            float: none;
            margin-left: 0;
        }

        /*------------- Multi-widget -------------*/
        .trc_multi_widget_container {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .trc_multi_widget_container .trc_rbox_div {
            margin: 0;
        }

        /*----------------------------------------*/
        .trc_rbox_header {
            border: 0 solid;
            overflow: hidden;
            vertical-align: middle;
        }

        .trc_rbox_container .trc_img {
            display: inline-block !important;
        }

        .trc_rbox_header_icon_div {
            display: table-cell;
            vertical-align: baseline;
        }

        .trc_rbox_header .trc_rbox_header_icon_div .trc_rbox_header_icon_img {
            vertical-align: middle;
            width: auto;
        }

        .trc_rbox_header_icon_span {
            display: inline-table;
        }

        .in_trc_header {
            position: relative !important;
            float: right;
            margin: 0;
        }

        #trc_rbox_css_loaded {
            overflow: hidden;
            width: 0;
            height: 0;
        }

        .trc_rbox {
            margin-top: 0;
        }

        .trc_rbox_div {
            margin: 0 0 3px;
            direction: ltr;
            padding: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            overflow: auto;
            position: relative;
            width: auto;
            border: solid #CCC 1px;
        }

        .loading-animation span {
            display: block;
        }

        .videoCube {
            zoom: 1;
            cursor: pointer;
            float: none;
            overflow: hidden;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        div.videoCube:hover,
        .videoCube_hover {
            cursor: pointer;
        }

        .videoCube span.video-title:hover,
        .videoCube_hover span.video-title {
            text-decoration: underline;
        }

        .videoCube a {
            text-decoration: none;
            border: 0;
            color: black;
            cursor: pointer;
        }

        .videoCube a:hover,
        .videoCube_hover a,
        .videoCube a:link,
        .videoCube a {
            text-decoration: none !important;
            outline: none;
        }

        .videoCube a .thumbBlock {
            float: left;
            display: block;
            overflow: hidden !important;
        }

        .videoCube a img,
        .videoCube img {
            border: 0;
            display: block;
            margin: 0;
            height: auto;
            width: auto;
        }

        .videoCube .video-label {
            display: block;
            overflow: hidden;
        }

        .videoCube .video-label {
            width: auto !important;
            white-space: pre-wrap;
            /* css-3 */
            white-space: -moz-pre-wrap;
            /* Mozilla, since 1999 */
            white-space: -o-pre-wrap;
            /* Opera 7 */
            word-wrap: break-word;
            /* Internet Explorer 5.5+ */
        }

        .videoCube .video-label-box.label-box-with-title-icon {
            display: table;
        }

        .video-icon-container {
            float: left;
            display: table-cell;
            vertical-align: baseline;
        }

        .video-icon-img {
            vertical-align: middle;
        }

        .videoCube .video-duration {
            height: 0;
            float: left;
            position: relative;
            color: white;
            font-size: 11px;
        }

        .videoCube .video-duration dt {
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            background-color: black;
            opacity: 0.6;
            filter: alpha(opacity=60);
        }

        /* browser native line-clamp */
        .videoCube span.video-label.trc_ellipsis {
            position: relative;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

        .videoCube span.video-label.trc-smart-ellipsis {
            position: relative;
            overflow: hidden;
        }

        .videoCube span.video-label.trc-smart-ellipsis ins {
            display: inline-block;
            text-decoration: inherit;
        }

        .videoCube span.video-label.trc-smart-ellipsis.tbl-ltr-label {
            direction: ltr;
        }

        .videoCube span.video-label.trc-smart-ellipsis.tbl-ltr-label ins {
            float: left;
            margin-right: 5px;
            direction: ltr;
        }

        .videoCube span.video-label.trc_ellipsis.tbl-rtl-label {
            direction: rtl;
            text-align: right;
            width: auto !important;
        }

        .videoCube span.video-label.trc-smart-ellipsis.tbl-rtl-label {
            float: right;
            direction: rtl;
            width: auto !important;
        }

        .videoCube span.video-label.trc-smart-ellipsis.tbl-rtl-label ins {
            float: right;
            margin-left: 5px;
            direction: rtl;
        }

        .videoCube span.video-label.trc-smart-ellipsis ins.lastLineEllipsis {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-wrap: normal;
            width: 100%;
        }

        .video-duration.video-duration-detail div {
            color: white;
        }

        .trc_rbox .sponsored {
            position: relative;
            display: block;
            overflow: visible;
            height: auto;
            width: auto;
            padding-right: 0;
            text-align: right;
            font-size: 9px;
        }

        /* Configuration defaults */
        .trc_rbox_div {
            height: 410px;
        }

        .videoCube {
            direction: ltr;
            font-size: 11px;
            margin: 0;
            color: black;
            border-width: 0;
        }

        .videoCube.vertical:first-child {
            border-top: 0;
            margin-top: 0;
        }

        .videoCube.horizontal:first-child {
            border-left: 0;
            margin-left: 0;
        }

        div.videoCube:hover,
        .videoCube_hover {
            background-color: #EBF0FF;
            color: black;
        }

        .videoCube .thumbBlock {
            margin: 0;
            border-style: solid;
        }

        .videoCube a img,
        .videoCube img {
            border-color: #ececec;
        }

        .videoCube .video-label-box {
            margin-left: 81px;
        }

        .videoCube .video-label dt {
            font-weight: bold;
        }

        .videoCube .video-title {
            height: auto;
            margin-bottom: 3px;
            white-space: normal;
        }

        .videoCube .trc_inline_detail_spacer {
            display: inline-block;
            white-space: pre;
        }

        .loading-animation {
            font-family: sans;
            font-size: 1.5em;
            text-align: center;
            color: gray;
            height: 100%;
        }

        .trc_rbox_header {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            color: black;
        }

        .trc_header_right_part {
            position: absolute;
            left: 50%;
            top: 0;
        }

        .branding_div {
            overflow: visible;
            float: right;
        }

        .branding_div img {
            height: 20px;
        }

        .videoCube .branding .logoDiv {
            font-size: inherit;
            line-height: inherit;
            background: none;
            margin: 0;
            padding: 0;
        }

        .videoCube .branding .logoDiv a {
            vertical-align: inherit;
            color: inherit;
            line-height: inherit;
        }

        .videoCube .branding .logoDiv a span {
            vertical-align: inherit;
        }

        .trc_related_container .videoCube .branding .attribution-disclosure-link-sponsored {
            display: inline-block;
            float: none;
        }

        .trc_related_container .videoCube .branding .attribution-disclosure-link-sponsored.align-disclosure-right {
            float: right;
            margin-left: auto;
            padding-left: 2px;
        }

        .videoCube .video-label-box .branding.composite-branding {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .branding.composite-branding>* {
            display: inline-block;
            vertical-align: bottom;
        }

        .branding .branding-separator {
            margin: 0 2px;
            font-weight: normal;
        }

        .branding .branding-inner {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .videoCube .video-label-box .branding.has-icon {
            display: flex;
            align-items: center;
        }

        .branding .branding-icon {
            margin-right: 5px;
        }

        .branding .branding-icon img {
            width: 28px;
            height: 28px;
            box-sizing: initial;
            border-radius: 50%;
            border: 1px solid #f3f3f3;
        }

        .video-label-box span.branding.inline-branding {
            display: inline-block;
        }

        /* Support for Horizontal mode */
        .trc_related_container div.horizontal {
            float: left;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        /* Support for thumbnail position */
        .trc_related_container DIV.videoCube.thumbnail_top .thumbBlock,
        .trc_related_container DIV.videoCube.thumbnail_bottom .thumbBlock {
            float: none;
        }

        /* SEO blocks should be hidden once R-Box loads */
        .vidiscovery-note {
            display: none;
        }

        .videoCube .thumbBlock .trc_sponsored_overlay_base {
            display: block;
            width: auto;
            margin-left: 0;
            position: absolute;
            color: white !important;
        }

        .videoCube .thumbBlock .trc_sponsored_overlay {
            filter: alpha(opacity=60);
            opacity: 0.6;
            display: block;
            position: absolute;
        }

        .videoCube .thumbBlock .trc_sponsored_overlay_base .sponsored {
            position: relative;
            display: block;
            overflow: visible;
            width: auto;
            text-align: center;
            padding: 0 5px;
            margin-top: 0;
        }

        .videoCube .thumbBlock .trc_sponsored_overlay_base.round .trc_sponsored_overlay {
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

        .videoCube .thumbBlock .trc_sponsored_overlay_base.round {
            margin-left: 4px;
        }

        .thumbnail-emblem,
        .videoCube .thumbnail-overlay,
        .videoCube:hover .thumbnail-overlay,
        .videoCube_hover .thumbnail-overlay {
            position: absolute;
            background: transparent no-repeat;
            background-size: contain;
            z-index: 50;
        }

        .thumbnail_bottom {
            padding-bottom: 8px;
        }

        .trc_related_container .logoDiv {
            font-family: Arial, Helvetica, sans-serif;
            white-space: nowrap;
            font-size: 9px;
        }

        .trc_related_container .logoDiv a {
            font-size: 9px;
            text-decoration: none !important;
            color: black;
            margin-right: 1px;
            /* don't allow focus line to cause overflow */
            vertical-align: text-bottom;
        }

        .logoDiv a span:hover {
            text-decoration: underline;
        }

        .trc_rbox_header .logoDiv {
            font-size: 1em;
        }

        /* text-link widgets*/
        .trc_tl .trc_rbox_header .logoDiv {
            position: relative;
            z-index: 1;
        }

        .trc_tl .trc_rbox_header_span .trc_header_right_column {
            position: absolute;
            width: 48%;
            left: 52%;
            top: 0;
        }

        .trc_tl .trc_rbox_div .videoCube.horizontal {
            clear: left;
        }

        .trc_tl .trc_rbox_div .videoCube.trc_tl_right_col {
            float: none;
            clear: right;
            margin-left: auto;
        }

        .trc_tl .videoCube .video-title .branding {
            line-height: 1.3em;
        }

        .trc_tl .videoCube:hover span.branding,
        .trc_tl .videoCube_hover span.branding {
            text-decoration: none;
        }

        .trc_tl .trc_rbox_div .videoCube.thumbnail_none a {
            vertical-align: top;
            overflow: visible;
        }

        .trc_tl .videoCube .video-label-box {
            display: inline-block;
            vertical-align: top;
            width: 100%;
        }

        /* text-link widgets - end*/
        .trc_related_container .videoCube .thumbBlock .branding {
            position: absolute;
            bottom: 0;
            z-index: 1;
            width: 100%;
            margin: 0;
            padding: 5px 0;
            text-align: center;
        }

        .syndicatedItem .branding {
            margin: 0;
        }

        .trc-inplayer-rbox {
            background: #333;
            background: rgba(30, 30, 30, 0.9);
            bottom: 0;
            position: absolute;
            height: 300px;
            text-align: center;
        }

        .trc-inplayer-rbox .trc_rbox_container {
            margin: 50px auto 0;
            width: 640px
        }

        .trc_rbox.trc-auto-size {
            width: 100%;
            height: 100%;
        }

        .videoCube.thumbnail_under .video-title {
            min-height: 2.58em;
        }

        .videoCube.thumbnail_under .tbl-text-over-container {
            width: 100%;
            position: absolute;
            z-index: 1;
            left: 0;
            bottom: 0;
            min-height: 66%;
            max-height: 66%;
            padding-top: 2px;
            padding-bottom: 2px;
            line-height: 1.25em;
        }

        .videoCube.thumbnail_under .tbl-text-over-container .tbl-text-over {
            height: 100%;
            width: 100%;
            position: absolute;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#CC000000, GradientType=0);
        }

        .videoCube.thumbnail_under .tbl-text-over-container span.video-title,
        .videoCube.thumbnail_under .tbl-text-over-container span.video-description,
        .videoCube.thumbnail_under .tbl-text-over-container span.branding {
            position: relative;
            z-index: 1;
            padding: 0 8px;
            margin: 0;
        }

        .videoCube.thumbnail_under .tbl-text-over-container span.video-title {
            margin-bottom: 6px;
            min-height: auto;
        }

        .videoCube.thumbnail_under .tbl-text-over-container .video-label-box {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 0 8px 6px 8px;
            min-height: auto;
            box-sizing: border-box;
        }

        .trc-auto-size .trc_rbox_outer .trc_rbox_div {
            height: auto;
            width: auto;
        }

        .trc-auto-size .trc_rbox_div .videoCube {
            height: auto;
        }

        .trc-auto-size .trc_rbox_div .videoCube.trc-first-recommendation {
            margin-top: 0;
        }

        .trc_rbox .trc_rbox_outer .trc_rbox_div .videoCube.trc-first-in-row {
            margin-left: 0;
        }

        .trc_elastic .trc_rbox {
            width: auto;
        }

        .trc_elastic .videoCube {
            overflow: hidden;
        }

        .trc_elastic .videoCube .thumbBlock {
            background: transparent no-repeat center center;
            background-size: cover;
            position: absolute;
            display: inline-block;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin-left: 0;
            margin-right: 0;
        }

        .trc_elastic .thumbBlock_holder {
            position: relative;
            width: 100%;
        }

        .trc_elastic .thumbnail_start .thumbBlock_holder {
            float: left;
            margin-right: 10px;
        }

        .trc_elastic .thumbnail_start.item-has-pre-label .thumbBlock_holder {
            margin-right: 0;
        }

        .trc_elastic .videoCube_aspect {
            width: 1px;
        }

        .trc_elastic .trc_rbox .trc_rbox_div {
            height: auto;
        }

        .trc_elastic .thumbnail_start .trc-pre-label {
            float: left;
            padding-right: 10px;
        }

        .trc_elastic .thumbnail_start.trc-split-label .trc-main-label {
            float: left;
            padding-left: 10px;
        }

        .trc_elastic .video-label-box {
            display: block;
        }

        .trc_elastic .thumbnail_start .video-label-box {
            box-sizing: border-box;
        }

        /** USER Ad-Choice **/
        .trc_user_adChoice_btn {
            background: url("") no-repeat scroll 0 0 rgba(255, 255, 255, 1);
            border-radius: 0 0 0 5px;
            width: 16px;
            height: 16px;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 9000;
            cursor: pointer;
            border-width: 2px 0 2px 4px;
            border-style: solid;
            border-color: #fff;
            opacity: 0.7;
            background-size: contain;
            visibility: hidden;
        }

        .videoCube:hover .trc_user_adChoice_btn,
        .videoCube_hover .trc_user_adChoice_btn {
            visibility: visible;
        }

        .videoCube .trc_user_adChoice_btn_static {
            visibility: visible;
        }

        .p-video-overlay-container {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: transparent;
        }

        .p-video-overlay.p-video-overlay-show {
            display: flex;
        }

        .p-video-overlay {
            display: none;
            background-color: #000;
            opacity: 0.7;
            width: 100%;
            height: 100%;
            flex-direction: column;
        }

        .p-video-overlay-action {
            color: #fff;
            width: 100%;
            direction: ltr;
            text-align: center;
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

        .p-video-overlay-action.p-video-back-action {
            height: 34%;
        }

        .p-video-back-action-label {
            font-family: Helvetica Neue, serif;
            font-size: 14px;
            font-weight: 200;
            letter-spacing: 1px
        }

        .p-video-overlay-action.p-video-goto-action {
            height: 66%;
        }

        .p-video-goto-action-url {
            font-family: Helvetica Neue, serif;
            font-size: 24px;
            font-weight: 400;
            text-decoration: underline;
            margin-top: 5px;
        }

        .p-video-goto-action-label {
            font-family: Helvetica Neue, serif;
            font-size: 14px;
            font-weight: 100;
            letter-spacing: 1px;
        }

        .trc_related_container .trc_clearer {
            clear: both;
            height: 0;
            overflow: hidden;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        /* Ad Choices */
        .link-adc {
            float: right !important;
        }

        .trc-widget-footer .logoDiv {
            line-height: normal;
            padding-bottom: 5px;
        }

        .trc-widget-footer .link-adc a .trc_adc_wrapper,
        .trc_header_ext .link-adc a .trc_adc_wrapper {
            height: 12px;
            width: 18px;
            display: inline-block;
            padding-left: 1px;
            margin-bottom: 2px;
        }

        .trc-widget-footer .link-adc a .trc_adc_s_logo,
        .trc_header_ext .link-adc a .trc_adc_s_logo,
        .trc-widget-footer .link-adc a .trc_adc_b_logo,
        .trc_header_ext .link-adc a .trc_adc_b_logo {
            vertical-align: middle;
            height: 15px;
            display: inline-block;
            margin-top: -1px;
            /**fix v align of adc logo - compensate for link underline */
        }

        .trc-widget-footer .link-adc a .trc_adc_s_logo,
        .trc_header_ext .link-adc a .trc_adc_s_logo {
            width: 12px;
            height: 14px;
            background: url("") no-repeat;
            background-size: contain;
            vertical-align: middle;
        }

        .trc-widget-footer .link-adc a .trc_adc_b_logo,
        .trc_header_ext .link-adc a .trc_adc_b_logo {
            width: 77px;
            background: #ffffff url("") no-repeat !important;
            right: -1px;
            display: none;
            position: absolute;
        }

        /* Attribution och Disclosure */
        .logoDiv .trc_mobile_disclosure_link,
        .logoDiv .trc_mobile_attribution_link,
        .logoDiv .trc_mobile_adc_link {
            display: none;
        }

        .logoDiv .trc_desktop_disclosure_link,
        .logoDiv .trc_desktop_attribution_link,
        .logoDiv .trc_desktop_adc_link {
            display: inline;
        }

        @media screen and (max-width: 767px) {
            .logoDiv .trc_mobile_disclosure_link {
                display: inline;
            }

            .logoDiv .trc_mobile_attribution_link {
                display: inline;
            }

            .logoDiv .trc_mobile_adc_link {
                display: inline;
            }

            .logoDiv .trc_desktop_disclosure_link {
                display: none;
            }

            .logoDiv .trc_desktop_attribution_link {
                display: none;
            }

            .logoDiv .trc_desktop_adc_link {
                display: none;
            }
        }

        .trc_in_iframe .logoDiv .trc_mobile_attribution_link,
        .trc_in_iframe .logoDiv .trc_mobile_disclosure_link {
            display: inline;
        }

        .trc_in_iframe .logoDiv .trc_desktop_attribution_link,
        .trc_in_iframe .logoDiv .trc_desktop_disclosure_link {
            display: none;
        }

        .trc_related_container .logoDiv,
        .trc_related_container .trc_header_ext .logoDiv {
            float: right;
        }

        .trc_related_container .logoDiv+.logoDiv {
            margin-right: 2px;
        }

        .trc_related_container .attribution-disclosure-link-sponsored,
        .trc_related_container .attribution-disclosure-link-hybrid {
            display: none;
        }

        .trc_related_container .trc-content-sponsored .attribution-disclosure-link-sponsored,
        .trc-w2f.trc-content-sponsored .attribution-disclosure-link-sponsored {
            display: block;
        }

        .trc_related_container .trc-content-hybrid .attribution-disclosure-link-hybrid,
        .trc-w2f.trc-content-hybrid .attribution-disclosure-link-hybrid {
            display: block;
        }

        .trc_related_container .trc-widget-footer:hover a span,
        .trc_related_container .trc_header_ext:hover a span {
            text-decoration: underline !important;
        }

        /* this span makes sure that all logos (attribution + adc + disclosure) are vertically aligned - especially when the attribution font-size is smaller than the adc logo height (15px) */
        .logoDiv a span.trc_logos_v_align {
            display: inline-block !important;
            font-size: 15px !important;
            line-height: 1em !important;
            width: 0 !important;
        }

        .trc_related_container .trc_header_ext:hover a span.trc_logos_v_align,
        .trc_related_container .trc_header_ext:hover a span.trc_adc_wrapper,
        .trc_related_container .trc-widget-footer:hover a span.trc_logos_v_align,
        .trc_related_container .trc-widget-footer:hover a span.trc_adc_wrapper {
            text-decoration: none !important;
        }

        .trc_related_container .trc_rbox_header_span .trc_header_right_column {
            display: none;
        }

        .trc_related_container img {
            max-width: none;
        }

        .trc_related_container * {
            pointer-events: auto;
        }

        .trc_related_container {
            clear: both;
        }

        .tbl-loading-spinner {
            width: 100%;
            height: 40px;
            background: url("") center center no-repeat;
            background-size: 40px;
        }

        .tbl-hidden {
            display: none !important;
        }

        .tbl-invisible {
            opacity: 0;
            pointer-events: none;
        }

        .tbl-batch-anchor {
            width: 100%;
            height: 1px;
        }

        .videoCube .video-logo+.branding.composite-branding {
            display: inline-block;
            vertical-align: middle;
        }

        .videoCube .video-logo {
            margin-right: 4px;
        }

        .videoCube .video-logo .branding {
            margin: auto auto auto 25px;
        }

        .videoCube .video-logo img {
            padding: 0;
            max-height: 14px;
            width: auto;
            max-width: 100px;
            display: inline-block;
        }

        /* Support for integrated widget frame */
        .iw_video_frame .trc_rbox_div {
            overflow: hidden;
        }

        .trc-w2f .trc_rbox .trc_rbox_header,
        .trc-w2f .trc_rbox .trc-widget-footer {
            display: none !important;
        }

        .videoCube .tbl-accessibility-title {
            font: -apple-system-headline !important;
        }

        .videoCube .tbl-accessibility-description {
            font: -apple-system-subheadline !important;
        }

        .videoCube .tbl-accessibility-branding {
            font: -apple-system-caption1 !important;
        }

        [data-feed-main-container-id="below-article-thumbnails-amp"] .thumbs-feed-01 .videoCube .video-label-box .video-title::after {
            content: 'CONTENIDO PATROCINADO';
            text-transform: uppercase;
            display: block;
            font-size: 11px;
            color: #1bb0f4;
        }

        .thumbnails-a-5x1-desk {
            width: 300px;
            _width: 300px;
            border-width: 0px 0px 0px 0px;
            border-style: solid solid solid solid;
            border-color: #DFDFDF;
            padding: 0px 0px 0px 0px;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            box-shadow: none;
        }

        .thumbnails-a-5x1-desk vignette {
            xButtonColor: #fff;
            backgroundColor: #fff;
            backgroundOpacity: 0.8;
            xButtonBGColor: #000;
        }

        .thumbnails-a-5x1-desk .playerCube .video-external-data {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .thumbnails-a-5x1-desk .tbl-reco-reel-slider {
            z-index: 99999;
            margin: initial;
            top: 50%;
        }

        .thumbnails-a-5x1-desk .trc_lightbox_overlay {
            background-color: #000000;
            opacity: 0.70;
            filter: alpha(opacity=70);
        }

        .thumbnails-a-5x1-desk .tbl-recommendation-reel .tbl-text-under-branding-background {
            background-color: #EBEBEB;
        }

        .thumbnails-a-5x1-desk div.syndicatedItem:hover,
        .thumbnails-a-5x1-desk div.syndicatedItem.videoCube_hover {
            background-color: transparent;
        }

        .thumbnails-a-5x1-desk .playerCube div.videoCube:hover,
        .thumbnails-a-5x1-desk div.videoCube_hover {
            background-color: transparent;
        }

        .thumbnails-a-5x1-desk .trc_pager_prev:hover,
        .thumbnails-a-5x1-desk .trc_pager_next:hover {
            color: #6497ED;
        }

        .thumbnails-a-5x1-desk .trc_rbox_border_elm {
            border-color: darkgray;
        }

        .thumbnails-a-5x1-desk .syndicatedItem .video-views {
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
        }

        .thumbnails-a-5x1-desk .syndicatedItem .video-category {
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
        }

        .thumbnails-a-5x1-desk .tbl-vignette-close-btn-wrp {
            height: 15;
            background: #000;
        }

        .thumbnails-a-5x1-desk .syndicatedItem .sponsored {
            color: #9C9A9C;
            font-size: 9px;
            font-weight: normal;
            text-decoration: none;
        }

        .thumbnails-a-5x1-desk .pager_disabled {
            color: #7d898f;
        }

        .thumbnails-a-5x1-desk .playerCube .video-category {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .thumbnails-a-5x1-desk .syndicatedItem .video-uploader {
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
        }

        .thumbnails-a-5x1-desk .videoCube.thumbnail_start .thumbBlock_holder {
            width: 40%;
            _width: 40%;
        }

        .thumbnails-a-5x1-desk .playerCube .video-uploader {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .thumbnails-a-5x1-desk .video-uploader {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .thumbnails-a-5x1-desk .trc_sponsored_overlay {
            background-color: black;
        }

        .thumbnails-a-5x1-desk .syndicatedItem .video-external-data {
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
        }

        .thumbnails-a-5x1-desk .trc_rbox_header {
            font-family: "duplicate\5f ionicbold", Georgia, "Times New Roman", Times, serif;
            font-size: 24.0px;
            font-weight: bold;
            text-decoration: none;
            color: #000000;
            border-width: 0;
            background: transparent;
            border-style: none;
            border-color: #D6D5D3;
            padding: 10px 0px 30px 0px;
            line-height: 26px;
            display: block;
            margin: 5px 0px 0px 0px;
            position: relative;
            background-color: transparent;
            box-sizing: initial;
            width: auto;
            _width: auto;
        }

        .thumbnails-a-5x1-desk .syndicatedItem .video-rating {
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
        }

        .thumbnails-a-5x1-desk .videoCube.vertical {
            border-style: solid none none none;
        }

        .thumbnails-a-5x1-desk .trc_pager_unselected {
            color: #7d898f;
        }

        .thumbnails-a-5x1-desk .video-rating {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .thumbnails-a-5x1-desk .video-published-date {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
            display: inherit;
        }

        .thumbnails-a-5x1-desk .syndicatedItem {
            background-color: transparent;
        }

        .thumbnails-a-5x1-desk .syndicatedItem .video-duration-detail {
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
        }

        .thumbnails-a-5x1-desk body.tbl-show-explore-more div#tbl-explore-more-container {
            z-index: 2147483647;
        }

        .thumbnails-a-5x1-desk .playerCube .videoCube.horizontal {
            border-style: none none none none;
        }

        .thumbnails-a-5x1-desk .videoCube.syndicatedItem .thumbnail-overlay {
            background-image: null;
            background-position: 5% 5%;
        }

        .thumbnails-a-5x1-desk .videoCube.syndicatedItem.vertical {
            border-style: solid none none none;
        }

        .thumbnails-a-5x1-desk .sponsored {
            font-size: 9px;
            font-weight: normal;
            text-decoration: none;
            color: #9C9A9C;
        }

        .thumbnails-a-5x1-desk .videoCube.syndicatedItem .thumbBlock {
            border-color: darkgray;
            border-width: 0px;
            border-radius: 10px 10px 0px 0px !important;
            -moz-border-radius: 10px 10px 0px 0px !important;
            -webkit-border-radius: 10px 10px 0px 0px !important;
        }

        .thumbnails-a-5x1-desk .videoCube.syndicatedItem .thumbBlock .static-text {
            text-align: left;
            background-color: black;
            display: none;
            color: white;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
        }

        .thumbnails-a-5x1-desk .videoCube.thumbnail_start.trc-split-label .trc-pre-label {
            width: 30%;
            _width: 30%;
        }

        .thumbnails-a-5x1-desk .video-category {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .thumbnails-a-5x1-desk .thumbnail-emblem {
            background-position: 5% 5%;
            width: 35;
            _width: 35;
            height: 35;
            margin: 10;
        }

        .thumbnails-a-5x1-desk .tbl-vignette-background-screen {
            background-color: #fff;
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

        .thumbnails-a-5x1-desk .syndicatedItem .video-description {
            max-height: 2.2em;
            *height: 2.2em;
            color: black;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            font-weight: normal;
            line-height: 19.0px;
            text-decoration: none;
        }

        .thumbnails-a-5x1-desk .tbl-cta-style .cta-button:hover {
            color: inherit;
            border-color: #999990;
        }

        .thumbnails-a-5x1-desk .playerCube .video-published-date {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .thumbnails-a-5x1-desk .videoCube:hover .thumbnail-overlay,
        .thumbnails-a-5x1-desk .videoCube_hover .thumbnail-overlay {
            background-image: null;
        }

        .thumbnails-a-5x1-desk .video-label-box.trc-pre-label {
            height: 0px;
        }

        .thumbnails-a-5x1-desk .videoCube.thumbnail_start .trc-pre-label {
            width: 60%;
            _width: 60%;
        }

        .thumbnails-a-5x1-desk .syndicatedItem .video-title {
            max-height: 69.0px;
            *height: 69.0px;
            color: #000000;
            font-family: tiempos-headline;
            font-size: 14.0px;
            line-height: 18.0px;
            font-weight: bold;
            text-decoration: none;
            padding: 0;
        }

        .thumbnails-a-5x1-desk .playerCube:hover .thumbnail-overlay,
        .thumbnails-a-5x1-desk .playerCube_hover .thumbnail-overlay {
            background-image: null;
        }

        .thumbnails-a-5x1-desk .videoCube.thumbnail_start.trc-split-label .trc-main-label {
            width: 30%;
            _width: 30%;
        }

        .thumbnails-a-5x1-desk .videoCube {
            width: auto;
            _width: auto;
            background-color: transparent;
            border-width: 0px 0px 0px 0px;
            border-color: #E4E4E4;
            padding: 0px 0px 0px 0px;
            height: auto;
            margin-left: 0px;
            margin-top: 0px;
            border-radius: 10px 10px 0px 0px;
            -moz-border-radius: 10px 10px 0px 0px;
            -webkit-border-radius: 10px 10px 0px 0px;
            border-style: SOLID;
        }

        .thumbnails-a-5x1-desk .sponsored-default .video-description {
            max-height: 2.2em;
            *height: 2.2em;
        }

        .thumbnails-a-5x1-desk .tbl-vignette-attribution {
            color: #6B6666;
            font-size: 15px;
        }

        .thumbnails-a-5x1-desk .playerCube .video-description {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10px;
            line-height: 11px;
            font-weight: normal;
            text-decoration: none;
            max-height: 2.2em;
            *height: 2.2em;
            color: black;
        }

        .thumbnails-a-5x1-desk .playerCube .videoCube .video-label-box {
            margin-left: 81px;
            margin-right: 0px;
        }

        .thumbnails-a-5x1-desk .videoCube.syndicatedItem .thumbBlock .branding {
            text-align: left;
            background-color: transparent;
            display: none;
            left: 0px;
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
            background-image: null;
        }

        .thumbnails-a-5x1-desk div.videoCube:hover,
        .thumbnails-a-5x1-desk div.videoCube_hover {
            background-color: transparent;
        }

        .thumbnails-a-5x1-desk .videoCube .story-widget.story-widget-text-under .tbl-ui-line {
            background-color: #333333;
        }

        .thumbnails-a-5x1-desk .videoCube .sponsored {
            margin-top: -7px;
        }

        .thumbnails-a-5x1-desk .trc_pager_pages div {
            font-size: 12px;
            font-weight: normal;
            text-decoration: none;
        }

        .thumbnails-a-5x1-desk .sponsored-url {
            font-size: 9px;
            font-weight: bold;
            text-decoration: underline;
            color: green;
        }

        .thumbnails-a-5x1-desk .playerCube .video-title {
            font-family: Arial, Helvetica, sans-serif;
            text-decoration: none;
            font-size: 14px;
            line-height: 17.5px;
            font-weight: bold;
            max-height: 2.58em;
            *height: 2.58em;
            color: black;
        }

        .thumbnails-a-5x1-desk .trc_rbox_header_icon_img {
            margin: 0px;
            height: 18px;
        }

        .thumbnails-a-5x1-desk .tbl-recommendation-reel .tbl-text-under-title-background {
            background-color: #EBEBEB;
        }

        .thumbnails-a-5x1-desk .tbl-recommendation-reel .tbl-ui-line {
            background-color: #333333;
        }

        .thumbnails-a-5x1-desk .videoCube.syndicatedItem.horizontal {
            border-style: none;
        }

        .thumbnails-a-5x1-desk .videoCube .thumbBlock .static-text {
            font-weight: normal;
            font-family: Arial, Helvetica, sans-serif;
            text-decoration: none;
            font-size: 11px;
            background-color: #a30202;
            display: block;
            color: #ffffff;
            text-align: left;
        }

        .thumbnails-a-5x1-desk .video-title {
            font-family: tiempos-headline;
            font-size: 14.0px;
            line-height: 18.0px;
            font-weight: bold;
            max-height: 69.0px;
            *height: 69.0px;
            color: #000000;
            text-decoration: none;
            margin: 0 0 0 0;
        }

        .thumbnails-a-5x1-desk .video-label,
        .thumbnails-a-5x1-desk .sponsored,
        .thumbnails-a-5x1-desk .sponsored-url {
            font-family: Arial, Helvetica, sans-serif;
        }

        .thumbnails-a-5x1-desk .playerCube .video-rating {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .thumbnails-a-5x1-desk .syndicatedItem .branding {
            color: #777777;
            font-size: 11px;
            font-weight: normal;
            text-decoration: none;
            font-family: tiempos-headline;
            background-image: null;
            text-align: left;
            line-height: 22.0px;
        }

        .thumbnails-a-5x1-desk .trc_pager_selected {
            color: #0056b3;
        }

        .thumbnails-a-5x1-desk .videoCube.syndicatedItem {
            background-color: transparent;
            border-color: #E4E4E4;
            border-radius: 10px 10px 0px 0px;
            -moz-border-radius: 10px 10px 0px 0px;
            -webkit-border-radius: 10px 10px 0px 0px;
            border-width: 0px 0px 0px 0px;
            border-style: SOLID;
        }

        .thumbnails-a-5x1-desk .branding div.logoDiv {
            font-family: inherit;
        }

        .thumbnails-a-5x1-desk .trc_rbox_div {
            width: auto;
            _width: 99%;
            height: 410px;
            border-width: 0;
            padding: 0;
        }

        .thumbnails-a-5x1-desk .playerCube .video-views {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .thumbnails-a-5x1-desk .trc_pager div {
            font-family: serif;
        }

        .thumbnails-a-5x1-desk .syndicatedItem .video-label-box.trc-pre-label {
            height: 0px;
        }

        .thumbnails-a-5x1-desk recommendationReel {
            min-adx-line-color: #2abfd5;
            min-adx-progress-color: #FFF;
        }

        .thumbnails-a-5x1-desk .videoCube.horizontal {
            border-style: none;
        }

        .thumbnails-a-5x1-desk div.trc_pager_pages div:hover {
            color: #6497ED;
        }

        .thumbnails-a-5x1-desk .syndicatedItem .thumbnail-emblem {
            display: block;
        }

        .thumbnails-a-5x1-desk .pager_enabled {
            color: #0056b3;
        }

        .thumbnails-a-5x1-desk .playerCube .thumbnail-overlay {
            background-image: null;
            background-position: 5% 5%;
        }

        .thumbnails-a-5x1-desk .videoCube .thumbnail-overlay {
            background-image: null;
            background-position: 5% 5%;
        }

        .thumbnails-a-5x1-desk .playerCube .videoCube .video-duration {
            display: block;
            left: 36px;
        }

        .thumbnails-a-5x1-desk .syndicatedItem .video-published-date {
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            display: inherit;
        }

        .thumbnails-a-5x1-desk .syndicatedItem .sponsored-url {
            color: green;
            font-size: 9px;
            font-weight: bold;
            text-decoration: underline;
        }

        .thumbnails-a-5x1-desk .playerCube .videoCube .thumbBlock {
            border-width: 0px;
            border-color: darkgray;
        }

        .thumbnails-a-5x1-desk .playerCube .video-label-box {
            text-align: left;
        }

        .thumbnails-a-5x1-desk div.sponsored-default:hover,
        .thumbnails-a-5x1-desk div.sponsored-default.videoCube_hover {
            background-color: inherit;
        }

        .thumbnails-a-5x1-desk .videoCube .story-widget.story-widget-text-under .tbl-text-under-title-background {
            background-color: #EBEBEB;
        }

        .thumbnails-a-5x1-desk .video-external-data {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .thumbnails-a-5x1-desk .trc_pager_prev,
        .thumbnails-a-5x1-desk .trc_pager_next {
            font-size: 12px;
            font-weight: normal;
            text-decoration: none;
        }

        .thumbnails-a-5x1-desk .videoCube .thumbBlock {
            border-width: 0px;
            border-color: darkgray;
            border-radius: 10px 10px 0px 0px;
            -moz-border-radius: 10px 10px 0px 0px;
            -webkit-border-radius: 10px 10px 0px 0px;
        }

        .thumbnails-a-5x1-desk .videoCube.syndicatedItem .video-duration {
            display: none;
            left: 36px;
        }

        .thumbnails-a-5x1-desk .sponsored-default .video-title {
            max-height: 2.58em;
            *height: 2.58em;
        }

        .thumbnails-a-5x1-desk .branding {
            color: #777777;
            font-size: 11px;
            font-weight: normal;
            text-decoration: none;
            font-family: tiempos-headline;
            background-image: null;
            text-align: left;
            line-height: 22.0px;
        }

        .thumbnails-a-5x1-desk .sponsored-default {
            background-color: #F7F6C6;
        }

        .thumbnails-a-5x1-desk .playerCube .videoCube {
            background-color: transparent;
            border-color: #D6D5D3;
            border-width: 1px;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            margin-left: 0px;
            margin-top: 0px;
            padding: 3px;
        }

        .thumbnails-a-5x1-desk .branding .logoDiv a span {
            color: #666666;
            font-size: 11px;
            font-family: tiempos-headline;
        }

        .thumbnails-a-5x1-desk .video-label-box {
            text-align: left;
            height: 88px;
            margin: 18px 0px 0px 0px;
        }

        .thumbnails-a-5x1-desk .video-description {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            line-height: 19.0px;
            font-weight: normal;
            max-height: 2.2em;
            *height: 2.2em;
            color: black;
            text-decoration: none;
        }

        .thumbnails-a-5x1-desk .videoCube .video-duration {
            left: 36px;
            display: none;
        }

        .thumbnails-a-5x1-desk div.syndicatedItem:hover .thumbBlock {
            border-color: inherit;
        }

        .thumbnails-a-5x1-desk .trc_pager_counter {
            color: #000000;
        }

        .thumbnails-a-5x1-desk .whatsThisSyndicated {
            font-family: Arial, Verdana, sans-serif;
            font-size: 9px;
            font-weight: normal;
            color: black;
            text-decoration: none;
            padding: 0;
        }

        .thumbnails-a-5x1-desk .playerCube .video-duration-detail {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .thumbnails-a-5x1-desk .video-duration-detail {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .thumbnails-a-5x1-desk div.videoCube:hover .thumbBlock {
            border-color: inherit;
        }

        .thumbnails-a-5x1-desk .video-icon-img {
            margin: 0px;
            height: 18px;
        }

        .thumbnails-a-5x1-desk .video-views {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .thumbnails-a-5x1-desk .tbl-cta-style .cta-button {
            font-family: Helvetica, Arial, sans-serif;
            background-color: transparent;
            border-color: #ACACAC;
            color: #333333;
        }

        .thumbnails-a-5x1-desk .videoCube .video-label-box {
            margin-left: 0;
            margin-right: 0px;
        }

        .thumbnails-a-5x1-desk .videoCube .video-label-box.trc-pre-label {
            margin: 0px 0px 5px 0px;
        }

        .thumbnails-a-5x1-desk .syndicatedItem .video-label-box {
            height: 88px;
            margin: 18px 0px 0px 0px;
        }

        .thumbnails-a-5x1-desk .logoDiv a span {
            font-size: 11.0px;
            color: #666666;
            display: inline;
            font-weight: normal;
            font-family: 'Open Sans';
        }

        .thumbnails-a-5x1-desk .videoCube .video-label-box .video-title {
            text-decoration: none;
        }

        .thumbnails-a-5x1-desk .videoCube:hover .video-label-box .video-title {
            text-decoration: underline;
        }

        .thumbnails-a-5x1-desk .videoCube:hover .video-label-box .video-description {
            text-decoration: underline;
        }

        .thumbnails-a-5x1-desk .video-label-box .branding {
            display: block;
        }

        .thumbnails-a-5x1-desk .trc_header_left_column {
            width: 48%;
            _width: 48%;
            display: inline-block;
            height: auto;
            background-color: transparent;
        }

        .thumbnails-a-5x1-desk .trc_rbox_header .trc_header_ext {
            position: relative;
            top: auto;
            right: auto;
        }

        .thumbnails-a-5x1-desk .logoDiv a {
            font-size: 100%;
        }

        .thumbnails-a-5x1-desk .videoCube a {
            padding: 0;
        }

        .thumbnails-a-5x1-desk .trc_rbox_header .logoDiv {
            line-height: normal;
        }

        .thumbnails-a-5x1-desk .trc_header_right_part {
            margin: 0px 0px 0px 0px;
        }

        /* s-split-thumbnails-a-5x1-desk */
        .thumbnails-a-5x1-desk .trc_header_right_column {
            background: transparent;
            height: auto;
        }

        /* e-split-thumbnails-a-5x1-desk */
        @media screen and (min-width:0px) and (max-width:480px) {
            .trc_elastic_thumbnails-a-5x1-desk .trc_rbox_outer .videoCube .video-label-box {
                height: auto;
            }

            .trc_elastic_thumbnails-a-5x1-desk .trc_rbox_outer .videoCube {
                margin-bottom: 10px;
            }

            .trc_elastic_thumbnails-a-5x1-desk .trc_rbox_outer {
                margin-left: -2%;
            }

            .trc_elastic_thumbnails-a-5x1-desk .videoCube_aspect {
                padding-bottom: 75%;
                width: 100%;
            }

            .trc_elastic_thumbnails-a-5x1-desk .videoCube {
                width: 97.99%;
                position: relative;
                float: left;
                margin: 0 0 2% 0;
                margin-left: 2%;
            }

            .trc_elastic_thumbnails-a-5x1-desk div.videoCube:nth-of-type(-n+5) {
                display: block;
                visibility: visible;
            }

            .trc_elastic_thumbnails-a-5x1-desk div.videoCube:nth-of-type(n+6) {
                display: none;
                visibility: hidden;
            }
        }

        @media screen and (min-width:481px) {
            .trc_elastic_thumbnails-a-5x1-desk .trc_rbox_outer .videoCube .trc-main-label {
                height: auto;
            }

            .trc_elastic_thumbnails-a-5x1-desk .trc_rbox_outer .videoCube {
                margin-bottom: 10px;
            }

            .trc_elastic_thumbnails-a-5x1-desk .trc_rbox_outer {
                margin-left: -2%;
            }

            .trc_elastic_thumbnails-a-5x1-desk .videoCube_aspect {
                padding-bottom: 75%;
                width: 100%;
            }

            .trc_elastic_thumbnails-a-5x1-desk .videoCube {
                width: 17.997999999999998%;
                position: relative;
                float: left;
                margin: 0 0 2% 0;
                margin-left: 2%;
            }

            .trc_elastic_thumbnails-a-5x1-desk div.videoCube:nth-of-type(-n+5) {
                display: block;
                visibility: visible;
            }

            .trc_elastic_thumbnails-a-5x1-desk div.videoCube:nth-of-type(n+6) {
                display: none;
                visibility: hidden;
            }
        }

        .alternating-thumbnails-a-5x1-desk {
            width: 300px;
            _width: 300px;
            border-width: 0px 0px 0px 0px;
            border-style: solid solid solid solid;
            border-color: #DFDFDF;
            padding: 0px 0px 0px 0px;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            box-shadow: none;
        }

        .alternating-thumbnails-a-5x1-desk vignette {
            xButtonColor: #fff;
            backgroundColor: #fff;
            backgroundOpacity: 0.8;
            xButtonBGColor: #000;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .video-external-data {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .alternating-thumbnails-a-5x1-desk .tbl-reco-reel-slider {
            z-index: 99999;
            margin: initial;
            top: 50%;
        }

        .alternating-thumbnails-a-5x1-desk .trc_lightbox_overlay {
            background-color: #000000;
            opacity: 0.70;
            filter: alpha(opacity=70);
        }

        .alternating-thumbnails-a-5x1-desk .tbl-recommendation-reel .tbl-text-under-branding-background {
            background-color: #EBEBEB;
        }

        .alternating-thumbnails-a-5x1-desk div.syndicatedItem:hover,
        .alternating-thumbnails-a-5x1-desk div.syndicatedItem.videoCube_hover {
            background-color: transparent;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube div.videoCube:hover,
        .alternating-thumbnails-a-5x1-desk div.videoCube_hover {
            background-color: transparent;
        }

        .alternating-thumbnails-a-5x1-desk .trc_pager_prev:hover,
        .alternating-thumbnails-a-5x1-desk .trc_pager_next:hover {
            color: #6497ED;
        }

        .alternating-thumbnails-a-5x1-desk .trc_rbox_border_elm {
            border-color: darkgray;
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem .video-views {
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem .video-category {
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
        }

        .alternating-thumbnails-a-5x1-desk .tbl-vignette-close-btn-wrp {
            height: 15;
            background: #000;
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem .sponsored {
            color: #9C9A9C;
            font-size: 9px;
            font-weight: normal;
            text-decoration: none;
        }

        .alternating-thumbnails-a-5x1-desk .pager_disabled {
            color: #7d898f;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .video-category {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem .video-uploader {
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube.thumbnail_start .thumbBlock_holder {
            width: 40%;
            _width: 40%;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .video-uploader {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .alternating-thumbnails-a-5x1-desk .video-uploader {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .alternating-thumbnails-a-5x1-desk .trc_sponsored_overlay {
            background-color: black;
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem .video-external-data {
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
        }

        .alternating-thumbnails-a-5x1-desk .trc_rbox_header {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 100%;
            font-weight: bold;
            text-decoration: none;
            color: #000000;
            border-width: 0;
            background: transparent;
            border-style: none;
            border-color: #D6D5D3;
            padding: 0px 0px 6px 0px;
            line-height: 1.2em;
            display: none;
            margin: 0px 0px 0px 0px;
            position: relative;
            background-color: transparent;
            box-sizing: initial;
            height: auto;
            width: auto;
            _width: auto;
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem .video-rating {
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube.vertical {
            border-style: solid none none none;
        }

        .alternating-thumbnails-a-5x1-desk .trc_pager_unselected {
            color: #7d898f;
        }

        .alternating-thumbnails-a-5x1-desk .video-rating {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .alternating-thumbnails-a-5x1-desk .video-published-date {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
            display: inherit;
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem {
            background-color: transparent;
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem .video-duration-detail {
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
        }

        .alternating-thumbnails-a-5x1-desk body.tbl-show-explore-more div#tbl-explore-more-container {
            z-index: 2147483647;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .videoCube.horizontal {
            border-style: none none none none;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube.syndicatedItem .thumbnail-overlay {
            background-image: null;
            background-position: 5% 5%;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube.syndicatedItem.vertical {
            border-style: solid none none none;
        }

        .alternating-thumbnails-a-5x1-desk .sponsored {
            font-size: 9px;
            font-weight: normal;
            text-decoration: none;
            color: #9C9A9C;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube.syndicatedItem .thumbBlock {
            border-color: darkgray;
            border-width: 0px;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube.syndicatedItem .thumbBlock .static-text {
            text-align: left;
            background-color: black;
            display: none;
            color: white;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube.thumbnail_start.trc-split-label .trc-pre-label {
            width: 30%;
            _width: 30%;
        }

        .alternating-thumbnails-a-5x1-desk .video-category {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .alternating-thumbnails-a-5x1-desk .thumbnail-emblem {
            background-position: 5% 5%;
            width: 35;
            _width: 35;
            height: 35;
            margin: 10;
        }

        .alternating-thumbnails-a-5x1-desk .tbl-vignette-background-screen {
            background-color: #fff;
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem .video-description {
            max-height: 2.2em;
            *height: 2.2em;
            color: black;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            font-weight: normal;
            line-height: 19.0px;
            text-decoration: none;
        }

        .alternating-thumbnails-a-5x1-desk .tbl-cta-style .cta-button:hover {
            color: inherit;
            border-color: #999990;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .video-published-date {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube:hover .thumbnail-overlay,
        .alternating-thumbnails-a-5x1-desk .videoCube_hover .thumbnail-overlay {
            background-image: null;
        }

        .alternating-thumbnails-a-5x1-desk .video-label-box.trc-pre-label {
            height: 0px;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube.thumbnail_start .trc-pre-label {
            width: 60%;
            _width: 60%;
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem .video-title {
            max-height: 69.0px;
            *height: 69.0px;
            color: #000000;
            font-family: tiempos-headline;
            font-size: 14.0px;
            line-height: 18.0px;
            font-weight: bold;
            text-decoration: none;
            padding: 0;
            margin: 0 0 0 0;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube:hover .thumbnail-overlay,
        .alternating-thumbnails-a-5x1-desk .playerCube_hover .thumbnail-overlay {
            background-image: null;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube.thumbnail_start.trc-split-label .trc-main-label {
            width: 30%;
            _width: 30%;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube {
            width: auto;
            _width: auto;
            background-color: transparent;
            border-width: 0px 0px 0px 0px;
            border-color: #E4E4E4;
            padding: 0px 0px 0px 0px;
            height: auto;
            margin-left: 0px;
            margin-top: 0px;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-style: SOLID;
        }

        .alternating-thumbnails-a-5x1-desk .sponsored-default .video-description {
            max-height: 2.2em;
            *height: 2.2em;
        }

        .alternating-thumbnails-a-5x1-desk .tbl-vignette-attribution {
            color: #6B6666;
            font-size: 15px;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .video-description {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10px;
            line-height: 11px;
            font-weight: normal;
            text-decoration: none;
            max-height: 2.2em;
            *height: 2.2em;
            color: black;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .videoCube .video-label-box {
            margin-left: 81px;
            margin-right: 0px;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube.syndicatedItem .thumbBlock .branding {
            text-align: left;
            background-color: transparent;
            display: none;
            left: 0px;
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
            background-image: null;
        }

        .alternating-thumbnails-a-5x1-desk div.videoCube:hover,
        .alternating-thumbnails-a-5x1-desk div.videoCube_hover {
            background-color: transparent;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube .story-widget.story-widget-text-under .tbl-ui-line {
            background-color: #333333;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube .sponsored {
            margin-top: -7px;
        }

        .alternating-thumbnails-a-5x1-desk .trc_pager_pages div {
            font-size: 12px;
            font-weight: normal;
            text-decoration: none;
        }

        .alternating-thumbnails-a-5x1-desk .sponsored-url {
            font-size: 9px;
            font-weight: bold;
            text-decoration: underline;
            color: green;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .video-title {
            font-family: Arial, Helvetica, sans-serif;
            text-decoration: none;
            font-size: 14px;
            line-height: 17.5px;
            font-weight: bold;
            max-height: 2.58em;
            *height: 2.58em;
            color: black;
        }

        .alternating-thumbnails-a-5x1-desk .trc_rbox_header_icon_img {
            margin: 0px;
            height: 18px;
        }

        .alternating-thumbnails-a-5x1-desk .tbl-recommendation-reel .tbl-text-under-title-background {
            background-color: #EBEBEB;
        }

        .alternating-thumbnails-a-5x1-desk .tbl-recommendation-reel .tbl-ui-line {
            background-color: #333333;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube.syndicatedItem.horizontal {
            border-style: none;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube .thumbBlock .static-text {
            font-weight: normal;
            font-family: Arial, Helvetica, sans-serif;
            text-decoration: none;
            font-size: 11px;
            background-color: #a30202;
            display: block;
            color: #ffffff;
            text-align: left;
        }

        .alternating-thumbnails-a-5x1-desk .video-title {
            font-family: tiempos-headline;
            font-size: 14.0px;
            line-height: 18.0px;
            font-weight: bold;
            max-height: 69.0px;
            *height: 69.0px;
            color: #000000;
            text-decoration: none;
            margin: 0 0 0 0;
        }

        .alternating-thumbnails-a-5x1-desk .video-label,
        .alternating-thumbnails-a-5x1-desk .sponsored,
        .alternating-thumbnails-a-5x1-desk .sponsored-url {
            font-family: 'Duplicate Ionic';
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .video-rating {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem .branding {
            color: #999999;
            font-size: 11px;
            font-weight: normal;
            text-decoration: none;
            font-family: tiempos-headline;
            background-image: null;
            text-align: left;
            line-height: 22px;
        }

        .alternating-thumbnails-a-5x1-desk .trc_pager_selected {
            color: #0056b3;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube.syndicatedItem {
            background-color: transparent;
            border-color: #E4E4E4;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-width: 0px 0px 0px 0px;
            border-style: SOLID;
        }

        .alternating-thumbnails-a-5x1-desk .branding div.logoDiv {
            font-family: inherit;
        }

        .alternating-thumbnails-a-5x1-desk .trc_rbox_div {
            width: auto;
            _width: 99%;
            height: 410px;
            border-width: 0;
            padding: 0;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .video-views {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .alternating-thumbnails-a-5x1-desk .trc_pager div {
            font-family: serif;
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem .video-label-box.trc-pre-label {
            height: 0px;
        }

        .alternating-thumbnails-a-5x1-desk recommendationReel {
            min-adx-line-color: #2abfd5;
            min-adx-progress-color: #FFF;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube.horizontal {
            border-style: none;
        }

        .alternating-thumbnails-a-5x1-desk div.trc_pager_pages div:hover {
            color: #6497ED;
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem .thumbnail-emblem {
            display: block;
        }

        .alternating-thumbnails-a-5x1-desk .pager_enabled {
            color: #0056b3;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .thumbnail-overlay {
            background-image: null;
            background-position: 5% 5%;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube .thumbnail-overlay {
            background-image: null;
            background-position: 5% 5%;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .videoCube .video-duration {
            display: block;
            left: 36px;
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem .video-published-date {
            color: black;
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            display: inherit;
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem .sponsored-url {
            color: green;
            font-size: 9px;
            font-weight: bold;
            text-decoration: underline;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .videoCube .thumbBlock {
            border-width: 0px;
            border-color: darkgray;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .video-label-box {
            text-align: left;
        }

        .alternating-thumbnails-a-5x1-desk div.sponsored-default:hover,
        .alternating-thumbnails-a-5x1-desk div.sponsored-default.videoCube_hover {
            background-color: inherit;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube .story-widget.story-widget-text-under .tbl-text-under-title-background {
            background-color: #EBEBEB;
        }

        .alternating-thumbnails-a-5x1-desk .video-external-data {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .alternating-thumbnails-a-5x1-desk .trc_pager_prev,
        .alternating-thumbnails-a-5x1-desk .trc_pager_next {
            font-size: 12px;
            font-weight: normal;
            text-decoration: none;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube .thumbBlock {
            border-width: 0px;
            border-color: darkgray;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube.syndicatedItem .video-duration {
            display: none;
            left: 36px;
        }

        .alternating-thumbnails-a-5x1-desk .sponsored-default .video-title {
            max-height: 2.58em;
            *height: 2.58em;
        }

        .alternating-thumbnails-a-5x1-desk .branding {
            color: #999999;
            font-size: 11px;
            font-weight: normal;
            text-decoration: none;
            font-family: tiempos-headline;
            background-image: null;
            text-align: left;
            line-height: 22px;
        }

        .alternating-thumbnails-a-5x1-desk .sponsored-default {
            background-color: #F7F6C6;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .videoCube {
            background-color: transparent;
            border-color: #D6D5D3;
            border-width: 1px;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            margin-left: 0px;
            margin-top: 0px;
            padding: 3px;
        }

        .alternating-thumbnails-a-5x1-desk .branding .logoDiv a span {
            color: inherit;
            font-size: inherit;
        }

        .alternating-thumbnails-a-5x1-desk .video-label-box {
            text-align: left;
            height: 120px;
            margin: 18px 0px 0px 0px;
        }

        .alternating-thumbnails-a-5x1-desk .video-description {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            line-height: 19.0px;
            font-weight: normal;
            max-height: 2.2em;
            *height: 2.2em;
            color: black;
            text-decoration: none;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube .video-duration {
            left: 36px;
            display: none;
        }

        .alternating-thumbnails-a-5x1-desk div.syndicatedItem:hover .thumbBlock {
            border-color: inherit;
        }

        .alternating-thumbnails-a-5x1-desk .trc_pager_counter {
            color: #000000;
        }

        .alternating-thumbnails-a-5x1-desk .whatsThisSyndicated {
            font-family: Arial, Verdana, sans-serif;
            font-size: 9px;
            font-weight: normal;
            color: black;
            text-decoration: none;
            padding: 0;
        }

        .alternating-thumbnails-a-5x1-desk .playerCube .video-duration-detail {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .alternating-thumbnails-a-5x1-desk .video-duration-detail {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .alternating-thumbnails-a-5x1-desk div.videoCube:hover .thumbBlock {
            border-color: inherit;
        }

        .alternating-thumbnails-a-5x1-desk .video-icon-img {
            margin: 0px;
            height: 18px;
        }

        .alternating-thumbnails-a-5x1-desk .video-views {
            font-size: 10px;
            font-weight: normal;
            text-decoration: none;
            color: black;
        }

        .alternating-thumbnails-a-5x1-desk .tbl-cta-style .cta-button {
            font-family: Helvetica, Arial, sans-serif;
            background-color: transparent;
            border-color: #ACACAC;
            color: #333333;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube .video-label-box {
            margin-left: 0;
            margin-right: 0px;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube .video-label-box.trc-pre-label {
            margin: 0px 0px 5px 0px;
        }

        .alternating-thumbnails-a-5x1-desk .syndicatedItem .video-label-box {
            height: 120px;
            margin: 18px 0px 0px 0px;
        }

        .alternating-thumbnails-a-5x1-desk .logoDiv a span {
            font-size: 11px;
            color: #000000;
            display: inline;
            font-weight: normal;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube .video-label-box .video-title {
            text-decoration: none;
            font-family: tiempos-headline;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube:hover .video-label-box .video-title {
            text-decoration: underline;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube:hover .video-label-box .video-description {
            text-decoration: underline;
        }

        .alternating-thumbnails-a-5x1-desk .video-label-box .branding {
            display: block;
        }

        .alternating-thumbnails-a-5x1-desk .trc_rbox_header .trc_header_ext {
            position: relative;
            top: auto;
            right: auto;
        }

        .alternating-thumbnails-a-5x1-desk .logoDiv a {
            font-size: 100%;
        }

        .alternating-thumbnails-a-5x1-desk .videoCube a {
            padding: 0;
        }

        .alternating-thumbnails-a-5x1-desk .trc_rbox_header .logoDiv {
            line-height: normal;
        }

        .alternating-thumbnails-a-5x1-desk .trc_header_left_column {
            height: auto;
            background-color: transparent;
        }

        .alternating-thumbnails-a-5x1-desk .trc_header_right_part {
            margin: 0px 0px 0px 0px;
        }

        /* s-split-alternating-thumbnails-a-5x1-desk */
        .alternating-thumbnails-a-5x1-desk .trc_header_right_column {
            background: transparent;
            height: auto;
        }

        /* e-split-alternating-thumbnails-a-5x1-desk */
        @media screen and (min-width:0px) and (max-width:480px) {
            .trc_elastic_alternating-thumbnails-a-5x1-desk .trc_rbox_outer .videoCube .video-label-box {
                height: auto;
            }

            .trc_elastic_alternating-thumbnails-a-5x1-desk .trc_rbox_outer .videoCube {
                margin-bottom: 10px;
            }

            .trc_elastic_alternating-thumbnails-a-5x1-desk .trc_rbox_outer {
                margin-left: -2%;
            }

            .trc_elastic_alternating-thumbnails-a-5x1-desk .videoCube_aspect {
                padding-bottom: 75%;
                width: 100%;
            }

            .trc_elastic_alternating-thumbnails-a-5x1-desk .videoCube {
                width: 97.99%;
                position: relative;
                float: left;
                margin: 0 0 2% 0;
                margin-left: 2%;
            }

            .trc_elastic_alternating-thumbnails-a-5x1-desk div.videoCube:nth-of-type(-n+5) {
                display: block;
                visibility: visible;
            }

            .trc_elastic_alternating-thumbnails-a-5x1-desk div.videoCube:nth-of-type(n+6) {
                display: none;
                visibility: hidden;
            }
        }

        @media screen and (min-width:481px) {
            .trc_elastic_alternating-thumbnails-a-5x1-desk .trc_rbox_outer .videoCube .trc-main-label {
                height: auto;
            }

            .trc_elastic_alternating-thumbnails-a-5x1-desk .trc_rbox_outer .videoCube {
                margin-bottom: 10px;
            }

            .trc_elastic_alternating-thumbnails-a-5x1-desk .trc_rbox_outer {
                margin-left: -2%;
            }

            .trc_elastic_alternating-thumbnails-a-5x1-desk .videoCube_aspect {
                padding-bottom: 75%;
                width: 100%;
            }

            .trc_elastic_alternating-thumbnails-a-5x1-desk .videoCube {
                width: 17.997999999999998%;
                position: relative;
                float: left;
                margin: 0 0 2% 0;
                margin-left: 2%;
            }

            .trc_elastic_alternating-thumbnails-a-5x1-desk div.videoCube:nth-of-type(-n+5) {
                display: block;
                visibility: visible;
            }

            .trc_elastic_alternating-thumbnails-a-5x1-desk div.videoCube:nth-of-type(n+6) {
                display: none;
                visibility: hidden;
            }
        }

.tbl-loading-spinner.tbl-loading-cards-placeholder {
            background: rgba(0, 0, 0, 0);
            background-size: 100%;
            height: auto;
            margin-top: 40px
        }

        .tbl-placeholder-card {
            background: #f6f7f9;
            height: 125px;
            overflow: hidden;
            position: relative;
            margin-bottom: 48px
        }

        .tbl-placeholder-card:before {
            background-color: #f6f7f9;
            background-image: url("");
            background-repeat: repeat-y;
            background-size: 100% 1px;
            content: " ";
            display: block;
            height: 100%
        }

        .tbl-masker {
            position: absolute;
            width: calc(100% - 190px - 24px);
            background-color: #fff;
            box-sizing: content-box;
            border-color: #fff;
            border-style: solid;
            border-left-width: 24px
        }

        .tbl-first-row-pl,
        .tbl-second-row-pl,
        .tbl-third-row-pl {
            background: rgba(0, 0, 0, 0);
            z-index: 1
        }

        .tbl-first-row-pl {
            top: 0;
            height: 18px;
            left: 190px;
            border-top-width: 11px;
            border-bottom-width: 18px
        }

        .tbl-second-row-pl {
            top: 47px;
            height: 18px;
            left: 190px;
            border-top-width: 0;
            border-bottom-width: 18px
        }

        .tbl-third-row-pl {
            top: 83px;
            height: 15px;
            left: 190px;
            border-top-width: 0;
            border-bottom-width: 35px
        }

        .tbl-last-row-right-padding {
            top: 83px;
            left: calc(30% + 130px);
            width: 100%;
            height: 15px;
            border-width: 0
        }

        .tbl-img-top-padding,
        .tbl-img-bottom-padding,
        .tbl-first-col-padding {
            display: none
        }

        .tbl-second-col-padding {
            display: block;
            width: 24px;
            height: 100%;
            border-width: 0;
            top: 0;
            right: 0
        }

        .render-late-effect[data-feed-main-container-id="taboola-below-article-thumbnails"] .thumbBlock {
            opacity: 0;
            transition: opacity .75s
        }

        .render-late-effect[data-feed-main-container-id="taboola-below-article-thumbnails"] .thumbBlock[style*=background-image] {
            opacity: 1
        }

        .tbl-loading-placeholder-dir-rtl .tbl-masker {
            border-right-width: 24px
        }

        .tbl-loading-placeholder-dir-rtl .tbl-first-row-pl,
        .tbl-loading-placeholder-dir-rtl .tbl-second-row-pl,
        .tbl-loading-placeholder-dir-rtl .tbl-third-row-pl {
            right: 190px;
            left: auto
        }

        .tbl-loading-placeholder-dir-rtl .tbl-last-row-right-padding {
            right: calc(30% + 130px);
            left: auto
        }

        .tbl-loading-placeholder-dir-rtl .tbl-second-col-padding {
            right: auto;
            left: 0
        }

        @media screen and (max-width: 480px)and (min-width: 0px) {
            .tbl-loading-spinner.tbl-loading-cards-placeholder {
                margin-top: 8px
            }

            .tbl-placeholder-card {
                height: 87px;
                margin-bottom: 8px
            }

            .tbl-masker {
                width: calc(100% - 114px - 12px);
                border-left-width: 12px
            }

            .tbl-loading-placeholder-dir-rtl .tbl-masker {
                border-right-width: 12px
            }

            .tbl-first-row-pl {
                top: 0;
                height: 10px;
                left: 114px;
                border-top-width: 16px;
                border-bottom-width: 10px
            }

            .tbl-second-row-pl {
                top: 36px;
                height: 10px;
                left: 114px;
                border-top-width: 0;
                border-bottom-width: 11px
            }

            .tbl-third-row-pl {
                top: 57px;
                height: 8px;
                left: 114px;
                border-top-width: 0;
                border-bottom-width: 22px
            }

            .tbl-last-row-right-padding {
                top: 57px;
                height: 8px
            }

            .block-no-border,
            .tbl-first-col-padding,
            .tbl-img-bottom-padding,
            .tbl-img-top-padding {
                display: block;
                border-width: 0
            }

            .tbl-img-top-padding {
                height: 10px;
                width: 100%;
                top: 0
            }

            .tbl-img-bottom-padding {
                height: 10px;
                width: 100%;
                bottom: 0
            }

            .tbl-first-col-padding {
                height: 100%;
                width: 8px;
                top: 0;
                left: 0
            }

            .tbl-second-col-padding {
                display: none
            }

            .tbl-loading-placeholder-dir-rtl .tbl-first-col-padding {
                right: 0;
                left: auto
            }

            .tbl-loading-placeholder-dir-rtl .tbl-first-row-pl,
            .tbl-loading-placeholder-dir-rtl .tbl-second-row-pl,
            .tbl-loading-placeholder-dir-rtl .tbl-third-row-pl {
                right: 114px;
                left: auto
            }
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] {
            position: relative;
            margin-top: 3px;
            -webkit-text-size-adjust: 100%;
            clear: both;
            padding: 0;
            background-color: transparent
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-feed-header {
            padding: 0 5px 10px;
            background: 0;
            box-sizing: border-box
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-feed-header-logo {
            height: 11px;
            width: 76px;
            display: inline-block;
            margin: 0;
            background-image: url("/common/assets/img/1e20e8ff-b903-43c3-81e2-8f9e185614d9.svg");
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: contain
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-feed-header.tbl-header-with-text.tbl-logo-right-position {
            padding: 0 5px 10px 0
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-feed-header.tbl-header-with-text.tbl-logo-left-position {
            padding: 0 0 10px 5px
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-feed-header.tbl-header-with-text {
            display: table;
            width: 100%
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-header-with-text .tbl-feed-header-logo {
            display: table-cell;
            background-position-y: 100%
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-header-with-text .tbl-feed-header-text {
            display: table-cell;
            width: calc(100% - 76px);
            word-break: break-word
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-logo-left-position {
            direction: ltr
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-header-with-text.tbl-logo-left-position .tbl-feed-header-text {
            text-align: right
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-logo-right-position {
            direction: rtl
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-header-with-text.tbl-logo-right-position .tbl-feed-header-text {
            text-align: left;
            direction: ltr
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-feed-card {
            margin-bottom: 10px;
            background-color: transparent;
            overflow: hidden;
            padding-bottom: 0
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-loading-spinner {
            margin-bottom: 10px
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"].tbl-feed-frame-DIVIDER .tbl-feed-card {
            box-shadow: 0 1px #e6ecf0;
            margin-bottom: 22px
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"].tbl-feed-frame-FRAME .tbl-feed-card {
            box-shadow: 0 2px 5px 0 #e6ecf0;
            margin: 0 2px 22px 2px
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"].tbl-feed-frame-SEMI_FRAME .tbl-feed-card {
            overflow: visible;
            position: relative
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"].tbl-feed-frame-SEMI_FRAME .tbl-feed-card::after,
        [data-feed-main-container-id="taboola-below-article-thumbnails"].tbl-feed-frame-SEMI_FRAME .tbl-feed-card::before {
            content: "";
            width: 100%;
            left: 0;
            position: absolute;
            display: block
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"].tbl-feed-frame-SEMI_FRAME .tbl-feed-card::after {
            height: 50px;
            box-shadow: 0 2px 5px 0 #e6ecf0;
            bottom: 0
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"].tbl-feed-abp {
            max-width: 770px;
            margin: 3px auto 0
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-feed-card .video-label-box .video-description {
            margin-top: 2px
        }

        @media screen and (max-width:480px) {
            [data-feed-main-container-id="taboola-below-article-thumbnails"].tbl-feed-full-width {
                padding: 0px 8px
            }

            [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-feed-card {
                margin-bottom: 5px
            }

            [data-feed-main-container-id="taboola-below-article-thumbnails"] .trc-widget-footer,
            [data-feed-main-container-id="taboola-below-article-thumbnails"] .trc_header_ext {
                padding-right: 3px
            }

            [data-feed-main-container-id="taboola-below-article-thumbnails"].tbl-feed-frame-DIVIDER .tbl-feed-card {
                margin-bottom: 16px
            }

            [data-feed-main-container-id="taboola-below-article-thumbnails"].tbl-feed-frame-FRAME .tbl-feed-card {
                margin: 0 0 16px 0
            }
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"][data-feed-container-num] {
            background-color: #F7F7F7;
            padding: 0px 17px 0px 20px;
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-feed-header .tbl-feed-header-logo {
            display: none;
        }

        [data-feed-main-container-id="taboola-below-article-thumbnails"] .tbl-feed-header {
            padding-top: 1px;
        }

        .tbl-feed-header-hide-logo {
            background: unset !important;
            background-size: unset !important;
            height: 0 !important;
        }

        .tbl-feed-header-hide-logo:only-child {
            display: none !important;
        }

.motion-ads-wrapper {
            overflow: hidden;
        }

        .motion-ads-wrapper .motion-ads-container {
            height: 100%;
            width: 100%;
            background-color: transparent;
            background-size: auto;
            text-align: center;
            overflow: hidden;
            display: block;
        }

        .motion-ads-wrapper .motion-ads-container.with-fade {
            transition: background-color 500ms ease-in;
        }

        .motion-ads-wrapper .motion-ads-container.is-playing {
            background-color: transparent;
        }

        .motion-ads-wrapper .motion-ads-container.with-fade video {
            transition: opacity 1000ms ease-in;
        }

        .motion-ads-wrapper .motion-ads-container video {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: 50% 50%;
            -o-object-fit: contain;
            -o-object-position: 50% 50%;
            opacity: 1;
        }

        .motion-ads-wrapper .motion-ads-container:not(.is-playing) video {
            visibility: hidden;
            opacity: 0;
        }

/** Common styles across all window sizes. */
        .swg-dialog,
        .swg-toast {
            box-sizing: border-box;
            background-color: rgba(255, 255, 255, 1) !important;
        }

        .swg-toast {
            position: fixed !important;
            bottom: 0 !important;
            max-height: 46px !important;
            z-index: 2147483647 !important;
            border: none !important;
        }

        /**
  * Wide desktop screen support, when width is >= 871px and height is >= 641px.
  */
        @media (min-width: 871px) and (min-height: 641px) {
            .swg-dialog.swg-wide-dialog {
                left: -435px !important;
            }

            .swg-dialog.swg-wide-dialog,
            .swg-toast {
                width: 870px !important;
            }
        }

        /** Tablet/Medium screen support, when width OR height is <= 640px. */
        @media (max-width: 640px),
        (max-height: 640px) {

            .swg-dialog,
            .swg-toast {
                width: 480px !important;
                left: -240px !important;
                margin-inline-start: calc(100vw - 100vw / 2) !important;
                border-top-left-radius: 8px !important;
                border-top-right-radius: 8px !important;
                box-shadow:
                    rgba(60, 64, 67, 0.3) 0 1px 1px,
                    rgba(60, 64, 67, 0.15) 0 1px 4px 1px !important;
            }

            [dir='rtl'] .swg-dialog,
            [dir='rtl'] .swg-toast {
                margin-inline-start: calc(100vw - 100vw / 2 - 240px) !important;
            }
        }

        /** Desktop/Large screen support, when width AND height are >= 641px. */
        @media (min-width: 641px) and (min-height: 641px) {

            .swg-dialog,
            .swg-toast {
                width: 630px !important;
            }

            .swg-dialog {
                left: -315px !important;
                margin-inline-start: calc(100vw - 100vw / 2) !important;
                background-color: transparent !important;
                border: none !important;
            }

            [dir='rtl'] .swg-dialog {
                margin-inline-start: calc(100vw - 100vw / 2 - 315px) !important;
            }

            .swg-toast {
                border-radius: 4px !important;
                bottom: 8px !important;
                box-shadow:
                    0 3px 1px -2px rgb(0 0 0 / 20%),
                    0 2px 2px 0 rgb(0 0 0 / 14%),
                    0 1px 5px 0 rgb(0 0 0 / 12%) !important;
                left: 8px !important;
            }
        }

        /** Phone/Small screen support, when width is <= 480px. */
        @media (max-width: 480px) {

            .swg-dialog,
            .swg-toast {
                width: 100% !important;
                left: 0 !important;
                right: 0 !important;
                margin-inline-start: 0 !important;
            }
        }

        /**
  * Class applied to content page to disable scrolling.
  */
        html.swg-disable-scroll,
        html.swg-disable-scroll * {
            overflow: hidden !important;
        }

/*! Yield Master Video * fee93b50cfc9ba35c5df2a4d13d72147a9390baa * 2026-02-24T11:44:05.602Z */
        .ym-video--big-sticky-close {
            background: #f73d3e;
            border-right: none;
            bottom: 19px;
            color: #fff;
            display: none;
            font-family: arial, sans-serif;
            font-size: 18px;
            height: 38px;
            line-height: 38px;
            pointer-events: none;
            position: absolute;
            right: 0;
            text-align: center;
            width: 115px
        }

        .ym-float-container__sticky.ym-float-container__can-show-big-sticky-close .ym-video--big-sticky-close {
            display: block
        }

        .ym-float-container__sticky-fluid-bg-blur:after {
            backdrop-filter: blur(6px);
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1
        }

        .ym-hide {
            display: none
        }

        .hide-pseudo-elements:after,
        .hide-pseudo-elements:before {
            display: none !important
        }

        .set-pseudo-element-title-from-parent:after {
            content: attr(data-after-pseudo-element-title) !important
        }

        :not(.ym-video--ver-container)>.set-pseudo-element-title-from-parent:before {
            content: attr(data-before-pseudo-element-title) !important
        }

        .nts-video-meta-wrapper {
            margin: 10px auto 20px
        }

        .nts-container {
            background: #f5f5f5;
            display: flex;
            position: relative
        }

        body[ym-site-id=FNT] .ym-video--ima-controls {
            z-index: 1
        }

        body[ym-site-id=MTP] .nts-container {
            background: #fff
        }

        .nts-video-meta-wrapper,
        .nts-video-wrapper {
            display: block !important
        }

        body[ym-site-id=FMC] .nts-container[data-mobile="0"] .ima-ad-container iframe {
            height: 180px !important
        }

        body[ym-site-id=XGN] .vjs-tech,
        body[ym-site-id=XGS] .vjs-tech {
            position: absolute !important
        }

        body[ym-site-id=MBR] .nts-video-meta-wrapper {
            background: #f4fafe;
            padding-bottom: 30px;
            padding-top: 20px
        }

        body[ym-site-id=TDM] #single .content span.vjs-icon-placeholder {
            font-family: VideoJS;
            font-size: inherit;
            line-height: inherit
        }

        body[ym-site-id=TDM] #single .content .video-js .vjs-time-control>span {
            font-size: 1em;
            line-height: 3em
        }

        body[ym-site-id=OLM] .ima-ad-container>div>div:first-child,
        body[ym-site-id=OLM] .vjs-big-play-button .vjs-icon-placeholder,
        body[ym-site-id=OLM] .vjs-control .vjs-icon-placeholder {
            position: static
        }

        @media (max-width:479px) {
            body[ym-site-id=MBR] .nts-video-meta-wrapper {
                margin: auto -12px !important
            }
        }

        .nts-video-label__deprecated {
            color: #999;
            font-family: Helvetica Neue, Arial, sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 12px;
            text-align: center;
            text-transform: uppercase
        }

        .nts-video-wrapper .nts-video-label__deprecated {
            margin: 0 auto 10px
        }

        body[ym-site-id=MBR] .nts-video-meta-wrapper .nts-video-label__deprecated {
            color: #3d2c8d;
            font-size: 14px;
            font-weight: 400;
            line-height: 14px;
            position: relative
        }

        body[ym-site-id=MBR] .nts-video-meta-wrapper .nts-video-label__deprecated:after {
            background: no-repeat url("");
            background-size: contain;
            content: "";
            height: 14px;
            left: -44px;
            position: absolute;
            top: 0;
            width: 40px
        }

        body[ym-site-id=SID] .nts-video-label__deprecated {
            display: none
        }

        body[ym-site-id^=UI] .nts-video-label__deprecated {
            font-size: 16px;
            font-weight: 700;
            line-height: 16px;
            margin: 30px auto 20px
        }

        @media (min-width:1140px) {
            body[ym-site-id=T24] .nts-video-label__deprecated {
                display: none
            }
        }

        body[ym-site-id=GZV] .video-js .vjs-big-play-button,
        body[ym-site-id=HYT] .video-js .vjs-big-play-button,
        body[ym-site-id=MYT] .video-js .vjs-big-play-button,
        body[ym-site-id=POS] .video-js .vjs-big-play-button {
            border-radius: 0;
            height: 1.63332em;
            margin-left: -.81666em;
            width: 1.63332em
        }

        body[ym-site-id=GZV] .video-js .vjs-big-play-button:before,
        body[ym-site-id=HYT] .video-js .vjs-big-play-button:before,
        body[ym-site-id=MYT] .video-js .vjs-big-play-button:before,
        body[ym-site-id=POS] .video-js .vjs-big-play-button:before {
            content: ""
        }

        body[ym-site-id=GZV] .video-js .vjs-icon-placeholder,
        body[ym-site-id=HYT] .video-js .vjs-icon-placeholder,
        body[ym-site-id=MYT] .video-js .vjs-icon-placeholder,
        body[ym-site-id=POS] .video-js .vjs-icon-placeholder {
            line-height: 1.5em
        }

        body[ym-site-id=GMP] .nts-container {
            z-index: 1
        }

        body[ym-site-id=GDN] .nts-video {
            height: auto
        }

        body[ym-site-id=T24] .nts-video {
            z-index: 1000
        }

        body[ym-site-id=KSP] .ima-ad-container video,
        body[ym-site-id=KSP] video.vjs-tech {
            height: 100% !important;
            width: 100% !important
        }

        @media (max-width:440px) {
            #KSP_VIDEO {
                align-items: center;
                display: flex;
                flex-direction: column;
                max-height: 350px;
                overflow: hidden
            }
        }

        .video-js__decor .vjs-big-play-button {
            overflow-x: hidden !important;
            overflow-y: hidden !important
        }

        .vjs-picture-in-picture-control {
            display: none !important
        }

        body[ym-site-id="24C"] .nts-container {
            margin: auto
        }

        body[ym-site-id=BGM] .nts-video-wrapper,
        body[ym-site-id=GVR] .nts-video-wrapper,
        body[ym-site-id=KSP] .nts-video-wrapper,
        body[ym-site-id=PLN] .nts-video-wrapper {
            clear: both
        }

        body[ym-site-id="24C"] .nts-video {
            max-width: unset !important;
            overflow-x: unset !important
        }

        @media (min-width:670px) {
            body[ym-site-id="24C"] .nts-video-wrapper {
                margin-left: unset;
                width: unset
            }
        }

        body[ym-site-id="24C"] .video-js__decor .vjs-big-play-button {
            border: .4em solid #e92b46;
            border-radius: 1.5em;
            font-size: 5em;
            height: 3em;
            margin-top: -2.1em
        }

        body[ym-site-id="24C"] .video-js__decor .nts-container[data-mobile="1"] .vjs-big-play-button {
            font-size: 3em
        }

        body[ym-site-id="24C"] .video-js__decor .vjs-big-play-button .vjs-icon-placeholder:before {
            color: #e92b46;
            font-size: 2em;
            line-height: 1.1em
        }

        body[ym-site-id=GVR] .nts-container,
        body[ym-site-id=LFM] .nts-container,
        body[ym-site-id=SHB] .nts-container,
        body[ym-site-id=STC] .nts-container {
            margin: auto
        }

        body[ym-site-id=GVR] .nts-container>div {
            margin-bottom: 0 !important
        }

        body[ym-site-id=GVR] .nts-container .vjs-playlist li {
            padding-left: 0 !important
        }

        .nts-container[data-mobile="1"],
        .nts-video-handlers {
            flex-direction: column
        }

        .nts-video-handlers {
            display: none;
            height: 100%;
            justify-content: center;
            position: absolute;
            right: 86px;
            top: 0;
            width: 0
        }

        .nts-video-handlers.visible {
            display: flex
        }

        .nts-video-next-progress {
            background-color: #4783f3;
            border-radius: 2px;
            box-sizing: border-box;
            height: 20px;
            left: 0;
            position: absolute;
            top: 0
        }

        .nts-video-handler--wrapper {
            height: 22px;
            min-width: 80px;
            position: relative;
            width: 80px
        }

        .nts-video-handler--wrapper:not(:first-child) {
            margin-top: 8px
        }

        .nts-video-handler {
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            font-family: Open Sans, Helvetica neue, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 20px;
            text-align: center
        }

        .nts-video-handler--bg {
            background-color: #304674b3
        }

        .nts-video-handler--wrapper>* {
            border-radius: 2px;
            height: 22px;
            left: 0;
            position: absolute;
            top: 0;
            width: 80px
        }

        body[ym-site-id=NYI] .ima-ad-container iframe,
        body[ym-site-id=TKM] .ima-ad-container iframe,
        body[ym-site-id=TMK] .ima-ad-container iframe {
            height: 100% !important;
            min-height: unset
        }

        .ym-video-sticky-close {
            background-size: cover;
            cursor: pointer;
            display: none;
            height: 24px;
            position: absolute;
            right: 0;
            top: 0;
            transform: translateY(calc(-100% - 2px));
            width: 24px
        }

        .ym-video-sticky-close__right-bottom {
            bottom: 0;
            top: unset;
            transform: translateY(calc(100% + 2px))
        }

        .ym-video-sticky-close__left {
            left: 0;
            right: unset
        }

        .ym-video-sticky-close__left-bottom {
            bottom: 0;
            left: 0;
            right: unset;
            top: unset;
            transform: translateY(calc(100% + 2px))
        }

        .ym-video-sticky-close__top-left-side {
            bottom: unset;
            right: unset;
            top: 0;
            transform: translateX(calc(-100% - 2px))
        }

        .ym-float-container__sticky-fluid .ym-video-sticky-close__top-left-side {
            bottom: unset;
            left: 1px;
            right: unset;
            top: 1px;
            transform: none
        }

        .ym-video-sticky-close__top-right-side {
            bottom: unset;
            top: 0;
            transform: translateX(calc(100% + 2px))
        }

        .ym-video-sticky-close__inside {
            right: 2px;
            transform: translateY(2px)
        }

        .ym-video-sticky-close__left.ym-video-sticky-close__inside {
            left: 2px
        }

        .ym-video-sticky-close__inside-left-top-tmp {
            bottom: unset;
            left: 2px;
            right: unset;
            top: 2px;
            transform: translateY(2px)
        }

        .ym-video-sticky-close__lg {
            height: 32px;
            width: 32px
        }

        .ym-video--player-container {
            position: relative
        }

        body[ym-site-id=TRR] .nts-container .vjs-has-started .vjs-big-play-button {
            display: none
        }

        body[ym-site-id=TRR] .nts-container .vjs-play-progress:before,
        body[ym-site-id=TRR] .nts-container .vjs-slider-horizontal .vjs-volume-level:before {
            line-height: 1em
        }

        body[ym-site-id=HWF] .nts-container .vjs-control-bar * {
            color: #fff;
            font-size: 10px;
            line-height: 10px
        }

        body[ym-site-id=HWF] .nts-container .vjs-control-bar {
            height: 2em
        }

        body[ym-site-id=HWF] .nts-container .vjs-remaining-time {
            height: 3em;
            line-height: 3em
        }

        body[ym-site-id=HWF] .vjs-big-play-button .vjs-icon-placeholder {
            color: #fff;
            font-size: 1em
        }

        body[ym-site-id=ULT] .video-js .vjs-play-progress:before,
        body[ym-site-id=ULT] .vjs-slider-horizontal .vjs-volume-level:before {
            top: 0
        }

        .nts-video-container-hidden {
            height: 0 !important;
            overflow: hidden !important;
            transition: .3s
        }

        body[ym-site-id=A24] .nts-float-container {
            overflow: unset !important
        }

        body[ym-site-id=L24] .nts-float-container .ima-ad-container,
        body[ym-site-id=MLD] .ym-video--player-container,
        body[ym-site-id=MPS] .nts-float-container {
            overflow: hidden
        }

        body[ym-site-id=MTP] .nts-float-container {
            box-shadow: 0 0 0 1px #ddd
        }

        body[ym-site-id=MTP] .nts-float-container.ym-float-container__sticky {
            box-shadow: 0 0 8px 0 #0003
        }

        .nts-container .vjs-playlist {
            display: none
        }

        .nts-container.vjs-has-playlist-ui .vjs-playlist {
            display: block
        }

        .vjs-playlist-item .vjs-playlist-now-playing-text,
        .vjs-playlist-item .vjs-up-next-text {
            display: none !important
        }

        .vjs-playlist-duration {
            font-size: 70%
        }

        .vjs-playlist-name {
            font-size: 60%;
            line-height: 100%
        }

        @media (min-width:992px) {
            body[ym-site-id=SZC] .sidebar .nts-container[data-mobile="0"] .nts-float-container:not(.ym-float-container__sticky) {
                max-width: 33.3333333333vw
            }
        }

        .vjs-playlist .vjs-selected .vjs-playlist-duration {
            display: block !important
        }

        .nts-mobile-collapse-sticky-mode .nts-float-container {
            align-items: center;
            display: flex
        }

        .nts-mobile-collapse-sticky-mode:not(.nts-mobile-collapse-sticky-mode--ad) .nts-float-container {
            overflow: hidden
        }

        .nts-container.nts-mobile-collapse-sticky-mode:not(.nts-mobile-collapse-sticky-mode--ad) .ym-video-sticky-close {
            right: 4px;
            top: 4px
        }

        .nts-container.nts-mobile-collapse-sticky-mode.nts-mobile-collapse-sticky-mode--ad.nts-close-size-md .ym-video-sticky-close {
            bottom: -28px;
            right: 0;
            top: unset
        }

        a.ym-video--content-learn-more {
            background: #ff6961 !important;
            border: none !important;
            border-radius: 2px;
            bottom: 38px;
            color: #fff !important;
            display: none;
            font-family: Open Sans, Helvetica neue, Helvetica, sans-serif;
            font-size: 14px;
            font-weight: 400 !important;
            left: 8px;
            line-height: 24px;
            padding: 0 12px;
            position: absolute !important;
            text-decoration: none
        }

        a.ym-video--content-learn-more.ym-video--content-learn-more__top-right {
            bottom: unset;
            left: unset;
            right: 8px;
            top: 8px
        }

        a.ym-video--content-learn-more:hover {
            color: #fff;
            text-decoration: none
        }

        a.ym-video--content-learn-more__youtube {
            background: red !important
        }

        a.ym-video--content-learn-more__obz {
            background-color: red !important;
            font-size: 12px !important;
            left: unset;
            line-height: 40px;
            padding: 0 26px 0 0;
            right: 0;
            text-align: center;
            width: 168px
        }

        a.ym-video--content-learn-more__obz:after {
            border-bottom: 7px solid #0000;
            border-left: 14px solid #fff;
            border-top: 7px solid #0000;
            content: "";
            height: 0;
            position: absolute;
            right: 16px;
            top: 14px;
            width: 0
        }

        a.ym-video--content-learn-more-custom-link {
            border: none;
            display: none;
            font-family: Helvetica Neue, Arial, sans-serif;
            font-size: 14px;
            left: unset;
            line-height: 24px;
            outline: 0;
            padding-left: 8px;
            padding-right: 32px;
            position: absolute;
            right: 0;
            text-align: right;
            text-decoration: none;
            top: 20%;
            transform-origin: top right;
            width: auto !important
        }

        a.ym-video--content-learn-more-custom-link:not(.ym-video--content-learn-more-custom-link__has-external-icon):after {
            border-bottom: 8px solid #0000;
            border-left: 18px solid #fff;
            border-top: 8px solid #0000;
            content: "";
            height: 0;
            position: absolute;
            right: 6px;
            top: 50%;
            transform: translateY(-50%);
            width: 0
        }

        .ym-video--headline .nts-container,
        .ym-video--headline .ym-video--sub-container {
            background-color: #000
        }

        body[ym-site-id=UPT] .ym-video--headline .vjs-big-play-centered .vjs-big-play-button {
            background: #ea1d1d;
            font-size: 5em;
            margin-left: -1.5em;
            margin-top: -.8em
        }

        body[ym-site-id=PNW] .ym-video--headline .vjs-poster {
            background-position-y: 20% !important;
            background-size: cover !important
        }

        body[ym-site-id=A24] .single-news-wrapper .article .article-body .article-content .ima-controls-div,
        body[ym-site-id=A24] .single-news-wrapper .article .article-body .article-content .ima-countdown-div,
        body[ym-site-id=A24] .single-news-wrapper .article .article-body .article-content .ima-seek-bar-div,
        body[ym-site-id=A24] .single-news-wrapper .article .article-body .article-content .ima-seek-bar-div div {
            font-size: 10px !important;
            line-height: 10px !important
        }

        ._04pAH3Xkmtntxh8Nad8 .nxCvj4UyhCoVrUROI5j5 .CNqVXPNDP_jcqAMCwfgH {
            margin-left: -1.5em
        }

        body[ym-site-id=GVR] .ym-video--headline .vjs-poster,
        body[ym-site-id=SBH] .iframeWrapper .nts-container .vjs-poster,
        body[ym-site-id=UPT] .ym-video--headline .vjs-poster {
            background-size: cover
        }

        body[ym-site-id=OBZ] .ym-video--headline .nts-container[data-mobile="1"] .vjs-tech {
            background-color: #fff
        }

        body[ym-site-id=NYI] .ym-video--headline {
            margin-bottom: 7px !important
        }

        .ym-video__big-play-button-disabled .vjs-big-play-button {
            display: none !important
        }

        .RXImMhUMbafObMa_tqS9 {
            background: #cc0122 !important
        }

        .KikyEoxtwGcW6aDUKTCL {
            background: #efa205 !important
        }

        .sxh5p7JRINwOq6t8nhmX {
            background: #7e0019 !important
        }

        .UpQaInRS1lE0XNLf0mLx {
            background: #d70911 !important
        }

        ._KMvCfmwwZTHWBQcmH0w {
            background: #ed3337 !important
        }

        .nkNXS5ibKd7UDPhpRoeQ {
            background: #fdd600 !important
        }

        .abXB9RKKyVGNHv8OAkdK,
        .pIQfzZlEkZkHimFH254g {
            background-color: #0003 !important;
            border: .2em solid #ffffffe6 !important;
            border-radius: 2em !important;
            height: 4em !important;
            line-height: 3.6em !important;
            margin-left: -2em !important;
            margin-top: -2em !important;
            width: 4em !important
        }

        .abXB9RKKyVGNHv8OAkdK>span:before,
        .pIQfzZlEkZkHimFH254g>span:before {
            color: #ffffffe6 !important;
            font-size: 3em !important
        }

        .abXB9RKKyVGNHv8OAkdK:hover,
        .pIQfzZlEkZkHimFH254g:hover {
            border-color: #fff !important
        }

        .abXB9RKKyVGNHv8OAkdK:hover>span:before,
        .pIQfzZlEkZkHimFH254g:hover>span:before {
            color: #fff !important
        }

        .RfjCMxL96CjetwI8LySC,
        .ePeJN_i7zylZKdVkI9Nq {
            background-color: #fffc !important;
            border: none !important;
            border-radius: 50% !important;
            height: 32% !important;
            margin-left: 0 !important;
            margin-top: 0 !important;
            position: relative;
            transform: translate(-50%, -50%) !important;
            width: 18% !important
        }

        .RfjCMxL96CjetwI8LySC>span,
        .ePeJN_i7zylZKdVkI9Nq>span {
            display: none
        }

        .RfjCMxL96CjetwI8LySC:before {
            background-color: #fff;
            border: solid #4e33a3;
            border-radius: 50%;
            content: "";
            display: block;
            height: 80%;
            margin: auto;
            width: 80%
        }

        .RfjCMxL96CjetwI8LySC:hover:before {
            background-color: #fffc !important
        }

        .ePeJN_i7zylZKdVkI9Nq:before {
            background-color: #fac047;
            border-radius: 50%;
            content: "";
            display: block;
            height: 80%;
            margin: auto;
            width: 80%
        }

        .ePeJN_i7zylZKdVkI9Nq:hover:before {
            background-color: #fac047cc !important
        }

        .RfjCMxL96CjetwI8LySC:after {
            background-image: url("")
        }

        .RfjCMxL96CjetwI8LySC:after,
        .ePeJN_i7zylZKdVkI9Nq:after {
            background-size: cover;
            content: "";
            display: block;
            height: 20%;
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%) !important;
            width: 20%
        }

        .ePeJN_i7zylZKdVkI9Nq:after {
            background-image: url("")
        }

        .ym-video--loading-overlay {
            background-color: #00000080;
            display: none;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%
        }

        .ym-video--loading-overlay.ym-video--loading-overlay__loading {
            display: block
        }

        .ym-video--loading-spinner {
            background-clip: padding-box;
            border: 6px solid #2b333fb3;
            border-radius: 25px;
            box-sizing: border-box;
            display: none;
            height: 50px;
            left: 50%;
            margin: -25px 0 0 -25px;
            opacity: .85;
            position: absolute;
            text-align: left;
            top: 50%;
            visibility: hidden;
            width: 50px
        }

        .ym-video--loading-spinner:after,
        .ym-video--loading-spinner:before {
            border: inherit;
            border-color: #fff #0000 #0000;
            border-radius: inherit;
            box-sizing: inherit;
            content: "";
            height: inherit;
            margin: -6px;
            opacity: 1;
            position: absolute;
            width: inherit
        }

        .ym-video--loading-overlay.ym-video--loading-overlay__loading .ym-video--loading-spinner {
            -webkit-animation: kSpZmBWoVFr8gXDwyVyS 0s linear .3s forwards;
            animation: kSpZmBWoVFr8gXDwyVyS 0s linear .3s forwards;
            display: block
        }

        .ym-video--loading-overlay.ym-video--loading-overlay__loading .ym-video--loading-spinner:after,
        .ym-video--loading-overlay.ym-video--loading-overlay__loading .ym-video--loading-spinner:before {
            -webkit-animation: lvuJeUMr2kqDxERRuUaO 1.1s cubic-bezier(.6, .2, 0, .8) infinite, WQIBKURhaSOPvY3rbR71 1.1s linear infinite;
            animation: lvuJeUMr2kqDxERRuUaO 1.1s cubic-bezier(.6, .2, 0, .8) infinite, WQIBKURhaSOPvY3rbR71 1.1s linear infinite
        }

        .ym-video--loading-overlay.ym-video--loading-overlay__loading .ym-video--loading-spinner:before {
            border-top-color: #fff
        }

        .ym-video--loading-overlay.ym-video--loading-overlay__loading .ym-video--loading-spinner:after {
            -webkit-animation-delay: .44s;
            animation-delay: .44s;
            border-top-color: #fff
        }

        @keyframes kSpZmBWoVFr8gXDwyVyS {
            to {
                visibility: visible
            }
        }

        @-webkit-keyframes kSpZmBWoVFr8gXDwyVyS {
            to {
                visibility: visible
            }
        }

        @keyframes lvuJeUMr2kqDxERRuUaO {
            to {
                transform: rotate(1turn)
            }
        }

        @-webkit-keyframes lvuJeUMr2kqDxERRuUaO {
            to {
                -webkit-transform: rotate(1turn)
            }
        }

        @keyframes WQIBKURhaSOPvY3rbR71 {
            0% {
                border-top-color: #73859f
            }

            20% {
                border-top-color: #73859f
            }

            35% {
                border-top-color: #fff
            }

            60% {
                border-top-color: #73859f
            }

            to {
                border-top-color: #73859f
            }
        }

        @-webkit-keyframes WQIBKURhaSOPvY3rbR71 {
            0% {
                border-top-color: #73859f
            }

            20% {
                border-top-color: #73859f
            }

            35% {
                border-top-color: #fff
            }

            60% {
                border-top-color: #73859f
            }

            to {
                border-top-color: #73859f
            }
        }

        .vjs-big-play-button.play-jump .vjs-icon-placeholder:before {
            animation: qzgoUlMATSYaXi35Vn6y .75s linear infinite
        }

        @keyframes qzgoUlMATSYaXi35Vn6y {
            0% {
                transform: translateY(-5%)
            }

            20% {
                transform: translateY(-2.5%)
            }

            40% {
                transform: translateY(0) scale(1.2, .9)
            }

            55% {
                transform: translateY(-2.5%)
            }

            80% {
                transform: translateY(-5%)
            }

            to {
                transform: translateY(-5%)
            }
        }

        .fixed-transparent-1x1 {
            height: 1px;
            left: 0;
            opacity: 0;
            overflow: hidden;
            pointer-events: none;
            position: fixed;
            top: 0;
            width: 1px
        }

        .ym-video--mnt-mode-v3-container {
            background: #1b1b2c;
            color: #fff;
            min-width: 970px;
            padding: 10px 25px 8px;
            width: 970px
        }

        #home-video-container .ym-video--mnt-mode-v3-container {
            min-width: 1180px;
            padding: 0;
            width: 1180px
        }

        #home-video-container .ym-video--mnt-mode-v3-container .nts-container {
            border-radius: 6px;
            overflow: hidden
        }

        .ym-video--mnt-mode-v3-container .ym-video--sub-container {
            background: #1b1b2c
        }

        :not(.ym-video--mnt-mode-v3-container) .ym-video--sub-container {
            background-image: url("/common/assets/img/740d1e8a4ede60d481d949ae9f8040f93d3ed216.svg");
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: 80% 80%
        }

        .nts-float-container.ym-video--float-container__pre-sticked {
            left: 0 !important;
            opacity: 0 !important;
            pointer-events: none !important;
            position: fixed !important;
            top: 0 !important
        }

        .ym-video--mnt-mode-v3-top {
            align-items: center;
            border-bottom: 1px solid #ddd;
            display: flex;
            font-family: PT Sans, sans-serif, arial;
            justify-content: space-between;
            padding-bottom: 9px;
            width: 100%
        }

        .ym-video--mnt-mode-v3-top a {
            color: #fff;
            text-decoration: none
        }

        .ym-video--mnt-mode-v3-top .title-menu {
            display: flex
        }

        .ym-video--mnt-mode-v3-top .title-menu h2 {
            align-items: center;
            border: 0;
            display: flex;
            font-size: 18px;
            letter-spacing: 1px;
            margin: 0 20px 0 0;
            padding: 0
        }

        .ym-video--mnt-mode-v3-top .title-menu h2 svg {
            fill: #fff;
            margin-right: 10px;
            width: 16px
        }

        .ym-video--mnt-mode-v3-top .container-menu ul {
            border: 0;
            border-left: 1px solid #fff;
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0 0 0 10px
        }

        .ym-video--mnt-mode-v3-top .container-menu ul li {
            margin: 0 10px
        }

        .ym-video--mnt-mode-v3-top .container-menu ul li a {
            color: #ddd;
            font-size: 16px;
            font-weight: 400
        }

        .ym-video--mnt-mode-v3-top .container-menu ul li a:hover {
            opacity: .8
        }

        .ym-video--mnt-mode-v3-top .all-videos {
            line-height: 23px
        }

        .ym-video--mnt-mode-v3-top .all-videos a {
            font-size: 17px;
            font-weight: 700;
            line-height: 23px
        }

        .ym-video--mnt-mode-v3-top .all-videos svg {
            line-height: 23px;
            vertical-align: initial
        }

        .ym-video--mnt-mode-v3-players-container {
            display: flex;
            flex-direction: row;
            margin-top: 12px
        }

        .ym-video--mnt-mode-v3-playlist {
            align-content: space-between;
            column-gap: 20px;
            display: grid;
            height: 250px;
            margin-left: 20px;
            overflow: hidden;
            row-gap: 10px;
            width: 100%
        }

        #home-video-container .ym-video--mnt-mode-v3-playlist {
            height: unset !important
        }

        .ym-video--mnt-mode-v3-playlist-item {
            cursor: pointer;
            font-family: PT Sans, sans-serif, arial;
            position: relative
        }

        .ym-video--mnt-mode-v3-playlist-item .ym-video--fullscreen-playlist-item-equalizer {
            top: 40%
        }

        .ym-video--mnt-mode-v3-playlist-item__active .ym-video--mnt-mode-v3-playlist-item-img {
            opacity: .4
        }

        .ym-video--mnt-mode-v3-playlist-item__active .ym-video--fullscreen-playlist-item-equalizer {
            display: flex
        }

        .ym-video--mnt-mode-v3-playlist-item:hover:not(.ym-video--mnt-mode-v3-playlist-item__active) {
            opacity: .8
        }

        .ym-video--mnt-mode-v3-playlist-item-img {
            aspect-ratio: 16/9;
            background-repeat: no-repeat;
            background-size: contain
        }

        #home-video-container .ym-video--mnt-mode-v3-playlist-item-img {
            border-radius: 6px
        }

        .ym-video--mnt-mode-v3-playlist-item-time {
            background-color: #000c;
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            left: 4px;
            line-height: 24px;
            padding: 0 8px;
            position: absolute;
            top: 4px
        }

        .ym-video--mnt-mode-v3-playlist-item-title {
            display: -webkit-box;
            font-size: 13px;
            font-weight: 400;
            line-height: 16px;
            margin-top: 10px;
            max-height: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical
        }

        .ym-video--ima-click-tracking {
            display: none;
            height: 0;
            width: 100%
        }

        .ym-video--ima-click-tracking,
        .ym-video--ima-click-tracking>* {
            left: 0;
            position: absolute;
            top: 0
        }

        .ym-video--ima-click-tracking__bottomed {
            bottom: 0;
            top: unset
        }

        .kI_WwpGsrD1quAOMzZQo,
        .ym-video--ima-click-tracking>.ym-video--ima-click-tracking__centered-horizontally {
            left: 50%;
            transform: translateX(-50%)
        }

        .kI_WwpGsrD1quAOMzZQo {
            aspect-ratio: 16/9;
            height: 100%;
            position: absolute;
            top: 0
        }

        .al2tYKOT7GrtNUzb6z7e {
            background-color: #eee
        }

        .al2tYKOT7GrtNUzb6z7e svg {
            margin: auto;
            width: 70%
        }

        .al2tYKOT7GrtNUzb6z7e g {
            fill: #aaa
        }

        .kkdNgrHYoo2CZ4epVKlI {
            backdrop-filter: blur(8px);
            background-color: #00000080
        }

        .ZvXZO3ViyN809o3TZwrw {
            font-family: Helvetica Neue, Arial, sans-serif;
            text-wrap: nowrap;
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%)
        }

        .ZvXZO3ViyN809o3TZwrw:after {
            animation: eoTYSgb2RKTigXXGIHX5 1s steps(3) infinite;
            content: "..";
            left: 100%;
            overflow: hidden;
            position: absolute;
            text-align: left;
            top: 0;
            width: 1em
        }

        @keyframes eoTYSgb2RKTigXXGIHX5 {
            0% {
                width: 0
            }

            50% {
                width: 1ch
            }

            to {
                width: 2ch
            }
        }

        .FPhpcd37TGWrGlx1brVr {
            display: none !important
        }

        .ZVsRpWB3ygSEzmbFb8UL {
            align-items: center;
            background-color: #0000;
            display: flex;
            height: 100%;
            justify-content: center;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1
        }

        .eAZy0OHsKHvLZRa6RsOq {
            background: #dcdcdc;
            border: none;
            box-shadow: 0 2px 8px 0 #00000080;
            cursor: pointer;
            font-family: Open Sans, Helvetica neue, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: 700;
            height: 48px;
            line-height: 48px;
            padding: 0 36px;
            text-transform: uppercase
        }

        .eAZy0OHsKHvLZRa6RsOq>* {
            vertical-align: middle
        }

        .ZVsRpWB3ygSEzmbFb8UL svg {
            margin-right: 4px
        }

        .eAZy0OHsKHvLZRa6RsOq:focus {
            outline: 0
        }

        .ym-video--fullscreen-close {
            display: none
        }

        .ym-video--fullscreen-playlist {
            align-items: center;
            display: none;
            flex-direction: column
        }

        .ym-video--fullscreen-playlist-item {
            margin-top: 16px;
            position: relative
        }

        .ym-video--fullscreen-playlist-item img {
            border-radius: 4px;
            height: 39.375vw;
            width: 70vw
        }

        .ym-video--fullscreen-playlist-item__active img {
            opacity: .4
        }

        .ym-video--fullscreen-playlist-item__active .ym-video--fullscreen-playlist-item-play {
            display: none
        }

        .ym-video--fullscreen-playlist-item-play {
            align-items: center;
            background-color: #0000008c;
            border: 1.5px solid #fff;
            border-radius: 9px;
            box-sizing: border-box;
            cursor: pointer;
            display: flex;
            height: 49px;
            justify-content: center;
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%) scale(.7);
            width: 90px
        }

        .ym-video--fullscreen-playlist-item-play svg {
            height: 18px;
            width: 18px
        }

        .ym-video--fullscreen-playlist-item-equalizer {
            align-items: flex-end;
            display: none;
            height: 16px;
            justify-content: space-between;
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 23px
        }

        .ym-video--fullscreen-playlist-item__active .ym-video--fullscreen-playlist-item-equalizer {
            display: flex
        }

        .ym-video--fullscreen-playlist-item-equalizer-left {
            animation: GtubMZoxdrjxcrPBcX77 1.6s 0s infinite;
            background-color: #fff;
            height: 4px;
            position: relative;
            width: 3px
        }

        .ym-video--fullscreen-playlist-item-equalizer-left:before {
            animation: QUWR3AhtuzJMQMG8k4DP 1.6s .6s infinite;
            background-color: #fff;
            bottom: 0;
            content: "";
            display: block;
            height: 4px;
            left: 5px;
            position: absolute;
            width: 3px
        }

        .ym-video--fullscreen-playlist-item-equalizer-left:after {
            animation: GtubMZoxdrjxcrPBcX77 1.6s 1s infinite;
            background-color: #fff;
            bottom: 0;
            content: "";
            display: block;
            height: 4px;
            left: 10px;
            position: absolute;
            width: 3px
        }

        .ym-video--fullscreen-playlist-item-equalizer-right {
            animation: QUWR3AhtuzJMQMG8k4DP 1.6s .2s infinite;
            background-color: #fff;
            height: 4px;
            position: relative;
            width: 3px
        }

        .ym-video--fullscreen-playlist-item-equalizer-right:before {
            animation: GtubMZoxdrjxcrPBcX77 1.6s .4s infinite;
            background-color: #fff;
            bottom: 0;
            content: "";
            display: block;
            height: 4px;
            position: absolute;
            right: 5px;
            width: 3px
        }

        @-webkit-keyframes QUWR3AhtuzJMQMG8k4DP {
            0% {
                height: 16px
            }

            50% {
                height: 4px
            }

            to {
                height: 16px
            }
        }

        @keyframes QUWR3AhtuzJMQMG8k4DP {
            0% {
                height: 16px
            }

            50% {
                height: 4px
            }

            to {
                height: 16px
            }
        }

        @-webkit-keyframes GtubMZoxdrjxcrPBcX77 {
            0% {
                height: 10px
            }

            50% {
                height: 4px
            }

            to {
                height: 10px
            }
        }

        @keyframes GtubMZoxdrjxcrPBcX77 {
            0% {
                height: 10px
            }

            50% {
                height: 4px
            }

            to {
                height: 10px
            }
        }

        .lkpwXcspd9tCCf4IFrKg {
            background-color: #000 !important;
            height: 100vh !important;
            left: 0 !important;
            position: fixed !important;
            top: 0 !important;
            width: 100vw !important;
            z-index: 2147483647 !important
        }

        .lkpwXcspd9tCCf4IFrKg .ym-video--fullscreen-close {
            display: block;
            left: 2px;
            position: absolute;
            top: 2px
        }

        @media (orientation:portrait) {

            .lkpwXcspd9tCCf4IFrKg .ima-ad-container iframe[id^=goog],
            .lkpwXcspd9tCCf4IFrKg .ima-ad-container>div:first-child,
            .lkpwXcspd9tCCf4IFrKg .video-js,
            .lkpwXcspd9tCCf4IFrKg .ym-video--loading-overlay {
                height: 56.25vw !important;
                width: 100vw !important
            }

            .lkpwXcspd9tCCf4IFrKg .nts-video-handlers {
                height: 56.25vw !important
            }

            .lkpwXcspd9tCCf4IFrKg .ym-video--fullscreen-playlist {
                display: flex;
                height: calc(100vh - 56.25vw) !important;
                overflow-y: scroll
            }
        }

        @media (orientation:landscape) {

            .lkpwXcspd9tCCf4IFrKg .ima-ad-container iframe[id^=goog],
            .lkpwXcspd9tCCf4IFrKg .ima-ad-container>div:first-child,
            .lkpwXcspd9tCCf4IFrKg .video-js {
                height: 100vh !important;
                width: 100vw !important
            }
        }

        .c1udE1osjRt5c104Z6W2 {
            bottom: 0;
            display: none;
            flex-direction: row;
            font-size: 10px;
            left: 0;
            line-height: 1;
            position: absolute
        }

        .s24q1dhCsrBYRlUbN61I {
            color: #fff;
            cursor: pointer;
            font-family: VideoJS;
            font-style: normal;
            font-weight: 400;
            height: 3em;
            text-align: center;
            width: 4em
        }

        .s24q1dhCsrBYRlUbN61I:before {
            font-size: 1.8em;
            line-height: 1.67;
            text-shadow: 0 0 4px #00000080
        }

        .Rw0IEgyxc3vGSKz6uFcc[data-playing="1"]:before {
            content: "\f103"
        }

        .Rw0IEgyxc3vGSKz6uFcc[data-playing="0"]:before {
            content: "\f101"
        }

        .o2D_szZpSlczl5EYyBXz[data-muted="1"]:before {
            content: "\f104"
        }

        .o2D_szZpSlczl5EYyBXz[data-muted="0"]:before {
            content: "\f107"
        }

        .bchtdMgNwuQnKTvYMsmN {
            opacity: .1;
            text-align: center;
            width: 4em
        }

        .SB8NGClwpVkzUb_mOTxP,
        .bchtdMgNwuQnKTvYMsmN {
            color: #fff;
            font-size: 10px;
            height: 3em;
            line-height: 3em;
            pointer-events: none;
            text-shadow: 0 0 4px #000
        }

        .SB8NGClwpVkzUb_mOTxP {
            margin-left: 12px;
            text-transform: uppercase
        }

        .XvfG4b14A2Za_NBo4ROA {
            display: flex;
            flex-direction: row;
            gap: 8px;
            overflow-x: auto;
            overflow-y: hidden;
            padding: 8px 0;
            scroll-padding: 0 8px;
            scroll-snap-type: x mandatory;
            scrollbar-color: #ffffff4d #0000;
            scrollbar-width: thin
        }

        .XvfG4b14A2Za_NBo4ROA::-webkit-scrollbar {
            height: 4px
        }

        .XvfG4b14A2Za_NBo4ROA::-webkit-scrollbar-track {
            background: #0000
        }

        .XvfG4b14A2Za_NBo4ROA::-webkit-scrollbar-thumb {
            background-color: #ffffff4d;
            border-radius: 2px
        }

        .F8sJmcpiazGumKjSPgWJ {
            border-radius: 4px;
            cursor: pointer;
            flex-shrink: 0;
            overflow: hidden;
            position: relative;
            scroll-snap-align: start;
            transition: opacity .2s
        }

        .F8sJmcpiazGumKjSPgWJ:hover {
            opacity: .8
        }

        .NW4JcT6Kuqbqi8uDt0Aj,
        .NW4JcT6Kuqbqi8uDt0Aj:hover {
            opacity: .5
        }

        .zMpZN1eunE5iUsCwVQyK {
            display: block;
            height: 100%;
            object-fit: cover;
            width: 100%
        }

        .ZLukyb63ZMzl_lIUO448 {
            background-color: #000c;
            border-radius: 2px;
            bottom: 4px;
            color: #fff;
            font-family: Helvetica Neue, Arial, sans-serif;
            font-size: 11px;
            font-weight: 700;
            line-height: 1;
            padding: 2px 4px;
            position: absolute;
            right: 4px
        }

        .iakEzqCxU8pbkiAE2Sdg {
            align-items: center;
            background-color: #0009;
            border-radius: 50%;
            display: flex;
            height: 32px;
            justify-content: center;
            left: 50%;
            opacity: 0;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: opacity .2s;
            width: 32px
        }

        .F8sJmcpiazGumKjSPgWJ:hover .iakEzqCxU8pbkiAE2Sdg {
            opacity: 1
        }

        .NW4JcT6Kuqbqi8uDt0Aj .iakEzqCxU8pbkiAE2Sdg {
            display: none
        }

        .Lh0ruCzptJn8GY2WnntX {
            align-items: flex-end;
            display: none;
            height: 16px;
            justify-content: space-between;
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 23px
        }

        .NW4JcT6Kuqbqi8uDt0Aj .Lh0ruCzptJn8GY2WnntX {
            display: flex
        }

        .rniCzua48C_Yc8xxwzjr {
            animation: oaeuOyFjJKtNm2W41_v9 1.6s 0s infinite;
            background-color: #fff;
            height: 4px;
            position: relative;
            width: 3px
        }

        .rniCzua48C_Yc8xxwzjr:before {
            animation: epXCoYOUNGabXPGczVKz 1.6s .6s infinite;
            left: 5px
        }

        .rniCzua48C_Yc8xxwzjr:after,
        .rniCzua48C_Yc8xxwzjr:before {
            background-color: #fff;
            bottom: 0;
            content: "";
            display: block;
            height: 4px;
            position: absolute;
            width: 3px
        }

        .rniCzua48C_Yc8xxwzjr:after {
            animation: oaeuOyFjJKtNm2W41_v9 1.6s 1s infinite;
            left: 10px
        }

        .nWqiSL8GfTPD3Tzqzhlh {
            animation: epXCoYOUNGabXPGczVKz 1.6s .2s infinite;
            background-color: #fff;
            height: 4px;
            position: relative;
            width: 3px
        }

        .nWqiSL8GfTPD3Tzqzhlh:before {
            animation: oaeuOyFjJKtNm2W41_v9 1.6s .4s infinite;
            background-color: #fff;
            bottom: 0;
            content: "";
            display: block;
            height: 4px;
            position: absolute;
            right: 5px;
            width: 3px
        }

        @keyframes oaeuOyFjJKtNm2W41_v9 {
            0% {
                height: 4px
            }

            50% {
                height: 10px
            }

            to {
                height: 4px
            }
        }

        @keyframes epXCoYOUNGabXPGczVKz {
            0% {
                height: 4px
            }

            50% {
                height: 16px
            }

            to {
                height: 4px
            }
        }

@charset "UTF-8";

        .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
        .video-js .vjs-modal-dialog,
        .vjs-button>.vjs-icon-placeholder:before,
        .vjs-modal-dialog .vjs-modal-dialog-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
        .vjs-button>.vjs-icon-placeholder:before {
            text-align: center
        }

        @font-face {
            font-family: VideoJS;
            src: url("1099d31ca513305a3813a2b6d40a6c0450d334be") format("woff");
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
        .video-js .vjs-play-control .vjs-icon-placeholder,
        .vjs-icon-play {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
        .video-js .vjs-play-control .vjs-icon-placeholder:before,
        .vjs-icon-play:before {
            content: "\f101"
        }

        .vjs-icon-play-circle {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-play-circle:before {
            content: "\f102"
        }

        .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
        .vjs-icon-pause {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
        .vjs-icon-pause:before {
            content: "\f103"
        }

        .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
        .vjs-icon-volume-mute {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
        .vjs-icon-volume-mute:before {
            content: "\f104"
        }

        .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
        .vjs-icon-volume-low {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
        .vjs-icon-volume-low:before {
            content: "\f105"
        }

        .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
        .vjs-icon-volume-mid {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
        .vjs-icon-volume-mid:before {
            content: "\f106"
        }

        .video-js .vjs-mute-control .vjs-icon-placeholder,
        .vjs-icon-volume-high {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-mute-control .vjs-icon-placeholder:before,
        .vjs-icon-volume-high:before {
            content: "\f107"
        }

        .video-js .vjs-fullscreen-control .vjs-icon-placeholder,
        .vjs-icon-fullscreen-enter {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
        .vjs-icon-fullscreen-enter:before {
            content: "\f108"
        }

        .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
        .vjs-icon-fullscreen-exit {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
        .vjs-icon-fullscreen-exit:before {
            content: "\f109"
        }

        .vjs-icon-square {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-square:before {
            content: "\f10a"
        }

        .vjs-icon-spinner {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-spinner:before {
            content: "\f10b"
        }

        .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
        .video-js .vjs-subtitles-button .vjs-icon-placeholder,
        .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
        .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
        .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
        .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
        .vjs-icon-subtitles {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
        .video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
        .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
        .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
        .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
        .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
        .vjs-icon-subtitles:before {
            content: "\f10c"
        }

        .video-js .vjs-captions-button .vjs-icon-placeholder,
        .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
        .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
        .vjs-icon-captions {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-captions-button .vjs-icon-placeholder:before,
        .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
        .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
        .vjs-icon-captions:before {
            content: "\f10d"
        }

        .video-js .vjs-chapters-button .vjs-icon-placeholder,
        .vjs-icon-chapters {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-chapters-button .vjs-icon-placeholder:before,
        .vjs-icon-chapters:before {
            content: "\f10e"
        }

        .vjs-icon-share {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-share:before {
            content: "\f10f"
        }

        .vjs-icon-cog {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-cog:before {
            content: "\f110"
        }

        .video-js .vjs-play-progress,
        .video-js .vjs-volume-level,
        .vjs-icon-circle,
        .vjs-seek-to-live-control .vjs-icon-placeholder {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-play-progress:before,
        .video-js .vjs-volume-level:before,
        .vjs-icon-circle:before,
        .vjs-seek-to-live-control .vjs-icon-placeholder:before {
            content: "\f111"
        }

        .vjs-icon-circle-outline {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-circle-outline:before {
            content: "\f112"
        }

        .vjs-icon-circle-inner-circle {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-circle-inner-circle:before {
            content: "\f113"
        }

        .vjs-icon-hd {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-hd:before {
            content: "\f114"
        }

        .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
        .vjs-icon-cancel {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
        .vjs-icon-cancel:before {
            content: "\f115"
        }

        .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
        .vjs-icon-replay {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
        .vjs-icon-replay:before {
            content: "\f116"
        }

        .vjs-icon-facebook {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-facebook:before {
            content: "\f117"
        }

        .vjs-icon-gplus {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-gplus:before {
            content: "\f118"
        }

        .vjs-icon-linkedin {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-linkedin:before {
            content: "\f119"
        }

        .vjs-icon-twitter {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-twitter:before {
            content: "\f11a"
        }

        .vjs-icon-tumblr {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-tumblr:before {
            content: "\f11b"
        }

        .vjs-icon-pinterest {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-pinterest:before {
            content: "\f11c"
        }

        .video-js .vjs-descriptions-button .vjs-icon-placeholder,
        .vjs-icon-audio-description {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
        .vjs-icon-audio-description:before {
            content: "\f11d"
        }

        .video-js .vjs-audio-button .vjs-icon-placeholder,
        .vjs-icon-audio {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-audio-button .vjs-icon-placeholder:before,
        .vjs-icon-audio:before {
            content: "\f11e"
        }

        .vjs-icon-next-item {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-next-item:before {
            content: "\f11f"
        }

        .vjs-icon-previous-item {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .vjs-icon-previous-item:before {
            content: "\f120"
        }

        .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,
        .vjs-icon-picture-in-picture-enter {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
        .vjs-icon-picture-in-picture-enter:before {
            content: "\f121"
        }

        .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,
        .vjs-icon-picture-in-picture-exit {
            font-family: VideoJS;
            font-weight: 400;
            font-style: normal
        }

        .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
        .vjs-icon-picture-in-picture-exit:before {
            content: "\f122"
        }

        .video-js {
            display: block;
            vertical-align: top;
            box-sizing: border-box;
            color: #fff;
            background-color: #000;
            position: relative;
            padding: 0;
            font-size: 10px;
            line-height: 1;
            font-weight: 400;
            font-style: normal;
            font-family: Arial, Helvetica, sans-serif;
            word-break: initial
        }

        .video-js:-moz-full-screen {
            position: absolute
        }

        .video-js:-webkit-full-screen {
            width: 100% !important;
            height: 100% !important
        }

        .video-js[tabindex="-1"] {
            outline: 0
        }

        .video-js *,
        .video-js :after,
        .video-js :before {
            box-sizing: inherit
        }

        .video-js ul {
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
            list-style-position: outside;
            margin-left: 0;
            margin-right: 0;
            margin-top: 0;
            margin-bottom: 0
        }

        .video-js.vjs-16-9,
        .video-js.vjs-4-3,
        .video-js.vjs-fluid {
            width: 100%;
            max-width: 100%;
            height: 0
        }

        .video-js.vjs-16-9 {
            padding-top: 56.25%
        }

        .video-js.vjs-4-3 {
            padding-top: 75%
        }

        .video-js.vjs-fill {
            width: 100%;
            height: 100%
        }

        .video-js .vjs-tech {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        body.vjs-full-window {
            padding: 0;
            margin: 0;
            height: 100%
        }

        .vjs-full-window .video-js.vjs-fullscreen {
            position: fixed;
            overflow: hidden;
            z-index: 1000;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0
        }

        .video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
            width: 100% !important;
            height: 100% !important;
            padding-top: 0 !important
        }

        .video-js.vjs-fullscreen.vjs-user-inactive {
            cursor: none
        }

        .vjs-hidden {
            display: none !important
        }

        .vjs-disabled {
            opacity: .5;
            cursor: default
        }

        .video-js .vjs-offscreen {
            height: 1px;
            left: -9999px;
            position: absolute;
            top: 0;
            width: 1px
        }

        .vjs-lock-showing {
            display: block !important;
            opacity: 1;
            visibility: visible
        }

        .vjs-no-js {
            padding: 20px;
            color: #fff;
            background-color: #000;
            font-size: 18px;
            font-family: Arial, Helvetica, sans-serif;
            text-align: center;
            width: 300px;
            height: 150px;
            margin: 0 auto
        }

        .vjs-no-js a,
        .vjs-no-js a:visited {
            color: #66a8cc
        }

        .video-js .vjs-big-play-button {
            font-size: 3em;
            line-height: 1.5em;
            height: 1.63332em;
            width: 3em;
            display: block;
            position: absolute;
            top: 10px;
            left: 10px;
            padding: 0;
            cursor: pointer;
            opacity: 1;
            border: .06666em solid #fff;
            background-color: #2b333f;
            background-color: rgba(43, 51, 63, .7);
            border-radius: .3em;
            transition: all .4s
        }

        .vjs-big-play-centered .vjs-big-play-button {
            top: 50%;
            left: 50%;
            margin-top: -.81666em;
            margin-left: -1.5em
        }

        .video-js .vjs-big-play-button:focus,
        .video-js:hover .vjs-big-play-button {
            border-color: #fff;
            background-color: #73859f;
            background-color: rgba(115, 133, 159, .5);
            transition: all 0s
        }

        .vjs-controls-disabled .vjs-big-play-button,
        .vjs-error .vjs-big-play-button,
        .vjs-has-started .vjs-big-play-button,
        .vjs-using-native-controls .vjs-big-play-button {
            display: none
        }

        .vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
            display: block
        }

        .video-js button {
            background: 0 0;
            border: none;
            color: inherit;
            display: inline-block;
            font-size: inherit;
            line-height: inherit;
            text-transform: none;
            text-decoration: none;
            transition: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none
        }

        .vjs-control .vjs-button {
            width: 100%;
            height: 100%
        }

        .video-js .vjs-control.vjs-close-button {
            cursor: pointer;
            height: 3em;
            position: absolute;
            right: 0;
            top: .5em;
            z-index: 2
        }

        .video-js .vjs-modal-dialog {
            background: rgba(0, 0, 0, .8);
            background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
            overflow: auto
        }

        .video-js .vjs-modal-dialog>* {
            box-sizing: border-box
        }

        .vjs-modal-dialog .vjs-modal-dialog-content {
            font-size: 1.2em;
            line-height: 1.5;
            padding: 20px 24px;
            z-index: 1
        }

        .vjs-menu-button {
            cursor: pointer
        }

        .vjs-menu-button.vjs-disabled {
            cursor: default
        }

        .vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
            display: none
        }

        .vjs-menu .vjs-menu-content {
            display: block;
            padding: 0;
            margin: 0;
            font-family: Arial, Helvetica, sans-serif;
            overflow: auto
        }

        .vjs-menu .vjs-menu-content>* {
            box-sizing: border-box
        }

        .vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
            display: none
        }

        .vjs-menu li {
            list-style: none;
            margin: 0;
            padding: .2em 0;
            line-height: 1.4em;
            font-size: 1.2em;
            text-align: center;
            text-transform: lowercase
        }

        .js-focus-visible .vjs-menu li.vjs-menu-item:hover,
        .vjs-menu li.vjs-menu-item:focus,
        .vjs-menu li.vjs-menu-item:hover {
            background-color: #73859f;
            background-color: rgba(115, 133, 159, .5)
        }

        .js-focus-visible .vjs-menu li.vjs-selected:hover,
        .vjs-menu li.vjs-selected,
        .vjs-menu li.vjs-selected:focus,
        .vjs-menu li.vjs-selected:hover {
            background-color: #fff;
            color: #2b333f
        }

        .vjs-menu li.vjs-menu-title {
            text-align: center;
            text-transform: uppercase;
            font-size: 1em;
            line-height: 2em;
            padding: 0;
            margin: 0 0 .3em 0;
            font-weight: 700;
            cursor: default
        }

        .vjs-menu-button-popup .vjs-menu {
            display: none;
            position: absolute;
            bottom: 0;
            width: 10em;
            left: -3em;
            height: 0;
            margin-bottom: 1.5em;
            border-top-color: rgba(43, 51, 63, .7)
        }

        .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
            background-color: #2b333f;
            background-color: rgba(43, 51, 63, .7);
            position: absolute;
            width: 100%;
            bottom: 1.5em;
            max-height: 15em
        }

        .vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
        .vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
            max-height: 5em
        }

        .vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
            max-height: 10em
        }

        .vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
            max-height: 14em
        }

        .vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
        .vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
        .vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
            max-height: 25em
        }

        .vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
        .vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
            display: block
        }

        .video-js .vjs-menu-button-inline {
            transition: all .4s;
            overflow: hidden
        }

        .video-js .vjs-menu-button-inline:before {
            width: 2.222222222em
        }

        .video-js .vjs-menu-button-inline.vjs-slider-active,
        .video-js .vjs-menu-button-inline:focus,
        .video-js .vjs-menu-button-inline:hover,
        .video-js.vjs-no-flex .vjs-menu-button-inline {
            width: 12em
        }

        .vjs-menu-button-inline .vjs-menu {
            opacity: 0;
            height: 100%;
            width: auto;
            position: absolute;
            left: 4em;
            top: 0;
            padding: 0;
            margin: 0;
            transition: all .4s
        }

        .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
        .vjs-menu-button-inline:focus .vjs-menu,
        .vjs-menu-button-inline:hover .vjs-menu {
            display: block;
            opacity: 1
        }

        .vjs-no-flex .vjs-menu-button-inline .vjs-menu {
            display: block;
            opacity: 1;
            position: relative;
            width: auto
        }

        .vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
        .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
        .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
            width: auto
        }

        .vjs-menu-button-inline .vjs-menu-content {
            width: auto;
            height: 100%;
            margin: 0;
            overflow: hidden
        }

        .video-js .vjs-control-bar {
            display: none;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3em;
            background-color: #2b333f;
            background-color: rgba(43, 51, 63, .7)
        }

        .vjs-has-started .vjs-control-bar {
            display: flex;
            visibility: visible;
            opacity: 1;
            transition: visibility .1s, opacity .1s
        }

        .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
            visibility: visible;
            opacity: 0;
            transition: visibility 1s, opacity 1s
        }

        .vjs-controls-disabled .vjs-control-bar,
        .vjs-error .vjs-control-bar,
        .vjs-using-native-controls .vjs-control-bar {
            display: none !important
        }

        .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
            opacity: 1;
            visibility: visible
        }

        .vjs-has-started.vjs-no-flex .vjs-control-bar {
            display: table
        }

        .video-js .vjs-control {
            position: relative;
            text-align: center;
            margin: 0;
            padding: 0;
            height: 100%;
            width: 4em;
            flex: none
        }

        .vjs-button>.vjs-icon-placeholder:before {
            font-size: 1.8em;
            line-height: 1.67
        }

        .video-js .vjs-control:focus,
        .video-js .vjs-control:focus:before,
        .video-js .vjs-control:hover:before {
            text-shadow: 0 0 1em #fff
        }

        .video-js .vjs-control-text {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px
        }

        .vjs-no-flex .vjs-control {
            display: table-cell;
            vertical-align: middle
        }

        .video-js .vjs-custom-control-spacer {
            display: none
        }

        .video-js .vjs-progress-control {
            cursor: pointer;
            flex: auto;
            display: flex;
            align-items: center;
            min-width: 4em;
            touch-action: none
        }

        .video-js .vjs-progress-control.disabled {
            cursor: default
        }

        .vjs-live .vjs-progress-control {
            display: none
        }

        .vjs-liveui .vjs-progress-control {
            display: flex;
            align-items: center
        }

        .vjs-no-flex .vjs-progress-control {
            width: auto
        }

        .video-js .vjs-progress-holder {
            flex: auto;
            transition: all .2s;
            height: .3em
        }

        .video-js .vjs-progress-control .vjs-progress-holder {
            margin: 0 10px
        }

        .video-js .vjs-progress-control:hover .vjs-progress-holder {
            font-size: 1.6666666667em
        }

        .video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
            font-size: 1em
        }

        .video-js .vjs-progress-holder .vjs-load-progress,
        .video-js .vjs-progress-holder .vjs-load-progress div,
        .video-js .vjs-progress-holder .vjs-play-progress {
            position: absolute;
            display: block;
            height: 100%;
            margin: 0;
            padding: 0;
            width: 0
        }

        .video-js .vjs-play-progress {
            background-color: #fff
        }

        .video-js .vjs-play-progress:before {
            font-size: .9em;
            position: absolute;
            right: -.5em;
            top: -.3333333333em;
            z-index: 1
        }

        .video-js .vjs-load-progress {
            background: rgba(115, 133, 159, .5)
        }

        .video-js .vjs-load-progress div {
            background: rgba(115, 133, 159, .75)
        }

        .video-js .vjs-time-tooltip {
            background-color: #fff;
            background-color: rgba(255, 255, 255, .8);
            border-radius: .3em;
            color: #000;
            float: right;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1em;
            padding: 6px 8px 8px 8px;
            pointer-events: none;
            position: absolute;
            top: -3.4em;
            visibility: hidden;
            z-index: 1
        }

        .video-js .vjs-progress-holder:focus .vjs-time-tooltip {
            display: none
        }

        .video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
        .video-js .vjs-progress-control:hover .vjs-time-tooltip {
            display: block;
            font-size: .6em;
            visibility: visible
        }

        .video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
            font-size: 1em
        }

        .video-js .vjs-progress-control .vjs-mouse-display {
            display: none;
            position: absolute;
            width: 1px;
            height: 100%;
            background-color: #000;
            z-index: 1
        }

        .vjs-no-flex .vjs-progress-control .vjs-mouse-display {
            z-index: 0
        }

        .video-js .vjs-progress-control:hover .vjs-mouse-display {
            display: block
        }

        .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
            visibility: hidden;
            opacity: 0;
            transition: visibility 1s, opacity 1s
        }

        .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
            display: none
        }

        .vjs-mouse-display .vjs-time-tooltip {
            color: #fff;
            background-color: #000;
            background-color: rgba(0, 0, 0, .8)
        }

        .video-js .vjs-slider {
            position: relative;
            cursor: pointer;
            padding: 0;
            margin: 0 .45em 0 .45em;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-color: #73859f;
            background-color: rgba(115, 133, 159, .5)
        }

        .video-js .vjs-slider.disabled {
            cursor: default
        }

        .video-js .vjs-slider:focus {
            text-shadow: 0 0 1em #fff;
            box-shadow: 0 0 1em #fff
        }

        .video-js .vjs-mute-control {
            cursor: pointer;
            flex: none
        }

        .video-js .vjs-volume-control {
            cursor: pointer;
            margin-right: 1em;
            display: flex
        }

        .video-js .vjs-volume-control.vjs-volume-horizontal {
            width: 5em
        }

        .video-js .vjs-volume-panel .vjs-volume-control {
            visibility: visible;
            opacity: 0;
            width: 1px;
            height: 1px;
            margin-left: -1px
        }

        .video-js .vjs-volume-panel {
            transition: width 1s
        }

        .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
        .video-js .vjs-volume-panel .vjs-volume-control:active,
        .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,
        .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
        .video-js .vjs-volume-panel:active .vjs-volume-control,
        .video-js .vjs-volume-panel:focus .vjs-volume-control {
            visibility: visible;
            opacity: 1;
            position: relative;
            transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s
        }

        .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
        .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
        .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,
        .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
        .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
        .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
            width: 5em;
            height: 3em;
            margin-right: 0
        }

        .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
        .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
        .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,
        .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
        .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
        .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
            left: -3.5em;
            transition: left 0s
        }

        .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
        .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
        .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
            width: 10em;
            transition: width .1s
        }

        .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
            width: 4em
        }

        .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
            height: 8em;
            width: 3em;
            left: -3000em;
            transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
        }

        .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
            transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
        }

        .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
            width: 5em;
            height: 3em;
            visibility: visible;
            opacity: 1;
            position: relative;
            transition: none
        }

        .video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
        .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
            position: absolute;
            bottom: 3em;
            left: .5em
        }

        .video-js .vjs-volume-panel {
            display: flex
        }

        .video-js .vjs-volume-bar {
            margin: 1.35em .45em
        }

        .vjs-volume-bar.vjs-slider-horizontal {
            width: 5em;
            height: .3em
        }

        .vjs-volume-bar.vjs-slider-vertical {
            width: .3em;
            height: 5em;
            margin: 1.35em auto
        }

        .video-js .vjs-volume-level {
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #fff
        }

        .video-js .vjs-volume-level:before {
            position: absolute;
            font-size: .9em
        }

        .vjs-slider-vertical .vjs-volume-level {
            width: .3em
        }

        .vjs-slider-vertical .vjs-volume-level:before {
            top: -.5em;
            left: -.3em
        }

        .vjs-slider-horizontal .vjs-volume-level {
            height: .3em
        }

        .vjs-slider-horizontal .vjs-volume-level:before {
            top: -.3em;
            right: -.5em
        }

        .video-js .vjs-volume-panel.vjs-volume-panel-vertical {
            width: 4em
        }

        .vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
            height: 100%
        }

        .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
            width: 100%
        }

        .video-js .vjs-volume-vertical {
            width: 3em;
            height: 8em;
            bottom: 8em;
            background-color: #2b333f;
            background-color: rgba(43, 51, 63, .7)
        }

        .video-js .vjs-volume-horizontal .vjs-menu {
            left: -2em
        }

        .vjs-poster {
            display: inline-block;
            vertical-align: middle;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: contain;
            background-color: #000;
            cursor: pointer;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            height: 100%
        }

        .vjs-has-started .vjs-poster {
            display: none
        }

        .vjs-audio.vjs-has-started .vjs-poster {
            display: block
        }

        .vjs-using-native-controls .vjs-poster {
            display: none
        }

        .video-js .vjs-live-control {
            display: flex;
            align-items: flex-start;
            flex: auto;
            font-size: 1em;
            line-height: 3em
        }

        .vjs-no-flex .vjs-live-control {
            display: table-cell;
            width: auto;
            text-align: left
        }

        .video-js.vjs-liveui .vjs-live-control,
        .video-js:not(.vjs-live) .vjs-live-control {
            display: none
        }

        .video-js .vjs-seek-to-live-control {
            cursor: pointer;
            flex: none;
            display: inline-flex;
            height: 100%;
            padding-left: .5em;
            padding-right: .5em;
            font-size: 1em;
            line-height: 3em;
            width: auto;
            min-width: 4em
        }

        .vjs-no-flex .vjs-seek-to-live-control {
            display: table-cell;
            width: auto;
            text-align: left
        }

        .video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
        .video-js:not(.vjs-live) .vjs-seek-to-live-control {
            display: none
        }

        .vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
            cursor: auto
        }

        .vjs-seek-to-live-control .vjs-icon-placeholder {
            margin-right: .5em;
            color: #888
        }

        .vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
            color: red
        }

        .video-js .vjs-time-control {
            flex: none;
            font-size: 1em;
            line-height: 3em;
            min-width: 2em;
            width: auto;
            padding-left: 1em;
            padding-right: 1em
        }

        .vjs-live .vjs-time-control {
            display: none
        }

        .video-js .vjs-current-time,
        .vjs-no-flex .vjs-current-time {
            display: none
        }

        .video-js .vjs-duration,
        .vjs-no-flex .vjs-duration {
            display: none
        }

        .vjs-time-divider {
            display: none;
            line-height: 3em
        }

        .vjs-live .vjs-time-divider {
            display: none
        }

        .video-js .vjs-play-control {
            cursor: pointer
        }

        .video-js .vjs-play-control .vjs-icon-placeholder {
            flex: none
        }

        .vjs-text-track-display {
            position: absolute;
            bottom: 3em;
            left: 0;
            right: 0;
            top: 0;
            pointer-events: none
        }

        .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
            bottom: 1em
        }

        .video-js .vjs-text-track {
            font-size: 1.4em;
            text-align: center;
            margin-bottom: .1em
        }

        .vjs-subtitles {
            color: #fff
        }

        .vjs-captions {
            color: #fc6
        }

        .vjs-tt-cue {
            display: block
        }

        video::-webkit-media-text-track-display {
            transform: translateY(-3em)
        }

        .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
            transform: translateY(-1.5em)
        }

        .video-js .vjs-picture-in-picture-control {
            cursor: pointer;
            flex: none
        }

        .video-js .vjs-fullscreen-control {
            cursor: pointer;
            flex: none
        }

        .vjs-playback-rate .vjs-playback-rate-value,
        .vjs-playback-rate>.vjs-menu-button {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .vjs-playback-rate .vjs-playback-rate-value {
            pointer-events: none;
            font-size: 1.5em;
            line-height: 2;
            text-align: center
        }

        .vjs-playback-rate .vjs-menu {
            width: 4em;
            left: 0
        }

        .vjs-error .vjs-error-display .vjs-modal-dialog-content {
            font-size: 1.4em;
            text-align: center
        }

        .vjs-error .vjs-error-display:before {
            color: #fff;
            content: "X";
            font-family: Arial, Helvetica, sans-serif;
            font-size: 4em;
            left: 0;
            line-height: 1;
            margin-top: -.5em;
            position: absolute;
            text-shadow: .05em .05em .1em #000;
            text-align: center;
            top: 50%;
            vertical-align: middle;
            width: 100%
        }

        .vjs-loading-spinner {
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -25px 0 0 -25px;
            opacity: .85;
            text-align: left;
            border: 6px solid rgba(43, 51, 63, .7);
            box-sizing: border-box;
            background-clip: padding-box;
            width: 50px;
            height: 50px;
            border-radius: 25px;
            visibility: hidden
        }

        .vjs-seeking .vjs-loading-spinner,
        .vjs-waiting .vjs-loading-spinner {
            display: block;
            -webkit-animation: vjs-spinner-show 0s linear .3s forwards;
            animation: vjs-spinner-show 0s linear .3s forwards
        }

        .vjs-loading-spinner:after,
        .vjs-loading-spinner:before {
            content: "";
            position: absolute;
            margin: -6px;
            box-sizing: inherit;
            width: inherit;
            height: inherit;
            border-radius: inherit;
            opacity: 1;
            border: inherit;
            border-color: transparent;
            border-top-color: #fff
        }

        .vjs-seeking .vjs-loading-spinner:after,
        .vjs-seeking .vjs-loading-spinner:before,
        .vjs-waiting .vjs-loading-spinner:after,
        .vjs-waiting .vjs-loading-spinner:before {
            -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
            animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
        }

        .vjs-seeking .vjs-loading-spinner:before,
        .vjs-waiting .vjs-loading-spinner:before {
            border-top-color: #fff
        }

        .vjs-seeking .vjs-loading-spinner:after,
        .vjs-waiting .vjs-loading-spinner:after {
            border-top-color: #fff;
            -webkit-animation-delay: .44s;
            animation-delay: .44s
        }

        @keyframes vjs-spinner-show {
            to {
                visibility: visible
            }
        }

        @-webkit-keyframes vjs-spinner-show {
            to {
                visibility: visible
            }
        }

        @keyframes vjs-spinner-spin {
            100% {
                transform: rotate(360deg)
            }
        }

        @-webkit-keyframes vjs-spinner-spin {
            100% {
                -webkit-transform: rotate(360deg)
            }
        }

        @keyframes vjs-spinner-fade {
            0% {
                border-top-color: #73859f
            }

            20% {
                border-top-color: #73859f
            }

            35% {
                border-top-color: #fff
            }

            60% {
                border-top-color: #73859f
            }

            100% {
                border-top-color: #73859f
            }
        }

        @-webkit-keyframes vjs-spinner-fade {
            0% {
                border-top-color: #73859f
            }

            20% {
                border-top-color: #73859f
            }

            35% {
                border-top-color: #fff
            }

            60% {
                border-top-color: #73859f
            }

            100% {
                border-top-color: #73859f
            }
        }

        .vjs-chapters-button .vjs-menu ul {
            width: 24em
        }

        .video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
            vertical-align: middle;
            display: inline-block;
            margin-bottom: -.1em
        }

        .video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
            font-family: VideoJS;
            content: "";
            font-size: 1.5em;
            line-height: inherit
        }

        .video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
            vertical-align: middle;
            display: inline-block;
            margin-bottom: -.1em
        }

        .video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
            font-family: VideoJS;
            content: " ";
            font-size: 1.5em;
            line-height: inherit
        }

        .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
        .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
        .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
        .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
        .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
        .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control,
        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control {
            display: none
        }

        .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
        .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
        .video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
            width: auto;
            width: initial
        }

        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button {
            display: none
        }

        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer {
            flex: auto;
            display: block
        }

        .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer {
            width: auto
        }

        .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control,
        .video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control {
            display: none
        }

        .vjs-modal-dialog.vjs-text-track-settings {
            background-color: #2b333f;
            background-color: rgba(43, 51, 63, .75);
            color: #fff;
            height: 70%
        }

        .vjs-text-track-settings .vjs-modal-dialog-content {
            display: table
        }

        .vjs-text-track-settings .vjs-track-settings-colors,
        .vjs-text-track-settings .vjs-track-settings-controls,
        .vjs-text-track-settings .vjs-track-settings-font {
            display: table-cell
        }

        .vjs-text-track-settings .vjs-track-settings-controls {
            text-align: right;
            vertical-align: bottom
        }

        @supports (display:grid) {
            .vjs-text-track-settings .vjs-modal-dialog-content {
                display: grid;
                grid-template-columns: 1fr 1fr;
                grid-template-rows: 1fr;
                padding: 20px 24px 0 24px
            }

            .vjs-track-settings-controls .vjs-default-button {
                margin-bottom: 20px
            }

            .vjs-text-track-settings .vjs-track-settings-controls {
                grid-column: 1/-1
            }

            .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
            .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
            .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
                grid-template-columns: 1fr
            }
        }

        .vjs-track-setting>select {
            margin-right: 1em;
            margin-bottom: .5em
        }

        .vjs-text-track-settings fieldset {
            margin: 5px;
            padding: 3px;
            border: none
        }

        .vjs-text-track-settings fieldset span {
            display: inline-block
        }

        .vjs-text-track-settings fieldset span>select {
            max-width: 7.3em
        }

        .vjs-text-track-settings legend {
            color: #fff;
            margin: 0 0 5px 0
        }

        .vjs-text-track-settings .vjs-label {
            position: absolute;
            clip: rect(1px 1px 1px 1px);
            clip: rect(1px, 1px, 1px, 1px);
            display: block;
            margin: 0 0 5px 0;
            padding: 0;
            border: 0;
            height: 1px;
            width: 1px;
            overflow: hidden
        }

        .vjs-track-settings-controls button:active,
        .vjs-track-settings-controls button:focus {
            outline-style: solid;
            outline-width: medium;
            background-image: linear-gradient(0deg, #fff 88%, #73859f 100%)
        }

        .vjs-track-settings-controls button:hover {
            color: rgba(43, 51, 63, .75)
        }

        .vjs-track-settings-controls button {
            background-color: #fff;
            background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
            color: #2b333f;
            cursor: pointer;
            border-radius: 2px
        }

        .vjs-track-settings-controls .vjs-default-button {
            margin-right: 1em
        }

        @media print {
            .video-js>:not(.vjs-tech):not(.vjs-poster) {
                visibility: hidden
            }
        }

        .vjs-resize-manager {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            z-index: -1000
        }

        .js-focus-visible .video-js :focus:not(.focus-visible) {
            outline: 0;
            background: 0 0
        }

        .video-js .vjs-menu :focus:not(:focus-visible),
        .video-js :focus:not(:focus-visible) {
            outline: 0;
            background: 0 0
        }

.vjs-ad-playing.vjs-ad-playing .vjs-progress-control {
            pointer-events: none
        }

        .vjs-ad-playing.vjs-ad-playing .vjs-play-progress {
            background-color: #ffe400
        }

        .vjs-ad-loading .vjs-loading-spinner {
            display: block;
            visibility: visible
        }

        .vjs-ad-playing .vjs-captions-button {
            display: none
        }

        .vjs-ad-playing .vjs-audio-button {
            display: none
        }

        .vjs-ad-loading .vjs-loading-spinner:before,
        .vjs-ad-loading .vjs-loading-spinner:after {
            -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
            animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite
        }

        .vjs-ad-loading .vjs-loading-spinner:before {
            border-top-color: #fff
        }

        .vjs-ad-loading .vjs-loading-spinner:after {
            border-top-color: #fff;
            -webkit-animation-delay: 0.44s;
            animation-delay: 0.44s
        }

        .vjs-ad-loading .vjs-big-play-button,
        .vjs-ad-loading .vjs-poster,
        .vjs-ad-content-resuming .vjs-big-play-button,
        .vjs-ad-content-resuming .vjs-poster {
            display: none
        }

/**
 * Minified by jsDelivr using clean-css v5.3.3.
 * Original file: /npm/videojs-ima@1.9.0/dist/videojs.ima.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
        .ima-ad-container {
            top: 0;
            position: absolute;
            display: none;
            width: 100%;
            height: 100%
        }

        .video-js.vjs-playing .bumpable-ima-ad-container {
            margin-top: -4em
        }

        .video-js.vjs-user-inactive.vjs-playing .bumpable-ima-ad-container {
            margin-top: 0
        }

        .video-js.vjs-paused .bumpable-ima-ad-container,
        .video-js.vjs-playing:hover .bumpable-ima-ad-container,
        .video-js.vjs-user-active.vjs-playing .bumpable-ima-ad-container {
            margin-top: -4em
        }

        .ima-controls-div {
            bottom: 0;
            height: 1.4em;
            position: absolute;
            overflow: hidden;
            display: none;
            opacity: 1;
            background-color: rgba(7, 20, 30, .7);
            background: -moz-linear-gradient(bottom, rgba(7, 20, 30, .7) 0, rgba(7, 20, 30, 0) 100%);
            background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(7, 20, 30, .7)), color-stop(100%, rgba(7, 20, 30, 0)));
            background: -webkit-linear-gradient(bottom, rgba(7, 20, 30, .7) 0, rgba(7, 20, 30, 0) 100%);
            background: -o-linear-gradient(bottom, rgba(7, 20, 30, .7) 0, rgba(7, 20, 30, 0) 100%);
            background: -ms-linear-gradient(bottom, rgba(7, 20, 30, .7) 0, rgba(7, 20, 30, 0) 100%);
            background: linear-gradient(to top, rgba(7, 20, 30, .7) 0, rgba(7, 20, 30, 0) 100%)
        }

        .ima-controls-div.ima-controls-div-showing {
            height: 3.7em
        }

        .ima-countdown-div {
            height: 1em;
            color: #fff;
            text-shadow: 0 0 .2em #000;
            cursor: default
        }

        .ima-seek-bar-div {
            top: 1.2em;
            height: .3em;
            position: absolute;
            background: rgba(255, 255, 255, .4)
        }

        .ima-progress-div {
            width: 0;
            height: .3em;
            background-color: #ecc546
        }

        .ima-fullscreen-div,
        .ima-mute-div,
        .ima-play-pause-div,
        .ima-slider-div {
            width: 2.33em;
            height: 1.33em;
            top: .733em;
            left: 0;
            position: absolute;
            color: #ccc;
            font-size: 1.5em;
            line-height: 2;
            text-align: center;
            font-family: VideoJS;
            cursor: pointer
        }

        .ima-mute-div {
            left: auto;
            right: 5.667em
        }

        .ima-slider-div {
            left: auto;
            right: 2.33em;
            width: 3.33em;
            height: .667em;
            top: 1.33em;
            background-color: #555
        }

        .ima-slider-level-div {
            width: 100%;
            height: .667em;
            background-color: #ecc546
        }

        .ima-fullscreen-div {
            left: auto;
            right: 0
        }

        .ima-playing:before {
            content: "\00f103"
        }

        .ima-paused:before {
            content: "\00f101"
        }

        .ima-paused:hover:before,
        .ima-playing:hover:before {
            text-shadow: 0 0 1em #fff
        }

        .ima-non-muted:before {
            content: "\00f107"
        }

        .ima-muted:before {
            content: "\00f104"
        }

        .ima-muted:hover:before,
        .ima-non-muted:hover:before {
            text-shadow: 0 0 1em #fff
        }

        .ima-non-fullscreen:before {
            content: "\00f108"
        }

        .ima-fullscreen:before {
            content: "\00f109"
        }

        .ima-fullscreen:hover:before,
        .ima-non-fullscreen:hover:before {
            text-shadow: 0 0 1em #fff
        }

.o-section .wf-module .o-background__item__image {
                            z-index: initial
                        }

@media (min-width:768px) and (max-width:1103px) {
                            .c-board-agenda-dia .c-articulo--principal {
                                padding: 0 15px 0 0;
                                margin: 0 auto
                            }
                        }

                        .c-opinion__thumb img {
                            background-color: #cedee9
                        }

                        .c-board-podcast--pauta {
                            padding-top: 40px;
                        }

                        @media (min-width: 768px) {
                            .c-board-podcast--pauta {
                                padding-top: 30px;
                            }
                        }

                        @media (min-width:1104px) {
                            .c-board-podcast--pauta {
                                padding-top: 60px
                            }
                        }

@media (max-width: 768px) {
                            .gpt-slot-barra-flotante-inferior .gpt-slot-close-btn {
                                top: -20px;
                            }
                        }

.landing-tag .c-pagination__prev {
                            text-transform: uppercase
                        }

.chat__input textarea#chatbot_user_Input,
                        .chat__input textarea#chatbot_user_Input:focus,
                        .chat__input textarea#chatbot_user_Input:enabled {
                            font-size: 16px;
                        }

                        .chat__preguntas_sugeridas .questions {
                            font-size: 12px;
                        }

                        @media screen and (max-width: 768px) {
                            .chat__open_button {
                                bottom: 125px;
                            }

                            .chat__open_button .open_chat {
                                transform: scale(68%);
                            }
                        }

@media (min-width: 996px) {
                            .c-board-foros--pauta.c-pauta {
                                display: block;
                            }
                        }

.c-subheader+aside.gpt-slot-barra-flotante-inferior {
                            z-index: 1999 !important;
                            position: fixed;
                        }

.checkbox-inp {
                            display: none;
                        }

body:not(.user-pro):not(.user-suscriptor) .c-articulo-exclusivo #contenido-meter-piano:empty~#contenido-cerrado-piano:empty~* {
                            display: none
                        }

                        .wf-editor .c-suscripcion__paquetes.paquetesCard {
                            margin-top: 0
                        }

                        body:not(.user-pro):not(.user-suscriptor) .c-articulo-exclusivo .paragraph {
                            position: relative
                        }

                        body:not(.user-pro):not(.user-suscriptor) .c-articulo-exclusivo .paragraph::before {
                            content: "";
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            background: linear-gradient(0deg, #fff 0, hsla(0, 0%, 100%, .9) 47%, hsla(0, 0%, 100%, .1))
                        }

                        body.webview:not(.user-pro):not(.user-suscriptor) .c-articulo-exclusivo #contenido-meter-piano:empty~* {
                            display: none;
                        }

body.article-page:not([page-type="especial_modular"]) .iframe-container {
                            height: auto;
                        }

                        /* Busca "senado_y_camara" en cualquier parte de la URL */
                        .article-page iframe[src*="senado_y_camara"] {
                            height: 1830px;
                        }

                        /* Busca "la_gran_consulta_por_colombia" */
                        .article-page iframe[src*="la_gran_consulta_por_colombia"] {
                            height: 1940px;
                        }

                        /* Busca "frente_por_la_vida" */
                        .article-page iframe[src*="frente_por_la_vida"] {
                            height: 1600px;
                        }

                        /* Busca "consulta_de_las_soluciones" */
                        .article-page iframe[src*="consulta_de_las_soluciones"] {
                            height: 1370px;
                        }

                        body.article-page[page-type="especial_modular"] {
                            overflow: auto;
                        }

.c-articulo-apertura__media__thumb img {
                height: 262px !important
            }

            @media (min-width: 768px) {
                .c-articulo-apertura__media__thumb img {
                    height: inherit !important;
                }
            }

.category_tag {
                width: 190px;
                height: 20px;
                object-fit: cover;
                margin-top: 12px;
            }

.c-board-nueva-apertura .c-detail__media__thumb__icon {
                width: 10%;
                height: 10%;
            }

@media (max-width: 767px) {
                .u-estructura .u-estructura__taboola {
                    height: 3000px;
                }
            }

.st0 {
                                fill: #FFFFFF;
                            }

.adBanner {
            display: block !important;
            position: absolute !important;
            top: -1000px !important;
            left: -10000px !important;
            background-color: transparent;
            width: 1px !important;
            height: 1px !important
        }

/* Responsive overrides for archived static page */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
iframe {
    max-width: 100%;
}

.video-js,
.video_74135-dimensions {
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 1440px) {
    .o-container,
    .o-container-fluid,
    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1044px) {
    .o-container,
    .o-container-fluid,
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .supheader,
    .header__principal {
        padding-left: 12px;
        padding-right: 12px;
    }

    .supheader {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .supheader__links {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 780px) {
    .header__principal {
        display: flex;
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .header__principal__btn-logo svg {
        width: 160px;
        height: auto;
    }

    .c-articulo-apertura,
    .c-articulo-apertura__media,
    .c-detail__body,
    .c-detail__media {
        width: 100%;
    }

    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 440px) {
    .o-container,
    .o-container-fluid,
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .supheader__tiempo,
    .c-topics__title {
        font-size: 12px;
        line-height: 1.3;
    }

    /* .btn-header-cta,
    .header__principal__usuario {
        width: 100%;
    } */
}

@media (max-width: 380px) {
    html,
    body {
        overflow-x: hidden;
    }

    /* Header: keep logo + subscribe + account on a single row */
    .header__principal {
        flex-wrap: nowrap !important;
        row-gap: 0 !important;
        column-gap: 8px;
        align-items: center;
        justify-content: space-between;
    }

    .btn-header-cta,
    .header__principal__usuario {
        width: auto !important;
        flex: 0 1 auto;
        min-width: 0;
    }

    .btn-header-cta__tooltip {
        display: none !important;
    }

    .header__principal__btn-logo svg {
        width: 120px;
    }

    .supheader__tiempo,
    .c-topics__title {
        font-size: 11px;
    }

    .o-container,
    .o-container-fluid,
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    h1,
    h2,
    h3,
    h4,
    p,
    a,
    span,
    li {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .c-topics__wrap__list__item a,
    .header__principal__usuario span,
    .supheader__tiempo {
        white-space: normal !important;
    }

    .btn-header-cta__text {
        white-space: nowrap;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 170px;
    }
}

@media (max-width: 320px) {
    .header__principal {
        row-gap: 0 !important;
        column-gap: 6px;
        flex-wrap: nowrap !important;
    }

    .btn-header-cta,
    .header__principal__usuario {
        flex: 0 1 auto;
        min-width: 0;
    }

    .header__principal__btn-logo svg {
        width: 108px;
    }

    .supheader__tiempo,
    .c-topics__title {
        font-size: 10px;
        line-height: 1.2;
    }

    .c-topics__wrap__list__item a {
        font-size: 10px;
        line-height: 1.2;
    }

    .btn-header-cta__text {
        font-size: 11px;
    }
}


picture img {
    display: block;
    width: 100%;
}