/* @media screen and (max-width: 767px) {
    .product-container {
        overflow-x: visible;
    }
} */
.landing-trd {
    font-family: "Montserrat", sans-serif;
    max-width: 1500px;
    min-width: 270px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 200px;
}
.landing-trd * {
    box-sizing: border-box;
    
}
@media screen and (max-width: 1599px) {

}
@media screen and (max-width: 1344px) {
    .landing-trd {
        gap: 180px;
    }
}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {
    .landing-trd {
        gap: 150px;
    }
}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 567px) {
    .landing-trd {
        gap: 120px;
    }
}
/* product============================================================================== */
.product-trd {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.product-trd__wrap {
    display: flex;
    gap: 25px;
    width: 100%;
}
.product-trd__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    max-width: 958px;
    width: 100%;
    padding: 40px 40px 0 0;
    border-radius: 25px;
    background-color: #F9F9F9;
}
.product-trd__inner img {
    max-width: 480px;
    width: 100%;
    margin: 0 -50px;
    align-self: end;
}
.product-trd__inner div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 531px;
    width: 100%;
}
.product-trd__inner div h2 {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.10);
    font-size: 81px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    background: linear-gradient(0deg, #B30017 13.85%, #E6001D 38.35%, #E1001C 62.09%, #B30017 89.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product-trd__inner div span {
    color: #020A0A;
    font-size: 25px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}
.product-trd__wrap p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 145%;
    margin: 0;
    max-width: 467px;
    padding: 40px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    background-color: #5B6770;
    background-image: url(/image/catalog/landings/trd-js8000/pattern.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.product-trd ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.product-trd ul li {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
    border-radius: 25px;
    background-color: #F9F9F9;
    max-width: 467px;
    width: 100%;
}
.product-trd ul li img {
    max-width: 80px;
    width: 100%;
}
.product-trd ul li div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.product-trd ul li div b {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}
.product-trd ul li div span {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 145%;
}
@media screen and (max-width: 1599px) {
    .product-trd__inner {
        max-width: 825px;
        padding: 40px 30px 0 0;
    }
    .product-trd__inner img {
        max-width: 480px;
        margin: 0 -70px;
    }
    .product-trd__inner div {
        max-width: 446px;
    }
    .product-trd__inner div h2 {
        font-size: 68px;
    }
    .product-trd__inner div span {
        font-size: 21px;
    }
    .product-trd__wrap p {
        max-width: 400px;
        padding: 30px;
        background-image: none;
    }
    .product-trd ul li {
        gap: 30px;
        padding: 30px;
        max-width: 400px;
    }
}
@media screen and (max-width: 1344px) {
    .product-trd__inner {
        max-width: 738px;
        padding: 30px 30px 0 0;
    }
    .product-trd__inner img {
        max-width: 416px;
        margin: 0 -60px;
    }
    .product-trd__inner div {
        max-width: 400px;
    }
    .product-trd__inner div h2 {
        font-size: 61px;
    }
    .product-trd__inner div span {
        font-size: 19px;
    }
    .product-trd__wrap p {
        font-size: 18px;
        max-width: 357px;
    }
    .product-trd ul li {
        max-width: 357px;
    }
    .product-trd ul li div span {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .product-trd {
        gap: 20px;
    }
    .product-trd__wrap {
        justify-content: space-between;
        gap: 20px;
    }
    .product-trd__inner {
        flex-direction: column-reverse;
        gap: 20px;
        max-width: 450px;
        padding: 30px 30px 0;
        border-radius: 20px;
    }
    .product-trd__inner img {
        max-width: 285px;
        margin: 0 0 -10px;
        align-self: center;
    }
    .product-trd__inner div {
        max-width: 390px;
    }
    .product-trd__inner div h2 {
        font-size: 59px;
    }
    .product-trd__inner div span {
        font-size: 18px;
    }
    .product-trd__wrap p {
        max-width: 450px;
        padding: 30px;
        border-radius: 20px;
        align-items: start;
    }
    .product-trd ul li {
        gap: 20px;
        padding: 25px;
        border-radius: 20px;
        max-width: 294px;
    }
    .product-trd ul li img {
        max-width: 60px;
    }
    .product-trd ul li div {
        gap: 0;
    }
    .product-trd ul li div b {
        font-size: 32px;
    }
    .product-trd ul li div span {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .product-trd {
        gap: 15px;
    }
    .product-trd__wrap {
        flex-direction: column;
        gap: 14px;
    }
    .product-trd__inner {
        flex-direction: row;
        gap: 15px;
        max-width: 100%;
        padding: 30px 30px 0 0;
        border-radius: 15px;
    }
    .product-trd__inner img {
        max-width: 285px;
        margin: 0 0 0 -20px;
        align-self: end;
    }
    .product-trd__wrap p {
        max-width: 100%;
        padding: 25px;
        border-radius: 15px;
        font-size: 16px;
    }
    .product-trd ul li {
        gap: 15px;
        padding: 20px;
        border-radius: 15px;
        max-width: 224px;
    }
    .product-trd ul li img {
        max-width: 50px;
    }
    .product-trd ul li div b {
        font-size: 32px;
    }
    .product-trd ul li div span {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px){
    .product-trd__inner {
        flex-direction: column-reverse;
        gap: 25px;
        padding: 25px 25px 0;
    }
    .product-trd__inner img {
        max-width: 270px;
        margin: 0 0 -10px;
        align-self: center;
    }
    .product-trd__inner div {
        max-width: 430px;
    }
    .product-trd__inner div h2 {
        font-size: 64px;
    }
    .product-trd__inner div span {
        font-size: 20px;
    }
    .product-trd__wrap p {
        padding: 20px;
    }
    .product-trd ul {
        flex-direction: column;
        gap: 15px;
    }
    .product-trd ul li {
        gap: 20px;
        max-width: 100%;
    }
}
@media screen and (max-width: 567px) {
    .product-trd__inner {
        border-radius: 10px;
        gap: 20px;
        padding: 20px 20px 0;
    }
    .product-trd__inner img {
        max-width: 270px;
        margin: 0 0 -10px;
        align-self: center;
    }
    .product-trd__inner div {
        max-width: 430px;
    }
    .product-trd__inner div h2 {
        font-size: 35px;
    }
    .product-trd__inner div span {
        font-size: 16px;
        text-wrap: balance;
    }
    .product-trd__wrap p {
        border-radius: 10px;
        font-size: 14px;
    }
    .product-trd ul li {
        border-radius: 10px;
    }
}
/* solution------------------------------------------------------------------------------------------- */
.solution-trd {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.solution-trd__titles {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 40px 40px 230px;
    border-radius: 25px;
    background-color: #F9F9F9;
    background-image: url(/image/catalog/landings/trd-js8000/car.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 615px;
    overflow: hidden;
}
.solution-trd__titles h2 {
    color: #020A0A;
    font-size: 64px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    max-width: 857px;
    width: 100%;
}
.solution-trd__titles span {
    color: #E6001D;
    font-size: 35px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;    
}
.solution-trd__wrap {
    width: 100%;
    display: flex;
    gap: 25px;
}
.solution-trd__power {
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 25px;
    background-image: url(/image/catalog/landings/trd-js8000/pattern.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #5B6770;
    max-width: 467px;
    width: 100%;
}
.solution-trd__power b {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.20);
    font-size: 130px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFF 15.9%, #E0E0E0 37.78%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.solution-trd__power h4 {
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 10px 0 25px 0;
}
.solution-trd__power p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.solution-trd__capacity {
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 25px;
    background-image: url(/image/catalog/landings/trd-js8000/solution.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 432px;
    background-color: #F9F9F9;
    max-width: 960px;
    width: 100%;
}
.solution-trd__capacity b {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.20);
    font-size: 130px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(0deg, #B30017 13.85%, #E6001D 38.35%, #E1001C 62.09%, #B30017 89.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.solution-trd__capacity h4 {
    color: #020A0A;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 10px 0 25px 0;
}
.solution-trd__capacity p {
    color: #020A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    max-width: 450px;
    width: 100%;
}

@media screen and (max-width: 1599px) {
    .solution-trd__titles {
        padding: 30px 30px 243px;
        background-size: 531px;
    }
    .solution-trd__titles span {
        font-size: 32px;  
    }
    .solution-trd__power {
        padding: 30px;
        max-width: 400px;
    }
    .solution-trd__capacity {
        padding: 30px;
        background-size: 361px;
    }
    .solution-trd__capacity p {
        max-width: 370px;
    }
}
@media screen and (max-width: 1344px) {
    .solution-trd__titles {
        gap: 15px;
        padding: 30px 30px 223px;
        background-size: 477px;
    }
    .solution-trd__titles h2 {
        font-size: 54px;
        max-width: 711px;
    }
    .solution-trd__titles span {
        font-size: 28px; 
    }
    .solution-trd__power {
        padding: 30px;
        max-width: 357px;
    }
    .solution-trd__power b {
        font-size: 120px;
    }
    .solution-trd__power h4 {
        font-size: 36px;
        margin: 10px 0 20px 0;
    }
    .solution-trd__power p {
        font-size: 18px;
    }
    .solution-trd__capacity {
        padding: 30px;
        background-size: 331px;
    }
    .solution-trd__capacity b {
        font-size: 120px;
    }
    .solution-trd__capacity h4 {
        font-size: 36px;
        margin: 10px 0 20px 0;
    }
    .solution-trd__capacity p {
        font-size: 18px;
        max-width: 326px;
    }
}
@media screen and (max-width: 1199px) {
    .solution-trd {
        gap: 20px;
    }
    .solution-trd__wrap {
        gap: 20px;
    }
    .solution-trd__titles {
        gap: 10px;
        border-radius: 20px;
        padding: 30px 30px 247px;
        background-size: 450px;
    }
    .solution-trd__titles h2 {
        font-size: 46px;
        max-width: 604px;
    }
    .solution-trd__titles span {
        font-size: 26px; 
    }
    .solution-trd__power {
        padding: 30px 30px 186px;
        max-width: 450px;
        border-radius: 20px;
    }
    .solution-trd__power b {
        font-size: 118px;
    }
    .solution-trd__power h4 {
        font-size: 30px;
    }
    .solution-trd__capacity {
        background-size: 268px;
        border-radius: 20px;
    }
    .solution-trd__capacity b {
        font-size: 118px;
    }
    .solution-trd__capacity h4 {
        font-size: 30px;
    }
    .solution-trd__capacity p {
        max-width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .solution-trd {
        gap: 15px;
    }
    .solution-trd__wrap {
        gap: 15px;
    }
    .solution-trd__titles {
        gap: 15px;
        padding: 25px 25px 252px;
        background-size: 349px;
        border-radius: 15px;
    }
    .solution-trd__power {
        padding: 25px 25px 159px;
        max-width: 343px;
        border-radius: 15px;
    }
    .solution-trd__power b {
        font-size: 86px;
    }
    .solution-trd__power h4 {
        font-size: 25px;
    }
    .solution-trd__power p {
        font-size: 16px;
    }
    .solution-trd__capacity {
        padding: 25px;
        background-size: 210px;
        border-radius: 15px;
    }
    .solution-trd__capacity b {
        font-size: 86px;
    }
    .solution-trd__capacity h4 {
        font-size: 25px;
    }
    .solution-trd__capacity p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .solution-trd__wrap {
        flex-direction: column;
    }
    .solution-trd__titles {
        padding: 20px 20px 287px;
        background-size: 350px;
    }
    .solution-trd__titles h2 {
        font-size: 40px;
        text-wrap: balance;
    }
    .solution-trd__titles span {
        font-size: 22px; 
    }
    .solution-trd__power {
        padding: 20px;
        max-width: 100%;
        background-image: url(/image/catalog/landings/trd-js8000/pattern-2.svg);
    }
    .solution-trd__capacity {
        padding: 20px 20px 227px;
        background-size: 252px;
        max-width: 100%;
    }
}
@media screen and (max-width: 567px) {
    .solution-trd__titles {
        padding: 20px 20px 252px;
        background-size: 250px;
        border-radius: 10px;
    }
    .solution-trd__titles h2 {
        font-size: 30px;
    }
    .solution-trd__titles span {
        font-size: 16px; 
    }
    .solution-trd__power {
        border-radius: 10px;
    }
    .solution-trd__power b {
        font-size: 68px;
    }
    .solution-trd__power h4 {
        font-size: 20px;
        margin: 5px 0 15px;
    }
    .solution-trd__power p {
        font-size: 14px;
    }
    .solution-trd__capacity {
        padding: 20px 20px 240px;
        background-size: 250px;
        border-radius: 10px;
    }
    .solution-trd__capacity b {
        font-size: 68px;
    }
    .solution-trd__capacity h4 {
        font-size: 20px;
    }
    .solution-trd__capacity p {
        font-size: 14px;
    }
}

/* battery--------------------------------------------------------------------------------------------- */
.battery-trd {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.battery-trd  h2 {
    color: #020A0A;
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.battery-trd__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: repeat(11, 1fr); */
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}
.battery-trd__capacity {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: end;
    padding: 120px 40px 40px 40px;
    border-radius: 25px;
    background-image: url(/image/catalog/landings/trd-js8000/battery-capacity.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    grid-area: 1 / 1 / 5 / 2;
}
.battery-trd__capacity h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
    background: linear-gradient(0deg, #B30017 13.85%, #E6001D 38.35%, #E1001C 62.09%, #B30017 89.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.battery-trd__capacity h3 b {
    font-size: 130px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;

    background: linear-gradient(0deg, #B30017 13.85%, #E6001D 38.35%, #E1001C 62.09%, #B30017 89.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.battery-trd__capacity p {
    color: #020A0A;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.battery-trd__indication {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 25px;
    padding: 40px;
    background: #F9F9F9;

    grid-area: 1 / 2 / 8 / 3;
}
.battery-trd__indication img {
    width: 672px;
    object-fit: cover;
    margin: 0 -40px 0 0;
}
.battery-trd__indication h3 {
    color: #020A0A;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: auto 0 25px;
}
.battery-trd__indication p {
    color: #020A0A;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; 
    margin: 0;
}
.battery-trd__charging {
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: hidden;
    border-radius: 25px;
    padding: 40px;
    background: #F9F9F9;

    grid-area: 5 / 1 / 12 / 2; 
}
.battery-trd__charging img {
    width: 633px;
    object-fit: cover;
    margin: -190px 0 0 0;
}
.battery-trd__charging h3 {
    color: #020A0A;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 40px 0 25px;
}
.battery-trd__charging p {
    color: #020A0A;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; 
    margin: 0;
}
.battery-trd__resource {
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 25px;
    background-image: url(/image/catalog/landings/trd-js8000/pattern-2.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #5B6770;
    width: 100%;

    grid-area: 8 / 2 / 12 / 3;
}
.battery-trd__resource b {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.20);
    font-size: 130px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFF 15.9%, #E0E0E0 37.78%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.battery-trd__resource h3 {
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 5px 0 25px;
}
.battery-trd__resource p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

@media screen and (max-width: 1599px) {
    .battery-trd__capacity {
        padding: 105px 30px 30px 30px;
    }
    .battery-trd__indication {
        padding: 30px;
    }
    .battery-trd__indication img {
        width: 672px;
        margin: 0 -40px 0 0;
    }
    .battery-trd__indication h3 {
        margin: 40px 0 25px;
    }
    .battery-trd__charging {
        padding: 30px;
    }
    .battery-trd__charging img {
        width: 553px;
        margin: -190px 0 0 0;
    }
    .battery-trd__resource {
        padding: 30px;
    }
    .battery-trd__resource h3 {
        margin: 5px 0 25px;
    }
}
@media screen and (max-width: 1344px) {
    .battery-trd__capacity {
        padding: 111px 30px 30px 30px;
    }
    .battery-trd__capacity h3 {
        font-size: 36px;
    }
    .battery-trd__capacity h3 b {
        font-size: 120px;
    }
    .battery-trd__capacity p {
        font-size: 18px;
    }
    .battery-trd__indication img {
        width: 580px;
    }
    .battery-trd__indication h3 {
        font-size: 36px;
        margin: 30px 0 20px;
    }
    .battery-trd__indication p {
        font-size: 18px;
    }
    .battery-trd__charging img {
        width: 488px;
        margin: -190px 0 0 0;
    }
    .battery-trd__charging h3 {
        font-size: 36px;
        margin: 30px 0 20px;
    }
    .battery-trd__charging p {
        font-size: 18px;
    }
    .battery-trd__resource b {
        font-size: 120px;
    }
    .battery-trd__resource h3 {
        font-size: 36px;
        margin: 5px 0 20px;
    }
    .battery-trd__resource p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .battery-trd {
        gap: 40px;
    }
    .battery-trd  h2 {
        font-size: 50px;
    }
    .battery-trd__wrap {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .battery-trd__capacity {
        gap: 20px;
        padding: 130px 30px 30px 30px;
        border-radius: 20px;
    }
    .battery-trd__capacity h3 {
        font-size: 34px;
    }
    .battery-trd__capacity h3 b {
        font-size: 110px;
    }
    .battery-trd__indication {
        border-radius: 20px;
    }
    .battery-trd__indication img {
        width: 510px;
    }
    .battery-trd__indication h3 {
        font-size: 30px;
    }
    .battery-trd__charging {
        border-radius: 20px;
    }
    .battery-trd__charging img {
        width: 390px;
        margin: -190px 0 0 0;
    }
    .battery-trd__charging h3 {
        font-size: 30px;
    }
    .battery-trd__resource {
        border-radius: 20px;
    }
    .battery-trd__resource b {
        font-size: 110px;
    }
    .battery-trd__resource h3 {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .battery-trd  h2 {
        font-size: 40px;
    }
    .battery-trd__wrap {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .battery-trd__capacity {
        padding: 130px 25px 25px 25px;
        border-radius: 15px;
    }
    .battery-trd__capacity h3 {
        font-size: 25px;
    }
    .battery-trd__capacity h3 b {
        font-size: 86px;
    }
    .battery-trd__capacity p {
        font-size: 16px;
    }
    .battery-trd__indication {
        border-radius: 15px;
        padding: 25px;
    }
    .battery-trd__indication img {
        width: 362px;
    }
    .battery-trd__indication h3 {
        font-size: 25px;
        margin: 25px 0 20px;
    }
    .battery-trd__indication p {
        font-size: 16px;
    }
    .battery-trd__charging {
        border-radius: 15px;
        padding: 25px;
    }
    .battery-trd__charging img {
        width: 293px;
    }
    .battery-trd__charging h3 {
        font-size: 25px;
        margin: 25px 0 20px;
    }
    .battery-trd__charging p {
        font-size: 16px;
    }
    .battery-trd__resource {
        border-radius: 15px;
        padding: 25px;
    }
    .battery-trd__resource b {
        font-size: 86px;
    }
    .battery-trd__resource h3 {
        font-size: 25px;
    }
    .battery-trd__resource p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .battery-trd {
        gap: 30px;
    }
    .battery-trd__wrap {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .battery-trd__capacity {
        padding: 20px;
    }
    .battery-trd__indication {
        padding: 20px;
    }
    .battery-trd__indication img {
        width: 370px;
        rotate: -90deg;
        align-self: center;
        margin: -115px 0 75px 0;
    }
    .battery-trd__indication h3 {
        margin: 20px 0 10px;
    }
    .battery-trd__charging {
        padding: 20px;
    }
    .battery-trd__charging img {
        width: 293px;
        margin: -70px 0 0 0;
        align-self: center;
    }
    .battery-trd__charging h3 {
        margin: 20px 0 10px;
    }
    .battery-trd__resource {
        padding: 20px;
    }
}
@media screen and (max-width: 567px) {
    .battery-trd  h2 {
        font-size: 30px;
    }
    .battery-trd__capacity {
        border-radius: 10px;
    }
    .battery-trd__capacity h3 {
        font-size: 20px;
    }
    .battery-trd__capacity h3 b {
        font-size: 68px;
    }
    .battery-trd__capacity p {
        font-size: 14px;
    }
    .battery-trd__indication {
        border-radius: 10px;
    }
    .battery-trd__indication img {
        width: 330px;
        margin: -115px -40px 60px -40px;
    }
    .battery-trd__indication h3 {
        font-size: 20px;
    }
    .battery-trd__indication p {
        font-size: 14px;
    }
    .battery-trd__charging {
        border-radius: 10px;
    }
    .battery-trd__charging h3 {
        font-size: 20px;
    }
    .battery-trd__charging img {
        width: 230px;
        margin: -50px 0 0 0;
    }
    .battery-trd__charging p {
        font-size: 14px;
    }
    .battery-trd__resource {
        border-radius: 10px;
    }
    .battery-trd__resource b {
        font-size: 68px;
    }
    .battery-trd__resource h3 {
        font-size: 20px;
    }
    .battery-trd__resource p {
        font-size: 14px;
    }
}


/* components----------------------------------------------------------------------------------------- */
.components-trd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    border-radius: 25px;
    background-color: #F9F9F9;
}
.components-trd img {
    max-width: 600px;
    width: 100%;
}
.components-trd__info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 685px;
}
.components-trd__info h2 {
    color:  #020A0A;
    font-size: 64px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.components-trd__info p {
    color: #020A0A;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; 
    margin: 0;
}

@media screen and (max-width: 1599px) {
    .components-trd {
        padding: 30px;
        gap: 30px;
    }
    .components-trd img {
        max-width: 565px;
    }
    .components-trd__info {
        gap: 30px;
        max-width: 595px;
    }
    .components-trd__info h2 {
        font-size: 56px;
    }
}
@media screen and (max-width: 1344px) {

    .components-trd img {
        max-width: 500px;
    }
    .components-trd__info {
        max-width: 530px;
    }
    .components-trd__info h2 {
        font-size: 50px;
    }
    .components-trd__info p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .components-trd {
        border-radius: 20px;
    }
    .components-trd img {
        max-width: 410px;
    }
    .components-trd__info {
        max-width: 420px;
        gap: 20px;
    }
    .components-trd__info h2 {
        font-size: 39px;
    }
}
@media screen and (max-width: 991px) {
    .components-trd {
        padding: 20px;
        gap: 20px;
        border-radius: 15px;
    }
    .components-trd img {
        max-width: 300px;
    }
    .components-trd__info {
        max-width: 330px;
    }
    .components-trd__info h2 {
        font-size: 30px;
        text-wrap: balance;
    }
    .components-trd__info p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .components-trd {
        padding: 25px;
        flex-direction: column;
    }
    .components-trd img {
        max-width: 343px;
    }
    .components-trd__info {
        max-width: 100%;
    }
}
@media screen and (max-width: 567px) {
    .components-trd {
        padding: 20px;
        gap: 20px;
        border-radius: 10px;
    }
    .components-trd__info {
        gap: 10px;
    }
    .components-trd__info h2 {
        font-size: 21px;
    }
    .components-trd__info p {
        font-size: 14px;
    }
}

/* opportunity---------------------------------------------------------------------------------------- */
.opportunity-trd {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.opportunity-trd h2 {
    color: #020A0A;
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    text-wrap: balance;
}
.opportunity-trd ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    width: 100%;
}
.opportunity-trd ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 40px;
    border-radius: 25px;
    background-color: #F9F9F9;
    width: 100%;
}
.opportunity-trd ul li h4 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    margin: 0;
}
.opportunity-trd ul li img {
    max-width: 264px;
    width: 100%;
}
@media screen and (max-width: 1599px) {
    .opportunity-trd ul li {
        gap: 30px;
        padding: 30px;
    }
}
@media screen and (max-width: 1344px) {
    .opportunity-trd h2 {
        font-size: 54px;
    }
    .opportunity-trd ul li {
        gap: 15px;
        padding: 30px 18px;
    }

}
@media screen and (max-width: 1199px) {
    .opportunity-trd {
        gap: 40px;
    }
    .opportunity-trd h2 {
        font-size: 46px;
    }
    .opportunity-trd ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
    }
    .opportunity-trd ul li {
        padding: 30px;
        border-radius: 20px;
    }
}
@media screen and (max-width: 991px) {
    .opportunity-trd ul {
        gap: 15px;
    }
    .opportunity-trd ul li {
        padding: 25px;
        border-radius: 15px;
        gap: 10px;
    }
}
@media screen and (max-width: 767px){
    .opportunity-trd {
        gap: 30px;
    }
    .opportunity-trd h2 {
        font-size: 34px;
    }
    .opportunity-trd ul li h4 {
        font-size: 20px;
        max-width: 223px;
    }
    .opportunity-trd ul li {
        padding: 20px;
    }
}
@media screen and (max-width: 567px) {
    .opportunity-trd h2 {
        font-size: 26px;
    }
    .opportunity-trd ul {
        display: flex;
        flex-direction: column;
    }
    .opportunity-trd h4 {
        font-size: 16px;
        max-width: 170px;
    }
    .opportunity-trd ul li {
        border-radius: 10px;
    }
}

/* protection---------------------------------------------------------------------------------------------------- */
.protection-trd {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.protection-trd h2 {
    color: #020A0A;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.protection-trd__wrap {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    width: 100%;
    margin: 50px 0 25px;
}
.protection-trd__pic {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 25px;
    background-color: #5B6770;
    width: 100%;
    max-width: 713px;
}
.protection-trd__pic img {
    max-width: 633px;
    width: 100%;
}
.protection-trd__inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}
.protection-trd__inner .protection-trd__text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 40px;
    background-color: #5B6770;
    border-radius: 25px;
}
.protection-trd__info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 40px;
    background-color: #5B6770;
    border-radius: 25px;
    background-image: url(/image/catalog/landings/trd-js8000/pattern-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.protection-trd__info h3 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.protection-trd__info p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0
}

.protection-trd ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.protection-trd ul li {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 40px;
    border-radius: 25px;
    background-color: #F9F9F9;
    max-width: 467px;
    width: 100%;
}
.protection-trd ul li img {
    max-width: 80px;
    width: 100%;
}
.protection-trd ul li span {
    color: #020A0A;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
}

@media screen and (max-width: 1599px) {
    .protection-trd__pic {
        padding: 30px;
        max-width: 613px;
    }
    .protection-trd__inner .protection-trd__text {
        padding: 30px;
    }
    .protection-trd__info {
        padding: 30px;
    }
    .protection-trd ul li {
        padding: 30px;
        max-width: 400px;
    }
}
@media screen and (max-width: 1344px) {
    .protection-trd h2 {
        font-size: 54px;
    }
    .protection-trd__pic {
        max-width: 548px;
    }
    .protection-trd__inner .protection-trd__text {
        font-size: 18px;
    }
    .protection-trd__info {
        gap: 20px;
    }
    .protection-trd__info h3 {
        font-size: 36px;
    }
    .protection-trd__info p {
        font-size: 18px;
    }
    .protection-trd ul li {
        gap: 30px;
        max-width: 357px;
    }
    .protection-trd ul li img {
        max-width: 70px;
    }
    .protection-trd ul li span {
        font-size: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .protection-trd h2 {
        font-size: 46px;
    }
    .protection-trd__wrap {
        gap: 20px;
        margin: 40px 0 20px;
    }
    .protection-trd__pic {
        border-radius: 20px;
        max-width: 450px;
    }
    .protection-trd__inner {
        gap: 20px;
    }
    .protection-trd__inner .protection-trd__text {
        border-radius: 20px;
    }
    .protection-trd__info {
        border-radius: 20px;
    }
    .protection-trd__info h3 {
        font-size: 30px;
    }
    .protection-trd ul li {
        gap: 20px;
        border-radius: 20px;
        max-width: 293px;
    }
    .protection-trd ul li img {
        max-width: 50px;
    }
    .protection-trd ul li span {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .protection-trd__wrap {
        gap: 15px;
        margin: 40px 0 15px;
        flex-direction: column;
    }
    .protection-trd__pic {
        border-radius: 15px;
        padding: 25px;
        max-width: 100%;
    }
    .protection-trd__pic img {
        max-width: 423px;
    }
    .protection-trd__inner {
        gap: 15px;
    }
    .protection-trd__inner .protection-trd__text {
        border-radius: 15px;
        padding: 25px;
        font-size: 16px;
    }
    .protection-trd__info {
        border-radius: 15px;
        gap: 10px;
        padding: 25px;
    }
    .protection-trd__info p {
        font-size: 16px;
    }
    .protection-trd ul li {
        gap: 15px;
        border-radius: 15px;
        max-width: 223px;
        padding: 20px;
    }
}
@media screen and (max-width: 767px){
    .protection-trd h2 {
        font-size: 40px;
    }
    .protection-trd__wrap {
        margin: 30px 0 15px;
    }
    .protection-trd__pic {
        padding: 20px;
    }
    .protection-trd__inner .protection-trd__text {
        padding: 20px;
    }
    .protection-trd__info {
        padding: 20px;
    }
    .protection-trd ul {
        flex-direction: column;
        gap: 15px;
    }
    .protection-trd ul li {
        gap: 20px;
        max-width: 100%;
    }
}
@media screen and (max-width: 567px) {
    .protection-trd h2 {
        font-size: 30px;
    }
    .protection-trd__pic {
        border-radius: 10px;
    }
    .protection-trd__inner .protection-trd__text {
        border-radius: 10px;
        font-size: 14px;
    }
    .protection-trd__info {
        border-radius: 10px;
        gap: 15px;
    }
    .protection-trd__info h3 {
        font-size: 20px;
    }
    .protection-trd__info p {
        font-size: 14px;
    }
    .protection-trd ul li {
        border-radius: 10px;
        padding: 15px 20px;
    }
    .protection-trd ul li span {
        font-size: 14px;
    }
}


/* construction------------------------------------------------------------------------------- */
.construction-trd {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.construction-trd h2 {
    color: #020A0A;
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.construction-trd__wrap {
    display: flex;
    gap: 25px;
}
.construction-trd__inner {
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    background-color: #F9F9F9;
    padding: 40px;
    width: 100%;
    max-width: 50%;
}
.construction-trd__inner img {
    max-width: 633px;
    width: 100%;
}
.construction-trd__inner h3 {
    color: #020A0A;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 40px 0 25px;
}
.construction-trd__inner p {
    color: #020A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin: 0;
}

@media screen and (max-width: 1599px) {
    .construction-trd__inner {
        padding: 30px;
    }
    .construction-trd__inner h3 {
        margin: 30px 0 25px;
    }
}
@media screen and (max-width: 1344px) {
    .construction-trd h2 {
        font-size: 54px;
    }
    .construction-trd__inner h3 {
        font-size: 36px;
        margin: 30px 0 20px;
    }
    .construction-trd__inner p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .construction-trd h2 {
        font-size: 46px;
    }
    .construction-trd__inner {
        border-radius: 20px;
    }
    .construction-trd__inner h3 {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .construction-trd {
        gap: 40px;
    }
    .construction-trd__wrap {
        gap: 15px;
        flex-direction: column;
    }
    .construction-trd__inner {
        border-radius: 15px;
        padding: 25px;
        max-width: 100%;
    }
    .construction-trd__inner img {
        align-self: center;
    }
    .construction-trd__inner h3 {
        margin: 25px 0 10px;
    }
    .construction-trd__inner p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .construction-trd {
        gap: 30px;
    }
    .construction-trd h2 {
        font-size: 40px;
    }
    .construction-trd__inner {
        padding: 20px;
    }
    .construction-trd__inner h3 {
        margin: 20px 0 10px;
    }
}
@media screen and (max-width: 567px) {
    .construction-trd h2 {
        font-size: 30px;
    }
    .construction-trd__inner {
        border-radius: 10px;
    }
    .construction-trd__inner h3 {
        font-size: 20px;
    }
    .construction-trd__inner p {
        font-size: 14px;
    }
}


/* additionally-------------------------------------------------------------------------------------- */
.additionally-trd {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.additionally-trd h2 {
    color: #020A0A;
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.additionally-trd__wrap {
    display: flex;
    gap: 24px;
    width: 100%;
}
.additionally-trd__inner {
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 25px;
    background-color: #5B6770;
    background-image: url(/image/catalog/landings/trd-js8000/additionally-bg-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 336px;
    width: 100%;
    max-width: 50%;
}
.additionally-trd__inner:nth-child(2) {
    background-image: url(/image/catalog/landings/trd-js8000/additionally-bg-2.svg);
    background-size: 282px;
}
.additionally-trd__inner img {
    max-width: 100px;
    width: 100%;
}
.additionally-trd__inner h3 {
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 40px 0 25px;
}
.additionally-trd__inner p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

@media screen and (max-width: 1599px) {
    .additionally-trd__inner {
        padding: 30px;
    }
}
@media screen and (max-width: 1344px) {
    .additionally-trd h2 {
        font-size: 54px;
    }
    .additionally-trd__wrap {
        gap: 25px;
    }
    .additionally-trd__inner h3 {
        font-size: 36px;
        margin: 30px 0 20px;
    }
    .additionally-trd__inner p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .additionally-trd {
        gap: 40px;
    }
    .additionally-trd h2 {
        font-size: 46px;
    }
    .additionally-trd__wrap {
        gap: 20px;
    }
    .additionally-trd__inner {
        border-radius: 20px;
        background-size: 257px;
    }
    .additionally-trd__inner:nth-child(2) {
        background-size: 221px;
    }
    .additionally-trd__inner img {
        max-width: 80px;
    }
    .additionally-trd__inner h3 {
        font-size: 30px;
        margin: 30px 0 10px;
    }
}
@media screen and (max-width: 991px) {
    .additionally-trd__wrap {
        gap: 15px;
    }
    .additionally-trd__inner {
        border-radius: 15px;
        padding: 25px;
    }
    .additionally-trd__inner img {
        max-width: 80px;
    }
    .additionally-trd__inner h3 {
        font-size: 25px;
        margin: 30px 0 20px;
    }
    .additionally-trd__inner p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .additionally-trd {
        gap: 30px;
    }
    .additionally-trd h2 {
        font-size: 40px;
    }
    .additionally-trd__wrap {
        flex-direction: column;
    }
    .additionally-trd__inner {
        padding: 20px;
        max-width: 100%;
    }
    .additionally-trd__inner h3 {
        margin: 20px 0 10px;
    }
}
@media screen and (max-width: 567px) {
    .additionally-trd h2 {
        font-size: 24px;
    }
    .additionally-trd__inner {
        border-radius: 10px;
        background-size: 217px;
    }
    .additionally-trd__inner img {
        max-width: 60px;
    }
    .additionally-trd__inner h3 {
        font-size: 20px;
    }
    .additionally-trd__inner p {
        font-size: 14px;
    }
}

/* guarantee------------------------------------------------------------------- */
.guarantee-trd {
    display: flex;
    gap: 25px;
}
.guarantee-trd__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    border-radius: 25px;
    background-color: #F9F9F9;
    width: 100%;
    max-width: 50%;
}
.guarantee-trd__title b {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.10);
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
    background: linear-gradient(0deg, #B30017 13.85%, #E6001D 38.35%, #E1001C 62.09%, #B30017 89.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.guarantee-trd__title h2 {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    background: linear-gradient(0deg, #B30017 13.85%, #E6001D 38.35%, #E1001C 62.09%, #B30017 89.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.guarantee-trd__info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 40px;
    border-radius: 25px;
    background-color: #F9F9F9;
    width: 100%;
    max-width: 50%;
}
.guarantee-trd__info h3 {
    color: #020A0A;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.guarantee-trd__info p {
    color: #020A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin: 0;
}

@media screen and (max-width: 1599px) {
    .guarantee-trd__title {
        padding: 30px;
    }
    .guarantee-trd__title b {
        font-size: 89px;
    }
    .guarantee-trd__title h2 {
        font-size: 56px;
    }
    .guarantee-trd__info {
        padding: 30px;
    }
}
@media screen and (max-width: 1344px) {
    .guarantee-trd__title b {
        font-size: 78px;
    }
    .guarantee-trd__title h2 {
        font-size: 49px;
    }
    .guarantee-trd__info {
        gap: 20px;
    }
    .guarantee-trd__info h3 {
        font-size: 36px;
    }
    .guarantee-trd__info p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .guarantee-trd {
        gap: 20px;
    }
    .guarantee-trd__title {
        border-radius: 20px;
    }
    .guarantee-trd__title b {
        font-size: 63px;
    }
    .guarantee-trd__title h2 {
        font-size: 39px;
    }
    .guarantee-trd__info {
        border-radius: 20px;
    }
}
@media screen and (max-width: 991px) {
    .guarantee-trd {
        gap: 15px;
        flex-direction: column;
    }
    .guarantee-trd__title {
        border-radius: 15px;
        padding: 25px;
        max-width: 100%;
    }
    .guarantee-trd__title b {
        font-size: 68px;
    }
    .guarantee-trd__title h2 {
        font-size: 44px;
    }
    .guarantee-trd__info {
        border-radius: 15px;
        padding: 25px;
        max-width: 100%;
    }
    .guarantee-trd__info h3 {
        font-size: 25px;
    }
    .guarantee-trd__info p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .guarantee-trd__title {
        padding: 20px;
    }
    .guarantee-trd__info {
        padding: 20px;
        gap: 10px;
    }
}
@media screen and (max-width: 567px) {
    .guarantee-trd__title {
        border-radius: 10px;
    }
    .guarantee-trd__title b {
        font-size: 37px;
    }
    .guarantee-trd__title h2 {
        font-size: 22px;
    }
    .guarantee-trd__info {
        border-radius: 10px;
    }
    .guarantee-trd__info h3 {
        font-size: 20px;
    }
    .guarantee-trd__info p {
        font-size: 14px;
    }
}