/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <contact@prestashop.com>
*  @copyright  2007-2025 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.tvadvance-block-wrapper {
    position: relative;
}
.tv-advance-block-image {
    text-align: end;
}
.tvadvance-block-content {
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.tvadvance-block-wrapper .tvcmsmain-title-wrapper {
    margin-bottom: 20px;
}
.tvabout-event-link {
    margin-top: 54px;
    text-align: start;
}
.tvcmsadvance-block .tvcms-main-title {
    text-align: start;
}
.tvadvance-block-content .tvadvance-block-content-desc p {
    margin: 0;
    font-size: 16px;
    color: #6B6B6B;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.tvadvance-block-content-img {
    position: relative;
    padding-bottom: calc(8px + (15 - 8) * ((100vw - 280px) / (1920 - 280)));
    margin-bottom: calc(8px + (15 - 8) * ((100vw - 280px) / (1920 - 280)));
    text-align: start;
}
.tvadvance-block-content-img:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 20px;
    margin: auto;
}
.tvadvance-block-content-title {
    font-size: calc(10px + (16 - 10) * ((100vw - 280px) / (1920 - 280)));
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    text-align: start;
}
.tvadvance-block-content-desc {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    font-weight: 400;
}
.tvadvance-main-block-content-desc {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 30px;
}
.tvadvance-block-wrapper .tvcms-main-title .tvmain-sub-title h4 {
    font-size: 19px;
}
.tvadvance-block-wrapper .tvcms-main-title .tvmain-sub-title h4:after {
    content: '';
    width: 83px;
    height: 1px;
    border-top: 7px dotted #000;
    display: inline-block;
    vertical-align: middle;
    margin-inline-start: 20px;
}
.tvcmsadvanceblock-slider-main-title-wrapper {
    padding-top: calc(10px + (35 - 10) * ((100vw - 280px) / (1920 - 280)));
}
.tvcmsadvance-block-content {
    padding-inline-start: 5.6%;
    padding-inline-end: 0;
}
.tvadvance-block .tvcms-main-title .tvmain-title h2 {
    font-size: 47px;
    letter-spacing: 0.03em;
}
.tvadvance-block .tvcms-main-title .tvmain-title h2::after,
.tvadvance-block .tvcms-main-title .tvmain-title h2::before {
    display: none;
}
.tvadvance-block-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tvadv-block-desc {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 400;
    line-height: 141%;
    letter-spacing: 0.03em;
    padding-inline-end: 12%;
}
@media (max-width:1600px){
    .tvadvance-block-wrapper .tvcms-main-title .tvmain-sub-title h4{
        font-size: calc(15px + (19 - 15) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadvance-block .tvcms-main-title .tvmain-title h2{
        font-size: calc(26px + (47 - 26) * ((100vw - 280px) / (1920 - 280)));
    }
     .tvadv-block-desc{
        font-size: calc(14px + (16 - 14) * ((100vw - 280px) / (1920 - 280)));
    }

}
@media (max-width: 1280px) {
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        font-size: 24px;
    }
    .tvadvance-block-wrapper .tvcmsmain-title-wrapper {
        margin-bottom: 20px;
    }
    .tvabout-event-link {
        margin-top: 35px;
    }
    .tvadvance-block-content {
        width: 50%;
    }
    .tvadvance-block-content-wrapper {
        justify-content: center;
    }
}
@media (max-width: 1200px) {
    .tvadvance-block-content .tvadvance-block-content-desc p {
        width: 100%;
    }
}
@media (max-width: 1080px) {
    .tv-advance-block-image {
        padding-inline-end: 20px;
    }


}
@media(min-width: 991px) {
    .tvadvance-block-content-wrapper {
        flex-wrap: nowrap;
    }
}
@media (max-width: 991px) {
    .tvcmsadvance-block-content {
        /* width: 50%; */
    }
    .tv-advance-block-image {
        width: 50%;
    }
    .tvcmsadvanceblock-slider-main-title-wrapper {
        padding-top: 0;
    }
    .tvadv-block-desc{
        padding: 0;
    }
}
@media (max-width: 850px) {
    .tvcmsadvance-block {
        background-position: right;
    }
    .tvcmsadvance-block-content {
        width: 100%;
        float: none;
        margin: auto;
    }
    .tvadvance-block-content {
        width: 33.33%;
        padding: 0 7.5px;
    }
    .tvadvance-block-content-wrapper .tvadvance-block-content:last-child {
        margin-top: 0;
    }
    .tvadvance-block-content-title {
        font-size: 15px;
    }
    .tv-advance-block-image {
        width: 100%;
    }
    .tvcmsadvance-block-content {
        width: 100%;
        padding: 0 30px;
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        font-size: 20px;
    }
    .tvadvance-block-content-title {
        font-size: 15px;
    }
    .tvcmsadvance-block .tvcms-main-title,
    .tvadvance-block-content-img,
    .tvabout-event-link,
    .tvadvance-block-wrapper,
    .tvadvance-block-content-title {
        text-align: center;
    }
    .tvadvance-block-wrapper .tvcms-main-title .tvmain-sub-title h4:after{
        display: none;
    }
    .tvadvance-block-content-img:after {
        left: 0;
        right: 0;
    }
    .lang-rtl .tvadvance-block-content-img:after {
        left: 0;
        right: 0;
    }
}
@media (max-width: 650px) {
    .tvabout-event-link {
        margin-top: 25px;
    }
    .advance-more span {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .tvadvance-block-content-title {
        font-size: 15px;
    }
    .tv-advance-block-image img {
        margin-top: 0;
    }
    .tv-advance-block-image {
        padding: 0 15px;
        text-align: center;
        padding-bottom: 20px;
    }
    .tvadvance-block-wrapper .tvcms-main-title .tvmain-sub-title h4,
    .tvadvance-block-wrapper .tvcmsmain-title-wrapper,
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc,
    .tvcmsadvance-block .tvcms-main-title,
    .tvabout-event-link {
        text-align: center;
    }
    .tvcmsadvance-block-content {
        padding: 0 15px;
    }
    .tv-advance-block-image img {
        border-radius: 10px;
    }
}
@media (max-width: 480px) {
    .tvadvance-block-content-title {
        font-size: 14px;
    }
}
@media (max-width: 375px) {
    .tvabout-event-link {
        text-align: center;
    }
    .tvadvance-block-content-title {
        font-size: 13px;
    }
    .tvadvance-block-content .tvadvance-block-content-desc p {
        font-size: 11px;
        line-height: 14px;
    }
    .tvadvance-block-content {
        width: 50%;
    }
    .tvadvance-block-content:last-child {
        margin-top: 10px;
    }
    .tvadvance-block-content-img {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 330px) {
    .tvadvance-block-content {
        width: 100%;
    }
    .tvadvance-block-content-title {
        font-size: 15px;
    }
    .tvadvance-block-wrapper .tvcmsmain-title-wrapper {
        margin-bottom: 10px;
    }
}