#tv-promo {
    --red: #ed1c24;
    --yellow: #fff200;
    font-size: 16px;
}
#tv-promo .tvp-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/tv-lp/back.jpg);
    background-image: -webkit-image-set(url("../images/tv-lp/back.jpg") 1x, url("../images/tv-lp/back@2x.jpg") 2x);
    padding-top: 36px;
    padding-bottom: 42px;
}
#tv-promo .tvph-main {
    padding-top: 25px;
    margin-right: -4em;
    margin-left: -3em;
}
#tv-promo .tvph-animation {
    margin-bottom: 19px;
}
#tv-promo .main {
    height: auto;
    left: -3.5%;
    margin-bottom: 7em;
}
.tvph-animation .text2 {
    width: 48%;
}
#tv-promo .tvp-hero .button {
    font-size: 1em;
    line-height: 1;
    margin-top: 20px;
    width: 143px;
    height: 35px;
    border-radius: 18px;
}
.tvph-main .instructions {
    margin-top: 3%;
    gap: 2%;
}
.instructions .instruction-text,
.instructions .arrow-right {
    cursor: pointer;
}
.tvph-animation .main2 {
    left: -4.7em;
    width: 90%;
    margin-bottom: 2%;
}
#tv-promo .tvph-product {
    margin-left: -19px;
}
.tvph-product .product2 {
    width: 30em;
    margin-top: 6%;
}
#tv-promo .tvp-marquee {
    --marquee-speed: 20s;
    --marquee-gap: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#tv-promo .tvp-marquee img {
    width: auto;
    height: 40px;
    
}
#tv-promo .tvp-marquee1 {
    --marquee-speed: 20s;
    --marquee-gap: 120px;
    padding-top: 9px;
    padding-bottom: 9px;
}
#tv-promo .tvp-marquee1 img {
    width: auto;
    height: 17px;
    margin-right: 3em;
}
#tv-promo .tvp-chart {
    padding-top: 91px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/tv-lp/gray-back.jpg);
    background-image: -webkit-image-set(url("../images/tv-lp/gray-back.jpg") 1x, url("../images/tv-lp/gray-back@2x.jpg") 2x);
}
.tvp-chart .container {
    width: 100%;
}
#tv-promo .chart {
    margin-top: 75px;
    padding-bottom: 117px;
    width: 100%;
}
.chart .chart-right {
    margin-right: 3%;
}
.chart-right .button-box {
    margin-top: 5%;
    margin-left: 1.5%;
}
.container .table-text {
    height: 100%;
    width: auto;
}
.button-box .play-btn {
    width: 2.4em;
    height: 2.4em;
    border-radius: 50%;
}
.play-btn .play {
    height: auto;
    width: 33%;
}
.button-box .button {
    height: 2em;
    width: 10em;
    border-radius: 1em;
    left: -1.2em;
    font-size: 0.8em;
}
.tvp-chart .chart-bottom {
    margin-bottom: 3em;
    padding: 0 2em;
}
.chart-bottom .table-text {
    width: 45em;
}
.chart-bottom .button-box-bottom {
    margin-top: 1em;
}
.button-box-bottom .play-btn {
    width: 3.4em;
    height: 3.4em;
    border-radius: 50%;
}
.button-box-bottom .button {
    height: 2em;
    width: 10em;
    border-radius: 1em;
    left: -1.2em;
    font-size: 1.1em;
}
/* #tv-promo .chart:after {
    content: '';
    display: block;
    width: 363px;
    height: 709px;
    position: absolute;
    bottom: 0;
    right: -327px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    background-image: url(../images/tv-lp/employee.png);
    background-image: -webkit-image-set(url("../images/tv-lp/employee.png") 1x, url("../images/tv-lp/employee@2x.png") 2x);
} */
#tv-promo .chart-scrollable {
    border: 2px solid #e5e5e5;
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow-x: scroll;
}
#tv-promo .chart-fixed {
    width: 156px;
    border-top: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
}
#tv-promo .chart-fixed:before,
#tv-promo .chart-fixed:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: var(--red);
    height: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#tv-promo .chart-fixed:before {
    top: -25px;
}
#tv-promo .chart-fixed:after {
    bottom: -25px;
    transform: scaleY(-1);
}
#tv-promo .chart-heading {
    height: 63px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-transform: uppercase;
}
#tv-promo .chart-col + .chart-col {
    border-left: 1px solid #d9d9d9;
    width: 185px;
}
#tv-promo .chart-cell {
    font-size: 19px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tv-promo .chart-cell.total {
    font-size: 25px;
}
#tv-promo .indent-cells .chart-cell,
#tv-promo .indent-cells .chart-heading {
    padding-left: 26px;
    padding-right: 72px;
    justify-content: start;
}
#tv-promo .chart-cell + .chart-cell {
    border-top: 1px solid #d9d9d9;
}
#tv-promo .chart-fixed .chart-heading,
#tv-promo .chart-fixed .chart-cell {
    border-color: #fff;
}
#tv-promo .chart-cell.total span:after {
    content: '';
    display: block;
    width: 132px;
    height: auto;
    aspect-ratio: 1 / 0.401515151515152;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/tv-lp/circle.png);
    background-image: -webkit-image-set(url("../images/tv-lp/circle.png") 1x, url("../images/tv-lp/circle@2x.png") 2x);
}
#tv-promo .tvp-logos {
    padding-top: 75px;
}
#tv-promo .tvp-logos .logos {
    padding-bottom: 117px;
}
#tv-promo .tvp-logos .button {
    width: 143px;
    height: 35px;
    border-radius: 18px;
    margin-top: 40px;
    margin-bottom: 30px;
}
#tv-promo .tvp-logos .man {
    left: -7%;
    max-width: 41%;
}
@media screen and (min-width: 1750px) {
    #tv-promo .tvp-marquee1 img {
        width: auto;
        height: 2.5rem;
        margin-right: 5em;
    }
}
@media screen and (max-width: 991px) {
    #tv-promo .chart:after {
        display: none;
    }
    #tv-promo .tvp-logos .logos {
        padding-bottom: 80px;
    }
    .tvph-animation .main2 {
        left: -3.5em;
    }
    .chart-bottom .button-box-bottom {
        margin-top: 1em;
        margin-left: 0.9em;
    }
    .tvp-chart .chart-bottom {
        margin-left: -6%;
    }
}
@media screen and (max-width: 767px) {
    #tv-promo .tvph-product {
        margin-left: 0;
        align-self: center;
    }
    #tv-promo .tvp-marquee {
        --marquee-gap: 80px;
    }
    #tv-promo .tvp-marquee1 {
        --marquee-gap: 80px;
    }
    .tvph-animation .main2 {
        left: -10%;
    }
    .chart-bottom .button-box-bottom {
        margin-top: 1em;
        margin-left: 2%;
    }
    #tv-promo .tvph-main {
        margin-left: 0;
    }
}
@media screen and (max-width: 567px) {
    #tv-promo .tvp-hero {
        background-position: bottom center;
        background-image: url(../images/tv-lp/back-m.jpg);
        background-image: -webkit-image-set(url("../images/tv-lp/back-m.jpg") 1x, url("../images/tv-lp/back-m@2x.jpg") 2x);
        padding-top: 22px;
        padding-bottom: 28px;
    }
    .tvph-animation .main2 {
        width: 100%;
        left: -10%;
    }
    .tvph-main .instructions {
        margin-top: 0%;
        margin-bottom: 10%;
    }
    #tv-promo .tvph-main {
        padding-top: 52px;
        padding-right: 3.5em;
    }
    .tvph-main .text {
        margin-top: 5em;
    }
    .tvph-product .product-m {
        width: 27em;
    }
    #tv-promo .tvp-hero .container {
        flex-direction: column;
    }
    #tv-promo .tvp-hero .button {
        margin-top: 17px;
        margin-bottom: 33px;
    }
    #tv-promo .tvp-marquee {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    #tv-promo .tvp-marquee img {
        height: 29px;
    }
    #tv-promo .tvp-marquee1 {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    #tv-promo .tvp-marquee1 img {
        height: 15px;
    }
    #tv-promo .tvp-chart {
        padding-top: 52px;
    }
    #tv-promo .chart {
        padding-top: 60px;
        padding-bottom: 87px;
        margin-right: -15px;
        max-width: calc(100% + 15px);
        margin-top: 0;
    }
    #tv-promo .chart-fixed {
        width: 115px;
        flex-shrink: 0;
    }
    #tv-promo .chart-fixed:before,
    #tv-promo .chart-fixed:after {
        height: 22px;
        border-top-right-radius: 0;
    }
    #tv-promo .chart-fixed:before {
        top: -22px;
    }
    #tv-promo .chart-fixed:after {
        bottom: -22px;
    }
    #tv-promo .chart-heading {
        height: 45px;
        font-size: 16px;
    }
    #tv-promo .chart-col + .chart-col {
        width: 120px;
        flex-shrink: 0;
    }
    #tv-promo .chart-cell {
        font-size: 14px;
        height: 53px;
    }
    #tv-promo .chart-cell.total {
        font-size: 18px;
    }
    #tv-promo .indent-cells {
        width: 187px;
        flex-shrink: 0;
    }
    #tv-promo .indent-cells .chart-cell,
    #tv-promo .indent-cells .chart-heading {
        padding-left: 15px;
        padding-right: 0;
    }
    #tv-promo .chart-cell.total span:after {
        width: 97px;
    }
    #tv-promo .tvp-logos {
        padding-top: 68px;
    }
    #tv-promo .tvp-logos .button {
        margin-top: 20px;
        margin-bottom: 51px;
    }
    #tv-promo .tvp-logos .logos {
        padding-bottom: 209px;
    }
    #tv-promo .tvp-logos .man {
        left: -20%;
        max-width: 100%;
    }
}
@media screen and (max-width: 460px) {
    .button-box-bottom .button {
        font-size: 1em;
    }
    .button-box-bottom .play-btn {
        width: 3em;
        height: 3em;
    }
}
@media screen and (max-width: 390px) {
    .tvph-main .text {
        margin-top: 2em;
    }
    #tv-promo .tvph-main {
        padding-top: 20px;
    }
    .button-box-bottom .button {
        font-size: 0.8em;
    }
    .button-box-bottom .play-btn {
        width: 2.5em;
        height: 2.5em;
    }
}