/**
* 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
*/
.tvcmsmultibanners {
    position: relative;
}
.tvmultibanner-part1,
.tvmultibanner-part2 {
    padding: 0;
    text-align: center;
}
.tvcmsmultibanners {
    text-align: center;
}
.tvcmsmultibanners .tvmultibanner-1,
.tvcmsmultibanners .tvmultibanner-2,
.tvcmsmultibanners .tvmultibanner-3,
.tvcmsmultibanners .tvmultibanner-4,
.tvcmsmultibanners .tvmultibanner-5 {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: relative;
}
.tvcmsmultibanners .tvmultibanner-1 {
    padding: 0 15px;
}
.tvcmsmultibanners .tvmultibanner-2 {
    margin-bottom: 30px;
}
.tvcmsmultibanners {
    margin-bottom: 80px;
}
.tvmultibanner-wrapper_inner {
    margin: 0 -15px;
}
.tvcmsmultibanners .tvbanner-hover-wrapper {
    display: block;
    text-align: center;
}
.none.tvmultibanner-content {
    display: none;
}
.tvmultibanner-content.left {
    position: absolute;
    z-index: 3;
    width: 56%;
    height: max-content;
    top: 0;
    margin: auto;
    bottom: 0;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    left: 5.5%;
    text-align: left;
}
.tvmultibanner1-wrapper .tvmultibanner-content.left {
    left: 5.7%;
}
.tvmultibanner-content.top-left {
    top: 7%;
    left: 6%;
    position: absolute;
    z-index: 3;
    width: 80%;
    margin: auto;
    height: max-content;
    text-align: left;
}
.tvmultibanner-content.bottom-left {
    bottom: 10%;
    left: 9%;
    position: absolute;
    z-index: 3;
    width: 56%;
    height: max-content;
    text-align: left;
}
/*Right Align*/
.tvmultibanner-content.right {
    position: absolute;
    width: 52%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 0;
    left: auto;
    text-align: left;
    /*webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
}
.tvmultibanner-content.top-right {
    position: absolute;
    z-index: 3;
    width: 56%;
    height: max-content;
    top: 6%;
    right: 9%;
    text-align: center;
}
.tvmultibanner-content.bottom-right {
    position: absolute;
    z-index: 3;
    width: 56%;
    height: max-content;
    bottom: 10%;
    right: 9%;
    text-align: center;
}
/*Center Align*/
.tvmultibanner-content.center {
    position: absolute;
    z-index: 3;
    width: 56%;
    height: max-content;
    top: 0;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 0;
    margin: auto;
    left: 0;
    text-align: center;
}
.tvmultibanner-content.top-center {
    position: absolute;
    z-index: 3;
    width: 95%;
    height: max-content;
    top: 6%;
    margin: auto;
    padding: 50px 0px;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
}
.tvmultibanner-content.bottom-center {
    position: absolute;
    z-index: 3;
    width: 80%;
    height: max-content;
    margin: auto;
    bottom: 10%;
    right: 0;
    left: 13%;
    text-align: left;
}
.tvmultibanner-content h4 {
    font-weight: 500;
    font-size: 65px;
    line-height: 1.169;
    color: #000000;
    margin-bottom: 70px;
}
.tvmultibanner-content h6 {
    font-size: 23px;
    letter-spacing: 0.02em;
    margin-bottom: 7px;
    font-weight: 400;
    line-height: 1.217;
    text-transform: uppercase;
    color: #0A9A73;
}
.tvmultibanner-content p {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2223;
    letter-spacing: 0.05em;
    color: #000000;
}
.tvmultibanner-content h2 {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    font-size: 60px;
    margin-bottom: 25px;
}
.tvmultibanner-content h3 {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-size: 40px;
    line-height: 1.25;
    color: #000000;
    margin-bottom: 22px;
}
.tvmultibanner-content .tvall-inner-btn {
    padding: 16px 48px 15px;
    margin-top: 60px;
}
.tvmultibanner-content .tvall-inner-btn span {
    font-weight: 600;
    line-height: 1.6154;
    font-size: 13px;
    letter-spacing: 0.12em;
}
.tvmultibanner-content>*:last-child {
    margin-bottom: 0;
}

.tvcmsmultibanners .tvbanner-hover-wrapper img
{
    border: none;
}
/****************************** mobile tvcmsmultibanner1 *****************************************/
@media(max-width: 1600px) and (min-width:768px) {
    .tvmultibanner-content h6 {
        font-size: calc(18px + (23 - 18) * ((100vw - 768px) / (1920 - 768)));
    }
    .tvmultibanner-content h4 {
        font-size: calc(30px + (65 - 30) * ((100vw - 768px) / (1920 - 768)));
        margin-bottom: 11.4%;
    }
    .tvmultibanner-content h2 {
        font-size: calc(24px + (60 - 24) * ((100vw - 768px) / (1920 - 768)));
        margin-bottom: 4.8%;
    }
    .tvmultibanner-content h3 {
        font-size: calc(18px + (40 - 18) * ((100vw - 768px) / (1920 - 768)));
        margin-bottom: 6.2%;
    }
    .tvmultibanner-content p {
        font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1920 - 768)));
        margin-bottom: 3.8%;
    }
    .tvmultibanner-content .tvall-inner-btn {
        margin-top: 11.5%;
    }
}
@media(max-width: 1440px) {
    .tvmultibanner-content h4 {
        font-size: calc(15px + (60 - 15) * ((100vw - 280px) / (1440 - 280)));
        margin-bottom: 8.5%;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 12px 34px 12px;
    }
}
@media(max-width: 991px) and (min-width: 576px) {
    .tvcmsmultibanners {
        margin-bottom: 30px;
    }
}
@media(max-width: 1025px) {
    .tvcmsmultibanners .tvmultibanner-3,
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: 30px;
    }
    .tvmultibanner-content h4 {
        font-size: calc(20px + (30 - 20) * ((100vw - 280px) / (1025 - 280)));
    }
    .tvmultibanner-content h6 {
        font-size: calc(12px + (18 - 12) * ((100vw - 280px) / (1025 - 280)));
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 11px 19px;
    }
}
@media(max-width: 991px) {
    .tvmultibanner-content .tvall-inner-btn {
        padding: 8px 24px;
    }
}
@media(min-width: 655px) and (max-width: 991px) {
    .tvcmsmultibanners .tvmultibanner4-wrapper,
    .tvcmsmultibanners .tvmultibanner5-wrapper {
        padding: 0 15px;
    }
}
@media(max-width: 767px) {
    .tvcmsmultibanners .tvbanner-hover-wrapper a{
        display: inline-block;
        position: relative;
    }
    .tvmultibanner-content h6 {
        font-size: calc(18px + (23 - 18) * ((100vw - 280px) / (991 - 280)));
    }
    .tvmultibanner-content h4 {
        font-size: calc(30px + (65 - 30) * ((100vw - 280px) / (991 - 280)));
        margin-bottom: 11.4%;
    }
    .tvmultibanner-content h2 {
        font-size: calc(18px + (60 - 18) * ((100vw - 280px) / (991 - 280)));
        margin-bottom: 4.8%;
    }
    .tvmultibanner-content h3 {
        font-size: calc(16px + (40 - 16) * ((100vw - 280px) / (991 - 280)));
        margin-bottom: 6.2%;
    }
    .tvmultibanner-content p {
        font-size: calc(10px + (18 - 10) * ((100vw - 280px) / (991 - 280)));
        margin-bottom: 3.8%;
    }
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: calc(9px + (13 - 9) * ((100vw - 280px) / (991 - 280)));
    }
    .tvmultibanner-content .tvall-inner-btn {
        margin-top: 11.5%;
    }
}
@media(max-width: 650px) {
    .tvmultibanner-content h4 {
        font-size: calc(20px + (30 - 20) * ((100vw - 280px) / (650 - 280)));
    }
}
@media (max-width: 575px) {
    .tvcmsmultibanners .tvbanner-hover-wrapper {
        display: inline-block;
    }
    .tvcmsmultibanners .tvmultibanner-3, .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: 10px;
    }
    .tvcmsmultibanners .tvmultibanner-1,
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: 15px;
    }
}
@media (max-width: 375px) {
    .tvmultibanner-content .tvall-inner-btn {
        padding: 8px 20px;
    }
    .tvmultibanner-content.top-center {
        padding: 15px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 7px 17px;
    }
}