.mb-title-non-breaking {
    white-space: nowrap
}

html {
    box-sizing: border-box
}

*, *::after, *::before {
    box-sizing: inherit
}

.home-btn {
    width: 200px;
    height: 50px;
    /* background: #00ADEF; */
    color: #fff;
    padding: 16px 0px;
    font: normal 400 13px/18px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .home-btn {
        width: 140px;
        height: 40px;
        padding: 11px 0px;
        font-weight: normal
    }
}

.home-btn--red {
    background: #c00
}

body[data-theme="amg"] .eq-brand .home-btn--red {
    background: #00ADEF
}

body[data-theme="eq"] .eq-brand .home-btn--red {
    background: #00ADEF
}

.home-btn--gray {
    background: #666
}

.home-btn--eqblue, .home-btn--mbblue {
    background: #00ADEF
}

.home-btn--amgred {
    background: #c00
}

.home-btn--shegreen {
    background: #63ccad
}

.home-btn--green {
    background: #63ccad
}

a.home-btn {
    display: inline-block;
    text-align: center
}

.text-btn {
    font: normal 400 13px/18px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #333;
    font-weight: 500;
    padding-bottom: 4px;
    border-bottom: none
}

.text-btn::before {
    color: #333;
    position: relative;
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%;
    padding-right: 6px;
    font-size: 12px;
    top: 1px
}

.text-btn:hover {
    color: #00ADEF
}

.text-btn:hover::before {
    color: #00ADEF
}

@media screen and (max-width: 767px) {
    .text-btn {
        font: normal 400 13px/18px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        color: #fff;
        font-weight: 500;
        padding-bottom: 4px;
        border-bottom: none
    }

    .text-btn::before {
        color: #fff;
        position: relative;
        content: "";
        font-family: "cn-icons" !important;
        font-weight: normal;
        font-size: 100%;
        padding-right: 6px;
        font-size: 12px;
        top: 1px
    }

    .text-btn:hover {
        color: #00ADEF
    }

    .text-btn:hover::before {
        color: #00ADEF
    }
}

.full-width-panel {
    margin-top: 70px;
    margin-bottom: 0px;
    position: relative
}

@media screen and (max-width: 767px) {
    .full-width-panel {
        margin-top: 20px
    }
}

.full-width-panel__wrapper {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%
}

@media screen and (max-width: 767px) {
    .full-width-panel__wrapper {
        transform: none;
        max-width: none;
        margin: 0;
        width: 100%;
        left: 0;
        bottom: 0
    }
}

.full-width-panel__article {
    width: 300px;
    padding: 20px 36px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
    .full-width-panel__article {
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        top: initial;
        bottom: 0;
        transform: none
    }

    .full-width-panel__article .alt-btn {
        border-bottom: 1px solid #fff;
        color: #fff
    }
}

@media screen and (max-width: 767px) {
    .full-width-panel__article.promo-panel-content {
        color: #fff
    }
}

@media screen and (max-width: 767px) {
    .full-width-panel__article.promo-panel-content .text-btn, .full-width-panel__article.promo-panel-content .text-btn::before {
        color: #fff
    }
}

.full-width-panel__article .promo-panel-content__title {
    margin-bottom: 20px;
    font-weight: normal
}

@media screen and (max-width: 767px) {
    .full-width-panel__article .promo-panel-content__title {
        font-weight: 600
    }
}

@media screen and (min-width: 768px) {
    .full-width-panel__article .promo-panel-content__info {
        font-weight: 300
    }
}

@media screen and (max-width: 767px) {
    .full-width-panel__article .promo-panel-content__info {
        display: none
    }
}

.vehicle-panel {
    margin-top: 60px;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .vehicle-panel {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.vehicle-panel__container {
    position: relative
}

.vehicle-panel .section-header__subtitle {
    margin-top: 30px;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .vehicle-panel .section-header__subtitle {
        letter-spacing: .6px
    }
}

@media screen and (min-width: 768px) {
    .vehicle-panel .section-header__subtitle {
        margin-top: 0;
        margin-bottom: 41px
    }
}

.vehicle-panel__list {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

.vehicle-panel__item {
    cursor: pointer;
    position: relative;
    width: 20%;
    float: left;
    border-right: 1px solid #fff;
    height: 100%
}

@media screen and (max-width: 767px) {
    .vehicle-panel__item {
        width: 100%;
        height: 20%;
        border-right: none;
        border-bottom: 1px solid #fff
    }
}

.vehicle-panel__item:last-of-type {
    border-right: none
}

@media screen and (max-width: 767px) {
    .vehicle-panel__item:last-of-type {
        border-bottom: none
    }
}

.vehicle-panel__item:hover {
    background: rgba(0, 0, 0, 0.38)
}

.vehicle-panel__item:hover .vehicle-panel__item-text {
    top: calc(100% - 160px)
}

@media screen and (max-width: 767px) {
    .vehicle-panel__item:hover .vehicle-panel__item-text {
        top: 50%
    }
}

.vehicle-panel__item:hover .vehicle-panel__item-text::before {
    color: #333;
    background: #fff
}

@media screen and (min-width: 768px) {
    .vehicle-panel__item.eq-item .vehicle-panel__item-text {
        width: 100px;
        max-width: 100px
    }
}

.vehicle-panel__item-text {
    position: absolute;
    top: calc(100% - 140px);
    left: 50%;
    transform: translateX(-50%);
    max-width: 95px;
    text-align: center;
    font: normal 400 20px/28px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #fff
}

@media screen and (max-width: 767px) {
    .vehicle-panel__item-text {
        left: 20px;
        right: 27px;
        top: 50%;
        transform: translateY(-50%);
        font: normal 400 16px/25px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        max-width: unset;
        text-align: left;
        font-weight: 600;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.36)
    }
}

.vehicle-panel__item-text::before {
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    color: #fff
}

@media screen and (max-width: 767px) {
    .vehicle-panel__item-text::before {
        width: 25px;
        height: 25px;
        display: inline-block;
        float: right;
        line-height: 25px;
        margin-bottom: 0px
    }
}

.promo-panel {
    margin-top: 10px;
    position: relative
}

@media screen and (max-width: 767px) {
    .promo-panel {
        margin-top: 20px
    }
}

.promo-panel .section-header__subtitle {
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .promo-panel .section-header__subtitle {
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .promo-panel--primary .section-header__subtitle {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 767px) {
    .promo-panel--primary .promo-panel__wrapper--1 {
        margin: 0 20px
    }
}

@media screen and (max-width: 767px) {
    .promo-panel--primary .promo-panel-item__content {
        text-align: center;
        position: static;
        display: block;
        padding-left: 0;
        padding-top: 40px;
        margin-bottom: 40px;
        color: #333
    }
}

@media screen and (max-width: 767px) {
    .promo-panel--primary .promo-panel-content__title {
        font-weight: 500;
        margin-bottom: 10px;
        color: #333;
        line-height: 1.75
    }
}

@media screen and (max-width: 767px) {
    .promo-panel--primary .promo-panel-content__info {
        margin-bottom: 20px;
        line-height: 28px
    }
}

@media screen and (max-width: 767px) {
    .promo-panel--primary .promo-panel-content__link::before {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .promo-panel--primary .promo-panel-content__link {
        color: #fff;
        font-weight: normal;
        min-width: 140px;
        line-height: 40px;
        text-align: center;
        background: #00ADEF;
        padding-bottom: 0
    }
}

.promo-panel.promo-panel--full-width .wrapper {
    margin: 0
}

@media screen and (min-width: 768px) {
    .promo-panel.promo-panel--full-width .wrapper {
        width: 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 980px) {
    .promo-panel.promo-panel--full-width .wrapper {
        width: 100%;
        max-width: 100%
    }
}

.promo-panel.promo-panel__zoom .promo-panel__item {
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .promo-panel.promo-panel__zoom .promo-panel__item img {
        transform: matrix(1, 0, 0, 1, 0, 0);
        transition: transform 1s
    }
}

@media screen and (min-width: 768px) {
    .promo-panel.promo-panel__zoom .promo-panel__item:hover img {
        transform: matrix(1.07, 0, 0, 1.07, 0, 0);
        transition: transform 1s
    }
}

@media screen and (max-width: 767px) {
    .promo-panel__wrapper--1 {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .promo-panel__wrapper--2 .promo-panel__item {
        width: calc(50% - 5px);
        float: left
    }

    .promo-panel--full-width .promo-panel__wrapper--2 .promo-panel__item {
        width: 100%
    }
}

.promo-panel__wrapper--2 .promo-panel__item:last-of-type {
    margin-left: 10px
}

.promo-panel--full-width .promo-panel__wrapper--2 .promo-panel__item:last-of-type {
    margin-left: 15px
}

@media screen and (max-width: 767px) {
    .promo-panel__wrapper--2 .promo-panel__item:last-of-type {
        margin-left: 0;
        float: right
    }
}

@media screen and (max-width: 767px) {
    .promo-panel__wrapper--2 .promo-panel-item__content {
        position: static;
        padding-left: 0;
        padding-top: 10px
    }

    .promo-panel--full-width .promo-panel__wrapper--2 .promo-panel-item__content {
        position: absolute;
        padding-left: 20px
    }
}

@media screen and (max-width: 767px) {
    .promo-panel__wrapper--2 .promo-panel-item__title {
        margin-bottom: 5px;
        color: #333;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .promo-panel__wrapper--2 .promo-panel-content--white .promo-panel-content__link, .promo-panel__wrapper--2 .promo-panel-content--white .promo-panel-content__link::before {
        color: black;
        font-weight: normal
    }

    .promo-panel--full-width .promo-panel__wrapper--2 .promo-panel-content--white .promo-panel-content__link, .promo-panel--full-width .promo-panel__wrapper--2 .promo-panel-content--white .promo-panel-content__link::before {
        color: white
    }

    body[data-theme="renovation-black"] .promo-panel__wrapper--2 .promo-panel-content--white .promo-panel-content__link, body[data-theme="renovation-black"] .promo-panel__wrapper--2 .promo-panel-content--white .promo-panel-content__link::before {
        color: #00ADEF
    }
}

@media screen and (max-width: 767px) {
    .promo-panel--full-width .promo-panel__wrapper--2 .promo-panel-content--white {
        color: white
    }
}

@media screen and (max-width: 767px) {
    .promo-panel__wrapper--2 .promo-panel-item__content {
        color: black
    }

    body[data-theme="renovation-black"] .promo-panel__wrapper--2 .promo-panel-item__content {
        color: #fff
    }
}

.promo-panel__wrapper--3>li {
    margin-right: 5px
}

@media screen and (max-width: 767px) {
    .promo-panel__wrapper--3>li {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.promo-panel__wrapper--3>li:last-of-type {
    margin-right: 0px
}

@media screen and (max-width: 767px) {
    .promo-panel__wrapper--3>li:last-of-type {
        margin-bottom: 0
    }
}

.promo-panel__item {
    width: 100%;
    float: left
}

@media screen and (max-width: 767px) {
    .promo-panel__item {
        float: none
    }

    .promo-panel--full-width .promo-panel__item {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .promo-panel__item--medium {
        width: 460px
    }

    .promo-panel--full-width .promo-panel__item--medium {
        width: calc((100% - 15px) * 2 / 3)
    }
}

@media screen and (min-width: 980px) {
    .promo-panel__item--medium {
        width: 620px
    }

    .promo-panel--full-width .promo-panel__item--medium {
        width: calc((100% - 15px) * 2 / 3)
    }
}

@media screen and (min-width: 768px) {
    .promo-panel__item--small {
        width: 230px
    }

    .promo-panel--full-width .promo-panel__item--small {
        width: calc((100% - 15px) * 1 / 3)
    }
}

@media screen and (min-width: 980px) {
    .promo-panel__item--small {
        width: 310px
    }

    .promo-panel--full-width .promo-panel__item--small {
        width: calc((100% - 15px) * 1 / 3)
    }
}

.promo-panel__wrapper--AMG {
    margin-bottom: -40px
}

@media screen and (max-width: 767px) {
    .promo-panel__wrapper--1 {
        margin: 0 20px
    }
}

@media screen and (min-width: 980px) {
    .promo-panel__wrapper--2 .promo-panel__item--enhance img {
        height: 300px
    }
}

@media screen and (max-width: 767px) {
    .promo-panel__wrapper--2 .promo-panel__item--enhance img {
        width: 100%
    }
}

.promo-panel__item, .tile-content {
    position: relative
}

.promo-panel-content--black {
    width: 100%
}

.promo-panel-content--black div {
    width: 100%
}

.promo-panel-content__hide {
    display: none
}

@media screen and (min-width: 980px) {
    .promo-panel__item--enhance .promo-panel__image--enhance {
        cursor: pointer
    }
}

.promo-panel__item--enhance .promo-panel-item__content {
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: auto;
    bottom: 0px
}

@media screen and (max-width: 767px) {
    .promo-panel__item--enhance .promo-panel-item__content {
        height: auto;
        margin-top: -34px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px
    }
}

.promo-panel__item--enhance .promo-panel-content__title {
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    min-height: 44px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: white;
    margin-bottom: 0px;
    transform: scaleX(1);
    width: 100%
}

@media screen and (max-width: 767px) {
    .promo-panel__item--enhance .promo-panel-content__title {
        min-height: 34px;
        padding: 5px 0;
        font-size: 13px;
        line-height: 1.38
    }
}

.promo-panel__item--enhance .promo-panel-content__group {
    display: none
}

.enlarge-hover {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

@media screen and (max-width: 767px) {
    .enlarge-hover {
        width: 100%;
        height: 320px;
        right: 0px
    }
}

.enlarge-hover picture {
    width: 470px;
    position: relative
}

.enlarge-hover__detail-article {
    padding: 20px 0;
    text-align: center;
    color: white
}

.enlarge-hover__detail-article p {
    line-height: 1.7;
    text-align: left;
    width: auto;
    max-width: 600px;
    margin: auto
}

@media screen and (max-width: 767px) {
    .enlarge-hover__detail-article {
        width: 100%;
        max-width: unset;
        padding: 20px 0px;
        margin-top: 25px;
        text-align: center;
        white-space: normal;
        display: none
    }
}

.enlarge-hover__detail-title {
    color: white;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    font-family: "SimSun";
    max-height: 75px;
    text-overflow: ellipsis;
    transform: scaleX(0.7);
    transform-origin: left;
    width: 142.857143%
}

@media screen and (max-width: 767px) {
    .enlarge-hover__detail-title {
        font: normal 500 18px/25px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
    }
}

.enlarge-hover__detail-info {
    font: normal 500 16px/35px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .enlarge-hover__detail-info {
        font: normal 500 13px/35px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
    }
}

.enlarge-hover__active {
    display: -ms-flexbox;
    display: flex
}

.enlarge-hover__active .wrapper {
    position: relative
}

.fixed-closing-btn {
    position: absolute;
    top: 102px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    opacity: 0.6;
    transition: transform ease .5s 0s;
    cursor: pointer;
    z-index: 400;
    transform: rotate(45deg)
}

@media screen and (max-width: 767px) {
    .fixed-closing-btn {
        width: 16px;
        height: 16px
    }
}

.fixed-closing-btn::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    background-color: rgba(0, 0, 0, 0.9)
}

@media screen and (max-width: 767px) {
    .fixed-closing-btn::before {
        width: 6px;
        height: 1px;
        top: calc(50% - 0.5px);
        left: calc(50% - 3px)
    }
}

.fixed-closing-btn::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 1px);
    background-color: rgba(0, 0, 0, 0.9)
}

@media screen and (max-width: 767px) {
    .fixed-closing-btn::after {
        width: 1px;
        height: 6px;
        top: calc(50% - 3px);
        left: calc(50% - 0.5px)
    }
}

.enhance-mobile__one .maintain-repair-navigation-list__items {
    display: -ms-flexbox;
    display: flex
}

.enhance-mobile__one .maintain-repair-navigation-list__items .maintain-repair-navigation-list__item:first-child {
    margin-right: 20px
}

.enhance-mobile__one .maintain-repair-navigation-list__items .wrapper {
    margin: 0px
}

.amg-campagin-wrapper {
    position: relative
}

.amg-campagin-wrapper .promo-panel-item {
    width: 100%
}

@media screen and (max-width: 767px) {
    .amg-campagin-wrapper .promo-panel-item {
        width: 100%
    }
}

.amg-campagin-wrapper .promo-panel-item img {
    width: 100%
}

@media screen and (max-width: 767px) {
    .amg-campagin-wrapper .promo-panel-item img {
        width: 100%
    }
}

.amg-campagin-wrapper .maintain-repair-navigation-list .maintain-repair-navigation-list__item .promo-panel-item {
    width: 100%
}

@media screen and (max-width: 767px) {
    .amg-campagin-wrapper .maintain-repair-navigation-list .maintain-repair-navigation-list__item .promo-panel-item {
        width: 100%
    }
}

.amg-campagin-wrapper .maintain-repair-navigation-list .maintain-repair-navigation-list__item .promo-panel-item img {
    width: 100%
}

@media screen and (max-width: 767px) {
    .amg-campagin-wrapper .maintain-repair-navigation-list .maintain-repair-navigation-list__item .promo-panel-item img {
        width: 100%
    }
}

.enlarge-hover-image {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    position: relative
}

.enlarge-hover-image .fixed-closing-btn {
    top: 40px;
    right: 20px
}

.enlarge-hover-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto
}

.enlarge-hover-image picture {
    width: 100%;
    height: 100%
}

.enlarge-hover-image__only {
    position: absolute;
    overflow: hidden;
    line-height: 0;
    width: 100%;
    height: 100%;
    padding: 90px 70px
}

.enlarge-hover-image__only picture {
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.enlarge-hover-image__only img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.promo-panel__wrapper--1 .enlarge-hover, .promo-panel__wrapper--3 .enlarge-hover {
    left: 0
}

.promo-panel__wrapper--2 li:first-child .enlarge-hover {
    left: 0
}

.promo-panel__wrapper--2 li:last-child .enlarge-hover {
    right: 0
}

.enhance-mobile__one.amg-campagin-wrapper .promo-panel__wrapper--1 {
    margin: auto
}

.enhance-mobile__one.amg-campagin-wrapper .tile-layout {
    margin-bottom: 0px
}

.enhance-mobile__one.amg-campagin-wrapper .promo-panel {
    margin-top: 0px;
    margin-bottom: 0px
}

@media screen and (min-width: 768px) {
    .enhance-mobile__one.amg-campagin-wrapper .maintain-repair-navigation-list__item {
        margin-right: 10px
    }

    .enhance-mobile__one.amg-campagin-wrapper .maintain-repair-navigation-list__item:nth-of-type(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .enhance-mobile__one.amg-campagin-wrapper .maintain-repair-navigation-list__item {
        margin-bottom: 0px
    }
}

@media screen and (max-width: 767px) {
    .enhance-mobile__one.amg-campagin-wrapper .maintain-repair-navigation-list__item:nth-of-type(2n-1) .tile-content {
        margin-top: 75px
    }
}

@media screen and (max-width: 767px) {
    .enhance-mobile__one.amg-campagin-wrapper:nth-of-type(2n-1) {
        margin-bottom: 65px
    }
}

@media screen and (max-width: 767px) {
    .enhance-mobile__one.amg-campagin-wrapper {
        margin: 0 20px 120px
    }
}

.enhance-mobile__one.amg-campagin-wrapper .two-column-layout .maintain-repair-navigation-list {
    margin: 0
}

.enhance-mobile__one.amg-campagin-wrapper .two-column-layout .maintain-repair-navigation-list .maintain-repair-navigation-list__items {
    margin-left: 0;
    margin-right: 0
}

.enhance-mobile__one.amg-campagin-wrapper .two-column-layout .maintain-repair-navigation-list .maintain-repair-navigation-list__items .maintain-repair-navigation-list__item:nth-of-type(2n) {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .enhance-mobile__one.amg-campagin-wrapper .two-column-layout .maintain-repair-navigation-list .maintain-repair-navigation-list__items .maintain-repair-navigation-list__item .tile-content {
        margin-top: 0px
    }
}

.enhance-mobile__one.amg-campagin-wrapper:first-child .two-column-layout .maintain-repair-navigation-list__item {
    margin-right: 30px
}

@media screen and (max-width: 767px) {
    .enhance-mobile__one.amg-campagin-wrapper:first-child .two-column-layout .maintain-repair-navigation-list__item {
        margin-right: 10px;
        margin-bottom: 15px
    }
}

.enhance-mobile__one.amg-campagin-wrapper:last-child .tile-content .promo-panel__item--enhance {
    margin-top: 10px
}

.enhance-mobile__one.amg-campagin-wrapper:last-child .two-column-layout .maintain-repair-navigation-list__item {
    margin-right: 10px;
    width: calc(50% - 5px)
}

@media screen and (max-width: 767px) {
    .enhance-mobile__one.amg-campagin-wrapper:last-child .two-column-layout .maintain-repair-navigation-list__item {
        margin-right: 10px;
        margin-bottom: 15px
    }
}

.tile-layout {
    margin-bottom: 50px
}

.page-purchase-journey .tile-layout {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .tile-layout {
        margin-bottom: 0
    }
}

.enlarge-hover__six {
    height: 410px
}

.enlarge-hover__six .enlarge-hover-image img {
    margin-top: 56px
}

.enlarge-hover__six .enlarge-hover-image__only img {
    margin: 55px 235.5px;
    width: 469px;
    height: 306px
}

.promo-panel-item {
    position: relative;
    color: #333;
    cursor: pointer;
    overflow: hidden
}

.promo-panel-item__cover {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0
}

@media screen and (max-width: 767px) {
    .promo-panel-item__cover {
        display: none;
        background-color: rgba(0, 0, 0, 0.1);
        opacity: 1
    }
}

.promo-panel-item__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #fff;
    opacity: 0
}

.promo-panel-item__content {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 40px;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .promo-panel-item__content {
        padding-left: 20px
    }
}

.promo-panel-item:hover .promo-panel-content__group {
    transition: all .3s ease-in;
    display: block;
    opacity: 1
}

@media screen and (max-width: 767px) {
    .promo-panel-item:hover .promo-panel-content__group {
        transition: none
    }
}

.promo-panel-item:hover .promo-panel-item__cover {
    transition: all .3s ease-in;
    display: block;
    opacity: 1
}

@media screen and (max-width: 767px) {
    .promo-panel-item:hover .promo-panel-item__cover {
        transition: none;
        display: none;
        opacity: 0
    }
}

.promo-panel-content {
    color: #333
}

.promo-panel-content--white {
    color: #fff
}

.promo-panel-content--white .promo-panel-content__link, .promo-panel-content--white .promo-panel-content__link::before {
    color: #fff
}

.promo-panel-content--white .promo-panel-content__link:hover, .promo-panel-content--white .promo-panel-content__link:hover::before {
    color: #00ADEF
}

.promo-panel-content__group {
    display: none;
    opacity: 0;
    max-width: 440px
}

@media screen and (max-width: 767px) {
    .promo-panel-content__group {
        max-width: 100%;
        opacity: 1;
        display: block
    }
}

.promo-panel-content__title {
    transform: scaleX(0.7);
    transform-origin: left;
    width: 142.857143%;
    margin-bottom: 10px;
    font-weight: normal
}

@media screen and (min-width: 768px) {
    .promo-panel-content__title {
        font: normal 400 36px/1 "DaimlerCA-Regular", "SimSun", serif
    }
}

@media screen and (max-width: 767px) {
    .promo-panel-content__title {
        font: normal 400 36px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
    }
}

@media screen and (max-width: 767px) {
    .promo-panel-content__title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
        font-weight: normal;
        margin-bottom: 5px
    }
}

.promo-panel-content__info {
    font: normal 400 16px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    margin-bottom: 26px
}

@media screen and (max-width: 767px) {
    .promo-panel-content__info {
        font-size: 12px;
        margin-bottom: 10px
    }
}

.promo-panel-content__link {
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 14px
}

.promo-panel-content__link::before {
    top: 0
}

@media screen and (max-width: 767px) {
    .promo-panel-content__link {
        font-size: 13px
    }
}

body.homepage.has-floating-btn .floating-button .floating-button__content:not(:first-of-type) {
    display: none
}

.home-hero {
    position: relative;
    margin-bottom: 60px
}

@media screen and (max-width: 767px) {
    .home-hero {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 767px) {
    .home-hero__list .section-header__video.section-header-mobile__video {
        display: block
    }
}

.home-hero__list .section-header__video-image.cover-image {
    position: absolute;
    top: 0;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .home-hero__list .section-header__video {
        display: block
    }
}

.home-hero__item {
    display: none
}

.home-hero__item:first-child {
    display: block;
    visibility: hidden
}

.home-hero__article {
    margin-top: 40px;
    width: 100%;
    position: absolute;
    top: 0px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .home-hero__article--Center {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        margin-top: 0
    }
}

@media screen and (min-width: 768px) {
    .home-hero__article--Top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 100%
    }
}

@media screen and (min-width: 768px) {
    .home-hero__article--Left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        margin-left: 10%
    }

    .home-hero__article--Left .home-hero__info {
        margin-left: 0
    }
}

@media screen and (min-width: 768px) {
    .home-hero__article--Right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding-right: 10%
    }

    .home-hero__article--Right .home-hero__info {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .home-hero__article {
        position: static;
        width: auto;
        margin-left: 20px;
        margin-right: 20px
    }
}

@media screen and (max-width: 767px) {
    .home-hero__article .video-herobanner__desc {
        margin: 40px auto 20px
    }
}

.home-hero__article.black {
    z-index: 1
}

.home-hero__article.black .video-herobanner__heading, .home-hero__article.black .video-herobanner__sub-heading, .home-hero__article.black .video-herobanner__desc {
    color: #000
}

@media screen and (max-width: 767px) {
    .home-hero__article.black .video-herobanner__heading, .home-hero__article.black .video-herobanner__sub-heading, .home-hero__article.black .video-herobanner__desc {
        color: #333
    }

    body[data-theme="amg"] .home-hero__article.black .video-herobanner__heading, body[data-theme="amg"] .home-hero__article.black .video-herobanner__sub-heading, body[data-theme="amg"] .home-hero__article.black .video-herobanner__desc {
        color: #fff
    }
}

.home-hero__article.black .video-herobanner__heading:after {
    background-color: #000
}

@media screen and (max-width: 767px) {
    .home-hero__article.black .video-herobanner__heading:after {
        background-color: #333
    }

    body[data-theme="amg"] .home-hero__article.black .video-herobanner__heading:after {
        background-color: #fff
    }
}

.home-hero__article.white {
    z-index: 1
}

@media screen and (max-width: 767px) {
    .home-hero__article.white .video-herobanner__heading, .home-hero__article.white .video-herobanner__sub-heading, .home-hero__article.white .video-herobanner__desc {
        color: #333
    }

    body[data-theme="amg"] .home-hero__article.white .video-herobanner__heading, body[data-theme="amg"] .home-hero__article.white .video-herobanner__sub-heading, body[data-theme="amg"] .home-hero__article.white .video-herobanner__desc {
        color: #fff
    }
}

@media screen and (max-width: 767px) {
    .home-hero__article.white .video-herobanner__heading:after {
        background-color: #333
    }

    body[data-theme="amg"] .home-hero__article.white .video-herobanner__heading:after {
        background-color: #fff
    }
}

.home-hero__info {
    margin-top: 18px;
    font: normal 400 16px/35px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #fff;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.5px;
    color: #fff
}

body[data-theme="renovation-black"] .home-hero__info {
    color: #9f9e9d
}

@media screen and (max-width: 767px) {
    .home-hero__info {
        margin-top: 40px;
        font-size: 13px;
        line-height: 24px;
        color: #333
    }
}

@media screen and (max-width: 767px) {
    .home-hero__info {
        font: normal 400 13px/1.85 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        font-weight: normal;
        letter-spacing: 0.4px
    }
}

@media screen and (min-width: 768px) {
    .home-hero__info {
        font: normal 400 14px/1.75 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
    }
}

.home-hero__button {
    margin-top: 20px;
    width: 100px;
    height: 30px;
    padding: 6px 0px
}

body[data-theme="renovation-black"] .home-hero__button {
    min-width: 146px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    background-color: #111;
    border-radius: 2px;
    border: solid 1px #666
}

@media screen and (max-width: 767px) {
    body[data-theme="renovation-black"] .home-hero__button {
        min-width: 140px
    }
}

body[data-theme="renovation-black"] .home-hero__button:hover {
    color: #111;
    border-color: #fff;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .home-hero__button {
        width: 140px;
        height: 40px;
        padding: 11px 0
    }

    body[data-theme="renovation-black"] .home-hero__button {
        padding: 6px 0
    }
}

.home-hero_sub-brand {
    background-color: #000
}

.home-hero .carousel .home-hero__item {
    display: block;
    visibility: visible
}

.home-hero .carousel-nav__indicator {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 500
}

@media screen and (max-width: 767px) {
    .home-hero .carousel-nav__indicator {
        bottom: auto;
        top: 190px
    }
}

.home-hero .carousel-nav__indicator-list {
    padding-bottom: 0;
    cursor: pointer
}

.home-hero .carousel-nav__indicator-dot {
    width: 36px
}

.home-hero .carousel-nav__indicator-dot--selected {
    width: 72px
}

@media screen and (max-width: 767px) {
    body[data-theme="amg"] .home-hero__item-image {
        height: 222px;
        object-fit: cover
    }
}

@media screen and (max-width: 767px) {
    body[data-theme="amg"] .home-hero .carousel-nav__indicator {
        top: 185px
    }
}

@media screen and (min-width: 768px) {
    body[data-theme="amg"] .home-hero .carousel-nav__indicator {
        bottom: 86px
    }
}

body[data-theme="amg"] .home-hero .carousel-nav__indicator-dot--selected {
    border-color: #c00
}

@media screen and (max-width: 767px) {
    body[data-theme="amg"] .home-hero .carousel-nav__indicator-dot {
        border-color: #666
    }

    body[data-theme="amg"] .home-hero .carousel-nav__indicator-dot--selected {
        border-color: #c00
    }
}

body[data-theme="amg"] .home-hero .carousel--autoplay .carousel-nav__indicator-dot--selected {
    border-color: #fff
}

body[data-theme="amg"] .home-hero .carousel--autoplay .carousel-nav__indicator-dot--selected:after {
    background-color: #c00
}

@media screen and (max-width: 767px) {
    body[data-theme="amg"] .home-hero .carousel--autoplay .carousel-nav__indicator-dot {
        border-color: #666
    }

    body[data-theme="amg"] .home-hero .carousel--autoplay .carousel-nav__indicator-dot:after {
        background-color: #666
    }

    body[data-theme="amg"] .home-hero .carousel--autoplay .carousel-nav__indicator-dot--selected {
        border-color: #666
    }

    body[data-theme="amg"] .home-hero .carousel--autoplay .carousel-nav__indicator-dot--selected:after {
        background-color: #c00
    }
}

body[data-theme="amg"] .home-hero__info {
    white-space: normal
}

@media screen and (max-width: 767px) {
    body[data-theme="amg"] .home-hero__info {
        color: #fff
    }
}

body[data-theme="amg"] .eq-brand .home-hero .carousel-nav__indicator-dot--selected {
    border-color: #00ADEF
}

@media screen and (max-width: 767px) {
    body[data-theme="amg"] .eq-brand .home-hero .carousel-nav__indicator-dot--selected {
        border-color: #00ADEF
    }
}

body[data-theme="amg"] .eq-brand .home-hero .carousel--autoplay .carousel-nav__indicator-dot--selected {
    border-color: #fff
}

body[data-theme="amg"] .eq-brand .home-hero .carousel--autoplay .carousel-nav__indicator-dot--selected:after {
    background-color: #00ADEF
}

@media screen and (max-width: 767px) {
    body[data-theme="amg"] .eq-brand .home-hero .carousel--autoplay .carousel-nav__indicator-dot {
        border-color: #666
    }

    body[data-theme="amg"] .eq-brand .home-hero .carousel--autoplay .carousel-nav__indicator-dot:after {
        background-color: #666
    }

    body[data-theme="amg"] .eq-brand .home-hero .carousel--autoplay .carousel-nav__indicator-dot--selected {
        border-color: #666
    }

    body[data-theme="amg"] .eq-brand .home-hero .carousel--autoplay .carousel-nav__indicator-dot--selected:after {
        background-color: #00ADEF
    }
}

.home-hero__editor-model .home-hero__item {
    display: block;
    position: relative
}

.home-hero__editor-model .carousel__slide-bg {
    opacity: 1
}

.home-hero__editor-model .carousel__slide .carousel__slide-content {
    visibility: visible
}

.home-hero__manualPlay-video img {
    transform: translateX(-50%) !important
}

.home-hero__manualPlay-video .section-header__video {
    margin-top: 0
}

.fc-functions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.fc-functions a {
    display: inline-block;
    color: #333
}

.fc-functions__items {
    width: calc(25% - 15px);
    text-align: center
}

@media screen and (max-width: 767px) {
    .fc-functions__items {
        width: calc(50%);
        margin-top: 20px
    }
}

.fc-functions__head {
    width: 64px;
    height: 64px;
    margin: 0 auto
}

.fc-functions__icon {
    position: relative;
    font-size: 57px;
    color: #666
}

.fc-functions__icon.icon-purchase-car {
    font-size: 39px;
    top: 10px;
    right: 3px
}

.fc-functions__icon.icon-purchase-car:before {
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%
}

.fc-functions__icon.icon-car-comparison:before {
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%
}

.fc-functions__icon.icon-test-drive:before {
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%
}

.fc-functions__icon.icon-dealer-locator:before {
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%;
    font-size: 68%;
    top: -5px;
    position: relative
}

.fc-functions__title {
    font-size: 18px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    color: #333
}

@media screen and (max-width: 767px) {
    .fc-functions__title {
        font-size: 16px
    }
}

.hero-banner-carousel {
    background-color: #000;
    height: 100%;
    position: relative
}

.aem-AuthorLayer-Edit .hero-banner-carousel, .aem-AuthorLayer-Preview .hero-banner-carousel {
    height: 600px;
    position: relative;
    overflow: hidden
}

.hero-banner-carousel .fscreen-table {
    display: block !important
}

.hero-banner-carousel .fscreen-tableCell {
    display: block !important
}

.swiper-hero-baner-container {
    width: 100vw;
    height: calc(100vh - var(--browser-address-bar, 0px));
    position: relative;
    background-color: #000
}

.swiper-hero-baner-container .swiper-wrapper {
    height: calc(100vh - var(--browser-address-bar, 0px))
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .swiper-hero-baner-container .swiper-wrapper.in-wechat .swiper-slide__btn--mobile-two.swiper-slide__btn--down {
        bottom: calc(16vh - var(--browser-address-bar, 0px))
    }
}

@media screen and (max-width: 767px) {
    .swiper-hero-baner-container .swiper-wrapper.in-wechat .swiper-slide__btn--mobile-two.swiper-slide__btn--down {
        bottom: calc(18vh - var(--browser-address-bar, 0px))
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .swiper-hero-baner-container .swiper-wrapper.in-wechat .swiper-slide__btn--mobile.swiper-slide__btn--down {
        bottom: calc(16vh - var(--browser-address-bar, 0px))
    }
}

@media screen and (max-width: 767px) {
    .swiper-hero-baner-container .swiper-wrapper.in-wechat .swiper-slide__btn--mobile.swiper-slide__btn--down {
        bottom: calc(18vh - var(--browser-address-bar, 0px))
    }
}

.swiper-hero-baner-container .swiper-slide {
    height: calc(100vh - var(--browser-address-bar, 0px))
}

.full-screen-page:not(.fscreen-normal-scroll-enabled) .swiper-hero-baner-container .swiper-slide {
    width: 100% !important
}

.full-screen-page:not(.fscreen-normal-scroll-enabled) .swiper-hero-baner-container .swiper-slide-active {
    width: 100% !important
}

.swiper-hero-baner-container .swiper-button-prev {
    opacity: 0
}

.swiper-hero-baner-container .swiper-button-next {
    opacity: 0
}

.swiper-hero-baner-container:hover .swiper-button-prev {
    opacity: 1
}

.swiper-hero-baner-container:hover .swiper-button-prev.renovation-swiper-button-disabled {
    opacity: 0
}

.swiper-hero-baner-container:hover .swiper-button-next {
    opacity: 1
}

.swiper-hero-baner-container:hover .swiper-button-next.renovation-swiper-button-disabled {
    opacity: 0
}

.swiper-hero-baner-container .home-hero__button {
    width: 146px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    line-height: 39px;
    letter-spacing: 0.4px;
    text-align: center;
    border-radius: 2px;
    border: solid 1px #666;
    margin-top: 24px
}

@media (orientation: landscape) {
    .swiper-hero-baner-container .home-hero__button:first-of-type {
        margin-right: 30px
    }
}

@media (orientation: portrait) {
    .swiper-hero-baner-container .home-hero__button:first-of-type {
        margin-right: 24px
    }
}

@media screen and (max-width: 767px) {
    .swiper-hero-baner-container .home-hero__button:first-of-type {
        margin-right: 0px
    }
}

.swiper-hero-baner-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    overflow: hidden
}

.swiper-hero-baner-container .swiper-slide.fscreen-table {
    display: block !important
}

.swiper-hero-baner-container .swiper-slide .fscreen-tableCell {
    display: block !important
}

.swiper-hero-baner-container .swiper-slide .IIV::-webkit-media-controls-play-button, .swiper-hero-baner-container .swiper-slide .IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px
}

.swiper-hero-baner-container .swiper-slide-fit-image, .swiper-hero-baner-container .swiper-slide-reponse__video {
    position: relative;
    height: calc(100vh - var(--browser-address-bar, 0px));
    font-family: "object-fit:cover;object-position:calc(50% + var(--asset-x-offset-mobile)) calc(50% + var(--asset-y-offset-mobile))";
    object-fit: cover;
    object-position: 50% 50%;
    object-position: calc(50% + var(--asset-x-offset-desktop)) calc(50% + var(--asset-y-offset-desktop));
    width: 100%;
    z-index: -1
}

.swiper-hero-baner-container .swiper-slide-content {
    width: 100%;
    height: calc(100vh - var(--browser-address-bar, 0px));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    left: 50%;
    padding: 30vh 12.5vw 20vh;
    transform: translateX(-50%);
    text-align: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 5
}

@media (min-width: 1200px) and (orientation: landscape) {
    .swiper-hero-baner-container .swiper-slide-content {
        max-width: 1020px;
        padding: 30vh 0 20vh
    }
}

@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
    .swiper-hero-baner-container .swiper-slide-content {
        max-width: 78vw;
        padding: 140px 0 20vh
    }
}

@media screen and (max-width: 767px) {
    .swiper-hero-baner-container .swiper-slide-content {
        padding: 10vh 36px 15vh
    }

    .fscreen-viewing-0 .swiper-hero-baner-container .swiper-slide-content, .homepage_renovation .swiper-hero-baner-container .swiper-slide-content {
        padding: 16.7vh 36px 15vh
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .swiper-hero-baner-container .swiper-slide-content {
        padding: 20vh 50px;
        max-width: 78vw
    }
}

@media (min-width: 768px) and (orientation: landscape) {
    .swiper-hero-baner-container .swiper-slide-content .swiper-slide-box {
        text-align: left !important
    }

    .swiper-hero-baner-container .swiper-slide-content .swiper-slide-box__scaled-middle-right.swiper-slide-box__scaled, .swiper-hero-baner-container .swiper-slide-content .swiper-slide-box__scaled-up-right.swiper-slide-box__scaled, .swiper-hero-baner-container .swiper-slide-content .swiper-slide-box__scaled-down-right.swiper-slide-box__scaled {
        transform: translateX(30%)
    }
}

@media (min-width: 640px) and (orientation: portrait) {
    .swiper-hero-baner-container .swiper-slide-content .swiper-slide-box {
        text-align: left !important
    }
}

@media (orientation: landscape) {
    .swiper-hero-baner-container .swiper-slide-content .swiper-slide-box {
        max-width: 53%;
        text-overflow: ellipsis;
        text-align: left
    }
}

@media (orientation: landscape) {
    .swiper-hero-baner-container .swiper-slide__article--row-up-middle {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .swiper-hero-baner-container .swiper-slide__article--row-up-right {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .swiper-hero-baner-container .swiper-slide__article--row-up-left {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .swiper-hero-baner-container .swiper-slide__article--row-down-middle {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .swiper-hero-baner-container .swiper-slide__article--row-down-right {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .swiper-hero-baner-container .swiper-slide__article--row-down-left {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .swiper-hero-baner-container .swiper-slide__article--collumn-up-middle {
        -ms-flex-pack: center;
        justify-content: center
    }

    .swiper-hero-baner-container .swiper-slide__article--collumn-up-right {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .swiper-hero-baner-container .swiper-slide__article--collumn-up-left {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .swiper-hero-baner-container .swiper-slide__article--collumn-down-middle {
        -ms-flex-pack: center;
        justify-content: center
    }

    .swiper-hero-baner-container .swiper-slide__article--collumn-down-right {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .swiper-hero-baner-container .swiper-slide__article--collumn-down-left {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (orientation: portrait) {
    .swiper-hero-baner-container .swiper-slide__article-mobile--middle {
        -ms-flex-align: center;
        align-items: center
    }

    .swiper-hero-baner-container .swiper-slide__article-mobile--up {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .swiper-hero-baner-container .swiper-slide__article-mobile--down {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--center {
        -ms-flex-pack: center;
        justify-content: center
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--center .swiper-slide__title {
        text-align: center
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--center .swiper-slide__title__desc {
        text-align: center
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--center .swiper-slide__title-text {
        text-align: center
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--left {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--left .swiper-slide__title {
        text-align: left
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--left .swiper-slide__title__desc {
        text-align: left
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--left .swiper-slide__title-text {
        text-align: left;
        margin-left: -3px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .swiper-hero-baner-container .swiper-slide__article-mobile--middle {
        -ms-flex-align: center;
        align-items: center
    }

    .swiper-hero-baner-container .swiper-slide__article-mobile--up {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .swiper-hero-baner-container .swiper-slide__article-mobile--down {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--center {
        -ms-flex-pack: center;
        justify-content: center
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--center .swiper-slide__title {
        text-align: center
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--center .swiper-slide__title__desc {
        text-align: center
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--center .swiper-slide__title-text {
        text-align: center
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--left {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--left .swiper-slide__title {
        text-align: left
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--left .swiper-slide__title__desc {
        text-align: left
    }

    .swiper-hero-baner-container .swiper-slide__article-text-mobile--left .swiper-slide__title-text {
        text-align: left;
        margin-left: -3px
    }
}

.swiper-hero-baner-container .swiper-slide-content-box__video {
    position: absolute !important;
    z-index: 3;
    top: 0;
    width: 100%;
    height: calc(100vh - var(--browser-address-bar, 0px))
}

.swiper-hero-baner-container .swiper-slide__video-cover {
    position: absolute;
    top: 0;
    left: 0
}

.swiper-hero-baner-container .swiper-slide__video-cover-image {
    object-fit: cover;
    width: 100%;
    height: calc(100vh - var(--browser-address-bar, 0px));
    object-position: 50% 50%
}

.swiper-hero-baner-container .swiper-slide__title {
    margin-bottom: 11px
}

.swiper-hero-baner-container .swiper-slide__title-text {
    line-height: 1.08;
    width: 100%;
    color: #fff;
    font-family: DaimlerCAC, MB_HYZSJBT, MB_HYZSJBTExt, HYa3gj, "MB_HYZS", "DaimlerCA-Regular", "SimSun", "STSong", serif;
    display: inline-block;
    font-size: 60px;
    min-width: 300px
}

@media (min-width: 768px) and (orientation: landscape) {
    .swiper-hero-baner-container .swiper-slide__title-text {
        max-width: 100%;
        margin-left: -5px
    }
}

@media (max-width: 1024px) and (orientation: portrait) {
    .swiper-hero-baner-container .swiper-slide__title-text {
        white-space: pre-wrap
    }

    .swiper-slide__article-text-mobile--left .swiper-hero-baner-container .swiper-slide__title-text {
        max-width: 129vw
    }

    .swiper-slide__article-text-mobile--center .swiper-hero-baner-container .swiper-slide__title-text {
        max-width: 115vw;
        margin-left: 50px
    }
}

@media (orientation: portrait) {
    .swiper-hero-baner-container .swiper-slide__title-text {
        white-space: pre-wrap
    }

    .swiper-slide__article-text-mobile--left .swiper-hero-baner-container .swiper-slide__title-text {
        max-width: 129vw
    }

    .swiper-slide__article-text-mobile--center .swiper-hero-baner-container .swiper-slide__title-text {
        max-width: 115vw;
        margin-left: 50px
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .swiper-hero-baner-container .swiper-slide__title-text {
        max-width: unset
    }
}

@media screen and (max-width: 767px) {
    .swiper-hero-baner-container .swiper-slide__title-text {
        font-size: 46px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .swiper-hero-baner-container .swiper-slide__title-text {
        font-size: 50px
    }
}

.swiper-hero-baner-container .swiper-slide__title__desc {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 28px
}

@media (min-width: 768px) and (orientation: landscape) {
    .swiper-hero-baner-container .swiper-slide__title__desc {
        max-width: 69%
    }
}

@media screen and (max-width: 767px) {
    .swiper-hero-baner-container .swiper-slide__title__desc {
        font-size: 14px;
        margin-top: 16px;
        white-space: pre-wrap
    }

    .swiper-slide__article-text-mobile--left .swiper-hero-baner-container .swiper-slide__title__desc {
        max-width: calc(100% - 50px)
    }

    .swiper-slide__article-text-mobile--center .swiper-hero-baner-container .swiper-slide__title__desc {
        padding: 0 50px
    }
}

@media (orientation: portrait) {
    .swiper-hero-baner-container .swiper-slide__title__desc {
        white-space: pre-wrap
    }

    .swiper-slide__article-text-mobile--left .swiper-hero-baner-container .swiper-slide__title__desc {
        max-width: calc(100% - 50px)
    }

    .swiper-slide__article-text-mobile--center .swiper-hero-baner-container .swiper-slide__title__desc {
        padding: 0 50px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .swiper-hero-baner-container .swiper-slide__title__desc {
        font-size: 16px
    }
}

@media (orientation: portrait) {
    .swiper-hero-baner-container .swiper-slide__btn--PC {
        display: none
    }
}

.swiper-hero-baner-container .swiper-slide__btn--mobile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50
}

@media (orientation: landscape) {
    .swiper-hero-baner-container .swiper-slide__btn--mobile {
        display: none
    }
}

.swiper-hero-baner-container .swiper-slide__btn--mobile-two {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (orientation: landscape) {
    .swiper-hero-baner-container .swiper-slide__btn--mobile-two {
        display: none
    }
}

.swiper-hero-baner-container .swiper-slide__btn--mobile-two.swiper-slide__btn--up {
    bottom: calc(55vh - var(--browser-address-bar, 0px))
}

@media screen and (max-width: 767px) {
    .swiper-hero-baner-container .swiper-slide__btn--mobile-two {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .swiper-hero-baner-container .swiper-slide__btn--mobile-two {
        width: 50vw;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.swiper-hero-baner-container .swiper-slide__btn--mobile-two .home-hero__button {
    margin-top: 24px
}

@media (orientation: landscape) {
    .swiper-hero-baner-container .swiper-slide__btn--mobile-two .home-hero__button:first-of-type {
        margin-right: 30px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .swiper-hero-baner-container .swiper-slide__btn--mobile-two .home-hero__button:first-of-type {
        margin-right: 24px
    }
}

.swiper-hero-baner-container .swiper-slide__btn--mobile .swiper-slide__btn--down {
    bottom: calc(12.5vh - var(--browser-address-bar, 0px))
}

.swiper-hero-baner-container .swiper-slide__btn--mobile .swiper-slide__btn--middle {
    bottom: calc(40vh - var(--browser-address-bar, 0px))
}

.swiper-hero-baner-container .swiper-slide__btn--mobile .swiper-slide__btn--up {
    bottom: calc(60vh - var(--browser-address-bar, 0px))
}

.swiper-hero-baner-container .swiper-slide__btn-qr-img {
    display: none
}

@media screen and (min-width: 768px) {
    .swiper-hero-baner-container .swiper-slide__btn-qr {
        display: inline-block;
        position: relative;
        cursor: pointer
    }

    .swiper-hero-baner-container .swiper-slide__btn-qr-img {
        position: absolute;
        display: block;
        opacity: 0;
        width: 152px;
        left: calc(100% - 148px);
        bottom: 50px;
        max-height: 0;
        transform-origin: 50% 100%;
        transform: scale3d(0.7, 0.2, 1);
        transition: opacity 0.2s, transform 0.2s, max-height 0.2s;
        pointer-events: none
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .swiper-hero-baner-container .swiper-slide__btn-qr.active .swiper-slide__btn-qr-img {
        opacity: 1;
        z-index: 1;
        max-height: 500px;
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
        pointer-events: auto
    }
}

@media (orientation: portrait) {
    .swiper-hero-baner-container .swiper-slide__btn--up {
        bottom: calc(62vh - var(--browser-address-bar, 0px))
    }

    .swiper-hero-baner-container .swiper-slide__btn--middle {
        bottom: calc(36vh - var(--browser-address-bar, 0px))
    }

    .swiper-hero-baner-container .swiper-slide__btn--down {
        bottom: calc(27.5vh - var(--browser-address-bar, 0px))
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .swiper-hero-baner-container .swiper-slide__btn--up {
        bottom: calc(62vh - var(--browser-address-bar, 0px))
    }

    .swiper-hero-baner-container .swiper-slide__btn--middle {
        bottom: calc(36vh - var(--browser-address-bar, 0px))
    }

    .swiper-hero-baner-container .swiper-slide__btn--down {
        bottom: calc(22.5vh - var(--browser-address-bar, 0px))
    }
}

.swiper-hero-baner-container .swiper-slide__btn--white {
    color: #fff
}

.swiper-hero-baner-container .swiper-slide__btn--balck {
    color: #010101
}

.swiper-hero-baner-container .swiper-slide__btn--blue {
    color: #00ADEF
}

.swiper-hero-baner-container .swiper-slide__btn_bg--balck {
    background: #000
}

.swiper-hero-baner-container .swiper-slide__btn_bg--white {
    background: #fff;
    border: solid 1px #fff
}

.swiper-hero-baner-container .swiper-slide__btn_bg--transparent {
    background: transparent
}

.swiper-hero-baner-container .swiper-slide__btn_bg--transparent.swiper-slide__btn--white {
    border: solid 1px #fff
}

.swiper-hero-baner-container .swiper-slide__btn_bg--transparent.swiper-slide__btn--balck {
    border: solid 1px #fff
}

.swiper-hero-baner-container .swiper-slide__btn_bg--transparent.swiper-slide__btn--blue {
    border: solid 1px #fff
}

.swiper-hero-baner-container .swiper-slide__btn_bg--white.swiper-slide__btn--balck {
    border: solid 1px #bfbfbf
}

.swiper-hero-baner-container .swiper-button-prev {
    width: 34px !important;
    height: 34px !important;
    color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDM0IDM0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjAgMzRMMTQuODM1IDM0IDAgMTYuOTM5IDE0LjY1NSAwIDE5Ljg4IDAgNy4wMjcgMTYuOTM5eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMCAtNDMzKSB0cmFuc2xhdGUoMTAwIDQzMykiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==") !important;
    left: 7%
}

.swiper-hero-baner-container .swiper-button-prev:after {
    content: none
}

@media screen and (min-width: 980px) and (max-width: 1366px) {
    .swiper-hero-baner-container .swiper-button-prev {
        left: 5%
    }
}

@media screen and (max-width: 767px) {
    .swiper-hero-baner-container .swiper-button-prev {
        display: none
    }
}

.swiper-hero-baner-container .swiper-button-next {
    width: 34px !important;
    height: 34px !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDM0IDM0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjAgMzRMMTQuODM1IDM0IDAgMTYuOTM5IDE0LjY1NSAwIDE5Ljg4IDAgNy4wMjcgMTYuOTM5eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMDYgLTQzMykgbWF0cml4KC0xIDAgMCAxIDEzNDAgNDMzKSIvPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K") !important;
    color: #fff;
    right: 7%
}

.swiper-hero-baner-container .swiper-button-next:after {
    content: none
}

@media screen and (min-width: 980px) and (max-width: 1366px) {
    .swiper-hero-baner-container .swiper-button-next {
        right: 5%
    }
}

@media screen and (max-width: 767px) {
    .swiper-hero-baner-container .swiper-button-next {
        display: none
    }
}

@media (orientation: portrait) {
    .swiper-hero-baner-container .swiper-button-next {
        display: none
    }
}

.swiper-hero-baner-container .swiper-pagination {
    bottom: 48px
}

@media screen and (max-width: 767px) {
    .swiper-hero-baner-container .swiper-pagination {
        display: none
    }
}

@media (orientation: portrait) {
    .swiper-hero-baner-container .swiper-pagination {
        display: none
    }
}

.swiper-hero-baner-container .swiper-pagination .swiper-pagination-bullet {
    background: #fff
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .product-showroom-layout .swiper-slide__btn--mobile-two.swiper-slide__btn--down {
        bottom: calc(16vh - var(--browser-address-bar, 0px))
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .product-showroom-layout .swiper-slide__btn--mobile.swiper-slide__btn--down {
        bottom: calc(16vh - var(--browser-address-bar, 0px))
    }
}

@media screen and (min-width: 768px) {
    .product-showroom-layout .swiper-slide-box__img-type {
        padding: 0 !important
    }
}

@media (min-width: 768px) and (orientation: landscape) {
    .product-showroom-layout .swiper-slide-content {
        max-width: 78vw;
        padding: 22vh 0 20vh
    }
}

@media (min-width: 768px) and (orientation: portrait) {
    .product-showroom-layout .swiper-slide-content {
        max-width: 78vw;
        padding: 22vh 0 20vh
    }
}

@media screen and (min-width: max-width 979px 12) {
    .product-showroom-layout .swiper-slide-content {
        max-width: 79vw
    }
}

.product-showroom-layout .swiper-slide__btn_bg--white:hover {
    background: #e5e5e5;
    color: #010101
}

.product-showroom-layout .swiper-slide__btn_bg--balck:hover {
    background: #333;
    color: #fff
}

.product-showroom-layout .swiper-slide__btn_bg--transparent:hover {
    background: #e5e5e5;
    opacity: 0.2
}

.fscreen-section.active .product-showroom-layout .swiper-slide__title, .fscreen-section.active .product-showroom-layout .swiper-slide__title-text-animation {
    animation: pumbup 0.4s linear 0.1s 1 both
}

@media screen and (max-width: 767px) {
    .fscreen-section.active .product-showroom-layout .swiper-slide__title, .fscreen-section.active .product-showroom-layout .swiper-slide__title-text-animation {
        animation: slideUp 0.4s linear 0.1s 1 both
    }
}

.fscreen-section.active .product-showroom-layout .swiper-slide__title__desc {
    animation: pumbup 0.4s linear 0.2s 1 both
}

.fscreen-section.active .product-showroom-layout .swiper-slide__btn--PC {
    animation: pumbup 0.4s linear 0.3s 1 both
}

.fscreen-section.active .product-showroom-layout .swiper-slide__btn--mobile, .fscreen-section.active .product-showroom-layout .swiper-slide__btn--mobile-two {
    animation: pumbupbtn 0.4s linear 0.3s 1 both
}

.fscreen-viewing-0 .fscreen-section.active .product-showroom-layout .swiper-slide__btn--mobile, .fscreen-viewing-0 .fscreen-section.active .product-showroom-layout .swiper-slide__btn--mobile-two {
    animation: none
}

@media screen and (min-width: 768px) {
    .fscreen-normal-scroll-enabled .fscreen-section:not(.active) .product-showroom-layout .swiper-slide__title, .fscreen-normal-scroll-enabled .fscreen-section:not(.active) .product-showroom-layout .swiper-slide__title-text-animation {
        animation: pumbDown 0.4s linear 0.1s 1 both
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .fscreen-normal-scroll-enabled .fscreen-section:not(.active) .product-showroom-layout .swiper-slide__title, .fscreen-normal-scroll-enabled .fscreen-section:not(.active) .product-showroom-layout .swiper-slide__title-text-animation {
        animation: slideDown 0.4s linear 0.1s 1 both
    }
}

@media screen and (min-width: 768px) {
    .fscreen-normal-scroll-enabled .fscreen-section:not(.active) .product-showroom-layout .swiper-slide__title__desc {
        animation: pumbDown 0.4s linear 0.2s 1 both
    }

    .fscreen-normal-scroll-enabled .fscreen-section:not(.active) .product-showroom-layout .swiper-slide__btn--PC {
        animation: pumbDown 0.4s linear 0.3s 1 both
    }

    .fscreen-normal-scroll-enabled .fscreen-section:not(.active) .product-showroom-layout .swiper-slide__btn--mobile, .fscreen-normal-scroll-enabled .fscreen-section:not(.active) .product-showroom-layout .swiper-slide__btn--mobile-two {
        animation: pumbDownbtn 0.4s linear 0.3s 1 both
    }

    .fscreen-viewing-0 .fscreen-normal-scroll-enabled .fscreen-section:not(.active) .product-showroom-layout .swiper-slide__btn--mobile, .fscreen-viewing-0 .fscreen-normal-scroll-enabled .fscreen-section:not(.active) .product-showroom-layout .swiper-slide__btn--mobile-two {
        animation: none
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        bottom: -10vh
    }

    30% {
        opacity: 0.3;
        bottom: -5vh
    }

    100% {
        opacity: 1;
        bottom: 0
    }
}

@keyframes slideDown {
    0% {
        opacity: 1;
        bottom: 0
    }

    30% {
        opacity: 0.7;
        bottom: -5vh
    }

    100% {
        opacity: 0;
        bottom: -10vh
    }
}

@keyframes pumbupbtn {
    0% {
        opacity: 0;
        transform: translate(-50%, 10vh)
    }

    30% {
        opacity: 0.3;
        transform: translate(-50%, 5vh)
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0vh)
    }
}

@keyframes pumbDownbtn {
    0% {
        opacity: 1;
        transform: translate(-50%, 0vh)
    }

    70% {
        opacity: 0.7;
        transform: translate(-50%, 5vh)
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 10vh)
    }
}

@keyframes pumbup {
    0% {
        opacity: 0;
        transform: translateY(10vh)
    }

    30% {
        opacity: 0.3;
        transform: translateY(5vh)
    }

    100% {
        opacity: 1;
        transform: translateY(0vh)
    }
}

@keyframes pumbDown {
    0% {
        opacity: 1;
        transform: translateY(0vh)
    }

    30% {
        opacity: 0.7;
        transform: translateY(5vh)
    }

    100% {
        opacity: 0;
        transform: translateY(10vh)
    }
}

@media screen and (max-width: 767px) {
    .product-showroom-layout .swiper-slide-content {
        padding: 10vh 36px 15vh
    }
}

@media (min-width: 1025px) and (orientation: landscape) {
    .fscreen-viewing-0 .product-showroom-layout .swiper-slide-content {
        max-width: 78vw;
        padding: 220px 0 20vh
    }
}

@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
    .fscreen-viewing-0 .product-showroom-layout .swiper-slide-content {
        max-width: 78vw;
        padding: 140px 0 20vh !important
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .fscreen-viewing-0 .product-showroom-layout .swiper-slide-content {
        max-width: 78vw;
        padding-top: 170px
    }
}

@media (min-width: 768px) and (orientation: portrait) {
    .fscreen-viewing-0 .product-showroom-layout .swiper-slide-content {
        max-width: 78vw;
        padding: 22vh 0 20vh
    }
}

@media screen and (max-width: 767px) {
    .fscreen-viewing-0 .product-showroom-layout .swiper-slide-content {
        padding-top: 16.7vh
    }
}

@media screen and (min-width: max-width 979px 12) {
    .fscreen-viewing-0 .product-showroom-layout .swiper-slide-content {
        max-width: 79vw
    }
}

.swiper-slide__btn--up.swiper-slide__article-mobile--wechat {
    bottom: calc(60vh - var(--browser-address-bar, 0px))
}

.swiper-slide__btn--middle.swiper-slide__article-mobile--wechat {
    bottom: calc(40vh - var(--browser-address-bar, 0px))
}

.swiper-slide__btn--down.swiper-slide__article-mobile--wechat {
    bottom: calc(18.5vh - var(--browser-address-bar, 0px))
}

.swiper-slide__btn--down.swiper-slide__article-mobile--redmi {
    bottom: calc(12.5vh - var(--browser-address-bar, 0px))
}

.homepage_renovation .swiper-button-lock, .product-showroom-layout .swiper-button-lock {
    display: inline-block
}

.swiper-slide__btn_bg--white:hover {
    background: #e5e5e5;
    color: #010101
}

.swiper-slide__btn_bg--balck:hover {
    background: #333;
    color: #fff
}

.swiper-slide__btn_bg--transparent:hover {
    background-color: rgba(229, 229, 229, 0.2)
}

.swiper-slide-type__video-PC.slide-in-ie {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
    z-index: -1
}

@media screen and (max-width: 767px) {
    .swiper-slide-type__video-PC {
        display: none
    }
}

.dynamic-banner {
    background-color: #010101;
    height: 100%;
    position: relative
}

.aem-AuthorLayer-Edit .dynamic-banner, .aem-AuthorLayer-Preview .dynamic-banner {
    height: 600px;
    position: relative
}

.dynamic-banner.fscreen-table {
    display: block !important
}

.dynamic-banner .fscreen-tableCell {
    display: block !important
}

.dynamic-banner .IIV::-webkit-media-controls-play-button, .dynamic-banner .IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px
}

.dynamic-banner-section {
    width: 100%;
    height: 100%;
    height: calc(100vh - var(--browser-address-bar, 0px));
    position: relative
}

.dynamic-banner-section .home-hero__button {
    width: 146px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    line-height: 39px;
    letter-spacing: 0.4px;
    text-align: center;
    border-radius: 2px;
    border: solid 1px #666;
    margin-top: 24px
}

@media (orientation: landscape) {
    .dynamic-banner-section .home-hero__button:first-of-type {
        margin-right: 30px
    }
}

@media (orientation: portrait) {
    .dynamic-banner-section .home-hero__button:first-of-type {
        margin-right: 24px
    }
}

@media screen and (max-width: 767px) {
    .dynamic-banner-section .home-hero__button:first-of-type {
        margin-right: 0px
    }
}

@media (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner__btn--PC {
        display: none
    }
}

.dynamic-banner-section .dynamic-banner__btn--mobile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50
}

@media (orientation: landscape) {
    .dynamic-banner-section .dynamic-banner__btn--mobile {
        display: none
    }
}

.dynamic-banner-section .dynamic-banner__btn--mobile-two {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (orientation: landscape) {
    .dynamic-banner-section .dynamic-banner__btn--mobile-two {
        display: none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner__btn--mobile-two {
        display: block;
        text-align: center
    }
}

.dynamic-banner-section .dynamic-banner__btn--mobile-two.dynamic-banner__btn--up {
    bottom: calc(55vh - var(--browser-address-bar, 0px))
}

@media screen and (max-width: 767px) {
    .dynamic-banner-section .dynamic-banner__btn--mobile-two {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner__btn--mobile-two {
        width: 50vw;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.dynamic-banner-section .dynamic-banner__btn--mobile-two .home-hero__button {
    margin-top: 24px
}

@media (orientation: landscape) {
    .dynamic-banner-section .dynamic-banner__btn--mobile-two .home-hero__button:first-of-type {
        margin-right: 30px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner__btn--mobile-two .home-hero__button:first-of-type {
        margin-right: 24px
    }
}

.dynamic-banner-section .dynamic-banner__btn--mobile .dynamic-banner__btn--down {
    bottom: calc(12.5vh - var(--browser-address-bar, 0px))
}

.dynamic-banner-section .dynamic-banner__btn--mobile .dynamic-banner__btn--middle {
    bottom: calc(40vh - var(--browser-address-bar, 0px))
}

.dynamic-banner-section .dynamic-banner__btn--mobile .dynamic-banner__btn--up {
    bottom: calc(60vh - var(--browser-address-bar, 0px))
}

.dynamic-banner-section .dynamic-banner-fit-image, .dynamic-banner-section .dynamic-banner-reponse__video {
    height: calc(100vh - var(--browser-address-bar, 0px));
    font-family: "object-fit:cover;object-position:calc(50% + var(--asset-x-offset-mobile)) calc(50% + var(--asset-y-offset-mobile))";
    object-fit: cover;
    object-position: 50% 50%;
    object-position: calc(50% + var(--asset-x-offset-desktop)) calc(50% + var(--asset-y-offset-desktop));
    width: 100%
}

.dynamic-banner-section .dynamic-banner-reponse__image {
    width: 100vw;
    background-size: cover;
    background-position: center;
    height: calc(100vh - var(--browser-address-bar, 0px));
    position: relative
}

.dynamic-banner-section .dynamic-banner-video-cover-image {
    cursor: pointer
}

.dynamic-banner-section .dynamic-banner-content {
    width: 100%;
    height: calc(100vh - var(--browser-address-bar, 0px));
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    padding: 30vh 12.5vw 20vh;
    transform: translateX(-50%);
    text-align: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 5
}

@media (orientation: landscape) {
    .dynamic-banner-section .dynamic-banner-content {
        padding: 30vh 7vw 20vh;
        text-align: left
    }
}

@media (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner-content {
        padding: 15vh 50px
    }

    .dynamic-banner-section .dynamic-banner-content.is-safari {
        padding: 30vh 50px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner-content {
        padding: 20vh 50px;
        max-width: 80vw
    }
}

@media (orientation: landscape) {
    .dynamic-banner-section .dynamic-banner__article--row-up-middle {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .dynamic-banner-section .dynamic-banner__article--row-up-right {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .dynamic-banner-section .dynamic-banner__article--row-up-left {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .dynamic-banner-section .dynamic-banner__article--row-down-middle {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .dynamic-banner-section .dynamic-banner__article--row-down-right {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .dynamic-banner-section .dynamic-banner__article--row-down-left {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .dynamic-banner-section .dynamic-banner__article--collumn-up-middle {
        -ms-flex-pack: center;
        justify-content: center
    }

    .dynamic-banner-section .dynamic-banner__article--collumn-up-right {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .dynamic-banner-section .dynamic-banner__article--collumn-up-left {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .dynamic-banner-section .dynamic-banner__article--collumn-down-middle {
        -ms-flex-pack: center;
        justify-content: center
    }

    .dynamic-banner-section .dynamic-banner__article--collumn-down-right {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .dynamic-banner-section .dynamic-banner__article--collumn-down-left {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner__article-mobile--middle {
        -ms-flex-align: center;
        align-items: center
    }

    .dynamic-banner-section .dynamic-banner__article-mobile--up {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .dynamic-banner-section .dynamic-banner__article-mobile--down {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--center {
        -ms-flex-pack: center;
        justify-content: center
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--center .dynamic-banner__title {
        text-align: center
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--center .dynamic-banner__title__desc {
        text-align: center
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--center .dynamic-banner__title-text {
        text-align: center
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--left {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--left .dynamic-banner__title {
        text-align: left
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--left .dynamic-banner__title__desc {
        text-align: left
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--left .dynamic-banner__title-text {
        text-align: left;
        margin-left: -3px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner__article-mobile--middle {
        -ms-flex-align: center;
        align-items: center
    }

    .dynamic-banner-section .dynamic-banner__article-mobile--up {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .dynamic-banner-section .dynamic-banner__article-mobile--down {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--center {
        -ms-flex-pack: center;
        justify-content: center
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--center .dynamic-banner__title {
        text-align: center
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--center .dynamic-banner__title__desc {
        text-align: center
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--center .dynamic-banner__title-text {
        text-align: center
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--left {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--left .dynamic-banner__title {
        text-align: left
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--left .dynamic-banner__title__desc {
        text-align: left
    }

    .dynamic-banner-section .dynamic-banner__article-text-mobile--left .dynamic-banner__title-text {
        text-align: left;
        margin-left: -3px
    }
}

.dynamic-banner-section .dynamic-banner-content-box {
    position: absolute;
    z-index: 666;
    top: 0;
    width: 100%;
    height: calc(100vh - var(--browser-address-bar, 0px))
}

@media screen and (min-width: 980px) {
    .dynamic-banner-section .dynamic-banner-content-box {
        text-align: left !important
    }
}

@media (min-width: 1025px) and (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner-content-box {
        text-align: left !important
    }
}

.dynamic-banner-section .dynamic-banner-content-box__title-text {
    color: #fff;
    font-size: 26px
}

.dynamic-banner-section .dynamic-banner__title {
    margin-bottom: 11px
}

.dynamic-banner-section .dynamic-banner__title-text {
    line-height: 1.08;
    width: 142.857143%;
    transform: scaleX(0.7);
    color: #fff;
    font-family: "MB_HYZS", "DaimlerCA-Regular", "SimSun", "STSong", serif;
    transform-origin: left;
    display: inline-block;
    font-size: 60px;
    min-width: 300px
}

@media (min-width: 768px) and (orientation: landscape) {
    .dynamic-banner-section .dynamic-banner__title-text {
        max-width: 100%;
        margin-left: -5px
    }
}

@media (max-width: 1024px) and (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner__title-text {
        white-space: pre-wrap
    }

    .dynamic-banner__article-text-mobile--left .dynamic-banner-section .dynamic-banner__title-text {
        max-width: 129vw
    }

    .dynamic-banner__article-text-mobile--center .dynamic-banner-section .dynamic-banner__title-text {
        max-width: 115vw;
        margin-left: 50px
    }
}

@media (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner__title-text {
        white-space: pre-wrap
    }

    .dynamic-banner__article-text-mobile--left .dynamic-banner-section .dynamic-banner__title-text {
        max-width: 129vw
    }

    .dynamic-banner__article-text-mobile--center .dynamic-banner-section .dynamic-banner__title-text {
        max-width: 115vw;
        margin-left: 50px
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .dynamic-banner-section .dynamic-banner__title-text {
        max-width: unset
    }
}

@media screen and (max-width: 767px) {
    .dynamic-banner-section .dynamic-banner__title-text {
        font-size: 46px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner__title-text {
        font-size: 50px
    }
}

.dynamic-banner-section .dynamic-banner__title__desc {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px
}

@media (min-width: 768px) and (orientation: landscape) {
    .dynamic-banner-section .dynamic-banner__title__desc {
        max-width: 69%
    }
}

@media screen and (max-width: 767px) {
    .dynamic-banner-section .dynamic-banner__title__desc {
        font-size: 16px;
        white-space: pre-wrap
    }

    .dynamic-banner__article-text-mobile--left .dynamic-banner-section .dynamic-banner__title__desc {
        max-width: calc(100% - 50px)
    }

    .dynamic-banner__article-text-mobile--center .dynamic-banner-section .dynamic-banner__title__desc {
        padding: 0 50px
    }
}

@media (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner__title__desc {
        white-space: pre-wrap
    }

    .dynamic-banner__article-text-mobile--left .dynamic-banner-section .dynamic-banner__title__desc {
        max-width: calc(100% - 50px)
    }

    .dynamic-banner__article-text-mobile--center .dynamic-banner-section .dynamic-banner__title__desc {
        padding: 0 50px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner__title__desc {
        font-size: 16px
    }
}

@media (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner__btn--up {
        bottom: calc(62vh - var(--browser-address-bar, 0px))
    }

    .dynamic-banner-section .dynamic-banner__btn--middle {
        bottom: calc(36vh - var(--browser-address-bar, 0px))
    }

    .dynamic-banner-section .dynamic-banner__btn--down {
        bottom: calc(27.5vh - var(--browser-address-bar, 0px))
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .dynamic-banner-section .dynamic-banner__btn--up {
        bottom: calc(62vh - var(--browser-address-bar, 0px))
    }

    .dynamic-banner-section .dynamic-banner__btn--middle {
        bottom: calc(36vh - var(--browser-address-bar, 0px))
    }

    .dynamic-banner-section .dynamic-banner__btn--down {
        bottom: calc(22.5vh - var(--browser-address-bar, 0px))
    }
}

.dynamic-banner-section .dynamic-banner__btn--white {
    color: #fff
}

.dynamic-banner-section .dynamic-banner__btn--balck {
    color: #010101
}

.dynamic-banner-section .dynamic-banner__btn--blue {
    color: #00ADEF
}

.dynamic-banner-section .dynamic-banner__btn_bg--balck {
    background: #000
}

.dynamic-banner-section .dynamic-banner__btn_bg--white {
    background: #fff;
    border: solid 1px #fff
}

.dynamic-banner-section .dynamic-banner__btn_bg--transparent {
    background: transparent
}

.dynamic-banner-section .dynamic-banner__btn_bg--transparent.dynamic-banner__btn--white {
    border: solid 1px #fff
}

.dynamic-banner-section .dynamic-banner__btn_bg--transparent.dynamic-banner__btn--balck {
    border: solid 1px #fff
}

.dynamic-banner-section .dynamic-banner__btn_bg--transparent.dynamic-banner__btn--blue {
    border: solid 1px #fff
}

.dynamic-banner-section .dynamic-banner__btn_bg--white.dynamic-banner__btn--balck {
    border: solid 1px #bfbfbf
}

@keyframes zoomIn {
    0% {
        background-size: 122%
    }

    100% {
        background-size: cover
    }
}

.dynamic-banner-section .zoomIn {
    animation-name: zoomIn
}

@keyframes zoomOut {
    0% {
        background-size: cover
    }

    10% {
        background-size: 108%
    }

    100% {
        background-size: 122%
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0.3
    }

    100% {
        opacity: 1
    }
}

@keyframes zoomOutIMG {
    0% {
        transform: scale(1)
    }

    10% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1.3)
    }
}

@keyframes zoomOutIMGmobile {
    0% {
        transform: scale(1)
    }

    10% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1.2)
    }
}

.fscreen-section.active .dynamic-banner-type__zoom-in-zoom-out .dynamic-banner-fit-image {
    animation: zoomOutIMG 3s ease 0s 1 both
}

@media screen and (max-width: 767px) {
    .fscreen-section.active .dynamic-banner-type__zoom-in-zoom-out .dynamic-banner-fit-image {
        animation: zoomOutIMGmobile 3s ease 0s 1 both
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .fscreen-section.active .dynamic-banner-type__zoom-in-zoom-out .dynamic-banner-fit-image {
        animation: zoomOutIMGmobile 3s ease 0s 1 both
    }
}

.fscreen-section.active .dynamic-banner-type__zoom-in-zoom-out {
    animation: zoomOut 3s ease 0s 1 both
}

.fscreen-section.active .dynamic-banner-box {
    animation: fadeIn 3s ease 0s 1 both
}

@media (min-width: 768px) and (orientation: landscape) {
    .fscreen-section .dynamic-banner-box {
        text-align: left !important
    }

    .fscreen-section .dynamic-banner-box__scaled-middle-right.dynamic-banner-box__scaled, .fscreen-section .dynamic-banner-box__scaled-up-right.dynamic-banner-box__scaled, .fscreen-section .dynamic-banner-box__scaled-down-right.dynamic-banner-box__scaled {
        transform: translateX(30%)
    }
}

@media (min-width: 640px) and (orientation: portrait) {
    .fscreen-section .dynamic-banner-box {
        text-align: left !important
    }
}

@media (min-width: 768px) and (orientation: landscape) {
    .fscreen-section .dynamic-banner-box {
        max-width: 50%;
        text-overflow: ellipsis
    }
}

.fscreen-section .dynamic-banner__btn_bg--white:hover {
    background: #e5e5e5;
    color: #010101
}

.fscreen-section .dynamic-banner__btn_bg--balck:hover {
    background: #333;
    color: #fff
}

.fscreen-section .dynamic-banner__btn_bg--transparent:hover {
    background-color: rgba(229, 229, 229, 0.2)
}

.dynamic-banner__btn--up.dynamic-banner__article-mobile--wechat {
    bottom: calc(60vh - var(--browser-address-bar, 0px))
}

.dynamic-banner__btn--middle.dynamic-banner__article-mobile--wechat {
    bottom: calc(40vh - var(--browser-address-bar, 0px))
}

.dynamic-banner__btn--down.dynamic-banner__article-mobile--wechat {
    bottom: calc(18.5vh - var(--browser-address-bar, 0px))
}

.dynamic-banner__btn--down.dynamic-banner__article-mobile--redmi {
    bottom: calc(12.5vh - var(--browser-address-bar, 0px))
}

.dynamic-banner__btn_bg--white:hover {
    background: #e5e5e5;
    color: #010101
}

.dynamic-banner__btn_bg--balck:hover {
    background: #333;
    color: #fff
}

.dynamic-banner__btn_bg--transparent:hover {
    background-color: rgba(229, 229, 229, 0.2)
}

.dynamic-banner-type__video-PC.slide-in-ie {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

html.fscreen-enabled, .fscreen-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fscreen-section {
    position: relative;
    box-sizing: border-box
}

.full-section {
    position: relative
}

.fscreen-slide {
    float: left
}

.fscreen-slide, .fscreen-slidesContainer {
    height: 100%;
    display: block
}

.fscreen-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out
}

.fscreen-section.fscreen-table, .fscreen-slide.fscreen-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fscreen-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fscreen-slidesContainer {
    float: left;
    position: relative
}

.fscreen-controlArrow {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    transform: translate3d(0, 0, 0)
}

.fscreen-controlArrow.fscreen-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fscreen-controlArrow.fscreen-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fscreen-scrollable {
    overflow: hidden;
    position: relative
}

.fscreen-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fscreen-notransition {
    transition: none !important
}

#fscreen-nav {
    position: fixed;
    z-index: 1000;
    bottom: 100px;
    opacity: 1;
    transition: bottom 0.2s ease-in
}

@media screen and (min-width: 768px) {
    #fscreen-nav {
        bottom: 65px
    }
}

@media screen and (min-width: 1200px) {
    #fscreen-nav {
        bottom: 45px
    }

    #fscreen-nav.fscreen-windows-screen {
        bottom: 30px
    }
}

@media screen and (min-width: 1440px) {
    #fscreen-nav {
        bottom: 100px
    }
}

.full-screen-viewing-last #fscreen-nav, .fscreen-viewing-0 #fscreen-nav {
    display: none !important
}

@media screen and (min-width: 768px) {
    #fscreen-nav:hover li a:not(.active)+.fscreen-tooltip {
        width: auto;
        opacity: .8;
        color: #bfbfbf;
        transition: opacity 0.2s ease-in
    }

    #fscreen-nav:hover li a.active+.fscreen-tooltip {
        color: #fff;
        width: auto;
        opacity: 1;
        transition: opacity 0.2s ease-in
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    #fscreen-nav:hover li a:not(.active)+.fscreen-tooltip {
        width: auto;
        opacity: .8;
        color: #bfbfbf;
        animation: fs-slideOut 0.8s linear 0s 1 both
    }
}

@media only screen and (max-device-width: 1366px) and (min-device-width: 768px) and (orientation: landscape) {
    #fscreen-nav.fscreen-device:hover li a:not(.active)+.fscreen-tooltip {
        width: auto;
        opacity: .8;
        color: #bfbfbf;
        animation: fs-slideOut 0.8s linear 0s 1 both
    }
}

#fscreen-nav.fscreen-right {
    right: 17px
}

#fscreen-nav.fscreen-left {
    left: 17px
}

.fscreen-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important
}

.fscreen-slidesNav.fscreen-bottom {
    bottom: 17px
}

.fscreen-slidesNav.fscreen-top {
    top: 17px
}

#fscreen-nav ul, .fscreen-slidesNav ul {
    margin: 0;
    padding: 0
}

.fscreen-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

#fscreen-nav ul li {
    display: block;
    width: 18px;
    height: 18px;
    margin: 7px;
    margin-top: 18px;
    position: relative
}

.fscreen-slidesNav ul li {
    display: inline-block
}

.fscreen-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fscreen-nav ul {
    width: 50px
}

#fscreen-nav ul li a {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

#fscreen-nav ul li a.active {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%
}

.fscreen-slidesNav ul li a.active span, .fscreen-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 50%
}

#fscreen-nav ul li a.active span, #fscreen-nav ul li:hover a.active span {
    border-radius: 50%;
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.15)
}

#fscreen-nav ul li a.active {
    background-color: transparent;
    overflow: hidden;
    border-radius: 50%
}

.fscreen-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    transition: all 0.2s ease-in-out
}

#fscreen-nav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    transition: all 0.2s ease-in-out
}

#fscreen-nav ul li a span {
    height: 6px;
    width: 6px;
    background-color: #fff
}

.fscreen-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px
}

#fscreen-nav ul li .fscreen-tooltip {
    position: absolute;
    top: -3px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fscreen-nav ul li:hover .fscreen-tooltip, #fscreen-nav.fscreen-show-active a.active+.fscreen-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1
}

#fscreen-nav ul li .fscreen-tooltip.fscreen-right {
    right: 32px
}

#fscreen-nav ul li .fscreen-tooltip.fscreen-left {
    left: 28px
}

.fscreen-auto-height.fscreen-section, .fscreen-auto-height .fscreen-slide, .fscreen-auto-height .fscreen-tableCell {
    height: auto !important
}

.fscreen-responsive .fscreen-auto-height-responsive.fscreen-section, .fscreen-responsive .fscreen-auto-height-responsive .fscreen-slide, .fscreen-responsive .fscreen-auto-height-responsive .fscreen-tableCell {
    height: auto !important
}

#fscreen-nav ul li a.active span.fscreen-sr-ani {
    border: 16px solid #fff;
    box-sizing: content-box;
    animation: fs-nav-animation 1s linear normal infinite
}

.fscreen-nav-hidden #fscreen-nav {
    display: none
}

.fscreen-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px
}

.fscreen-back-top {
    position: absolute;
    right: 20px;
    width: 37px;
    height: 37px;
    overflow: hidden;
    bottom: 26px;
    border-radius: 50%;
    z-index: 100;
    transition: bottom 0.2s ease-in;
    cursor: pointer
}

.has-floating-btn .fscreen-table.active .fscreen-back-top {
    bottom: 92px
}

.has-floating-btn.has-floating-btn-iphone .fscreen-table.active .fscreen-back-top {
    bottom: 122px
}

@media screen and (min-width: 768px) {
    .fscreen-back-top {
        right: 40px;
        width: 40px;
        height: 40px;
        bottom: 64px
    }

    .has-floating-btn .fscreen-table.active .fscreen-back-top {
        bottom: 126px
    }

    .fscreen-back-top:hover {
        background-color: rgba(0, 0, 0, 0.1)
    }
}

@media screen and (min-width: 1200px) {
    .fscreen-back-top {
        right: 7%
    }

    .has-floating-btn .fscreen-table.active .fscreen-back-top {
        bottom: 64px
    }
}

.fscreen-back-top img {
    width: 100%;
    height: 100%
}

.fscreen-to-next {
    position: absolute;
    left: calc(50% - 17px);
    bottom: 24px;
    width: 34px;
    height: auto;
    z-index: 1000;
    color: #fff;
    cursor: pointer;
    animation: bounce 2s ease-in-out normal infinite
}

@media screen and (max-width: 1199px) {
    .has-floating-btn .fscreen-table.active .fscreen-to-next {
        bottom: 90px;
        animation: bounce 2s ease-in-out normal infinite
    }

    .has-floating-btn.has-floating-btn-iphone .fscreen-table.active .fscreen-to-next {
        bottom: 120px;
        animation: bounce 2s ease-in-out normal infinite
    }
}

@media screen and (max-width: 767px) {
    .fscreen-to-next {
        width: 24px;
        left: calc(50% - 12px)
    }

    .has-floating-btn .fscreen-table.active .fscreen-to-next {
        bottom: 90px
    }

    .hide-to-next-btn-mobile .fscreen-to-next {
        display: none
    }
}

.fscreen-to-next-icon img {
    width: 24px
}

@media screen and (min-width: 768px) {
    .fscreen-to-next-icon img {
        width: 32px
    }
}

#fscreen-menu-wrapper {
    position: fixed;
    z-index: 500;
    transition: transform 0.45s;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #000;
    -ms-flex-direction: column;
    flex-direction: column
}

#fscreen-menu-wrapper .fscreen-anchor-name {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-family: "PingFang SC", "DaimlerCA-Regular", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    color: white;
    width: 100%;
    padding: 0 17px 0 30px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#fscreen-menu-wrapper .fscreen-anchor-name .fscreen-anchor-icon::after {
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%;
    transform: scaleY(-1) rotate(-90deg);
    cursor: pointer;
    font-size: 16px;
    display: block;
    transition: all .4s ease 0s
}

@media screen and (min-width: 768px) {
    #fscreen-menu-wrapper {
        height: 62px;
        line-height: 62px;
        -ms-flex-direction: row;
        flex-direction: row
    }

    #fscreen-menu-wrapper .fscreen-anchor-name {
        display: none
    }
}

#fscreen-menu-wrapper .fscreen-menu-list {
    overflow-x: auto;
    white-space: nowrap;
    margin: 0 auto;
    display: inline-block;
    -ms-overflow-style: none;
    scrollbar-width: none
}

#fscreen-menu-wrapper .fscreen-menu-list::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 767px) {
    #fscreen-menu-wrapper .fscreen-menu-list {
        display: block;
        overflow: hidden;
        position: absolute;
        text-align: center;
        top: 50px;
        background-color: #000;
        width: 100%;
        height: 100vh;
        max-height: 0;
        transition: all .4s ease .2s
    }
}

#fscreen-menu-wrapper .fscreen-menu-list li {
    display: block;
    padding: 20px 30px;
    cursor: pointer;
    position: relative;
    color: #f4f4f4;
    font-size: 14px;
    font-family: "PingFang SC", "DaimlerCA-Regular", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial
}

@media screen and (max-width: 767px) {
    #fscreen-menu-wrapper .fscreen-menu-list li:first-child {
        margin-top: 80px;
        padding-top: 0px
    }
}

#fscreen-menu-wrapper .fscreen-menu-list li a {
    display: inline;
    transition: opacity 0.5s ease 0s
}

#fscreen-menu-wrapper .fscreen-menu-list li a:link, #fscreen-menu-wrapper .fscreen-menu-list li a:visited, #fscreen-menu-wrapper .fscreen-menu-list li a:active {
    color: white;
    opacity: 0.5;
    position: relative
}

@media screen and (min-width: 768px) {
    #fscreen-menu-wrapper .fscreen-menu-list li a {
        display: inline-block
    }
}

#fscreen-menu-wrapper .fscreen-menu-list li a::after {
    content: "";
    width: 0;
    height: 1px;
    background: white;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transition: all 500ms
}

@media screen and (min-width: 768px) {
    #fscreen-menu-wrapper .fscreen-menu-list li a::after {
        height: 2px;
        bottom: 0
    }
}

@media screen and (min-width: 768px) {
    #fscreen-menu-wrapper .fscreen-menu-list li a:hover {
        color: white;
        opacity: 1
    }

    #fscreen-menu-wrapper .fscreen-menu-list li a:hover::after {
        left: 0;
        width: 100%
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    #fscreen-menu-wrapper .fscreen-menu-list li a:hover::after {
        left: calc(50% - 20px);
        width: 40px
    }
}

@media screen and (min-width: 768px) {
    #fscreen-menu-wrapper .fscreen-menu-list li {
        display: inline-block;
        font-size: 18px;
        padding: 0 30px
    }
}

#fscreen-menu-wrapper .fscreen-menu-list li.active a {
    opacity: 1
}

#fscreen-menu-wrapper .fscreen-menu-list li.active a::after {
    left: 0;
    width: 100%
}

@media screen and (min-width: 768px) {
    #fscreen-menu-wrapper .fscreen-menu-list li.active a::after {
        left: calc(50% - 20px);
        width: 40px
    }
}

#fscreen-menu-wrapper.active .fscreen-anchor-icon::after {
    transition: all .4s ease 0s;
    transform: scaleY(1) rotate(-90deg)
}

@media screen and (max-width: 767px) {
    #fscreen-menu-wrapper.active .fscreen-menu-list {
        transition: all .4s ease 0.1s;
        max-height: 1000px
    }

    #fscreen-menu-wrapper.active .fscreen-menu-list li {
        animation: fs-scaleIn 0.3s linear 0.2s 1 both
    }
}

#fscreen-menu-wrapper .fscreen-anchor-highlight {
    position: relative
}

#fscreen-menu-wrapper .fscreen-anchor-highlight div {
    transition: all .4s ease 0s;
    opacity: 0;
    position: absolute;
    min-width: 100px;
    height: auto;
    white-space: nowrap
}

#fscreen-menu-wrapper .fscreen-anchor-highlight div.active {
    opacity: 1;
    animation: fs-fadeIn 0.3s ease 0.2s 1 both
}

.product-showroom #fscreen-menu-wrapper {
    display: none
}

.fscreen-viewing-firstScreen #fscreen-menu-wrapper, .fscreen-viewing-mainPage #fscreen-menu-wrapper {
    transform: translateY(-100%);
    transition: transform 0.45s ease-in .2s
}

@keyframes pulsate {
    50% {
        box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.4)
    }
}

@keyframes down-to-up {
    100% {
        bottom: 20px
    }
}

@keyframes down-to-up-1 {
    100% {
        bottom: 80px
    }
}

@keyframes down-to-up-2 {
    100% {
        bottom: 90px
    }
}

@keyframes fs-nav-animation {
    0% {
        background-color: #fff;
        border: 0px solid #fff
    }

    39.9% {
        background-color: #fff;
        border: 16px solid #fff
    }

    40% {
        width: 0;
        height: 0;
        background-color: transparent;
        border: 16px solid #fff
    }

    100% {
        width: 16px;
        height: 16px;
        background-color: transparent
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(5px)
    }

    60% {
        transform: translateY(3px)
    }
}

@keyframes fs-slideOut {
    0% {
        opacity: 0.8
    }

    100% {
        opacity: 0
    }
}

@keyframes fs-scaleIn {
    0% {
        opacity: 0;
        transform: scale(0.2)
    }

    60% {
        opacity: 0.5;
        transform: scale(0.5)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes fs-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.engine-carousel {
    background-color: #fff;
    height: 100%;
    position: relative
}

.engine-carousel .engine-carousel__features {
    display: -ms-grid;
    display: grid
}

@media screen and (min-width: 768px) {
    .engine-carousel .engine-carousel__features {
        grid-auto-flow: column;
        -ms-grid-columns: 20% 20% 20% 20% auto;
        grid-template-columns: 20% 20% 20% 20% auto;
        -ms-flex-pack: center;
        justify-content: center
    }

    .engine-carousel .engine-carousel__features-items-2 {
        -ms-grid-columns: (calc(100% / 5))[1] auto;
        grid-template-columns: repeat(1, calc(100% / 5)) auto
    }

    .engine-carousel .engine-carousel__features-items-3 {
        -ms-grid-columns: (calc(100% / 5))[2] auto;
        grid-template-columns: repeat(2, calc(100% / 5)) auto
    }

    .engine-carousel .engine-carousel__features-items-4 {
        -ms-grid-columns: (calc(100% / 5))[3] auto;
        grid-template-columns: repeat(3, calc(100% / 5)) auto
    }

    .engine-carousel .engine-carousel__features-items-1 {
        -ms-grid-columns: auto;
        grid-template-columns: auto
    }

    .engine-carousel .engine-carousel__features-items-none::after {
        content: '';
        height: 70px
    }
}

@media screen and (max-width: 767px) {
    .engine-carousel .engine-carousel__features {
        grid-auto-flow: row;
        grid-row-gap: 30px
    }

    .engine-carousel .engine-carousel__features .engine-carousel__feature-value {
        white-space: nowrap
    }

    .engine-carousel .engine-carousel__features-items-1, .engine-carousel .engine-carousel__features-items-4 {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto
    }

    .engine-carousel .engine-carousel__features-items-2 {
        -ms-grid-columns: 50% auto;
        grid-template-columns: 50% auto
    }

    .engine-carousel .engine-carousel__features-items-1::after, .engine-carousel .engine-carousel__features-items-2::after, .engine-carousel .engine-carousel__features-items-3::after, .engine-carousel .engine-carousel__features-items-none::after {
        content: '';
        height: 10px
    }

    .engine-carousel .engine-carousel__features-items-3, .engine-carousel .engine-carousel__features-items-5 {
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto
    }

    .engine-carousel .engine-carousel__features-items-none {
        min-height: 200px
    }

    .engine-carousel .engine-carousel__features-items-2 .engine-carousel__feature:nth-child(2) .engine-carousel__feature-value {
        padding-right: 0
    }

    .engine-carousel .engine-carousel__features-items-4 .engine-carousel__feature:nth-child(2), .engine-carousel .engine-carousel__features-items-4 .engine-carousel__feature:nth-child(4) {
        border-right: none
    }

    .engine-carousel .engine-carousel__features-items-4 .engine-carousel__feature:nth-child(2) .engine-carousel__feature-value, .engine-carousel .engine-carousel__features-items-4 .engine-carousel__feature:nth-child(4) .engine-carousel__feature-value {
        padding-right: 0
    }

    .engine-carousel .engine-carousel__features-items-4 .engine-carousel__feature:nth-child(3), .engine-carousel .engine-carousel__features-items-4 .engine-carousel__feature:nth-child(4) {
        justify-self: end
    }

    .engine-carousel .engine-carousel__features-items-5 .engine-carousel__feature:nth-child(3) {
        border-right: none
    }

    .engine-carousel .engine-carousel__features-items-5 .engine-carousel__feature:nth-child(3) .engine-carousel__feature-value {
        padding-right: 0
    }

    .engine-carousel .engine-carousel__features-items-5 .engine-carousel__feature:nth-child(4) {
        justify-self: end;
        padding-left: 0
    }

    .engine-carousel .engine-carousel__features-items-5 .engine-carousel__feature:nth-child(5) .engine-carousel__feature-label {
        max-width: 50px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .engine-carousel .engine-carousel__features {
        margin-left: calc(10 / 1440 * 100vw);
        grid-auto-flow: row;
        grid-row-gap: 30px
    }

    .engine-carousel .engine-carousel__features .engine-carousel__feature-value {
        white-space: nowrap
    }

    .engine-carousel .engine-carousel__features-items-1, .engine-carousel .engine-carousel__features-items-4 {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto
    }

    .engine-carousel .engine-carousel__features-items-2 {
        -ms-grid-columns: 50% auto;
        grid-template-columns: 50% auto
    }

    .engine-carousel .engine-carousel__features-items-1::after, .engine-carousel .engine-carousel__features-items-2::after, .engine-carousel .engine-carousel__features-items-3::after, .engine-carousel .engine-carousel__features-items-none::after {
        content: '';
        height: 10px
    }

    .engine-carousel .engine-carousel__features-items-3, .engine-carousel .engine-carousel__features-items-5 {
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto
    }

    .engine-carousel .engine-carousel__features-items-none {
        min-height: 200px
    }

    .engine-carousel .engine-carousel__features-items-2 .engine-carousel__feature:nth-child(2) .engine-carousel__feature-value {
        padding-right: 0
    }

    .engine-carousel .engine-carousel__features-items-4 .engine-carousel__feature:nth-child(2), .engine-carousel .engine-carousel__features-items-4 .engine-carousel__feature:nth-child(4) {
        border-right: none
    }

    .engine-carousel .engine-carousel__features-items-4 .engine-carousel__feature:nth-child(2) .engine-carousel__feature-value, .engine-carousel .engine-carousel__features-items-4 .engine-carousel__feature:nth-child(4) .engine-carousel__feature-value {
        padding-right: 0
    }

    .engine-carousel .engine-carousel__features-items-4 .engine-carousel__feature:nth-child(3), .engine-carousel .engine-carousel__features-items-4 .engine-carousel__feature:nth-child(4) {
        justify-self: end
    }

    .engine-carousel .engine-carousel__features-items-5 .engine-carousel__feature:nth-child(3) {
        border-right: none
    }

    .engine-carousel .engine-carousel__features-items-5 .engine-carousel__feature:nth-child(3) .engine-carousel__feature-value {
        padding-right: 0
    }

    .engine-carousel .engine-carousel__features-items-5 .engine-carousel__feature:nth-child(4) {
        justify-self: end;
        padding-left: 0
    }

    .engine-carousel .engine-carousel__features-items-5 .engine-carousel__feature:nth-child(5) .engine-carousel__feature-label {
        max-width: 50px
    }
}

.engine-carousel .engine-carousel__features-wrapper {
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 295px;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    animation-delay: 0.7s
}

@media only screen and (max-device-width: 480px) and (orientation: portrait) {
    .engine-carousel .engine-carousel__features-wrapper {
        padding: 5vh 0
    }
}

@media only screen and (max-device-width: 414px) and (orientation: portrait) {
    .engine-carousel .engine-carousel__features-wrapper {
        padding: 1.5vh 0
    }
}

@media only screen and (max-device-width: 375px) and (orientation: portrait) {
    .engine-carousel .engine-carousel__features-wrapper {
        padding: 1vh 0
    }
}

@media only screen and (max-device-width: 320px) and (orientation: portrait) {
    .engine-carousel .engine-carousel__features-wrapper {
        padding: 2vh 0
    }
}

@media screen and (max-width: 767px) {
    .engine-carousel .engine-carousel__features-wrapper {
        -ms-grid-column-align: center;
        justify-items: center;
        display: -ms-grid;
        display: grid
    }
}

@media screen and (min-width: 768px) {
    .engine-carousel .engine-carousel__features-wrapper {
        max-width: 1240px;
        width: calc(100% - 160px);
        padding: 48px 0
    }
}

@media screen and (min-width: 900px) {
    .engine-carousel .engine-carousel__features-wrapper {
        max-width: 1240px;
        width: calc(100% - 220px);
        padding: 6vh 0
    }

    .special-product-showroom .engine-carousel .engine-carousel__features-wrapper {
        padding: 4vh 0
    }
}

@media screen and (min-width: 1200px) {
    .engine-carousel .engine-carousel__features-wrapper {
        width: calc(100% - 440px);
        padding: 6vh 0
    }

    .special-product-showroom .engine-carousel .engine-carousel__features-wrapper {
        padding: 4vh 0
    }
}

@media screen and (min-width: 1400px) {
    .special-product-showroom .engine-carousel .engine-carousel__features-wrapper {
        padding: 6vh 0
    }
}

@media screen and (min-width: 1500px) {
    .engine-carousel .engine-carousel__features-wrapper {
        padding: 8vh 0
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .engine-carousel .engine-carousel__features-wrapper {
        max-width: 600px;
        padding: 5vh 0 8vh;
        -ms-grid-column-align: center;
        justify-items: center;
        display: -ms-grid;
        display: grid
    }
}

.engine-carousel .engine-carousel__feature {
    border-right: 1px solid #333333;
    padding-left: 12px
}

.engine-carousel .engine-carousel__feature:first-child {
    padding-left: 0
}

@media screen and (min-width: 768px) {
    .engine-carousel .engine-carousel__feature {
        box-sizing: border-box
    }
}

.engine-carousel .engine-carousel__feature:last-child {
    border-right: 0px
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .engine-carousel .engine-carousel__feature:first-child {
        padding-left: 16px
    }
}

.engine-carousel .engine-carousel__arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: none
}

.engine-carousel .engine-carousel__arrows .swiper-button-prev:after, .engine-carousel .engine-carousel__arrows .swiper-container-rtl .swiper-button-next:after, .engine-carousel .engine-carousel__arrows .swiper-button-next:after, .engine-carousel .engine-carousel__arrows .swiper-container-rtl .swiper-button-prev:after {
    content: '';
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%;
    display: inline-block;
    font-size: 34px;
    color: #333
}

.special-product-showroom .engine-carousel .engine-carousel__arrows .swiper-button-prev:after, .special-product-without-hf .engine-carousel .engine-carousel__arrows .swiper-button-prev:after, .special-product-showroom .engine-carousel .engine-carousel__arrows .swiper-container-rtl .swiper-button-next:after, .special-product-without-hf .engine-carousel .engine-carousel__arrows .swiper-container-rtl .swiper-button-next:after, .special-product-showroom .engine-carousel .engine-carousel__arrows .swiper-button-next:after, .special-product-without-hf .engine-carousel .engine-carousel__arrows .swiper-button-next:after, .special-product-showroom .engine-carousel .engine-carousel__arrows .swiper-container-rtl .swiper-button-prev:after, .special-product-without-hf .engine-carousel .engine-carousel__arrows .swiper-container-rtl .swiper-button-prev:after {
    color: #666
}

.special-product-showroom .engine-carousel .engine-carousel__arrows, .special-product-without-hf .engine-carousel .engine-carousel__arrows {
    top: 30%
}

.engine-carousel .engine-carousel__arrows:hover .swiper-button-prev:after, .engine-carousel .engine-carousel__arrows:hover .swiper-container-rtl .swiper-button-next:after, .engine-carousel .engine-carousel__arrows:hover .swiper-button-next:after, .engine-carousel .engine-carousel__arrows:hover .swiper-container-rtl .swiper-button-prev:after {
    color: #767676
}

@media screen and (min-width: 768px) {
    .engine-carousel .engine-carousel__arrows .swiper-button-prev, .engine-carousel .engine-carousel__arrows .swiper-container-rtl .swiper-button-next {
        left: -60px
    }
}

@media screen and (min-width: 1200px) {
    .engine-carousel .engine-carousel__arrows .swiper-button-prev, .engine-carousel .engine-carousel__arrows .swiper-container-rtl .swiper-button-next {
        left: -120px
    }
}

.engine-carousel .engine-carousel__arrows .swiper-button-prev:after, .engine-carousel .engine-carousel__arrows .swiper-container-rtl .swiper-button-next:after {
    transform: rotate(180deg)
}

.special-product-showroom .engine-carousel .engine-carousel__arrows .swiper-button-prev, .special-product-without-hf .engine-carousel .engine-carousel__arrows .swiper-button-prev, .special-product-showroom .engine-carousel .engine-carousel__arrows .swiper-button-next, .special-product-without-hf .engine-carousel .engine-carousel__arrows .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

@media screen and (min-width: 768px) {
    .engine-carousel .engine-carousel__arrows .swiper-button-next, .engine-carousel .engine-carousel__arrows .swiper-container-rtl .swiper-button-prev {
        right: -60px
    }
}

@media screen and (min-width: 1200px) {
    .engine-carousel .engine-carousel__arrows .swiper-button-next, .engine-carousel .engine-carousel__arrows .swiper-container-rtl .swiper-button-prev {
        right: -120px
    }
}

.engine-carousel .engine-carousel__arrows .swiper-button-disabled {
    display: none
}

@media screen and (min-width: 768px) {
    .engine-carousel .engine-carousel__arrows {
        display: block
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .engine-carousel .engine-carousel__arrows {
        display: none
    }
}

.engine-carousel .engine-carousel__feature-label {
    margin-bottom: 8px;
    font: normal 500 12px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #000000;
    white-space: nowrap
}

@media screen and (min-width: 768px) {
    .engine-carousel .engine-carousel__feature-label {
        font: normal 500 14px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .engine-carousel .engine-carousel__feature-label {
        font-size: 16px
    }
}

@media screen and (min-width: 1024px) {
    .engine-carousel .engine-carousel__feature-label {
        min-width: auto
    }
}

.engine-carousel .engine-carousel__feature-value {
    font: normal 500 26px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    font-family: DaimlerCAC-Regular, "SimSun";
    color: #333333;
    padding-right: 18px
}

@media screen and (max-width: 374px) {
    .engine-carousel .engine-carousel__feature-value {
        font-size: 26px
    }
}

@media screen and (min-width: 768px) {
    .engine-carousel .engine-carousel__feature-value {
        font: normal 500 44px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        font-family: DaimlerCAC-Regular, "SimSun";
        padding-right: 60px;
        white-space: nowrap
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .engine-carousel .engine-carousel__feature-value {
        font-size: 48px
    }
}

.engine-carousel .engine-carousel__feature-value-text {
    transform: scaleX(0.7);
    transform-origin: left;
    display: inline-block
}

.engine-carousel .engine-carousel__feature-value-unit {
    font: normal 500 12px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #000000;
    padding-left: 0px;
    position: relative;
    top: -1px;
    left: -6px
}

@media screen and (min-width: 768px) {
    .engine-carousel .engine-carousel__feature-value-unit {
        font: normal 500 14px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
    }
}

.aem-AuthorLayer-Edit .engine-carousel, .aem-AuthorLayer-Preview .engine-carousel {
    height: 600px;
    position: relative;
    overflow: hidden;
    max-height: 800px
}

.special-product-showroom .engine-carousel, .special-product-without-hf .engine-carousel, .fscreen-normal-scroll-enabled .engine-carousel {
    min-height: 500px;
    width: 100%;
    overflow: hidden
}

.fscreen-normal-scroll-enabled .engine-carousel {
    height: auto
}

@media screen and (max-width: 375px) {
    .has-floating-btn.full-screen-page .engine-carousel {
        height: calc(100vh - 62px)
    }
}

.engine-carousel__engine {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    visibility: hidden;
    position: absolute
}

@media screen and (max-width: 414px) {
    .engine-carousel__engine {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.special-product-showroom .engine-carousel__engine, .special-product-without-hf .engine-carousel__engine {
    transition-duration: 10ms !important
}

.engine-carousel__engine.swiper-slide-active {
    visibility: visible;
    position: relative
}

.special-product-showroom .engine-carousel__engine.swiper-slide-active {
    width: 100% !important
}

.engine-carousel__swiper-container {
    height: 100%;
    padding: 20px 0px
}

.aem-AuthorLayer-Edit .engine-carousel__swiper-container {
    height: 600px
}

@media screen and (max-width: 767px) {
    .fscreen-normal-scroll-enabled.engine-carousel__list--open .engine-carousel__swiper-container {
        margin-top: -1px
    }
}

.engine-carousel__engine-name {
    position: relative;
    text-align: center;
    font: normal 500 22px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .engine-carousel__engine-name {
        font: normal 500 32px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
    }
}

.engine-carousel__engine-name.active .engine-carousel__engine-list {
    display: block
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .engine-carousel__engine-name {
        font-size: 35px
    }
}

.engine-carousel__engine-name.arrow-hidden {
    pointer-events: none
}

.engine-carousel__engine-name-text {
    transform: scaleX(0.7);
    transform-origin: center;
    position: relative;
    line-height: normal;
    color: #333;
    font-family: DaimlerCA-Regular, "SimSun", "STSong"
}

@media screen and (max-width: 767px) {
    .engine-carousel__engine-name-text {
        font-family: DaimlerCA-Regular, "SimSun", "STSong"
    }
}

.engine-carousel__engine-name:not(.arrow-hidden) .engine-carousel__engine-name-text:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 7.15px solid transparent;
    border-right: 7.15px solid transparent;
    border-top: 5px solid #333;
    position: relative;
    left: 19px;
    top: -4px;
    transform: rotate(0);
    display: inline-block;
    left: 10px
}

@media screen and (min-width: 768px) {
    .engine-carousel__engine-name:not(.arrow-hidden) .engine-carousel__engine-name-text:after {
        top: -7px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 8px solid #333
    }
}

.engine-carousel__engine-name-text.active:after {
    top: -5px;
    transform: rotate(180deg)
}

@media screen and (min-width: 768px) {
    .engine-carousel__engine-name-text.active:after {
        top: -8px
    }
}

.engine-carousel__engine-name-wrapper {
    opacity: 0;
    animation-delay: 0.5s;
    z-index: 1
}

.engine-carousel__engine-image-container {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 0;
    animation-delay: 0.3s;
    margin-top: 0px;
    position: relative
}

.engine-carousel__engine-image-wrapper {
    position: relative;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-device-width: 480px) and (orientation: portrait) {
    .engine-carousel__engine-image-wrapper {
        margin-bottom: 3vh
    }
}

@media only screen and (max-device-width: 375px) and (orientation: portrait) {
    .engine-carousel__engine-image-wrapper {
        margin-bottom: 2vh
    }
}

@media only screen and (max-device-width: 320px) and (orientation: portrait) {
    .engine-carousel__engine-image-wrapper {
        margin-bottom: 0
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .engine-carousel__engine-image-wrapper {
        margin-bottom: 4vh
    }
}

@media screen and (max-width: 767px) {
    .engine-carousel__engine-image-wrapper {
        margin-top: calc((48 / 375) * 100vw);
        height: calc((130 / 375) * 100vw);
        width: calc((130 / 375) * 100vw * 770 / 366)
    }
}

@media screen and (max-width: 480px) {
    .engine-carousel__engine-image-wrapper {
        margin-top: calc((68 / 375) * 100vw)
    }
}

@media screen and (max-width: 414px) {
    .engine-carousel__engine-image-wrapper {
        margin-top: calc((60 / 667) * (100vh - 60px))
    }
}

@media screen and (min-width: 768px) {
    .engine-carousel__engine-image-wrapper {
        height: calc((280 / 1440) * 100vw);
        margin-top: calc((120 / 1440) * 100vw + 10px);
        width: calc((280 / 1440) * 770 / 366 * 100vw)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .engine-carousel__engine-image-wrapper {
        margin-top: calc((110 / 900) * 100vh);
        height: calc((160 / 900) * 100vh);
        width: calc((160 / 900) * 100vh * 770 / 366)
    }
}

.engine-carousel__engine-image {
    position: relative;
    height: auto;
    font-family: "object-fit:cover;object-position:calc(50% + var(--asset-x-offset-mobile)) calc(50% + var(--asset-y-offset-mobile))";
    object-fit: cover;
    object-position: 50% 50%;
    object-position: calc(50% + var(--asset-x-offset-desktop)) calc(50% + var(--asset-y-offset-desktop));
    width: 100%;
    top: 0
}

.engine-carousel__engine-image img {
    vertical-align: baseline
}

.engine-carousel__buttons {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    animation-delay: 0.7s
}

@media screen and (max-width: 767px) {
    .engine-carousel__buttons-tablet {
        display: none !important
    }
}

@media screen and (min-width: 768px) {
    .engine-carousel__buttons-mobile {
        display: none !important
    }
}

@media screen and (max-width: 767px) {
    .engine-carousel__buttons {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-gap: 0 20px;
        -ms-grid-column-align: center;
        justify-items: center
    }

    .engine-carousel__buttons-4 {
        -ms-grid-column-align: flex-start;
        justify-items: flex-start
    }
}

@media screen and (min-width: 768px) {
    .engine-carousel__buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 414px) {
    .engine-carousel__buttons {
        margin-bottom: calc(90 / 667 * 100vh)
    }

    .has-floating-btn.fscreen-normal-scroll-enabled .engine-carousel__buttons {
        margin-bottom: calc(126 / 900 * 100vh);
        margin-top: 20px
    }

    .has-floating-btn.has-floating-btn-iphone .engine-carousel__buttons {
        margin-bottom: calc(126 / 667 * 100vh)
    }

    .has-floating-btn.has-floating-btn-iphone.fscreen-normal-scroll-enabled .engine-carousel__buttons {
        margin-bottom: calc(126 / 900 * 100vh)
    }
}

@media screen and (max-width: 767px) {
    .special-product-showroom .engine-carousel__buttons, .special-product-without-hf .engine-carousel__buttons {
        margin-bottom: 0 !important
    }
}

.engine-carousel__buttons .engine-carousel__button {
    margin-bottom: 24px
}

@media screen and (max-width: 375px) {
    .has-floating-btn.full-screen-page .engine-carousel__buttons .engine-carousel__button {
        margin-bottom: 8px
    }
}

@media screen and (max-width: 375px) {
    .fscreen-normal-scroll-enabled .engine-carousel__buttons .engine-carousel__button {
        margin-bottom: 24px !important
    }
}

@media screen and (max-width: 767px) {
    .engine-carousel__buttons .engine-carousel__button:nth-child(3) {
        grid-column: 1 / 3
    }

    .engine-carousel__buttons .engine-carousel__button:nth-child(4) {
        grid-column: 1 / 3
    }
}

@media screen and (max-width: 1199px) {
    .engine-carousel__buttons .engine-carousel__button--testDrive {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .engine-carousel__buttons .engine-carousel__button {
        margin-bottom: 0px;
        margin-left: 40px
    }

    .engine-carousel__buttons .engine-carousel__button:first-child {
        margin-left: 0px
    }
}

@media screen and (min-width: 1200px) {
    .engine-carousel__buttons .engine-carousel__button {
        margin-left: 60px
    }
}

@media only screen and (max-device-width: 321px) and (orientation: portrait) {
    .engine-carousel__buttons .engine-carousel__button:first-child {
        margin-bottom: 16px
    }
}

.engine-carousel__buttons .engine-carousel__button:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.engine-carousel__button {
    width: 143px;
    border: 1.5px solid #BFBFBF;
    height: 37px;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font: normal 500 16px/1.5 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
}

.engine-carousel__button--white {
    background-color: #fff;
    color: #333333;
    border: 1.5px solid #BFBFBF
}

.engine-carousel__button--white:hover {
    background: #e5e5e5
}

.engine-carousel__button--black, .engine-carousel__button--balck {
    background-color: #000;
    border: 1.5px solid #666666;
    color: #fff
}

.engine-carousel__button--black:hover, .engine-carousel__button--balck:hover {
    background: #333
}

.engine-carousel__button--transparent {
    border: 1.5px solid #fff;
    background-color: transparent;
    color: #fff
}

.engine-carousel__button--transparent:hover {
    background: #e5e5e5
}

.engine-carousel__button--white-text {
    color: #fff
}

.engine-carousel__button--black-text, .engine-carousel__button--balck-text {
    color: #333333
}

.engine-carousel__button--blue-text {
    color: #00ADEF
}

.engine-carousel__compare-button {
    position: absolute;
    right: 20px;
    top: 60px
}

@media screen and (min-width: 980px) {
    .engine-carousel__compare-button {
        right: -20px
    }
}

.engine-carousel__compare-button:hover {
    background-color: rgba(229, 229, 229, 0.2)
}

.engine-carousel__compare-link {
    font: normal 500 14px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    text-decoration: underline;
    color: #000
}

.engine-carousel__compare-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

@media screen and (min-width: 768px) {
    .engine-carousel__compare-wrapper {
        max-width: 840px
    }
}

@media screen and (min-width: 1200px) {
    .engine-carousel__compare-wrapper {
        max-width: 1120px
    }
}

.engine-carousel__compare-wrapper--desktop {
    display: none
}

@media screen and (min-width: 768px) {
    .engine-carousel__compare-wrapper--desktop {
        display: block;
        position: absolute;
        top: 0;
        z-index: 2
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .engine-carousel__compare-wrapper--desktop {
        display: none
    }
}

.engine-carousel__compare-wrapper--mobile {
    display: block;
    text-align: center;
    margin-top: 8px
}

@media screen and (min-width: 768px) {
    .engine-carousel__compare-wrapper--mobile {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .engine-carousel__list--open .engine-carousel__compare-wrapper--mobile {
        z-index: -1
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .engine-carousel__compare-wrapper--mobile {
        display: block;
        opacity: 1;
        animation: none !important
    }

    .engine-carousel__list--open .engine-carousel__compare-wrapper--mobile {
        opacity: 0
    }
}

@media screen and (max-width: 375px) {
    .has-floating-btn:not(.fscreen-normal-scroll-enabled).full-screen-page.engine-carousel__list--open .engine-carousel {
        height: calc(100vh - 70px)
    }
}

@media screen and (max-width: 375px) {
    .has-floating-btn:not(.fscreen-normal-scroll-enabled).has-floating-btn-iphone.full-screen-page.engine-carousel__list--open .engine-carousel {
        height: calc(100vh - 92px)
    }
}

.engine-carousel__background, .engine-carousel__foreground {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: calc((160 / 375) * 100vw)
}

@media screen and (max-width: 414px) {
    .engine-carousel__background, .engine-carousel__foreground {
        height: calc((159 / 667) * (100vh - 60px))
    }
}

@media screen and (min-width: 481px) {
    .engine-carousel__background, .engine-carousel__foreground {
        height: calc((110 / 375) * 100vw)
    }
}

@media screen and (min-width: 768px) {
    .engine-carousel__background, .engine-carousel__foreground {
        height: calc((300 / 1440) * 100vw)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .engine-carousel__background, .engine-carousel__foreground {
        height: calc((200 / 900) * 100vh)
    }
}

@media screen and (min-width: 1440px) {
    .engine-carousel__background, .engine-carousel__foreground {
        height: calc((330 / 1440) * 100vw)
    }
}

.engine-carousel__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.engine-carousel__foreground {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 768px) {
    .engine-carousel__foreground {
        margin-top: 30px
    }
}

.engine-carousel__foreground-image {
    display: inline-block;
    position: relative;
    height: calc((120 / 375) * 100vw);
    width: auto
}

@media screen and (max-width: 480px) {
    .engine-carousel__foreground-image {
        height: calc((90 / 667) * (100vh - 60px))
    }
}

@media screen and (min-width: 481px) {
    .engine-carousel__foreground-image {
        height: calc((70 / 375) * 100vw)
    }
}

@media screen and (min-width: 768px) {
    .engine-carousel__foreground-image {
        height: calc((200 / 1440) * 100vw)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .engine-carousel__foreground-image {
        height: calc((140 / 900) * 100vh)
    }
}

.engine-carousel__compare-car-icon {
    padding-right: 11px
}

.engine-carousel__overlay-backdrop {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: #000000;
    position: fixed;
    z-index: 1;
    display: none;
    left: 0px;
    top: 0px
}

.engine-carousel__overlay-backdrop.active {
    display: block
}

@media screen and (min-width: 768px) {
    .engine-carousel__overlay-backdrop.active {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .engine-carousel__overlay-backdrop {
        display: none
    }
}

.engine-carousel__engine-list {
    display: none;
    max-height: 300px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 2;
    width: 100%
}

@media screen and (min-width: 768px) {
    .engine-carousel__engine-list {
        top: 52px;
        position: absolute;
        bottom: auto;
        left: calc(50% - 190px);
        width: 380px
    }
}

@media screen and (max-width: 767px) {
    .engine-carousel__engine-list {
        background-color: #f4f4f4
    }

    .engine-carousel__list--open:not(.special-product-showroom) .engine-carousel__engine-list {
        display: none !important
    }
}

.engine-carousel__engine-list .scrollbar-thumb {
    width: 2px;
    background-color: #c1c1c1
}

.engine-carousel__engine-list .scrollbar-track-y {
    width: 2px
}

.engine-carousel__engine-list-heading {
    font: normal 500 16px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
}

.engine-carousel__engine-list-close-wrapper {
    line-height: 0
}

.engine-carousel__engine-list-header {
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333;
    background-color: #f4f4f4;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box
}

@media screen and (min-width: 768px) {
    .engine-carousel__engine-list-header {
        display: none
    }
}

.engine-carousel__engine-item-list {
    max-height: 210px;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width: 1400px) and (min-width: 1025px) and (orientation: landscape) {
    .engine-carousel__engine-item-list {
        max-height: 160px
    }
}

.engine-carousel__engine-item {
    font: normal 500 14px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    padding: 13px 28px;
    text-align: left;
    background-color: #f4f4f4;
    color: #333
}

@media screen and (min-width: 768px) {
    .engine-carousel__engine-item {
        font: normal 500 12px/16px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        background-color: rgba(244, 244, 244, 0.9);
        padding: 12px 20px
    }

    .engine-carousel__engine-item:last-child {
        padding-bottom: 20px
    }
}

@media screen and (min-width: 768px) {
    .engine-carousel__engine-item:hover {
        background-color: rgba(205, 214, 222, 0.9)
    }
}

.engine-carousel__engine-item.active {
    background-color: #cdd6de
}

@media screen and (min-width: 768px) {
    .engine-carousel__engine-item.active {
        background-color: rgba(205, 214, 222, 0.9)
    }
}

.engine-carousel.active .animate-slide-up {
    animation: slideUp-1 0.4s linear 0s 1 both
}

.engine-carousel.active .animate-slide-up-1 {
    animation: slideUp 0.4s linear 0.2s 1 both
}

.engine-carousel.active .animate-slide-up-2 {
    animation: slideUp 0.4s linear 0.3s 1 both
}

.engine-carousel.active .animate-slide-up-2-c {
    animation: slideUp 0.4s linear 0.4s 1 both
}

.engine-carousel.active .animate-slide-up-3 {
    animation: slideUp 0.4s linear 0.5s 1 both
}

.engine-carousel.active .animate-slide-up-4 {
    animation: slideUp 0.4s linear 0.6s 1 both
}

@media screen and (max-width: 767px) {
    .has-floating-btn .engine-carousel.active .engine-carousel__engine-list {
        bottom: 62px
    }
}

.engine-carousel__list-mobile {
    display: none;
    position: fixed
}

@media screen and (max-width: 767px) {
    .engine-carousel__list--open:not(.special-product-showroom) .engine-carousel__list-mobile {
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: 500
    }
}

.engine-carousel__list-mobile .engine-carousel__engine-list {
    display: none;
    max-height: 300px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 99999;
    width: 100%
}

@media screen and (max-width: 767px) {
    .engine-carousel__list--open:not(.special-product-showroom) .engine-carousel__list-mobile .engine-carousel__engine-list {
        display: block !important
    }
}

@media screen and (min-width: 768px) {
    .engine-carousel__list-mobile .engine-carousel__engine-list {
        top: 52px;
        position: absolute;
        bottom: auto;
        left: calc(50% - 190px);
        width: 380px
    }
}

@media screen and (max-width: 767px) {
    .engine-carousel__list-mobile .engine-carousel__engine-list {
        background-color: #f4f4f4
    }
}

.engine-carousel__list-mobile .engine-carousel__engine-list .scrollbar-thumb {
    width: 2px;
    background-color: #c1c1c1
}

.engine-carousel__list-mobile .engine-carousel__engine-list .scrollbar-track-y {
    width: 2px
}

@media screen and (max-width: 767px) {
    .has-floating-btn .engine-carousel__list-mobile .engine-carousel__engine-list {
        bottom: 62px
    }
}

@media screen and (max-width: 767px) {
    .has-floating-btn.has-floating-btn-iphone .engine-carousel__list-mobile .engine-carousel__engine-list {
        bottom: 92px
    }
}

.renovation-engine-list .fscreen-tableCell {
    vertical-align: top !important
}

.renovation-engine-list .animate-slide-up, .renovation-engine-list .animate-slide-up-1, .renovation-engine-list .animate-slide-up-2, .renovation-engine-list .animate-slide-up-3, .renovation-engine-list .animate-slide-up-4 {
    opacity: 1;
    bottom: 0
}

.renovation-engine-list.active .animate-slide-up {
    animation: slideUp-1 0.4s linear 0s 1 both
}

.renovation-engine-list.active .animate-slide-up-1 {
    animation: slideUp 0.4s linear 0.2s 1 both
}

.renovation-engine-list.active .animate-slide-up-2 {
    animation: slideUp 0.4s linear 0.3s 1 both
}

.renovation-engine-list.active .animate-slide-up-2-c {
    animation: slideUp 0.4s linear 0.4s 1 both
}

.renovation-engine-list.active .animate-slide-up-3 {
    animation: slideUp 0.4s linear 0.5s 1 both
}

.renovation-engine-list.active .animate-slide-up-4 {
    animation: slideUp 0.4s linear 0.6s 1 both
}

@media screen and (max-width: 767px) {
    .has-floating-btn .renovation-engine-list.active .engine-carousel__engine-list {
        padding-bottom: 62px
    }
}

@media screen and (max-width: 767px) {
    .has-floating-btn.has-floating-btn-iphone .renovation-engine-list.active .engine-carousel__engine-list {
        padding-bottom: 92px
    }
}

@keyframes slideUp-1 {
    0% {
        bottom: -10vh
    }

    30% {
        bottom: -5vh
    }

    100% {
        bottom: 0
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        bottom: -10vh
    }

    30% {
        opacity: 0.3;
        bottom: -5vh
    }

    100% {
        opacity: 1;
        bottom: 0
    }
}

.special-product-showroom .engine-carousel, .special-product-without-hf .engine-carousel {
    background-color: #000
}

@media screen and (max-width: 767px) {
    .special-product-showroom .engine-carousel, .special-product-without-hf .engine-carousel {
        height: 100%
    }
}

.aem-AuthorLayer-Edit .special-product-showroom .engine-carousel, .aem-AuthorLayer-Preview .special-product-showroom .engine-carousel, .aem-AuthorLayer-Edit .special-product-without-hf .engine-carousel, .aem-AuthorLayer-Preview .special-product-without-hf .engine-carousel {
    height: 600px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    width: 100%
}

.special-product-showroom .engine-carousel__engine-name-text, .special-product-without-hf .engine-carousel__engine-name-text {
    color: #fff
}

.special-product-showroom .engine-carousel__engine-name-text::after, .special-product-without-hf .engine-carousel__engine-name-text::after {
    border-top: 8px solid #fff
}

.special-product-showroom .engine-carousel__feature-label, .special-product-showroom .engine-carousel__feature-value, .special-product-showroom .engine-carousel__feature-value-unit, .special-product-without-hf .engine-carousel__feature-label, .special-product-without-hf .engine-carousel__feature-value, .special-product-without-hf .engine-carousel__feature-value-unit {
    color: #fff
}

.special-product-showroom .engine-carousel__compare-link, .special-product-without-hf .engine-carousel__compare-link {
    color: #fff
}

@media screen and (max-width: 414px) {
    .special-product-showroom .engine-carousel__swiper-container .swiper-wrapper, .special-product-without-hf .engine-carousel__swiper-container .swiper-wrapper {
        height: 100%
    }
}

@media screen and (max-width: 767px) {
    .product-showroom.engine-carousel__list--open.fscreen-normal-scroll-enabled {
        -ms-touch-action: none;
        touch-action: none;
        pointer-events: auto
    }
}

.long-video {
    position: relative;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    overflow-y: hidden;
    min-height: 500px
}

.aem-AuthorLayer-Edit .long-video, .aem-AuthorLayer-Preview .long-video {
    position: relative;
    overflow: hidden;
    height: 800px
}

.long-video__video {
    position: absolute;
    height: calc(100vh - var(--browser-address-bar, 0px));
    font-family: "object-fit:cover;object-position:calc(50% + var(--asset-x-offset-mobile)) calc(50% + var(--asset-y-offset-mobile))";
    object-fit: cover;
    object-position: 50% 50%;
    object-position: calc(50% + var(--asset-x-offset-desktop)) calc(50% + var(--asset-y-offset-desktop));
    width: 100%;
    display: none;
    z-index: -1;
    top: 0
}

.long-video__video.slide-in-ie {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.aem-AuthorLayer-Edit .long-video__video, .aem-AuthorLayer-Preview .long-video__video {
    height: 800px
}

.long-video__video--desktop {
    display: none
}

@media screen and (min-width: 768px) {
    .long-video__video--desktop {
        display: block
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .long-video__video--desktop {
        display: none
    }
}

.long-video__video--mobile {
    display: block
}

@media screen and (min-width: 768px) {
    .long-video__video--mobile {
        display: none
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .long-video__video--mobile {
        display: block
    }
}

.long-video__play-video-wrapper {
    min-width: 128px;
    height: 36px;
    padding: 8px 20px 8px 14px;
    background-color: rgba(153, 153, 153, 0.4);
    color: #fff;
    position: absolute;
    bottom: 60px;
    border-radius: 20px;
    display: none;
    left: 36px;
    -ms-flex-align: center;
    align-items: center;
    font: normal 500 14px/32px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
}

.has-floating-btn .long-video__play-video-wrapper {
    bottom: 94px
}

.has-floating-btn.has-floating-btn-iphone .long-video__play-video-wrapper {
    bottom: 124px
}

@media screen and (min-width: 768px) {
    .long-video__play-video-wrapper {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .long-video--has-video .long-video__play-video-wrapper {
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .long-video__play-video-wrapper {
        font: normal 500 12px/1.4 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        left: 0;
        animation: scrollUp 0.4s linear 0.3s 1 both
    }

    .long-video--has-video.long-video--device .long-video__play-video-wrapper {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .long-video--no-video .long-video__play-video-wrapper {
        display: none !important
    }

    .long-video--windows .long-video__play-video-wrapper {
        display: none !important
    }
}

@media only screen and (max-device-width: 1366px) and (min-device-width: 768px) and (orientation: landscape) {
    .long-video__play-video-wrapper {
        font: normal 500 12px/1.4 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        left: 0;
        animation: scrollUp 0.4s linear 0.3s 1 both
    }

    .long-video--has-video.long-video--device .long-video__play-video-wrapper {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .long-video--windows .long-video__play-video-wrapper {
        display: none !important
    }

    .long-video--no-video .long-video__play-video-wrapper {
        display: none !important
    }
}

.long-video__play-video-wrapper-mobile {
    max-width: 108px;
    height: 32px;
    padding: 8px 20px 8px 12px;
    background-color: rgba(153, 153, 153, 0.4);
    color: #fff;
    border-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font: normal 500 12px/32px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
}

.long-video__arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    margin-right: 10px
}

.long-video__content-wrapper {
    max-width: 40%;
    width: 100%
}

@media screen and (max-width: 767px) {
    .long-video__content-wrapper {
        max-width: unset
    }

    .long-video__content-wrapper-mobile--left {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .long-video__content-wrapper-mobile--left .long-video__heading {
        transform-origin: left
    }

    .long-video__content-wrapper-mobile--center {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        width: 100%
    }

    .long-video__content-wrapper-mobile--center .long-video__heading {
        transform-origin: center
    }
}

.long-video__background {
    position: absolute;
    width: 100%;
    height: 100%
}

.long-video__background--no-video {
    z-index: -2
}

.long-video__background img {
    height: calc(100vh - var(--browser-address-bar, 0px));
    font-family: "object-fit:cover;object-position:calc(50% + var(--asset-x-offset-mobile)) calc(50% + var(--asset-y-offset-mobile))";
    object-fit: cover;
    object-position: 50% 50%;
    object-position: calc(50% + var(--asset-x-offset-desktop)) calc(50% + var(--asset-y-offset-desktop));
    width: 100%
}

.aem-AuthorLayer-Edit .long-video__background img, .aem-AuthorLayer-Preview .long-video__background img {
    height: 800px
}

.long-video__content-container {
    position: absolute;
    cursor: pointer;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    padding: 10vh 36px 15vh;
    margin: 0 auto;
    width: 100%
}

.fscreen-viewing-0 .long-video__content-container {
    padding-top: calc(10vh + 32px)
}

@media screen and (min-width: 768px) {
    .long-video__content-container {
        max-width: 78vw;
        padding: 13vh 0 20vh
    }

    .fscreen-viewing-0 .long-video__content-container {
        padding-top: calc(13vh + 110px)
    }

    .long-video__content-container--bottom-middle {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: center
    }

    .long-video__content-container--bottom-middle .long-video__content-wrapper {
        text-align: center
    }

    .long-video__content-container--bottom-middle .long-video__heading {
        transform-origin: center
    }

    .long-video__content-container--bottom-left {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .long-video__content-container--bottom-right {
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .long-video__content-container--up-right {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .long-video__content-container--up-middle {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .long-video__content-container--up-middle .long-video__content-wrapper {
        text-align: center
    }

    .long-video__content-container--up-middle .long-video__heading {
        transform-origin: center
    }

    .long-video__content-container--up-left {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-device-width: 1366px) and (min-device-width: 768px) and (orientation: landscape) {
    .long-video__content-container {
        padding: 90px 0 20vh
    }
}

.long-video__content-container--bottom-left-with-play-button {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 120px
}

@media screen and (min-width: 768px) {
    .long-video__content-container--bottom-left-with-play-button {
        padding-bottom: 160px
    }
}

@media screen and (max-width: 767px) {
    .long-video__content-container-mobile--up {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .long-video__content-container-mobile--middle {
        -ms-flex-align: center;
        align-items: center
    }

    .long-video__content-container-mobile--down {
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 120px
    }
}

.long-video__content-container-mobile {
    position: relative;
    cursor: pointer;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    padding: 56px 36px 70px;
    margin: 0 auto;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width: 768px) {
    .long-video__content-container-mobile {
        display: none !important
    }
}

.has-floating-btn .long-video__content-container-mobile {
    padding-bottom: 94px
}

.has-floating-btn.has-floating-btn-iphone .long-video__content-container-mobile {
    padding-bottom: 124px
}

.fscreen-viewing-0 .long-video__content-container-mobile, .homepage_renovation .long-video__content-container-mobile {
    padding-top: calc(10vh + 32px)
}

.long-video__content-container-mobile .long-video__cta-wrapper, .long-video__content-container-mobile .long-video__play-video-wrapper-mobile, .long-video__content-container-mobile .long-video__description {
    margin-top: 16px;
    margin-bottom: 0
}

.long-video__content-container-mobile .long-video__heading {
    margin-bottom: 0
}

.fscreen-section.active .long-video__content-container-mobile .long-video__description {
    animation: scrollUp-desc 0.4s linear 0.3s 1 both
}

.fscreen-section.active .long-video__content-container-mobile .long-video__play-video-wrapper-mobile {
    animation: scrollUp 0.4s linear 0.2s 1 both
}

.fscreen-section.active .long-video__content-container-mobile .long-video__cta-wrapper {
    animation: scrollUp 0.4s linear 0.4s 1 both
}

.long-video__content-container-mobile-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.long-video__content-container-mobile-wrapper-right {
    -ms-flex-align: end;
    align-items: flex-end
}

.aem-AuthorLayer-Edit .long-video__content-container, .aem-AuthorLayer-Preview .long-video__content-container {
    height: 800px;
    padding: 28px 0 30px !important
}

.long-video__heading {
    cursor: initial;
    color: #fff;
    font: normal 500 46px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    font-family: DaimlerCAC, MB_HYZSJBT, MB_HYZSJBTExt, HYa3gj, "MB_HYZS", "DaimlerCA-Regular", "SimSun", "STSong", serif;
    margin-bottom: 16px;
    transform-origin: left;
    position: relative
}

@media (orientation: portrait) {
    .long-video__heading pre {
        white-space: pre-wrap
    }
}

.fscreen-section.active .long-video__heading {
    animation: slideUp 0.4s linear 0s 1 both
}

@media screen and (min-width: 768px) {
    .fscreen-normal-scroll-enabled .fscreen-section:not(.active) .long-video__heading {
        animation: slideDown 0.4s linear 0s 1 both
    }
}

@media screen and (min-width: 768px) {
    .long-video__heading {
        font: normal 500 60px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        font-family: DaimlerCAC, MB_HYZSJBT, MB_HYZSJBTExt, HYa3gj, "MB_HYZS", "DaimlerCA-Regular", "SimSun", "STSong", serif;
        margin-bottom: 32px
    }
}

.long-video__heading-image {
    transform: scaleX(1) !important
}

.long-video__heading--cursor {
    cursor: pointer
}

.long-video__description {
    cursor: initial;
    color: #fff;
    font: normal 500 14px/1.42857 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    margin-bottom: 16px;
    position: relative;
    text-align: justify
}

.fscreen-section.active .long-video__description {
    animation: scrollUp-desc 0.4s linear 0.2s 1 both
}

@media screen and (min-width: 768px) {
    .fscreen-normal-scroll-enabled .fscreen-section:not(.active) .long-video__description {
        animation: scrollUp-desc-alt 0.4s linear 0.2s 1 both
    }
}

@media screen and (min-width: 768px) {
    .long-video__description {
        font: normal 500 18px/1.38889 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        margin-bottom: 24px;
        max-width: 430px
    }
}

@media (orientation: portrait) {
    .long-video__description {
        white-space: pre-wrap
    }
}

.long-video__description--cursor {
    cursor: pointer
}

.long-video__cta-wrapper {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    position: relative
}

.fscreen-section.active .long-video__cta-wrapper {
    animation: scrollUp 0.4s linear 0.3s 1 both
}

.long-video__cta-label {
    color: #fff;
    margin-left: 8.3px;
    display: block;
    opacity: 0.8;
    font: normal 500 14px/1.42857 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
}

.long-video__cta-label.black {
    color: #000
}

@media screen and (min-width: 768px) {
    .long-video__cta-label {
        margin-left: 16px;
        font: normal 500 18px/1.38889 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
    }
}

.long-video__cta-plus-icon {
    width: 40px
}

@media screen and (min-width: 768px) {
    .long-video__cta-plus-icon {
        width: 48px;
        border-radius: 50%
    }

    .long-video__cta-plus-icon:hover {
        background-color: rgba(255, 255, 255, 0.2)
    }

    .long-video__cta-plus-icon.black:hover {
        background-color: rgba(1, 1, 1, 0.2)
    }
}

.long-video__play-button-cursor {
    position: absolute;
    z-index: -1
}

@media screen and (max-width: 767px) {
    .long-video__play-button-cursor {
        display: none !important
    }
}

@media screen and (min-width: 768px) {
    .long-video__play-button-cursor {
        display: block
    }

    .long-video--device .long-video__play-button-cursor {
        display: none
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .long-video--device .long-video__play-button-cursor {
        display: none !important
    }
}

@media only screen and (max-device-width: 1366px) and (min-device-width: 768px) and (orientation: landscape) {
    .long-video--device .long-video__play-button-cursor {
        display: none !important
    }
}

.long-video__play-button-icon {
    position: relative;
    left: -25px;
    top: -25px
}

.long-video__fullscreen-video-container {
    background-color: #000;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 9999;
    transition: all .5s ease-in-out;
    transform: translateY(100%)
}

@media screen and (min-width: 768px) {
    .long-video__fullscreen-video-container {
        transform: translateX(100%)
    }
}

.long-video__fullscreen-video-container video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    object-fit: contain
}

@media screen and (max-width: 767px) {
    .long-video__fullscreen-video-container video {
        display: none
    }
}

.long-video__fullscreen-close-btn {
    position: absolute;
    left: 20px;
    color: #fff;
    cursor: pointer;
    top: 20px;
    z-index: 100000
}

@media screen and (min-width: 768px) {
    .long-video__fullscreen-close-btn {
        left: 30px;
        top: 30px
    }
}

.long-video__horizontal-pages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    left: 0;
    top: 0;
    z-index: 9999
}

@media screen and (max-width: 767px) {
    .long-video__horizontal-pages {
        overflow-y: auto
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-pages {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: calc(100vh - var(--browser-address-bar, 0px));
        -ms-flex-pack: center;
        justify-content: center
    }

    .long-video-overlay-open .long-video__horizontal-pages {
        transition: all 0.5s ease-in-out
    }
}

.long-video__horizontal-pages-container {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    transition: all 0s ease-in-out
}

@media screen and (max-width: 767px) {
    .long-video__horizontal-pages-container {
        top: 100%
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-pages-container {
        height: calc(100vh - var(--browser-address-bar, 0px));
        overflow-x: initial;
        overflow-y: initial;
        transform: translateX(100%)
    }
}

.long-video__horizontal-pages-close-btn {
    position: -webkit-sticky;
    position: sticky;
    padding-left: 20px;
    z-index: 99999;
    cursor: pointer;
    display: none;
    top: 20px
}

.long-video--horizontal-page-active .long-video__horizontal-pages-close-btn {
    display: block
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-pages-close-btn {
        position: absolute;
        top: 30px;
        left: 30px;
        padding-left: 0px
    }
}

.long-video__horizontal-pages-close-btn>img {
    width: 32px;
    position: absolute
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-pages-close-btn>img {
        width: 40px;
        position: relative
    }
}

.long-video--video-playing .long-video__fullscreen-video-container {
    transform: matrix(1, 0, 0, 1, 0, 0);
    background-color: #18181d
}

.long-video--video-playing .long-video__fullscreen-video-container video {
    display: block
}

.fscreen-normal-scroll-enabled.long-video-overlay-open .long-video__fullscreen-video-container, .fscreen-normal-scroll-enabled.long-video-overlay-open .long-video__horizontal-pages-container {
    position: fixed
}

.long-video--horizontal-page-active .long-video__horizontal-pages-container {
    transition: all .5s ease-in-out
}

@media screen and (max-width: 767px) {
    .long-video--horizontal-page-active .long-video__horizontal-pages-container {
        top: 0
    }
}

@media screen and (min-width: 768px) {
    .long-video--horizontal-page-active .long-video__horizontal-pages-container {
        transform: translateX(0)
    }
}

.long-video--no-video .long-video__content-container {
    cursor: initial
}

.long-video--no-video .long-video__play-video-wrapper, .long-video--no-video .long-video__play-video-wrapper-mobile {
    display: none
}

.long-video__horizontal-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page {
        height: 100%;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template {
        height: 100%;
        margin-top: 10vh !important
    }
}

@media screen and (min-width: 1200px) {
    .long-video__horizontal-page--template {
        margin-top: 12vh !important
    }
}

@media screen and (min-width: 1500px) {
    .long-video__horizontal-page--template {
        margin-top: 15vh !important
    }
}

@media screen and (min-width: 1700px) {
    .long-video__horizontal-page--template {
        margin-top: 20vh !important
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-first {
        margin-left: 60px !important
    }
}

@media screen and (min-width: 1300px) {
    .long-video__horizontal-page--template-first {
        margin-left: 100px !important
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-last {
        margin-right: 60px !important
    }
}

@media screen and (min-width: 1300px) {
    .long-video__horizontal-page--template-last {
        margin-right: 100px !important
    }
}

.long-video__horizontal-page--template-1 {
    width: 100%
}

.long-video__horizontal-page--template-1 .long-video__horizontal-page-content-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-1 .long-video__horizontal-page-content-container {
        padding-left: 72px;
        padding-right: 72px
    }
}

@media screen and (min-width: 1300px) {
    .long-video__horizontal-page--template-1 .long-video__horizontal-page-content-container {
        padding-left: 120px
    }
}

@media screen and (min-width: 1680px) {
    .long-video__horizontal-page--template-1 .long-video__horizontal-page-content-container {
        padding-right: 143px
    }
}

.long-video__horizontal-page--template-1 .long-video__horizontal-page-content-wrapper {
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-1 .long-video__horizontal-page-content-wrapper {
        width: 320px
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-1 .long-video__horizontal-page-image {
        overflow: hidden;
        object-fit: cover;
        height: calc(100vh - var(--browser-address-bar, 0px));
        width: 100%
    }
}

.long-video__horizontal-page--template-2 {
    width: 100%;
    overflow: hidden
}

.long-video__horizontal-page--template-2 .long-video__horizontal-page-content-wrapper {
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-2 .long-video__horizontal-page-content-wrapper {
        width: 320px
    }
}

.long-video__horizontal-page--template-2 .long-video__horizontal-page-content-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-2 .long-video__horizontal-page-content-container {
        padding-left: 70px;
        padding-right: 72px
    }
}

@media screen and (min-width: 1300px) {
    .long-video__horizontal-page--template-2 .long-video__horizontal-page-content-container {
        padding-left: 120px;
        padding-right: 120px
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-2 .long-video__horizontal-page-image-wrapper {
        overflow: hidden;
        margin-right: 72px
    }
}

@media screen and (min-width: 1300px) {
    .long-video__horizontal-page--template-2 .long-video__horizontal-page-image-wrapper {
        margin-right: 120px
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-2 .long-video__horizontal-page-image {
        height: auto;
        overflow: hidden;
        object-fit: cover;
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-3 {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: start;
        align-items: flex-start;
        width: calc((100% - 240px) / 3);
        margin: 0 30px
    }
}

@media screen and (min-width: 1300px) {
    .long-video__horizontal-page--template-3 {
        width: calc((100% - 400px) / 3);
        margin: 0 50px
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-3 .long-video__horizontal-page-content-container {
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-3 .long-video__horizontal-page-image {
        width: 100%;
        height: auto
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-3 .long-video__horizontal-page-description {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-4 {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        width: calc((100% - 240px) / 3);
        margin: 0 30px
    }
}

@media screen and (min-width: 1300px) {
    .long-video__horizontal-page--template-4 {
        width: calc((100% - 400px) / 3);
        margin: 0 50px
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-4 .long-video__horizontal-page-content-container {
        padding-left: 0px;
        padding-right: 0px
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-4 .long-video__horizontal-page-image {
        width: 100%;
        height: auto
    }
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page--template-4 .long-video__horizontal-page-description {
        margin-bottom: 64px
    }
}

.long-video__horizontal-page-content-container {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 72px
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page-content-container {
        padding-left: 120px;
        padding-right: 120px;
        padding-top: 0px;
        padding-bottom: 0px
    }
}

.long-video__horizontal-page-image {
    width: 100%
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page-image {
        width: initial
    }
}

.long-video__horizontal-page-heading {
    color: #fff;
    font: normal 500 46px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    font-family: "SimSun", serif;
    margin-bottom: 24px;
    transform: scaleX(0.7);
    transform-origin: left
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page-heading {
        font: normal 500 50px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        font-family: "SimSun", serif;
        transform: scaleX(0.7);
        margin-bottom: 39.5px
    }
}

.long-video__horizontal-page-heading--image {
    transform: scaleX(1);
    line-height: 0
}

.long-video__horizontal-page-heading--image img {
    max-width: 100%;
    vertical-align: top
}

.long-video__horizontal-page-heading-divider {
    width: 36px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 24px
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page-heading-divider {
        margin-bottom: 39.5px;
        background-color: #979797
    }
}

.long-video__horizontal-page-description {
    color: #fff;
    font: normal 500 14px/2 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    font-weight: normal;
    margin-bottom: 24px;
    opacity: 0.8;
    white-space: pre-wrap
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-page-description {
        font: normal 500 16px/28px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        margin-bottom: 32px;
        font-weight: normal;
        max-width: 400px;
        text-align: justify
    }
}

.long-video__horizontal-pages-next-btn {
    display: none;
    position: absolute;
    z-index: 99999;
    bottom: 30px;
    right: 30px;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-pages-next-btn {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .long-video__horizontal-pages-next-btn {
        display: none !important
    }
}

.long-video__horizontal-pages-prev-btn {
    display: none;
    position: absolute;
    z-index: 99999;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    transform: rotate(180deg)
}

@media screen and (min-width: 768px) {
    .long-video__horizontal-pages-prev-btn {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .long-video__horizontal-pages-prev-btn {
        display: none !important
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .long-video-overlay-open {
        -ms-touch-action: none;
        touch-action: none;
        pointer-events: auto;
        overflow: hidden !important
    }
}

.long-video-overlay-open .floating-button, .long-video-overlay-open .fscreen-left {
    display: none
}

.long-video-overlay-open .global-header, .long-video-overlay-open .fscreen-to-next {
    display: none !important
}

.long-video-overlay-open .long-video__play-button-icon, .long-video-overlay-open .long-video .fscreen-to-next {
    display: none
}

@keyframes slideUp {
    0% {
        opacity: 0;
        bottom: -10vh
    }

    30% {
        opacity: 0.3;
        bottom: -5vh
    }

    100% {
        opacity: 1;
        bottom: 0
    }
}

@keyframes slideDown {
    0% {
        opacity: 1;
        bottom: 0
    }

    30% {
        opacity: 0.3;
        bottom: -5vh
    }

    100% {
        opacity: 0;
        bottom: -10vh
    }
}

@keyframes scrollUp {
    0% {
        opacity: 0;
        transform: translateY(10vh)
    }

    30% {
        opacity: 0.3;
        transform: translateY(5vh)
    }

    100% {
        opacity: 1;
        transform: translateY(0vh)
    }
}

@keyframes scrollDown {
    0% {
        opacity: 1;
        transform: translateY(0vh)
    }

    30% {
        opacity: 0.3;
        transform: translateY(5vh)
    }

    100% {
        opacity: 0;
        transform: translateY(10vh)
    }
}

@keyframes scrollUp-desc {
    0% {
        opacity: 0;
        transform: translateY(10vh)
    }

    30% {
        opacity: 0.3;
        transform: translateY(5vh)
    }

    100% {
        opacity: 0.8;
        transform: translateY(0vh)
    }
}

@keyframes scrollUp-desc-alt {
    0% {
        opacity: 0.8;
        transform: translateY(0vh)
    }

    30% {
        opacity: 0.3;
        transform: translateY(5vh)
    }

    100% {
        opacity: 0;
        transform: translateY(10vh)
    }
}

.renovation-video.cq-Editable-dom {
    max-height: 800px;
    position: relative;
    overflow: hidden
}

.renovation-video.cq-Editable-dom .long-video__content-container {
    -ms-flex-align: center;
    align-items: center
}

.has-floating-btn {
    --cross-fade-scroll-word-height: 60px
}

.has-floating-btn-iphone {
    --cross-fade-scroll-word-height: 34px
}

.has-floating-btn.has-floating-btn-iphone {
    --cross-fade-scroll-word-height: 94px
}

:root {
    font-size: 14px;
    line-height: 22px
}

body {
    background: var(--base-color);
    color: var(--text-on-base-color);
    font-family: MBCorpo Text, DaimlerCS-Regular, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: unset;
    text-decoration: none
}

:root {
    --theme-primary: #00adef;
    --text-on-theme-primary: #fff;
    --hover-on-theme-primary: #ccc;
    --theme-active: #0088c6;
    --theme-disabled: #4dc6f4;
    --base-color: #000;
    --text-on-base-color: #fff;
    --link-on-base-color: #999;
    --hover-on-base-color: #999;
    --bg-on-base-color: #141414;
    --campaign-primary: #000;
    --campaign-light: #fff;
    --campaign-text: #fff;
    --campaign-gradient: #000;
    --campaign-gradient-bottom-text: #fff
}

.check-vehicles {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.amg-generic-page .check-vehicles {
    --viewportHeight: 100vh;
    height: calc(var(--viewportHeight) + 400px);
    width: 100%;
    box-sizing: border-box
}

.aem-AuthorLayer-Edit .check-vehicles, .aem-AuthorLayer-Preview .check-vehicles, .aem-AuthorLayer-Design .check-vehicles {
    position: relative;
    overflow: hidden;
    height: 800px;
    max-height: 800px
}

.check-vehicles-container {
    width: 100%;
    height: 100%
}

.check-vehicles__background {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000
}

.check-vehicles__background img {
    height: calc(100vh - var(--browser-address-bar, 0px));
    font-family: 'object-fit:cover;object-position:calc(50% + var(--asset-x-offset-mobile)) calc(50% + var(--asset-y-offset-mobile))';
    object-fit: cover;
    object-position: 50% 50%;
    object-position: calc(50% + var(--asset-x-offset-desktop)) calc(50% + var(--asset-y-offset-desktop));
    width: 100%;
    opacity: 0.7
}

.aem-AuthorLayer-Edit .check-vehicles__background img, .aem-AuthorLayer-Preview .check-vehicles__background img, .aem-AuthorLayer-Design .check-vehicles__background img {
    height: 800px;
    max-height: 800px
}

.check-vehicles__swiper-container {
    overflow-y: auto !important
}

@media screen and (min-width: 768px) {
    .check-vehicles__swiper-container {
        height: calc(500 / 900 * 100vh)
    }
}

.check-vehicles__swiper-container::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 3px
}

.check-vehicles__swiper-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    border: rgba(0, 0, 0, 0)
}

.check-vehicles__swiper-container::-webkit-scrollbar-button {
    display: none
}

.aem-AuthorLayer-Edit .check-vehicles__swiper-container, .aem-AuthorLayer-Preview .check-vehicles__swiper-container, .aem-AuthorLayer-Design .check-vehicles__swiper-container {
    height: 400px !important
}

.check-vehicles__carousel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: calc((20 / 812 * 100vh) + 50px)
}

@media screen and (min-width: 768px) {
    .check-vehicles__carousel {
        margin-top: calc((51 / 900 * 100vh) + 62px)
    }
}

.aem-AuthorLayer-Edit .check-vehicles__carousel, .aem-AuthorLayer-Preview .check-vehicles__carousel, .aem-AuthorLayer-Design .check-vehicles__carousel {
    margin-top: 113px !important
}

.check-vehicles__carousel-tablet {
    width: 100%;
    height: 100%;
    display: none
}

@media screen and (min-width: 768px) {
    .check-vehicles__carousel-tablet {
        display: block
    }
}

.check-vehicles__carousel-mobile {
    display: block
}

@media screen and (min-width: 768px) {
    .check-vehicles__carousel-mobile {
        display: none
    }
}

.check-vehicles__carousel-container {
    height: 100%;
    max-width: 1360px;
    margin: 0 auto
}

.check-vehicles__carousel-swiper {
    color: white;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute !important;
    opacity: 0;
    z-index: -1;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.check-vehicles__carousel-swiper a:link, .check-vehicles__carousel-swiper a:visited, .check-vehicles__carousel-swiper a:active {
    color: white
}

@media screen and (min-width: 768px) {
    .check-vehicles__carousel-swiper {
        -ms-flex-pack: left;
        justify-content: left;
        -ms-flex-direction: row;
        flex-direction: row;
        position: absolute;
        padding: 0 60px
    }
}

@media screen and (min-width: 1200px) {
    .check-vehicles__carousel-swiper {
        padding: 0 30px
    }
}

.check-vehicles__carousel-swiper .swiper-container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%
}

@media screen and (max-width: 767px) {
    .check-vehicles__carousel-swiper .swiper-container {
        padding: 0 20px
    }
}

.check-vehicles__carousel-swiper.active {
    opacity: 1;
    z-index: 1;
    transition: all 1s ease 0s;
    position: relative !important
}

@media screen and (max-width: 767px) {
    .check-vehicles__carousel-swiper.active {
        display: -ms-flexbox;
        display: flex
    }
}

.check-vehicles__carousel-swiper-pre, .check-vehicles__carousel-swiper-next {
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    top: 18px;
    font-size: 24px
}

.check-vehicles__carousel-swiper-pre.swiper-button-disabled, .check-vehicles__carousel-swiper-pre[aria-disabled='true'], .check-vehicles__carousel-swiper-next.swiper-button-disabled, .check-vehicles__carousel-swiper-next[aria-disabled='true'] {
    opacity: 0
}

@media screen and (min-width: 768px) {
    .check-vehicles__carousel-swiper-pre, .check-vehicles__carousel-swiper-next {
        top: 100px;
        font-size: 34px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
}

.check-vehicles__carousel-swiper-pre {
    left: calc(50% - 60px);
    transition: left .3s cubic-bezier(0, 0, 0.2, 1) 0s, opacity .3s
}

@media screen and (max-width: 767px) {
    .check-vehicles__carousel-swiper-pre.letter-1 {
        left: calc(50% - 40px)
    }

    .check-vehicles__carousel-swiper-pre.letter-2 {
        left: calc(50% - 50px)
    }

    .fscreen-normal-scroll-enabled .check-vehicles__carousel-swiper-pre {
        top: 28px
    }
}

.check-vehicles__carousel-swiper-pre-icon::before {
    display: block;
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%
}

@media screen and (min-width: 768px) {
    .check-vehicles__carousel-swiper-pre-icon::before {
        content: "";
        font-family: "cn-icons" !important;
        font-weight: normal;
        font-size: 100%;
        transform: rotate(-180deg)
    }
}

@media screen and (max-width: 767px) {
    .check-vehicles__carousel-swiper-pre-icon {
        width: 20px;
        text-align: left
    }
}

@media screen and (min-width: 768px) {
    .check-vehicles__carousel-swiper-pre {
        left: 10px
    }
}

@media screen and (min-width: 1200px) {
    .check-vehicles__carousel-swiper-pre {
        left: 40px
    }
}

.check-vehicles__carousel-swiper-next {
    right: calc(50% - 60px);
    transition: right .3s cubic-bezier(0, 0, 0.2, 1) 0s, opacity .3s
}

@media screen and (max-width: 767px) {
    .check-vehicles__carousel-swiper-next.letter-1 {
        right: calc(50% - 40px)
    }

    .check-vehicles__carousel-swiper-next.letter-2 {
        right: calc(50% - 50px)
    }

    .fscreen-normal-scroll-enabled .check-vehicles__carousel-swiper-next {
        top: 28px
    }
}

.check-vehicles__carousel-swiper-next-icon::before {
    display: block;
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%
}

@media screen and (min-width: 768px) {
    .check-vehicles__carousel-swiper-next-icon::before {
        content: "";
        font-family: "cn-icons" !important;
        font-weight: normal;
        font-size: 100%
    }
}

@media screen and (max-width: 767px) {
    .check-vehicles__carousel-swiper-next-icon {
        width: 20px;
        text-align: right
    }
}

@media screen and (min-width: 768px) {
    .check-vehicles__carousel-swiper-next {
        right: 10px
    }
}

@media screen and (min-width: 1200px) {
    .check-vehicles__carousel-swiper-next {
        right: 60px
    }
}

@media screen and (min-width: 1440px) {
    .check-vehicles__carousel-swiper-next {
        right: 40px
    }
}

.check-vehicles__carousel-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 767px) {
    .check-vehicles__carousel-wrapper {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width: 768px) {
    .check-vehicles__carousel-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0.5;
        transition: opacity .3s
    }

    .check-vehicles__carousel-wrapper.active {
        opacity: 1
    }
}

.check-vehicles__carousel-class-name {
    font-size: 56px;
    line-height: normal;
    font-family: 'CorporateACon-Reg';
    text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.2);
    text-align: left;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .check-vehicles__carousel-class-name {
        margin-bottom: calc(30 / 812 * 100vh);
        text-align: center
    }

    .aem-AuthorLayer-Edit .check-vehicles__carousel-class-name, .aem-AuthorLayer-Preview .check-vehicles__carousel-class-name, .aem-AuthorLayer-Design .check-vehicles__carousel-class-name {
        margin-bottom: 30px !important
    }
}

@media screen and (min-width: 768px) {
    .check-vehicles__carousel-class-name {
        opacity: 0.5;
        transition: opacity .3s
    }

    .check-vehicles__carousel-class-name.active {
        opacity: 1
    }
}

.check-vehicles__carousel-class-name-suffix {
    font-size: 12px;
    line-height: 1.14;
    font-weight: normal;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial
}

.check-vehicles__carousel-model {
    margin-bottom: 20px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    margin-right: 20px
}

@media screen and (max-width: 767px) {
    .check-vehicles__carousel-model {
        width: calc(50% - 10px);
        margin-bottom: calc(20 / 812 * 100vh)
    }

    .check-vehicles__carousel-model:nth-of-type(2n) {
        margin-right: 0
    }

    .aem-AuthorLayer-Edit .check-vehicles__carousel-model, .aem-AuthorLayer-Preview .check-vehicles__carousel-model, .aem-AuthorLayer-Design .check-vehicles__carousel-model {
        margin-bottom: 20px !important
    }
}

.check-vehicles__carousel-model-link {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    white-space: pre-line;
    word-break: normal
}

.check-vehicles__carousel-model--multiple .check-vehicles__carousel-model-link {
    font-size: 14px
}

.check-vehicles__carousel-model--multiple.check-vehicles__carousel-model--fixed .check-vehicles__carousel-model-link {
    font-size: 12px
}

.check-vehicles__carousel-model-link a {
    display: inline-block;
    width: 100%;
    position: relative
}

.check-vehicles__carousel-model-link a::after {
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%;
    position: relative;
    left: 2px;
    font-size: 14px
}

.check-vehicles__carousel-model--multiple .check-vehicles__carousel-model-link a::after {
    font-size: 12px
}

.check-vehicles__carousel-model-stock {
    font-size: 14px;
    line-height: normal;
    line-height: normal;
    white-space: nowrap
}

.check-vehicles__carousel-model--multiple .check-vehicles__carousel-model-stock {
    font-size: 12px
}

.check-vehicles__carousel-model-stock a::after {
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%;
    position: relative;
    left: 2px;
    font-size: 14px
}

.check-vehicles__carousel-model--multiple .check-vehicles__carousel-model-stock a::after {
    font-size: 12px
}

.check-vehicles__carousel-model-stock.no-stock a {
    color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
    cursor: default
}

.check-vehicles__carousel-model-stock.no-stock a::after {
    content: ''
}

.check-vehicles__navigation-pc {
    color: white;
    max-width: 1060px;
    margin: 0 auto 23px;
    padding: 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

@media screen and (min-width: 1200px) {
    .homepage_renovation .check-vehicles__navigation-pc {
        margin-top: 30px
    }
}

.check-vehicles__navigation-pc li {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
    width: 20%;
    text-align: center;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.4);
    text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.2);
    transition: all .3s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
    cursor: default
}

.check-vehicles__navigation-pc li.cursor-pointer {
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .check-vehicles__navigation-pc li {
        font-size: 16px
    }

    .check-vehicles__navigation-pc li.active {
        font-size: 18px;
        letter-spacing: 0.63px
    }
}

@media screen and (min-width: 980px) {
    .check-vehicles__navigation-pc li {
        font-size: 18px
    }

    .check-vehicles__navigation-pc li.active {
        font-size: 20px;
        letter-spacing: 0.63px
    }
}

.check-vehicles__navigation-pc li.item-1 {
    width: calc((100 / 1) * 100%)
}

.check-vehicles__navigation-pc li.item-2 {
    width: calc((100 / 2) * 100%)
}

.check-vehicles__navigation-pc li.item-3 {
    width: calc((100 / 3) * 100%)
}

.check-vehicles__navigation-pc li.item-4 {
    width: calc((100 / 4) * 100%)
}

.check-vehicles__navigation-pc li.item-5 {
    width: calc((100 / 5) * 100%)
}

.check-vehicles__navigation-pc li.item-6 {
    width: calc((100 / 6) * 100%)
}

.check-vehicles__navigation-pc li.item-1 {
    width: calc(((100 / 3) * 100%))
}

.check-vehicles__navigation-pc li.active {
    color: #fff
}

.check-vehicles__navigation-pc .navigation-line {
    height: 2px;
    background-color: white;
    position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 1000;
    transform: translateX(0px);
    transition: all 0.5s ease 0s
}

.check-vehicles__navigation-pc .navigation-line.item-1 {
    width: calc(((100% - 60px) / 1))
}

.check-vehicles__navigation-pc .navigation-line.item-2 {
    width: calc(((100% - 60px) / 2))
}

.check-vehicles__navigation-pc .navigation-line.item-3 {
    width: calc(((100% - 60px) / 3))
}

.check-vehicles__navigation-pc .navigation-line.item-4 {
    width: calc(((100% - 60px) / 4))
}

.check-vehicles__navigation-pc .navigation-line.item-5 {
    width: calc(((100% - 60px) / 5))
}

.check-vehicles__navigation-pc .navigation-line.item-6 {
    width: calc(((100% - 60px) / 6))
}

.check-vehicles__navigation-pc .navigation-line.item-1 {
    width: calc(((100% - 60px) / 3))
}

.check-vehicles__navigation-mobile {
    color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: calc(40 / 812 * 100vh);
    margin-right: 25px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.check-vehicles__navigation-mobile--small {
    margin-bottom: 20px
}

.check-vehicles__navigation-mobile::-webkit-scrollbar {
    display: none
}

.aem-AuthorLayer-Edit .check-vehicles__navigation-mobile, .aem-AuthorLayer-Preview .check-vehicles__navigation-mobile, .aem-AuthorLayer-Design .check-vehicles__navigation-mobile {
    margin-bottom: 40px !important
}

.check-vehicles__navigation-mobile li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: rgba(255, 255, 255, 0.4);
    text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.2);
    transition: all 0.5s ease 0s;
    margin-right: 25px;
    position: relative;
    white-space: nowrap
}

.check-vehicles__navigation-mobile li:first-child {
    margin-left: 25px
}

.check-vehicles__navigation-mobile li::after {
    content: "";
    width: 0;
    background: white;
    position: absolute;
    left: 50%;
    transition: all 500ms;
    height: 2px;
    bottom: -9px
}

.check-vehicles__navigation-mobile li.active {
    color: #fff
}

.check-vehicles__navigation-mobile li.active::after {
    color: white;
    opacity: 1;
    left: 0;
    width: 100%
}

.check-vehicles__fc-pc, .check-vehicles__fc-mobile, .check-vehicles__filter-pc, .check-vehicles__filter-mobile {
    color: white;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.35px;
    max-width: 1060px;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto 20px;
    padding: 0 20px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial
}

@media screen and (min-width: 768px) {
    .check-vehicles__fc-pc, .check-vehicles__fc-mobile, .check-vehicles__filter-pc, .check-vehicles__filter-mobile {
        font-size: 14px;
        padding: 0 30px;
        letter-spacing: 0.4px;
        margin: 0 auto 33px
    }
}

.check-vehicles__fc-pc a, .check-vehicles__fc-mobile a, .check-vehicles__filter-pc a, .check-vehicles__filter-mobile a {
    position: relative;
    display: inline-block;
    font-weight: 500
}

.check-vehicles__fc-pc a:link, .check-vehicles__fc-pc a:visited, .check-vehicles__fc-pc a:active, .check-vehicles__fc-mobile a:link, .check-vehicles__fc-mobile a:visited, .check-vehicles__fc-mobile a:active, .check-vehicles__filter-pc a:link, .check-vehicles__filter-pc a:visited, .check-vehicles__filter-pc a:active, .check-vehicles__filter-mobile a:link, .check-vehicles__filter-mobile a:visited, .check-vehicles__filter-mobile a:active {
    color: white
}

.check-vehicles__fc-pc a::before, .check-vehicles__fc-mobile a::before, .check-vehicles__filter-pc a::before, .check-vehicles__filter-mobile a::before {
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%;
    font-size: 16px;
    padding-right: 8px;
    position: relative;
    top: 1px
}

@media screen and (min-width: 768px) {
    .check-vehicles__fc-pc a::before, .check-vehicles__fc-mobile a::before, .check-vehicles__filter-pc a::before, .check-vehicles__filter-mobile a::before {
        font-size: 18px;
        top: 2px
    }
}

.check-vehicles__filter-pc a::before, .check-vehicles__filter-mobile a::before {
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%;
    top: 0px
}

.product-showroom {
    background-color: black
}

.product-showroom #js-modal-page p:first-of-type, .product-showroom .floating-button .floating-button__group {
    margin: 0 !important
}

.product-showroom .renovation-engine-list {
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .product-showroom .dyanmic-banner-hidden-xs {
        display: none !important
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .product-showroom .dyanmic-banner-hidden-xs {
        display: none !important
    }
}

.product-showroom #fscreen-nav ul li:last-child, .product-showroom #fscreen-nav ul li:first-child {
    display: none
}

.product-showroom .social-share {
    display: none
}

.product-showroom.fscreen-normal-scroll-enabled .textComponent {
    min-height: 568px
}

@media screen and (max-width: 767px) {
    .product-showroom.fscreen-normal-scroll-enabled .brandhub-cross-fade-slider {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        pointer-events: auto
    }
}

.product-showroom .textComponent {
    background-color: #fff
}

@media (orientation: landscape) {
    .product-showroom .textComponent.full-section {
        margin-top: -1px
    }
}

.product-showroom .textComponent .fscreen-tableCell {
    display: block
}

.product-showroom .textComponent [data-icon-dropdown="separator"] {
    height: calc(100vh - var(--browser-address-bar, 0px));
    padding-top: 100px;
    margin-top: 0;
    overflow-y: scroll
}

.product-showroom .textComponent [data-icon-dropdown="separator"]::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 767px) {
    .product-showroom .textComponent [data-icon-dropdown="separator"] {
        padding-top: 60px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (max-device-height: 568px) and (max-device-width: 320px) {
    .product-showroom .textComponent [data-icon-dropdown="separator"] {
        padding-top: 0px
    }
}

.product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__line {
    margin: 0 auto 33px
}

@media (orientation: landscape) {
    .product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__line {
        max-width: 78vw
    }
}

@media screen and (max-width: 767px) {
    .product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__line {
        margin: 0 auto 26px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (max-device-height: 568px) and (max-device-width: 320px) {
    .product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__line {
        margin-bottom: 10px
    }
}

.product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__line p {
    width: 76px;
    background-color: #333
}

@media screen and (max-width: 767px) {
    .product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__line p {
        width: 48px
    }
}

@media screen and (max-width: 767px) {
    .product-showroom .textComponent [data-icon-dropdown="separator"].special-offer__disclaimer--fixed {
        padding-right: 20px;
        padding-left: 20px
    }

    .product-showroom .textComponent [data-icon-dropdown="separator"].special-offer__disclaimer--fixed .special-offer__disclaimer {
        padding-bottom: 40px;
        padding-right: 0px;
        padding-left: 0px
    }

    .product-showroom .textComponent [data-icon-dropdown="separator"].special-offer__disclaimer--fixed .special-offer__line {
        padding-right: 0px;
        padding-left: 0px
    }
}

.product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__disclaimer {
    overflow-y: auto
}

@media screen and (max-width: 767px) {
    .product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__disclaimer--disabled {
        padding-bottom: 0px !important;
        height: 70vh
    }

    .product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__disclaimer--disabled p {
        line-height: 20px !important
    }
}

.product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__disclaimer::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 3px
}

.product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__disclaimer::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    border: rgba(0, 0, 0, 0)
}

.product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__disclaimer::-webkit-scrollbar-button {
    display: none
}

@media (orientation: landscape) {
    .product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__disclaimer {
        max-width: 78vw
    }
}

.product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__disclaimer p {
    font-size: 16px;
    line-height: 40px
}

@media screen and (max-width: 767px) {
    .product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__disclaimer p {
        font-size: 12px;
        line-height: 24px
    }

    .product-showroom .textComponent [data-icon-dropdown="separator"] .special-offer__disclaimer p::after {
        content: '';
        position: relative;
        width: 100%;
        height: 10px;
        display: block
    }
}