.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 "MBCorpo Title", "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
}

html.fscreen-enabled .hero-banner-carousel {
    overflow: hidden
}

.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: 160px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 39px;
    letter-spacing: 0.4px;
    text-align: center;
    border: solid 1.4px #666;
    margin-top: 24px;
    border-radius: 30px
}

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

@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
    }
}

@media screen and (max-width: 767px) {
    .swiper-hero-baner-container .home-hero__button {
        width: 100%;
        max-width: 315px
    }
}

.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: 90%;
    height: calc(100vh - var(--browser-address-bar, 0px));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    left: 56%;
    padding: 38vh 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 {
        min-width:1200px;
        padding: 38vh 0 20vh
    }
}
@media (max-width: 1200px) {
    .swiper-hero-baner-container .swiper-slide-content {
        min-width:90%;
    }
}
@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;
    color: #fff;
    font-family: MBCorpo Title, DaimlerCAC, MB_HYZSJBT, MB_HYZSJBTExt, HYa3gj, "MB_HYZS", "DaimlerCA-Regular", "SimSun", "STSong", serif;
    display: inline-block;
    font-size: 24px;
}

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

@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;
    font-family: MBCorpo Title, DaimlerCS-Regular, Helvetica, Arial, sans-serif
}

@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 !important
    }
}

.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
    }
}

@media screen and (max-width: 767px) {
    .swiper-hero-baner-container .swiper-slide__btn--mobile {
        width: 100%;
        padding: 0 30px
    }
}

.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 {
        width: 100%;
        padding: 0
    }

    .swiper-hero-baner-container .swiper-slide__btn--mobile-two .home-hero__button {
        width: 150px
    }

    .swiper-hero-baner-container .swiper-slide__btn--mobile-two .home-hero__button:first-of-type {
        margin-right: 20px
    }
}

@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 1.4px #fff
}

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

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

.swiper-hero-baner-container .swiper-slide__btn_bg--white.swiper-slide__btn--balck {
    border: solid 1.4px #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
}

.fscreen-section.active .product-showroom-layout .swiper-slide__title img {
    width: 260px;
    height: 112px;
}

@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: 160px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 39px;
    letter-spacing: 0.4px;
    text-align: center;
    border-radius: 20px;
    border: solid 1.4px #666;
    margin-top: 24px
}

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

@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 {
        width: 100%
    }
}

@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)
}

html.fscreen-enabled.fscreen-normal-scroll-enabled,
.fscreen-enabled body.fscreen-normal-scroll-enabled {
    overflow-y: visible
}

@media screen and (max-width: 767px) {
    html.fscreen-enabled {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }
}

.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: MBCorpo Title, DaimlerCA-Regular, "SimSun", "STSong"
}

@media screen and (max-width: 767px) {
    .engine-carousel__engine-name-text {
        font-family: MBCorpo Title, 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 !important
}

@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 {
        width: 150px;
        font-size: 14px
    }

    .engine-carousel__buttons .engine-carousel__button:nth-child(2) {
        grid-column: 2 / 3
    }

    .engine-carousel__buttons .engine-carousel__button:nth-child(3) {
        grid-column: 1 / 2
    }

    .engine-carousel__buttons .engine-carousel__button:nth-child(4) {
        grid-column: 2 / 3
    }

    .engine-carousel__buttons .engine-carousel__button:nth-child(odd):last-child {
        grid-column: 1 / 3
    }
}

@media screen and (max-width: 1199px) {

    .engine-carousel__buttons .engine-carousel__button--testDrive,
    .engine-carousel__buttons .engine-carousel__button--fc {
        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: 200px;
    border: 1px solid #333;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font: normal 500 14px/1 "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.4px solid #BFBFBF
}

.engine-carousel__button--white:hover {
    background: #e5e5e5
}

.engine-carousel__button--black,
.engine-carousel__button--balck {
    background-color: #000;
    border: 1.4px solid #666666;
    color: #fff
}

.engine-carousel__button--black:hover,
.engine-carousel__button--balck:hover {
    background: #333
}

.engine-carousel__button--transparent {
    border: 1.4px 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;
    width: 146px
}

@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)
    }
}
@media screen and (max-width: 1440px){
    .section-6-box .container .text-box h3{
        font-size: 24px !important;
    }
    
}
.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: MBCorpo Title, 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: MBCorpo Title, 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: "MBCorpo Title", "MB_HYZSJBT", "MB_HYZSJBTExt", "HYa3gj", serif;
    margin-bottom: 24px;
    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: "MBCorpo Title", "MB_HYZSJBT", "MB_HYZSJBTExt", "HYa3gj", serif;
        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
}

.new-model-overview-carousel {

    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center 72px
}

@media screen and (max-width: 1199px) {
    .new-model-overview-carousel {
        background-position: center 64px
    }
}

@media screen and (max-width: 768px) {
    .new-model-overview-carousel {
        background-size: 150%;
        background-position: center 64px
    }
}

.aem-AuthorLayer-Edit .new-model-overview-carousel,
.aem-AuthorLayer-Preview .new-model-overview-carousel {
    height: 700px;
    position: relative
}

.new-model-overview-carousel .model-overview-carousel {
    height: 100%;
    position: relative;
    overflow: hidden
}

.new-model-overview-carousel .model-overview-carousel__vehicle-bg {
    height: 62vh;
    width: 100%;
    position: absolute;
    bottom: 0;
    /* background-image: url("../images/modeloverview-background-pc.png"); */
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top
}

@media (max-width: 1200px) and (orientation: landscape) {
    .new-model-overview-carousel .model-overview-carousel__vehicle-bg {
        /* background-image: url("../images/modeloverview-background-pc.png"); */
        height: 40vw
    }
}

@media (max-width: 1024px) and (orientation: portrait) {
    .new-model-overview-carousel .model-overview-carousel__vehicle-bg {
        /* background-image: url("../images/modeloverview-background-mobile.png"); */
        height: 55vh;
        background-size: 100%;
        margin-bottom: 0;
        background-position: top
    }
}

@media (max-width: 600px) and (orientation: portrait) {
    .new-model-overview-carousel .model-overview-carousel__vehicle-bg {
        height: 47vh;
        margin-bottom: 60px
    }
}

@media (max-height: 553px) and (orientation: portrait) {
    .new-model-overview-carousel .model-overview-carousel__vehicle-bg {
        height: 40vh;
        margin-bottom: 60px
    }
}

.new-model-overview-carousel .model-overview-carousel__swiper-container {
    position: relative;
    height: 100%;
    width: 100%
}

.new-model-overview-carousel .model-overview-carousel__swiper-container .model-overview-carousel__vehicle-link {
    position: absolute;
    bottom: 20vh;
    left: 0;
    right: 0
}

@media (max-width: 1024px) and (orientation: portrait) {
    .new-model-overview-carousel .model-overview-carousel__swiper-container .model-overview-carousel__vehicle-link {
        bottom: calc((100vh - 124px) * 0.377);
        margin-bottom: 60px
    }
}

@media (max-height: 553px) and (orientation: portrait) {
    .new-model-overview-carousel .model-overview-carousel__swiper-container .model-overview-carousel__vehicle-link {
        bottom: calc((100vh - 124px) * 0.27)
    }
}

.new-model-overview-carousel .model-overview-carousel .swiper-slide {
    text-align: center
}

.new-model-overview-carousel .model-overview-carousel__vehicle-img {
    max-width: 83vw;
    max-height: 50vh;
    width: auto;
    height: auto
}

@media (max-width: 1024px) and (orientation: portrait) {
    .new-model-overview-carousel .model-overview-carousel__vehicle-img {
        width: 100%;
        height: auto;
        max-width: none;
        max-height: none
    }
}

.new-model-overview-carousel .model-overview-carousel__cta {
    position: absolute;
    bottom: 69px;
    width: 315px;
    height: 40px;
    line-height: 38px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    border: 1.4px solid #fff;
    border-radius: 20px;
    font-weight: 500;
    display: block;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.38px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    margin-left: -157.5px;
    left: 50%;
    z-index: 1;
    background-color: transparent
}

@media (max-width: 1024px) and (orientation: portrait) {
    .new-model-overview-carousel .model-overview-carousel__cta {
        width: 260px;
        bottom: 65px;
        font-size: 14px;
        letter-spacing: normal;
        margin-left: -130px;
        margin-bottom: 60px
    }
}

@media (min-width: 1600px) {
    .new-model-overview-carousel .model-overview-carousel__cta {
        bottom: 60px
    }
}

.new-model-overview-carousel .model-overview-carousel__cta:hover {
    background-color: #333
}

@media (max-width: 1024px) and (orientation: portrait) {
    .new-model-overview-carousel .model-overview-carousel__cta:hover {
        background-color: #000
    }
}

.new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-prev {
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDM0IDM0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjAgMzRMMTQuODM1IDM0IDAgMTYuOTM5IDE0LjY1NSAwIDE5Ljg4IDAgNy4wMjcgMTYuOTM5eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMCAtNDMzKSB0cmFuc2xhdGUoMTAwIDQzMykiLz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==") !important;
    left: 0;
    background-position: center center;
    background-size: calc(17/50 * 100%);
    background-repeat: no-repeat;
    bottom: calc((100vh - 124px) * 0.377);
    margin-bottom: 160px;
    z-index: 500
}

.new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-prev:after {
    content: none
}

.new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-prev.swiper-button-disabled {
    opacity: 0.35
}

@media (max-height: 553px) and (orientation: portrait) {
    .new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-prev {
        bottom: calc((100vh - 124px) * 0.27)
    }
}

.new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-next {
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDM0IDM0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjAgMzRMMTQuODM1IDM0IDAgMTYuOTM5IDE0LjY1NSAwIDE5Ljg4IDAgNy4wMjcgMTYuOTM5eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMDYgLTQzMykgbWF0cml4KC0xIDAgMCAxIDEzNDAgNDMzKSIvPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K") !important;
    color: #fff;
    right: 0;
    background-position: center center;
    background-size: calc(17/50 * 100%);
    background-repeat: no-repeat;
    bottom: calc((100vh - 124px) * 0.377);
    margin-bottom: 160px;
    z-index: 500
}

.new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-next:after {
    content: none
}

.new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-next.swiper-button-disabled {
    opacity: 0.35
}

@media (max-height: 553px) and (orientation: portrait) {
    .new-model-overview-carousel .model-overview-carousel__arrows .model-overview__swiper-button-next {
        bottom: calc((100vh - 124px) * 0.27)
    }
}

.new-model-overview-carousel .progress-bar__wrapper {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 140px;
    margin-bottom: 60px;
    z-index: 5
}

@media (max-height: 553px) and (orientation: portrait) {
    .new-model-overview-carousel .progress-bar__wrapper {
        bottom: 120px
    }
}

.new-model-overview-carousel .progress-bar__wrapper .swiper-pagination-bullet {
    width: 40px;
    height: 1px;
    border-radius: 0;
    background: #fff;
    opacity: 0.3
}

.new-model-overview-carousel .progress-bar__wrapper .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1
}

.new-model-overview-carousel .pagination__wrapper {
    position: absolute;
    margin: 136px 0 0 95px;
    z-index: 5
}

@media (max-width: 1024px) and (orientation: portrait) {
    .new-model-overview-carousel .pagination__wrapper {
        margin: 147px 0 0;
        width: 100%
    }
}

.new-model-overview-carousel .pagination__wrapper .swiper-line {
    width: 1px;
    height: 45px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    transition: all 0.5s ease
}

.new-model-overview-carousel .pagination__wrapper .swiper-line.change-color {
    background: #fff
}

.new-model-overview-carousel .pagination__wrapper .model-overview__swiper-pagination {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    padding-left: 40px;
    transform-origin: 0 0
}

@media (max-width: 1024px) and (orientation: portrait) {
    .new-model-overview-carousel .pagination__wrapper .model-overview__swiper-pagination {
        padding-left: 0;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.new-model-overview-carousel .pagination__wrapper .swiper-pagination.change-border {
    border-color: rgba(255, 255, 255, 0.5)
}

.new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet {
    width: unset;
    height: unset;
    color: rgba(255, 255, 255, 0.5);
    background: unset;
    opacity: 1;
    padding: 0;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 500;
    margin: 7.5px 0;
    font-family: "MB_HYZSJBT", "MB_HYZSJBTExt", "DaimlerCAC", "SimSun", "serif";
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) and (orientation: portrait) {
    .new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet {
        height: unset;
        margin: 0 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 36px;
        line-height: 1.19
    }
}

.new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet a {
    color: unset
}

.new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet-active {
    color: #fff
}

.new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet.hover {
    height: 30px;
    margin: 7.5px 0;
    font-weight: 500
}

@media (max-width: 1024px) and (orientation: portrait) {
    .new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet.hover {
        height: unset;
        margin: 0 15px
    }
}

.new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet.hover a {
    transform: scale(1.5);
    transform-origin: 0 center;
    transition: transform 0.5s linear;
    display: inline-block;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-perspective: 1000;
    perspective: 1000
}

@media (max-width: 1024px) and (orientation: portrait) {
    .new-model-overview-carousel .pagination__wrapper .swiper-pagination-bullet.hover a {
        transform: unset;
        transition: unset;
        min-width: unset
    }
}

.new-model-overview-carousel .swiper-pagination-bullet .brand-logo-img {
    display: block;
    height: 14px
}

.new-model-overview-carousel .swiper-pagination-bullet .brand-logo-img-higlight {
    display: none;
    height: 13.33px
}

.new-model-overview-carousel .swiper-pagination-bullet.hover .brand-logo-img,
.new-model-overview-carousel .swiper-pagination-bullet-active .brand-logo-img {
    display: none
}

.new-model-overview-carousel .swiper-pagination-bullet.hover .brand-logo-img-higlight,
.new-model-overview-carousel .swiper-pagination-bullet-active .brand-logo-img-higlight {
    display: block
}

.new-model-overview-carousel .brand-background-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: 1
}

.new-model-overview-carousel .pagination-swiper-container {
    position: absolute;
    top: calc((100vh - 124px) * 0.125);
    margin-top: 64px;
    width: 100%;
    font-family: "MB_HYZSJBT", "MB_HYZSJBTExt", "DaimlerCAC", "SimSun", "serif"
}

.new-model-overview-carousel .pagination-swiper-container .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.new-model-overview-carousel .pagination-swiper-container .swiper-slide {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
    line-height: 36px
}

.new-model-overview-carousel .pagination-swiper-container .swiper-slide a {
    color: unset
}

.new-model-overview-carousel .pagination-swiper-container .swiper-slide .pagination-swiper-logo {
    height: 14px;
    display: block
}

.new-model-overview-carousel .pagination-swiper-container .swiper-slide .pagination-swiper-logo-highlight {
    display: none
}

.new-model-overview-carousel .pagination-swiper-container .swiper-slide-item {
    display: inline-block;
    height: 36px;
    line-height: 36px
}

.new-model-overview-carousel .pagination-swiper-container .swiper-slide-active {
    font-size: 36px;
    width: auto !important;
    opacity: 1
}

.new-model-overview-carousel .pagination-swiper-container .swiper-slide-active .pagination-swiper-logo {
    display: none
}

.new-model-overview-carousel .pagination-swiper-container .swiper-slide-active .pagination-swiper-logo-highlight {
    height: 20px;
    display: block
}

.new-model-overview-carousel .pagination-swiper-container .swiper-slide-active.b-swiper-slide {
    transform: unset
}

.new-model-overview-carousel .flex-content {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.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.3;
        transition: opacity .3s
    }

    .check-vehicles__carousel-wrapper.active {
        opacity: 1
    }
}

.check-vehicles__carousel-class-name {
    font-size: 56px;
    line-height: normal;
    font-family: MBCorpo Title, '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
}

.homepage_renovation {
    background-color: #111
}

.homepage_renovation .social-share {
    display: none
}

/* 产品 */
.mb-title-non-breaking {
    white-space: nowrap
}

html {
    box-sizing: border-box
}

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

.all-vehicles {
    background-color: #fff
}

@media screen and (min-width: 768px) {
    .all-vehicles__nav-container::after {
        clear: both;
        content: "";
        display: block
    }

    .all-vehicles__nav-container .section-header__subtitle {
        margin-top: 40px;
        margin-bottom: 20px
    }
}

.all-vehicles__filter-nav {
    height: 60px
}

.all-vehicles__filter-nav::after {
    display: none
}

@media screen and (max-width: 767px) {
    .all-vehicles__filter-nav {
        border: 0
    }
}

.all-vehicles__filter-nav--wrapper,
.all-vehicles__filter-nav--container {
    position: relative;
    font: normal 500 13px/24px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
}

@media screen and (min-width: 768px) {

    .all-vehicles__filter-nav--wrapper,
    .all-vehicles__filter-nav--container {
        font-size: 16px;
        letter-spacing: 1.1px
    }
}

.all-vehicles__filter-nav--container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.all-vehicles__filter-nav--item {
    display: inline-block
}

@media screen and (max-width: 767px) {
    .all-vehicles__filter-nav--item {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .all-vehicles__filter-nav--item {
        padding-left: 60px
    }

    .all-vehicles__filter-nav--item:first-of-type {
        padding-left: 0px
    }
}

.all-vehicles__filter-nav--item-link {
    font-weight: normal
}

.all-vehicles__filter-nav--item-link:link,
.all-vehicles__filter-nav--item-link:visited {
    display: block;
    color: #666
}

.all-vehicles__filter-nav--item-link.disabled {
    cursor: default;
    color: #c4c4c4
}

@media screen and (min-width: 768px) {
    .all-vehicles__filter-nav--item-link {
        position: relative;
        display: block;
        line-height: 60px
    }

    .all-vehicles__filter-nav--item-link:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%;
        display: none
    }

    .all-vehicles__filter-nav--item-link:hover,
    .all-vehicles__filter-nav--item-link.active {
        color: #00ADEF
    }

    .all-vehicles__filter-nav--item-link:hover:after,
    .all-vehicles__filter-nav--item-link.active:after {
        display: block;
        background-color: #00ADEF
    }
}

.all-vehicles__filter-nav--item--pull-right {
    position: absolute;
    top: 0;
    right: 0
}

.all-vehicles__filter-nav--item--pull-right .all-vehicles__filter-nav--item-link {
    font-weight: 500
}

.all-vehicles__filter-nav--item--pull-right .all-vehicles__filter-nav--item-link:link,
.all-vehicles__filter-nav--item--pull-right .all-vehicles__filter-nav--item-link:visited {
    color: #333
}

.all-vehicles__filter-nav--item--pull-right .all-vehicles__filter-nav--item-link.active {
    color: #00ADEF
}

.all-vehicles__filter-nav--item--pull-right .all-vehicles__filter-nav--item-link.active:link,
.all-vehicles__filter-nav--item--pull-right .all-vehicles__filter-nav--item-link.active:visited {
    color: #00ADEF
}

@media screen and (max-width: 767px) {
    .all-vehicles__filter-nav--item--pull-right {
        display: block;
        line-height: 60px
    }

    .all-vehicles__filter-nav--item--pull-right .all-vehicles__filter-nav--item-link:link,
    .all-vehicles__filter-nav--item--pull-right .all-vehicles__filter-nav--item-link:visited,
    .all-vehicles__filter-nav--item--pull-right .all-vehicles__filter-nav--item-link:active {
        color: #333
    }
}

.all-vehicles__filter-nav--mobile {
    float: left;
    width: 254px;
    position: relative
}

@media screen and (min-width: 768px) {
    .all-vehicles__filter-nav--mobile {
        display: none
    }
}

@media screen and (max-width: 320px) {
    .all-vehicles__filter-nav--mobile {
        width: 210px
    }
}

.all-vehicles__filter-nav--mobile-caret {
    position: relative;
    line-height: 60px;
    padding-left: 10px;
    color: #666
}

.all-vehicles__filter-nav--mobile-caret:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #999
}

.all-vehicles__filter-nav--mobile-caret:after {
    float: right;
    margin-left: 10px;
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%;
    font-size: 12px;
    transition: transform .5s;
    color: #666
}

.all-vehicles__filter-nav--mobile-caret[aria-expanded="true"]:after {
    transform: rotate(180deg)
}

.all-vehicles__filter-nav--dp-sections {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    margin-top: -10px;
    box-shadow: #ccc 0px 2px 5px 1px;
    padding: 10px
}

.all-vehicles__filter-nav--dp-sections.toggle-drawer--open {
    display: block
}

.all-vehicles__filter-nav--mobile-items-link {
    display: block;
    color: #666;
    padding: 5px 0
}

.all-vehicles__filter-nav--mobile-items-link.disabled {
    color: #c4c4c4
}

@media screen and (max-width: 767px) {
    .all-vehicles__filter-nav.sticky {
        box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0
    }
}

.all-vehicles__filter-modal {
    background-color: #fff
}

@media screen and (min-width: 768px) {
    .all-vehicles__filter-modal {
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s
    }
}

@media screen and (min-width: 768px) {
    .all-vehicles__filter-modal--active {
        max-height: 1000px
    }
}

.all-vehicles__filter-modal-mobile {
    display: none
}

@media screen and (max-width: 767px) {
    .all-vehicles__filter-modal {
        transition: transform .5s;
        transform: translateY(100%);
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        background-color: #fff;
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0 20px
    }

    .all-vehicles__filter-modal-mobile {
        display: block;
        text-align: center;
        font: normal 500 18px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        color: #000;
        padding: 20px 0 12px;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 20px
    }

    .all-vehicles__filter-modal-mobile:after {
        float: right;
        margin-top: -4px;
        content: "";
        font-family: "cn-icons" !important;
        font-weight: normal;
        font-size: 100%;
        font-size: 10px;
        color: #4a4a4a;
        padding: 10px;
        margin-right: -10px
    }

    .all-vehicles__filter-modal:before {
        content: "";
        position: absolute;
        top: -150%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        height: 150%;
        background-color: rgba(0, 0, 0, 0.2);
        visibility: hidden
    }

    .all-vehicles__filter-modal--active {
        transform: translateY(0);
        box-shadow: rgba(0, 0, 0, 0.2) 0 -2px 8px 0
    }

    .all-vehicles__filter-modal--active:before {
        visibility: visible
    }
}

.all-vehicles__filter-modal-heading {
    font: normal 500 14px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    font-weight: 500;
    letter-spacing: .3px;
    color: #4a4a4a;
    margin-bottom: 20px
}

.all-vehicles__filter-modal hr {
    margin: 20px 0;
    margin-top: 5px;
    border: 0;
    border-bottom: 2px solid #e1e1e1
}

@media screen and (max-width: 767px) {
    .all-vehicles__filter-modal hr {
        margin-top: 25px;
        margin-bottom: 40px
    }
}

.all-vehicles__filter-modal-tags {
    font: normal 500 12px/20px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    font-weight: normal;
    color: #666;
    background-color: #fff;
    border: 1px solid #979797;
    border-radius: 40px;
    padding: 6px 10px;
    margin-right: 8px;
    margin-bottom: 15px;
    display: inline-block;
    min-width: 49px;
    text-align: center
}

.all-vehicles__filter-modal-tags:active,
.all-vehicles__filter-modal-tags.active {
    color: #fff;
    background-color: #00ADEF;
    border-color: transparent
}

.all-vehicles__filter-modal-price-range {
    padding-bottom: 20px
}

@media screen and (min-width: 768px) {
    .all-vehicles__filter-modal-price-range {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .all-vehicles__filter-modal-price-range::after {
        clear: both;
        content: "";
        display: block
    }
}

.all-vehicles__filter-modal-slider {
    padding: 0 17px;
    position: relative
}

.all-vehicles__filter-modal-slider input[type="range"] {
    visibility: hidden
}

.all-vehicles__filter-modal-slider:before,
.all-vehicles__filter-modal-slider:after {
    content: "";
    position: absolute;
    height: 8px;
    background: #f2f2f2;
    z-index: 0;
    width: 18px;
    top: 10px
}

.all-vehicles__filter-modal-slider:before {
    left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.all-vehicles__filter-modal-slider:after {
    right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.all-vehicles__filter-modal-action {
    text-align: right
}

@media screen and (max-width: 767px) {
    .all-vehicles__filter-modal-action {
        margin: 0 -20px;
        padding: 0 20px;
        padding-top: 20px;
        border-top: 1px solid #d8d8d8
    }
}

@media screen and (min-width: 768px) {
    .all-vehicles__filter-modal-action {
        border-top: 2px solid #e1e1e1;
        padding-top: 20px
    }
}

.all-vehicles__filter-modal-action .button {
    font: normal 500 14px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    letter-spacing: .7px;
    max-width: 160px;
    height: 40px;
    color: #fff
}

.all-vehicles__filter-modal-action .button_secondary {
    font: normal 500 13px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    margin-right: 10px
}

@media screen and (max-width: 767px) {
    .all-vehicles__filter-modal-action::after {
        clear: both;
        content: "";
        display: block
    }

    .all-vehicles__filter-modal-action .button {
        width: calc(50% - 5px);
        float: left
    }
}

@media screen and (min-width: 768px) {
    .all-vehicles__filter-modal-action .button {
        font: normal 500 16px/24px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        font-weight: 500;
        width: 160px;
        height: 50px;
        border-radius: 1px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .all-vehicles__filter-modal-action {
        bottom: 50px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .all-vehicles__filter-modal-action {
        bottom: 50px
    }
}

.all-vehicles__filter-modal-scroll-container {
    height: calc(100% - 164px);
    overflow-y: auto;
    overflow-x: hidden
}

@media screen and (min-width: 768px) {
    .all-vehicles__filter-modal-scroll-container {
        height: calc(100% - 110px)
    }
}

.all-vehicles__message-container {
    font: normal 500 13px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    font-weight: normal;
    color: #999;
    text-align: center;
    display: none;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .all-vehicles__message-container--open {
        position: static;
        height: auto;
        width: auto;
        overflow: visible
    }
}

.all-vehicles__message-container--open .all-vehicles:after {
    display: none
}

.all-vehicles__message-container--open .all-vehicles__result-container {
    display: none
}

.all-vehicles__message-container--open .all-vehicles__message-container {
    display: block;
    padding-top: 39px;
    padding-bottom: 256px
}

.all-vehicles__message-container--nofilter .all-vehicles__message-default {
    display: block
}

.all-vehicles__message-container--nofilter .all-vehicles__message-filter {
    display: none
}

@media screen and (min-width: 768px) {
    .all-vehicles__message-container {
        font-size: 16px;
        z-index: 0
    }
}

.all-vehicles__message-default {
    display: none
}

.all-vehicles__no-results .all-vehicles__result-container {
    display: none
}

.all-vehicles__no-results .all-vehicles__message-container {
    position: static !important;
    display: block;
    padding-top: 39px;
    padding-bottom: 256px
}

.all-vehicles__no-results .selected-bar {
    display: none
}

.all-vehicles__result-container--full .all-vehicles__grid-item:not(.all-vehicles__grid-item--selected) {
    opacity: 0.5
}

@media screen and (min-width: 768px) {
    .all-vehicles__result-container {
        margin-top: 30px
    }
}

body.all-vehicles-page.all-vehicles__filter-modal--open {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    body.all-vehicles-page.all-vehicles__filter-modal--open #content {
        z-index: 600
    }
}

@media screen and (min-width: 768px) {
    body.all-vehicles-page.all-vehicles__filter-modal--open #content {
        height: 100vh
    }

    body.all-vehicles-page.all-vehicles__filter-modal--open .all-vehicles__filter-modal--active,
    body.all-vehicles-page.all-vehicles__filter-modal--open .all-vehicles__message-container {
        position: fixed;
        top: 310px;
        left: 0;
        right: 0;
        height: calc(100% - 310px);
        z-index: 1
    }

    body.all-vehicles-page.all-vehicles__filter-modal--open .all-vehicles--comparison .all-vehicles__message-container {
        top: 420px;
        bottom: 100px;
        height: auto;
        background: transparent
    }
}

@media screen and (min-width: 768px) {
    body.all-vehicles-page.all-vehicles__filter-modal--open .all-vehicles {
        position: relative;
        height: 100%
    }
}

@media screen and (min-width: 768px) {
    body.all-vehicles-page .all-vehicles__nav-container {
        background-color: #f6f6f6
    }
}

@media screen and (min-width: 768px) {
    body.all-vehicles-page .all-vehicles__filter-nav {
        background-color: #f6f6f6
    }
}

@media screen and (min-width: 768px) {
    body.all-vehicles-page .all-vehicles__filter-modal-action {
        position: relative;
        width: 100%;
        bottom: 20px
    }
}

@media screen and (min-width: 768px) {
    body.all-vehicles-page .all-vehicles__filter-modal--active .all-vehicles__filter-modal-action {
        position: absolute
    }
}

@media screen and (min-width: 768px) {
    body.all-vehicles-page .all-vehicles.all-vehicles--comparison {
        margin-bottom: -50px
    }
}

body.all-vehicles__filter-result--show .all-vehicles__message-container {
    display: block;
    padding-top: 39px;
    padding-bottom: 256px
}

@media screen and (min-width: 768px) {
    body.all-vehicles__filter-result--show .all-vehicles__message-container {
        font-size: 16px;
        z-index: 0
    }
}

body.all-vehicles__filter-result--show .all-vehicles__message-container .all-vehicles__message-filter {
    display: block
}

.cars-section .all-vehicles__result-container {
    transition: max-height .5s
}

@media screen and (max-width: 767px) {
    .cars-section .all-vehicles__filter-nav {
        overflow: auto
    }

    .cars-section .all-vehicles__filter-nav--container {
        white-space: nowrap;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .cars-section .all-vehicles__filter-nav--item {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px
    }

    .cars-section .all-vehicles__filter-nav--item-link {
        position: relative;
        display: block;
        line-height: 60px
    }

    .cars-section .all-vehicles__filter-nav--item-link:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%;
        display: none
    }

    .cars-section .all-vehicles__filter-nav--item-link:hover,
    .cars-section .all-vehicles__filter-nav--item-link.active {
        color: #00ADEF
    }

    .cars-section .all-vehicles__filter-nav--item-link:hover:after,
    .cars-section .all-vehicles__filter-nav--item-link.active:after {
        display: block;
        background-color: #00ADEF
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .cars-section .all-vehicles__filter-nav--container {
        white-space: nowrap;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 479px) {
    .cars-section .all-vehicles__filter-nav--container.right {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.cars-section .all-vehicles__filter-nav--item--pull-right {
    display: none
}

.cars-section .all-vehicles__filter-nav--item-link:link,
.cars-section .all-vehicles__filter-nav--item-link:visited {
    color: #333
}

.cars-section .all-vehicles__filter-nav--mobile {
    display: block
}

@media screen and (max-width: 767px) {
    .cars-section .all-vehicles__filter-nav--mobile {
        width: 100%
    }
}

.cars-section .all-vehicles__filter-nav--mobile-caret {
    padding-left: 0
}

.cars-section .all-vehicles__filter-nav--mobile-caret::before {
    height: 1px;
    background-color: #ccc
}

.cars-section .all-vehicles__grid {
    margin-bottom: 0
}

.cars-section .all-vehicles__grid-class {
    display: block;
    clear: both
}

.cars-section .all-vehicles__grid-class-heading {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    color: #666;
    letter-spacing: 0.5px;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .cars-section .all-vehicles__grid-class-heading {
        letter-spacing: 1px;
        margin-bottom: 10px
    }
}

.cars-section .all-vehicles__grid-class-heading--type {
    display: inline-block;
    font-weight: normal;
    white-space: nowrap;
    padding-top: 20px;
    color: #333;
    position: relative;
    top: 0px
}

@media screen and (min-width: 768px) {
    .cars-section .all-vehicles__grid-class-heading--type {
        transform: scaleX(0.7);
        transform-origin: left;
        width: 142.857143%;
        width: auto;
        margin-right: 2px
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .cars-section .all-vehicles__grid-class-heading--type {
        font: normal 400 32px/1 "MBCorpo Title", "SimSun", serif
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .cars-section .all-vehicles__grid-class-heading--type {
        font: normal 400 32px/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) {
    .cars-section .all-vehicles__grid-class-heading--type {
        border-bottom: 2px solid #333;
        font: normal 400 24px/28px "corporateacondpro";
        position: relative;
        padding-top: 30px;
        overflow: visible;
        margin-right: 5px;
        top: 0px
    }
}

.cars-section .all-vehicles__grid-class-heading--text {
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    top: 0px;
    position: relative
}

.cars-section .all-vehicles__grid-class .all-vehicles__message-container {
    display: block
}

.cars-section .all-vehicles__grid-class .all-vehicles__message-container .all-vehicles__message-default {
    display: block
}

.cars-section .all-vehicles__grid-heading {
    display: none
}

.cars-section .all-vehicles__grid-item {
    min-height: 100px;
    margin-bottom: 30px;
    padding: 20px 20px 15px
}

@media screen and (max-width: 767px) {
    .cars-section .all-vehicles__grid-item {
        border-bottom: none;
        padding: 20px
    }

    .cars-section .all-vehicles__grid-item:last-of-type {
        margin-bottom: 0px
    }
}

@media screen and (min-width: 768px) {
    .cars-section .all-vehicles__grid-item--active {
        min-height: 100px
    }
}

.cars-section .all-vehicles__grid:last-of-type {
    margin-bottom: 60px
}

.cars-section .all-vehicles--collapse .all-vehicles__result-container {
    max-height: auto;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .cars-section .all-vehicles--collapse .all-vehicles__result-container {
        width: calc(100% - 40px)
    }
}

.cars-section .all-vehicles--collapse .all-vehicles__nav-container,
.cars-section .all-vehicles--collapse .all-vehicles__filter-modal {
    visibility: visible;
    height: auto;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .cars-section .all-vehicles--collapse .all-vehicles__nav-container {
        margin-top: -30px
    }
}

.cars-section .all-vehicles--collapse .all-vehicles__message-container {
    display: none
}

.cars-section .all-vehicles__expand {
    font: normal 500 12px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    width: 98px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 54px;
    border-bottom: 1px solid #333;
    position: relative;
    padding-right: 20px;
    padding-bottom: 5px;
    display: block;
    font-weight: normal;
    cursor: pointer;
    color: #333
}

.cars-section .all-vehicles__expand:after {
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 20px;
    color: #333;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 2px;
    transition: transform .5s
}

.cars-section .all-vehicles__expand--collapse::after {
    transform: rotate(180deg)
}

.cars-section .all-vehicles__expand--collapse,
.cars-section .all-vehicles__expand--expand {
    display: none
}

.cars-section .all-vehicles .section-header__subtitle {
    margin-top: 20px
}

@media screen and (max-width: 767px) {
    .cars-section .all-vehicles .section-header__subtitle {
        text-align: left;
        margin-top: 0;
        color: #333
    }

    .cars-section .all-vehicles .section-header__subtitle span {
        padding-left: 5px
    }

    .cars-section .all-vehicles .section-header__subtitle span::after,
    .cars-section .all-vehicles .section-header__subtitle span::before {
        background-color: transparent
    }
}

.cars-section .all-vehicles__filter-modal {
    display: none
}

.cars-section .all-vehicles__purchase--filter {
    position: relative;
    z-index: 800
}

@media screen and (min-width: 768px) {
    .all-vehicles__grid {
        margin-bottom: 60px
    }
}

@media screen and (min-width: 768px) {
    .all-vehicles__grid:last-of-type {
        margin-bottom: 10px
    }
}

.all-vehicles__grid-heading {
    visibility: hidden
}

@media screen and (min-width: 768px) {
    .all-vehicles__grid-heading {
        visibility: visible;
        font: normal 400 20px/24px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        text-align: center;
        border-bottom: 2px solid #e1e1e1;
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-weight: 600;
        color: #333
    }
}

.all-vehicles__grid-container::after {
    clear: both;
    content: "";
    display: block
}

.all-vehicles__grid-item {
    position: relative;
    background-color: #fff;
    border-bottom: 4px solid #fff;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .all-vehicles__grid-item {
        border-bottom-width: 1px
    }
}

.all-vehicles__grid-item picture {
    display: block;
    height: 135px
}

@media screen and (max-width: 767px) {
    .all-vehicles__grid-item picture {
        margin-top: 20px;
        margin-bottom: 10px
    }
}

.all-vehicles__grid-item .responsive-image {
    max-height: 135px
}

@media screen and (min-width: 768px) {
    .all-vehicles__grid-item .responsive-image {
        max-height: 124px;
        max-width: 240px
    }
}

@media screen and (max-width: 767px) {
    .all-vehicles__grid-item .responsive-image {
        max-width: 335px;
        margin: 0 auto;
        display: block
    }
}

@media screen and (max-width: 767px) {
    .all-vehicles__grid-item {
        margin-bottom: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #d8d8d8
    }
}

@media screen and (min-width: 768px) {
    .all-vehicles__grid-item {
        position: relative;
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 31.91489%;
        min-height: 280px;
        margin-bottom: 50px;
        padding: 20px;
        transition: min-height .2s, box-shadow .5s
    }

    .all-vehicles__grid-item:last-child {
        margin-right: 0
    }

    .all-vehicles__grid-item:nth-child(3n) {
        margin-right: 0
    }

    .all-vehicles__grid-item:nth-child(3n+1) {
        clear: left
    }

    .all-vehicles__grid-item picture {
        height: 124px
    }
}

@media screen and (max-width: 767px) {
    .all-vehicles__grid-item--active {
        padding-bottom: 0;
        border-bottom: 0
    }

    .all-vehicles__grid-item--active .all-vehicles__grid-tools {
        box-shadow: inset rgba(0, 0, 0, 0.2) 0 -20px 30px -15px
    }
}

@media screen and (min-width: 768px) {
    .all-vehicles__grid-item--active {
        box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px 0;
        min-height: 260px
    }

    .all-vehicles__grid-item--active .all-vehicles__grid-tools {
        box-shadow: #fff 0 -8px 0 0, rgba(0, 0, 0, 0.2) 0 2px 8px 0
    }
}

.all-vehicles__grid-item--active .all-vehicles__grid-tools {
    max-height: 1000px
}

.all-vehicles__grid-item-overview-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media screen and (min-width: 980px) {
    .all-vehicles__grid-item-overview-link {
        top: 20px;
        height: calc(100% - 40px)
    }
}

.all-vehicles__grid-item--selected {
    background: #f7f7f7;
    border-bottom-color: #00ADEF
}

@media screen and (max-width: 767px) {
    .all-vehicles__grid-item--selected::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -20px;
        right: -20px;
        background: #f7f7f7
    }
}

.all-vehicles__grid-item--disabled {
    opacity: 0.5
}

.all-vehicles__grid-title {
    font: normal 400 16px/28px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    font-weight: 600;
    color: #333
}

@media screen and (max-width: 767px) {
    .all-vehicles__grid-title {
        letter-spacing: 1px
    }
}

@media screen and (min-width: 768px) {
    .all-vehicles__grid-title {
        font: normal 400 20px/32px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        font-weight: 600;
        margin-top: 20px
    }
}

.all-vehicles__grid-misc {
    font: normal 500 13px/24px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #999
}

@media screen and (min-width: 768px) {
    .all-vehicles__grid-misc {
        font: normal 500 16px/30px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        color: #666;
        margin-top: 10px
    }
}

@media screen and (max-width: 767px) {

    .all-vehicles__grid-misc--rec-price,
    .all-vehicles__grid-misc--monthly-loan {
        display: inline-block
    }
}

.all-vehicles__grid-misc--rec-price,
.all-vehicles__grid-misc--monthly-loan {
    font-weight: normal
}

.all-vehicles__grid-tools {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s
}

@media screen and (max-width: 767px) {
    .all-vehicles__grid-tools {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media screen and (min-width: 768px) {
    .all-vehicles__grid-tools {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        z-index: 10;
        width: 100%;
        transition: box-shadow .5s
    }
}

.all-vehicles__grid-tools-link-item,
.all-vehicles__grid-tools-dropdown-caret {
    position: relative;
    display: block;
    font: normal 500 13px/58px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    letter-spacing: .8px;
    color: #333;
    padding: 0 20px;
    font-weight: normal;
    cursor: pointer
}

@media screen and (min-width: 768px) {

    .all-vehicles__grid-tools-link-item,
    .all-vehicles__grid-tools-dropdown-caret {
        font: normal 500 16px/52px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        font-weight: normal;
        letter-spacing: 1px
    }
}

.all-vehicles__grid-tools-link-item:hover,
.all-vehicles__grid-tools-link-item:active,
.all-vehicles__grid-tools-link-item--active,
.all-vehicles__grid-tools-dropdown-caret:hover,
.all-vehicles__grid-tools-dropdown-caret:active,
.all-vehicles__grid-tools-dropdown-caret--active {
    color: #fff;
    background-color: #00ADEF
}

.all-vehicles__grid-tools-link-item:hover:after,
.all-vehicles__grid-tools-link-item:active:after,
.all-vehicles__grid-tools-link-item--active:after,
.all-vehicles__grid-tools-dropdown-caret:hover:after,
.all-vehicles__grid-tools-dropdown-caret:active:after,
.all-vehicles__grid-tools-dropdown-caret--active:after {
    color: #fff
}

.all-vehicles__grid-tools-link-item:after,
.all-vehicles__grid-tools-dropdown-caret:after {
    position: absolute;
    top: 0;
    right: 20px;
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%;
    font-size: 12px;
    color: #00ADEF;
    transform: rotate(270deg)
}

.all-vehicles__grid-tools-link,
.all-vehicles__grid-tools-dropdown {
    border-bottom: 1px solid #ccc
}

.all-vehicles__grid-tools-link:last-child,
.all-vehicles__grid-tools-dropdown:last-child {
    border-bottom: 0
}

.all-vehicles__grid-tools-link-item:hover,
.all-vehicles__grid-tools-link-item:active,
.all-vehicles__grid-tools-link-item--active {
    color: #fff;
    background-color: #00ADEF
}

.all-vehicles__grid-tools-link-item:hover:after,
.all-vehicles__grid-tools-link-item:active:after,
.all-vehicles__grid-tools-link-item--active:after {
    color: #fff
}

.all-vehicles__grid-tools-dropdown-caret:after {
    transform: rotate(0);
    transition: transform .5s;
    color: #00ADEF
}

.all-vehicles__grid-tools-dropdown-caret[aria-expanded="true"] {
    font-weight: 600
}

.all-vehicles__grid-tools-dropdown-caret[aria-expanded="true"]:after {
    transform: rotate(180deg)
}

.all-vehicles__grid-tools-dropdown-container {
    max-height: 0;
    overflow: hidden;
    font: normal 500 13px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    padding: 0 20px
}

.all-vehicles__grid-tools-dropdown-container .car-ref-link,
.all-vehicles__grid-tools-dropdown-container .car-modal-container {
    display: block;
    padding-top: 5px;
    padding-bottom: 15px;
    color: #333
}

@media screen and (min-width: 768px) {

    .all-vehicles__grid-tools-dropdown-container .car-ref-link,
    .all-vehicles__grid-tools-dropdown-container .car-modal-container {
        color: #666
    }
}

.all-vehicles__grid-tools-dropdown-container .car-ref-link:hover,
.all-vehicles__grid-tools-dropdown-container .car-ref-link:active {
    color: #00ADEF
}

@media screen and (max-width: 767px) {
    .all-vehicles__grid-tools-dropdown-container li:last-child .car-ref-link {
        padding-bottom: 35px
    }
}

.all-vehicles__grid-tools-dropdown-container .modal-engine,
.all-vehicles__grid-tools-dropdown-container .modal-price {
    display: inline-block
}

@media screen and (min-width: 768px) {
    .all-vehicles__grid-tools-dropdown-container .modal-engine {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 60%
    }
}

.all-vehicles__grid-tools-dropdown-container .modal-price {
    float: right
}

.all-vehicles__grid-tools-dropdown-container[aria-hidden="false"] {
    max-height: 1000px
}

@media screen and (min-width: 768px) {
    .all-vehicles__grid-tools-dropdown-container {
        font: normal 500 16px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
    }
}

.all-vehicles__info {
    font: normal 500 16px/1.75 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    font-weight: normal;
    text-align: center;
    margin-bottom: 28px;
    color: #333
}

@media screen and (max-width: 767px) {
    .all-vehicles__info {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 20px
    }
}

.all-vehicles__comparison {
    display: none
}

@media screen and (max-width: 767px) {
    .all-vehicles--comparison .all-vehicles__grid-item {
        padding: 20px 20px 10px
    }

    .all-vehicles--comparison .all-vehicles__grid-item::after {
        clear: both;
        content: "";
        display: block
    }
}

@media screen and (max-width: 320px) {
    .all-vehicles--comparison .all-vehicles__grid-item {
        padding: 20px 0 10px
    }
}

.all-vehicles--comparison .all-vehicles__grid-item:hover {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px 0
}

@media screen and (max-width: 767px) {
    .all-vehicles--comparison .all-vehicles__grid-item picture {
        height: auto;
        float: left;
        width: 120px;
        position: relative
    }
}

@media screen and (max-width: 767px) {
    .all-vehicles--comparison .all-vehicles__grid-item .text-btn {
        margin-top: 10px
    }
}

@media screen and (max-width: 767px) {
    .all-vehicles--comparison .all-vehicles__grid-title-wrapper {
        width: 145px;
        position: relative;
        float: right
    }
}

@media screen and (max-width: 767px) {
    .all-vehicles--comparison .all-vehicles__grid-title {
        font-size: 13px;
        color: #000;
        font-weight: normal
    }
}

.all-vehicles--result .all-vehicles__comparison {
    display: block
}

.all-vehicles--result .all-vehicles__result-container {
    display: none
}

.all-vehicles--result .all-vehicles__message-container {
    display: none
}

body.all-vehicles-page .all-vehicles--result .all-vehicles__nav-container {
    background: #f6f6f6
}

.all-vehicles--result .sticky-nav {
    display: none
}

.all-vehicles--result .selected-bar {
    display: none
}

.all-vehicles .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
}

.all-vehicles .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
}

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

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

.all-vehicles .text-btn {
    margin-top: 20px;
    font-size: 14px;
    font-weight: normal
}

.all-vehicles .text-btn:hover {
    color: #333
}

.all-vehicles .text-btn::before {
    vertical-align: top;
    color: #00ADEF
}

.selected-bar {
    font: normal 500 16px/2 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    font-weight: normal;
    letter-spacing: 1px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -5px 5px 0 rgba(34, 34, 34, 0.09)
}

.selected-bar--active .selected-bar__info {
    display: none
}

.selected-bar__wrapper__text {
    display: inline-block;
    padding-top: 35px
}

@media screen and (max-width: 767px) {
    .selected-bar__wrapper__text {
        display: block;
        font-size: 16px
    }
}

.selected-bar__wrapper__text__more {
    padding-left: 20px;
    color: #999;
    display: inline-block
}

@media screen and (min-width: 768px) {
    .selected-bar__wrapper__text {
        color: #333
    }
}

.selected-bar__button {
    font: normal 500 14px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    float: right;
    width: 100px;
    height: 30px;
    margin: 30px 0;
    color: #fff;
    font-size: 14px;
    background: #aaa;
    pointer-events: none
}

@media screen and (max-width: 767px) {
    .selected-bar__button {
        width: 100%;
        float: none;
        margin: 20px 0;
        height: 50px;
        font-size: 13px
    }
}

.selected-bar__button--active {
    background: #00ADEF;
    pointer-events: all;
    cursor: pointer
}

.selected-bar__list {
    float: left
}

.selected-bar__info {
    float: left;
    line-height: 90px;
    font-size: 14px;
    color: #999
}

@media screen and (max-width: 767px) {
    .selected-bar__info {
        font-size: 13px;
        line-height: 18px;
        margin-top: 20px
    }
}

.selected-bar__engine {
    float: left;
    height: 90px;
    margin-right: 10px
}

@media screen and (max-width: 767px) {
    .selected-bar__engine {
        height: auto;
        float: none;
        line-height: 18px;
        margin: 20px 0;
        position: relative
    }
}

.selected-bar__engine:last-of-type {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .selected-bar__engine:last-of-type {
        margin-bottom: 0
    }
}

.selected-bar__engine::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    .selected-bar__engine::before {
        content: none
    }
}

.selected-bar__engine span {
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    .selected-bar__engine span {
        vertical-align: top
    }
}

.selected-bar__delete {
    margin: 0 6px;
    width: 16px;
    height: 16px;
    text-align: center;
    cursor: pointer;
    background: center/contain no-repeat url(../images/icon-close.png)
}

@media screen and (max-width: 767px) {
    .selected-bar__delete {
        margin-left: 0;
        position: absolute;
        top: 1px;
        left: 0
    }
}

.selected-bar__name {
    font-size: 13px;
    line-height: 18px;
    max-width: 100%;
    padding-left: 26px;
    font-weight: 500;
    letter-spacing: 0.5px
}

@media screen and (min-width: 768px) {
    .selected-bar__name {
        max-width: 100px;
        font-size: 14px;
        padding-left: 0
    }
}

@media screen and (min-width: 980px) {
    .selected-bar__name {
        line-height: 24px;
        max-width: 150px
    }
}

.engine-selector {
    width: 630px;
    padding: 30px 50px;
    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) {
    .engine-selector {
        width: 100%;
        padding: 30px 50px
    }
}

.engine-selector__title {
    font-size: 20px;
    line-height: 1.4;
    text-align: center
}

@media screen and (max-width: 767px) {
    .engine-selector__title {
        font-size: 18px;
        line-height: 25px
    }
}

.engine-selector__name {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin: 20px 0
}

@media screen and (max-width: 767px) {
    .engine-selector__name {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 27px
    }
}

.engine-selector__list::after {
    clear: both;
    content: "";
    display: block
}

.engine-selector__item {
    width: 50%;
    float: left
}

@media screen and (max-width: 767px) {
    .engine-selector__item {
        width: 100%;
        float: none
    }
}

.engine-selector__cta {
    text-align: center
}

.engine-selector__cta::after {
    clear: both;
    content: "";
    display: block
}

@media screen and (max-width: 767px) {
    .engine-selector__cta {
        margin-top: 60px
    }
}

.engine-selector .form-checkbox {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 26px;
    position: relative
}

.engine-selector .form-checkbox__fake {
    border-color: #ccc;
    position: absolute;
    left: 0
}

.engine-selector .form-checkbox__input:checked+.form-checkbox__fake {
    border-color: #00ADEF;
    background: #00ADEF
}

.engine-selector .form-checkbox__input:checked+.form-checkbox__fake::before {
    color: #fff
}

.engine-selector .form-checkbox__text {
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .engine-selector .form-checkbox__text {
        font-size: 13px
    }
}

.engine-selector .form-cta {
    height: 40px;
    width: 160px;
    line-height: 40px;
    margin: 0 8px
}

@media screen and (max-width: 767px) {
    .engine-selector .form-cta {
        height: 30px;
        line-height: 30px;
        width: 100px;
        display: inline-block
    }
}

.engine-selector .form-cta:first-of-type {
    margin-left: 0
}

.engine-selector .form-cta:last-of-type {
    margin-right: 0
}

body.all-vehicles-page .mbe-chat__icon {
    bottom: 220px
}

body.all-vehicles-page .contact-dealer__icon {
    bottom: 169px
}

@media screen and (max-width: 767px) {
    body.all-vehicles-page .contact-dealer__icon {
        bottom: 179px
    }
}

body.all-vehicles__filter-modal--open .mbe-chat__icon,
body.all-vehicles__filter-modal--open .contact-dealer__icon {
    display: none
}

.jsr {
    position: relative;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    margin-top: 60px
}

.jsr_rail-outer {
    position: relative;
    padding: 10px 0;
    cursor: pointer
}

.jsr_rail {
    height: 8px;
    background: #f2f2f2;
    z-index: 1;
    border-radius: 0
}

.jsr_bar {
    position: absolute;
    height: 8px;
    background-color: #00ADEF;
    z-index: 2;
    cursor: move
}

.jsr_bar--limit {
    background-color: #ccc;
    z-index: 1;
    cursor: auto
}

.jsr_slider {
    position: absolute;
    top: calc(5px / 2 + 10px);
    left: 0;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: background 0.1s ease-in-out;
    outline: 0;
    z-index: 3
}

.jsr_slider::before {
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px 0
}

.jsr_slider:focus::before {
    background: #fff
}

.jsr_label {
    position: absolute;
    top: -40px;
    background: #fff;
    color: #333;
    white-space: nowrap;
    border-radius: 0.3em;
    z-index: 2;
    font: normal 500 14px/24px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    font-weight: 500;
    letter-spacing: 1px
}

.jsr_label--minmax {
    z-index: 1;
    color: #999;
    background: #333;
    transition: opacity 0.2s ease-in-out
}

.jsr_label .jsr_label {
    position: static;
    display: inline-block;
    font-size: 1em;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0
}

.jsr_label .jsr_label::before {
    content: "-"
}

.jsr_canvas {
    margin-top: 5px;
    display: none
}

.jsr_lockscreen {
    overflow: hidden;
    height: 100%;
    width: 100%
}

html,
body {
    overflow-x: hidden;
    position: relative;
    width: 100%
}

.comparison-result {
    margin-bottom: 150px
}

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

.comparison-result .result-arrow {
    font: normal 400 14px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #333;
    letter-spacing: .5px
}

.comparison-result .result-arrow::before {
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 100%;
    color: #00ADEF;
    padding-right: 5px;
    font-size: 12px
}

.comparison-result .scrollFixed {
    background-color: #fff
}

.comparison-result .scrollFixed.ongoing::before,
.comparison-result .scrollFixed.ongoing::after {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)
}

.comparison-result .scrollFixed::before {
    left: -100vw;
    content: '';
    width: 100vw;
    height: 100%;
    background: inherit;
    position: absolute;
    top: 0;
    z-index: 0
}

@media screen and (max-width: 767px) {
    .comparison-result .scrollFixed::before {
        left: -20px;
        width: 20px
    }
}

.comparison-result .scrollFixed::after {
    z-index: -1;
    right: -100vw;
    content: '';
    width: 100vw;
    height: 100%;
    background: inherit;
    position: absolute;
    top: 0
}

@media screen and (max-width: 767px) {
    .comparison-result .scrollFixed::after {
        right: -20px;
        width: 20px
    }
}

.comparison-result .scrollFixed.mobileInit::after {
    right: 0px
}

.comparison-result .comparison-list__cars {
    display: -ms-flexbox;
    display: flex;
    background-color: #fff
}

.comparison-result .comparison-list__cars-item {
    width: calc((100% - 60px) / 4);
    background-color: #f8f8f8;
    padding: 20px;
    position: relative
}

.comparison-result .comparison-list__cars-item.add-new {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: dashed 1px #e5e5e5;
    background: #fff
}

.comparison-result .comparison-list__cars-item.add-new .img {
    width: 32px;
    cursor: pointer;
    height: 32px;
    background: center/contain no-repeat url(../images/icon-add.png)
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__cars-item {
        padding: 10px;
        width: calc((100% - 10px) / 2)
    }
}

.comparison-result .comparison-list__cars-item:not(:first-child) {
    margin-left: 20px
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__cars-item:not(:first-child) {
        margin-left: 10px
    }
}

.comparison-result .comparison-list__cars-item img {
    min-height: 80px
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .comparison-result .comparison-list__cars-item img {
        min-height: 50px
    }
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__cars-item img {
        min-height: 55px
    }
}

.comparison-result .comparison-list__cars-item--title {
    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;
    color: #333;
    letter-spacing: .5px;
    min-height: 50px;
    display: table
}

.comparison-result .comparison-list__cars-item--title span {
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__cars-item--title {
        font: normal 500 14px/1.71 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
    }
}

.comparison-result .comparison-list__cars-item--link {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__cars-item--link {
        display: block
    }
}

.comparison-result .comparison-list__cars-item--link a:nth-child(1) {
    margin-right: 20px
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__cars-item--link a:nth-child(1) {
        margin-bottom: 20px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .comparison-result .comparison-list__cars-item--link a:nth-child(1) {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__cars-item--link a {
        font: normal 400 14px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        display: block;
        margin-bottom: 10px;
        letter-spacing: .5px;
        color: #333
    }
}

.comparison-result .comparison-list__cars-item--close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    text-align: center;
    cursor: pointer;
    background: center/contain no-repeat url(../images/icon-close.png)
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__cars-item--close {
        top: 10px;
        right: 10px
    }
}

.comparison-result .comparison-list__bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    padding: 18px 0;
    position: relative
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__bar {
        padding: 12px 0
    }
}

.comparison-result .comparison-list__bar-tab--text {
    font: normal 400 14px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #666;
    letter-spacing: .5px;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__bar-tab--text {
        font: normal 400 13px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
    }
}

.comparison-result .comparison-list__bar-tab--text.active {
    color: #00ADEF
}

.comparison-result .comparison-list__bar-tab--text:first-child {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #d8d8d8;
    line-height: 12px;
    height: 12px;
    display: inline-block
}

.comparison-result .comparison-list__results .sign-dot,
.comparison-result .comparison-list__results .comparison-list__results-item__sign .standard-equipped__sign,
.comparison-result .comparison-list__results-item__sign .comparison-list__results .standard-equipped__sign {
    display: block;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%
}

@media screen and (max-width: 767px) {

    .comparison-result .comparison-list__results .sign-dot,
    .comparison-result .comparison-list__results .comparison-list__results-item__sign .standard-equipped__sign,
    .comparison-result .comparison-list__results-item__sign .comparison-list__results .standard-equipped__sign {
        width: 6px;
        height: 6px
    }
}

.comparison-result .comparison-list__results .sign-circle,
.comparison-result .comparison-list__results .comparison-list__results-item__sign .optional-equipped__sign,
.comparison-result .comparison-list__results-item__sign .comparison-list__results .optional-equipped__sign {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #333
}

@media screen and (max-width: 767px) {

    .comparison-result .comparison-list__results .sign-circle,
    .comparison-result .comparison-list__results .comparison-list__results-item__sign .optional-equipped__sign,
    .comparison-result .comparison-list__results-item__sign .comparison-list__results .optional-equipped__sign {
        width: 6px;
        height: 6px
    }
}

.comparison-result .comparison-list__results .sign-line,
.comparison-result .comparison-list__results .comparison-list__results-item__sign .not-equipped__sign,
.comparison-result .comparison-list__results-item__sign .comparison-list__results .not-equipped__sign {
    display: block;
    width: 8px;
    height: 1.3px;
    background: #333
}

@media screen and (max-width: 767px) {

    .comparison-result .comparison-list__results .sign-line,
    .comparison-result .comparison-list__results .comparison-list__results-item__sign .not-equipped__sign,
    .comparison-result .comparison-list__results-item__sign .comparison-list__results .not-equipped__sign {
        width: 6px;
        height: 1px
    }
}

.comparison-result .comparison-list__results-intro {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-intro {
        margin-bottom: 20px
    }
}

.comparison-result .comparison-list__results-intro--item {
    font: normal normal 12px/28px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    padding-right: 50px;
    display: inline-block;
    position: relative;
    white-space: normal
}

@media screen and (min-width: 768px) {
    .comparison-result .comparison-list__results-intro--item:last-child {
        padding-right: 0
    }
}

.comparison-result .comparison-list__results-intro--item sup {
    font-size: 8px;
    padding-right: 2px;
    position: relative;
    top: 1px;
    color: #333;
    display: inline-block
}

body[data-theme="amg"] .comparison-result .comparison-list__results-intro--item sup {
    color: #fff
}

.comparison-result .comparison-list__results-intro--item-text {
    display: inline
}

.comparison-result .comparison-list__results-intro--item span {
    padding-right: 50px
}

@media screen and (min-width: 768px) {
    .comparison-result .comparison-list__results-intro--item span:last-child {
        padding-right: 0
    }
}

.comparison-result .comparison-list__results-item {
    position: relative
}

.comparison-result .comparison-list__results-item__title {
    font: normal 500 20px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    letter-spacing: .6px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-item__title {
        font: normal 500 16px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        letter-spacing: .5px;
        margin-bottom: 20px
    }
}

.comparison-result .comparison-list__results-item__title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-right: 6px
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-item__title span {
        max-width: 100px;
        font-size: 14px;
        margin-right: 2px
    }
}

.comparison-result .comparison-list__results-item__title sup {
    font-size: 20px;
    color: #333;
    position: relative;
    left: 0px;
    top: -3px;
    transform: scale(0.5, 0.5)
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-item__title sup {
        transform: scale(0.4, 0.4)
    }
}

body[data-theme="amg"] .comparison-result .comparison-list__results-item__title sup {
    color: #fff
}

.comparison-result .comparison-list__results-item__title::before {
    content: '';
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 20px;
    color: #333;
    font-size: 12px;
    margin-right: 10px;
    cursor: pointer
}

.comparison-result .comparison-list__results-item__title.open::before {
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 20px;
    color: #333;
    font-size: 12px;
    margin-right: 10px;
    transition: transform .5s;
    cursor: pointer
}

.comparison-result .comparison-list__results-item__sign {
    font: normal 400 14px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #333;
    letter-spacing: .5px;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-item__sign {
        font: normal 400 10px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        letter-spacing: .4px
    }
}

.comparison-result .comparison-list__results-item__sign .standard-equipped {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-item__sign .standard-equipped {
        margin-right: 0
    }
}

.comparison-result .comparison-list__results-item__sign .standard-equipped__sign {
    margin-right: 10px
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-item__sign .standard-equipped__sign {
        margin-right: 5px
    }
}

.comparison-result .comparison-list__results-item__sign .standard-equipped__text {
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-item__sign .standard-equipped__text {
        font-size: 10px
    }
}

.comparison-result .comparison-list__results-item__sign .optional-equipped {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-item__sign .optional-equipped {
        margin-right: 0
    }
}

.comparison-result .comparison-list__results-item__sign .optional-equipped__sign {
    margin-right: 10px
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-item__sign .optional-equipped__sign {
        margin-right: 5px
    }
}

.comparison-result .comparison-list__results-item__sign .not-equipped {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.comparison-result .comparison-list__results-item__sign .not-equipped__sign {
    margin-right: 10px
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-item__sign .not-equipped__sign {
        margin-right: 5px
    }
}

.comparison-result .comparison-list__results-item__content {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-item__content {
        margin-bottom: 20px
    }
}

.comparison-result .comparison-list__results-item__content--desc {
    font: normal 400 14px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    letter-spacing: .5px;
    color: #333;
    margin-bottom: 10px;
    line-height: 24px
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-item__content--desc {
        font: normal 400 13px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        color: #333
    }
}

.comparison-result .comparison-list__results-item__content--value {
    font: normal 400 14px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .5px;
    color: #333;
    padding: 17px 0;
    background: #f8f8f8
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-item__content--value {
        font: normal 400 13px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        padding: 12px 0
    }
}

.comparison-result .comparison-list__results-item__content--value div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: calc((100% - 60px) / 4);
    margin-left: 20px
}

.comparison-result .comparison-list__results-item__content--value div:not(:first-child) {
    margin-left: 20px
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-item__content--value div:not(:first-child) {
        margin-left: 10px
    }
}

@media screen and (max-width: 767px) {
    .comparison-result .comparison-list__results-item__content--value div {
        width: calc((100% - 20px) / 2);
        padding-left: 10px;
        margin-left: 0
    }
}

.comparison-result .comparison-list__results-item__content--value sup {
    font-size: 16px;
    color: #333;
    position: relative;
    left: 1px;
    top: -3px;
    transform: scale(0.5, 0.5)
}

body[data-theme="amg"] .comparison-result .comparison-list__results-item__content--value sup {
    color: #fff
}

.comparison-result .comparison-list__results-item__content-sign {
    font-size: 10px
}

.comparison-result .no-selected__container {
    text-align: center
}

.comparison-result .no-selected__container button {
    font: normal 400 14px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    width: 200px;
    height: 50px;
    color: #fff;
    background: #00ADEF;
    letter-spacing: .5px
}

@media screen and (max-width: 767px) {
    .comparison-result .no-selected__container button {
        font: normal 400 13px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        width: 140px;
        height: 40px
    }
}

.all-vehicles__customize-container {
    background: #f8f8f8;
    padding-bottom: 30px;
    position: relative
}

@media screen and (max-width: 767px) {
    .all-vehicles__customize-container {
        padding-top: 30px
    }
}

.all-vehicles__customize-container::before,
.all-vehicles__customize-container::after {
    content: '';
    width: 100vw;
    height: 100%;
    background: inherit;
    position: absolute;
    top: 0
}

@media screen and (max-width: 767px) {

    .all-vehicles__customize-container::before,
    .all-vehicles__customize-container::after {
        width: 20px
    }
}

.all-vehicles__customize-container::before {
    left: -100vw
}

@media screen and (max-width: 767px) {
    .all-vehicles__customize-container::before {
        left: -20px
    }
}

.all-vehicles__customize-container::after {
    right: -100vw
}

@media screen and (max-width: 767px) {
    .all-vehicles__customize-container::after {
        right: -20px
    }
}

@media screen and (max-width: 767px) {
    .all-vehicles .section-header {
        overflow: visible
    }
}

.all-vehicles .section-header__subtitleLine {
    font-size: 36px
}

@media screen and (max-width: 767px) {
    .all-vehicles .section-header__subtitleLine {
        font-size: 20px
    }
}

.all-vehicles .section-header__subtitle {
    margin: 50px auto 40px auto
}

@media screen and (max-width: 767px) {
    .all-vehicles .section-header__subtitle {
        overflow: visible;
        padding: 30px 0 25px;
        margin: 0
    }
}

.all-vehicles__nav-container {
    background-color: #f6f6f6
}

.all-vehicles .customize.section-header__subtitle {
    margin: 50px auto 0 auto
}

@media screen and (max-width: 767px) {
    .all-vehicles .customize.section-header__subtitle {
        margin: 0 auto
    }
}

.all-vehicles .customize-select {
    position: relative
}

.all-vehicles .customize-select__desc {
    font: normal 400 14px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #666;
    letter-spacing: .5px;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .all-vehicles .customize-select__desc {
        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;
        width: calc(100% - 40px);
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .all-vehicles .customize-select__desc span {
        display: inline-block;
        width: 80%
    }
}

.all-vehicles .customize-select__list {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.all-vehicles .customize-select__list-column {
    width: calc((100% - 60px) / 4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px
}

@media screen and (max-width: 767px) {
    .all-vehicles .customize-select__list-column {
        width: calc((100% - 60px) / 2)
    }
}

.all-vehicles .customize-select__list-column-item {
    background: #fff;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 20px;
    word-break: break-all
}

@media screen and (max-width: 767px) {
    .all-vehicles .customize-select__list-column-item {
        padding: 10px
    }
}

.all-vehicles .customize-select__list-column-item--title {
    font: normal 500 14px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #333;
    letter-spacing: .8px
}

@media screen and (max-width: 767px) {
    .all-vehicles .customize-select__list-column-item--title {
        font: normal 500 13px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        letter-spacing: .5px
    }
}

.all-vehicles .customize-select__list-column-item--separator {
    width: 30px;
    height: 1px;
    background: #333;
    margin: 10px 0
}

.all-vehicles .customize-select__list-column-item--content {
    font: normal 400 12px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #333;
    min-height: 160px;
    list-style: disc;
    list-style-position: outside;
    padding-left: 15px
}

.all-vehicles .customize-select__list-column-item--content li {
    margin-bottom: 5px;
    line-height: 1.33
}

.all-vehicles .customize-select__list-column-item--remark {
    font: normal 400 12px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #999;
    margin-top: 10px;
    margin-bottom: 10px
}

.all-vehicles .customize-select__list-column-item--price {
    font: normal 400 14px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #222
}

.all-vehicles .customize-select__list-column-item--price .add-icon {
    font-size: 22px
}

.all-vehicles .customize-select__list-column-item--price .text {
    font-family: "corporateacondpro";
    font-size: 24px
}

.all-vehicles .customize-select__expand {
    text-align: center;
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    .all-vehicles .customize-select__expand {
        width: calc(100% - 40px)
    }
}

.all-vehicles .customize-select__expand span {
    font: normal 500 14px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #222;
    border-bottom: 1px solid #222;
    cursor: pointer;
    padding-bottom: 5px
}

@media screen and (max-width: 767px) {
    .all-vehicles .customize-select__expand span {
        font: normal 500 13px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        letter-spacing: .5px
    }
}

.all-vehicles .customize-select__expand span::after {
    content: '';
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 20px;
    color: #222;
    font-size: 12px;
    padding-left: 10px
}

.all-vehicles .customize-select__takeUp {
    text-align: center;
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    .all-vehicles .customize-select__takeUp {
        width: calc(100% - 40px)
    }
}

.all-vehicles .customize-select__takeUp span {
    font: normal 500 14px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #222;
    border-bottom: 1px solid #222;
    cursor: pointer;
    padding-bottom: 5px
}

@media screen and (max-width: 767px) {
    .all-vehicles .customize-select__takeUp span {
        font: normal 500 13px/1 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        letter-spacing: .5px
    }
}

.all-vehicles .customize-select__takeUp span::after {
    content: '';
    content: "";
    font-family: "cn-icons" !important;
    font-weight: normal;
    font-size: 20px;
    color: #222;
    font-size: 12px;
    padding-left: 10px
}

.model-listing {
    margin-top: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 1024px) {
    .model-listing {
        height: calc(100vh - 64px);
        -ms-flex-direction: row;
        flex-direction: row;
        background-position: left bottom;
        background-size: 250px;
        background-repeat: no-repeat
    }

    .aem-AuthorLayer-Edit .model-listing,
    .aem-AuthorLayer-Preview .model-listing {
        height: auto !important;
        min-height: 400px;
        position: relative
    }
}

@media screen and (min-width: 1320px) {
    .model-listing {
        height: calc(100vh - 110px)
    }

    .aem-AuthorLayer-Edit .model-listing,
    .aem-AuthorLayer-Preview .model-listing {
        height: auto !important;
        min-height: 400px;
        position: relative
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing {
        height: auto;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.model-listing__navigation {
    height: 46px;
    padding: 95px 40px 0px 55px;
    white-space: initial;
    overflow-x: initial;
    background-color: #f2f2f2;

}

.model-listing__navigation h1 {
    font-size: 36px;
    color: #000;
}

.model-listing__navigation h3 {
    font-size: 20px;
    color: #000;
}

.model-listing__navigation ul li a{
    font-size: 14px;
    color: #666;
    cursor: pointer;
    padding: 5px 0;
    margin: 0 0 5px;
    position: relative;
}

.model-listing__navigation ul li.active a,
.model-listing__navigation ul li:hover a{
    color: #41a8e3;
}

.model-listing__navigation ul li img {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;

}

.model-listing__navigation .mc {
    padding: 10px 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #41a8e3;
    text-align: center;
    margin-top: 62px;
    border-radius: 30px;
}

.model-listing__navigation .mc a {
    color: #41a8e3;
}

@media screen and (min-width: 1024px) {
    .model-listing__navigation {
        background-color: #f2f2f2;
        height: 100%;
        -ms-flex: 1 0 250px;
        flex: 1 0 250px;
        -ms-flex-align: start;
        align-items: flex-start;
        /* background-image: url("../img/stars.png"); */
        background-position: left bottom;
        background-size: 250px;
        background-repeat: no-repeat
    }

    .aem-AuthorLayer-Edit .model-listing__navigation,
    .aem-AuthorLayer-Preview .model-listing__navigation {
        height: auto;
        min-height: 400px;
        position: relative
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing__navigation {
        height: 46px;
        background-color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-align: center;
        align-items: center
    }
}

.model-listing__menu {
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.model-listing__menu::-webkit-scrollbar {
    display: none
}

.model-listing__menu:last-child {
    padding-right: 74px
}

@media screen and (min-width: 1024px) {
    .model-listing__menu {
        padding: 95px 77px 0px 55px;
        white-space: initial;
        overflow-x: initial;
        position: relative
    }

    .model-listing__menu:last-child {
        padding-right: 0px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing__menu {
        padding: 0;
        white-space: nowrap;
        overflow-x: scroll;
        position: initial
    }
}

.model-listing__menu-item {
    font: normal 500 13px/45px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: rgba(255, 255, 255, 0.4);
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    position: relative
}

@media screen and (min-width: 1024px) {
    .model-listing__menu-item {
        font: normal 500 16px/36px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        display: block;
        padding: 0
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing__menu-item {
        padding: 0 20px;
        display: inline-block
    }

    .model-listing__menu-item:last-child {
        padding: 0
    }
}

.model-listing__menu-item:hover {
    color: #fff
}

.model-listing__menu-item--active {
    color: #fff
}

.model-listing__menu-item-active-icon {
    /* background: url(../img/navigation-star.png) !important; */
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
}

.model-listing__menu-item--active .model-listing__menu-item-active-icon {
    display: none
}

@media screen and (min-width: 1024px) {
    .model-listing__menu-item--active .model-listing__menu-item-active-icon {
        display: block
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing__menu-item--active .model-listing__menu-item-active-icon {
        display: none
    }
}

.model-listing__menu-item:last-child {
    padding-right: 80px
}

@media screen and (min-width: 1024px) {
    .model-listing__menu-item:last-child {
        padding-right: 0
    }
}

.model-listing__menu-item-active-icon {
    position: absolute;
    left: -30px;
    top: 14px;
    display: none
}

.model-listing__filter {
    font: normal 500 13px/45px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: rgba(255, 255, 255, 0.4);
    display: -ms-flexbox;
    display: flex;
    padding: 5px 21px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (max-width: 1023px) {
    .model-listing__filter {
        font: normal 500 16px/36px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        height: 46px;
        background-color: #1a1a1a
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .model-listing__filter {
        background-color: #1a1a1a !important
    }
}

@media screen and (min-width: 1024px) {
    .model-listing__filter {
        font: normal 500 14px/36px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        margin-top: 10px;
        background-color: transparent;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 146px;
        padding: 0 25px;
        font-size: 16px;
        height: 40px;
        border-radius: 2px;
        border: solid 1px #666
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing__filter {
        position: absolute;
        padding: 12px 21px;
        background-color: transparent;
        border: none;
        width: auto
    }
}

@media only screen and (max-device-width: 1023px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing__filter {
        position: absolute;
        padding: 1px 21px;
        background-color: transparent
    }
}

.model-listing__filter-icon-after,
.model-listing__filter-icon-before {
    background: url(../img/suv.png) !important;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: 12px 0 0;
}

.model-listing__filter .model-listing__filter-icon-before {
    display: none
}

.model-listing__filter .model-listing__filter-icon-after {
    display: block
}

.model-listing__filter-icon-before {
    width: 15px
}

.model-listing__filter-icon-after {
    display: none;
    width: 15px
}

.model-listing__filter-label {
    display: none
}

@media screen and (min-width: 1024px) {
    .model-listing__filter-label {
        display: block
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing__filter-label {
        display: none
    }
}

.model-listing__filter-icon {
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media screen and (min-width: 1024px) {
    .model-listing__filter-icon {
        padding-right: 12px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing__filter-icon {
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-right: 0px
    }
}

.model-listing__models-container {
    background-color: #111111;
    width: 100%;
    min-height: 400px;
    cursor: auto;
    overflow: hidden
}

.aem-AuthorLayer-Edit .model-listing__models-container,
.aem-AuthorLayer-Preview .model-listing__models-container {
    height: auto;
    min-height: 800px;
    position: relative
}

@media screen and (min-width: 1024px) {
    .model-listing__models-container {
        min-height: 100%;
        background-color: #000000;
        height: 100%
    }

    .aem-AuthorLayer-Edit .model-listing__models-container,
    .aem-AuthorLayer-Preview .model-listing__models-container {
        height: auto;
        min-height: 400px;
        position: relative
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing__models-container {
        height: auto
    }
}

.model-listing__models {
    padding: 0px 30px
}

@media screen and (min-width: 1024px) {
    .model-listing__models {
        padding: 53px 60px 44px 60px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        row-gap: 23px;
        column-gap: 41px
    }

    .model-listing__menu {
        padding: 95px 77px 0px 55px;
        white-space: initial;
        overflow-x: initial;
        position: relative;
    }
}

@media screen and (min-width: 1300px) {
    .model-listing__models {
        column-gap: 71px
    }
}

.model-listing__ml-template {
    width: 100%
}

.renovation-modelist-layout {
    display: none;
}

.renovation-modelist-layout.active {
    display: block;
}

@media screen and (min-width: 1024px) {
    .model-listing__ml-template {
        height: 100%
    }

    .aem-AuthorLayer-Edit .model-listing__ml-template,
    .aem-AuthorLayer-Preview .model-listing__ml-template {
        display: block;
        height: auto
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing__ml-template {
        height: auto
    }
}

.model-listing__ml-template--active {
    display: block
}

.aem-AuthorLayer-Edit .model-listing__ml-template,
.aem-AuthorLayer-Preview .model-listing__ml-template {
    display: block;
    height: auto
}

.model-listing .renovation-modelist-layout {
    height: 100%;
    width: 100%;
}

.model-listing .renovation-modelist-layout.model-listing__ml-template--active {
    display: block
}

.aem-AuthorLayer-Edit .model-listing .renovation-modelist-layout,
.aem-AuthorLayer-Preview .model-listing .renovation-modelist-layout {
    height: auto;
    display: block
}

.model-listing .renovation-modelist-layout-editor {
    color: #fff
}

@media only screen and (min-width: 1025px) {
    .model-listing .renovation-modelist-layout .ml-hidden-desktop {
        display: none !important
    }
}

@media only screen and (max-width: 1023px) {
    .model-listing .renovation-modelist-layout .ml-hidden-device {
        display: none !important
    }
}

.model-listing__banner {
    position: relative;
    width: 100%
}

.model-listing__banner img {
    width: 100%
}

.model-listing__banner-desktop {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: left center;
    display: none
}

@media screen and (min-width: 1024px) {
    .model-listing__banner-desktop {
        display: block
    }
}

.model-listing__banner-mobile {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

@media screen and (min-width: 1024px) {
    .model-listing__banner-mobile {
        display: none
    }
}

.model-listing__banner-heading {
    position: absolute;
    bottom: 16px;
    left: 22px;
    color: #fff;
    font: normal 500 48px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    font-family: "DaimlerCA-Regular", "SimSun", serif;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
    .model-listing__banner-heading {
        position: relative;
        padding-left: 44px;
        font: normal 500 164px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        font-family: "DaimlerCA-Regular", "SimSun", serif
    }
}

@media screen and (min-width: 1024px) {
    .model-listing__model-image-wrapper {
        min-height: 208px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 12px
    }
}

.model-listing__model-image-wrapper img {
    max-width: 162px;
    margin: 0 auto
}

@media screen and (min-width: 1024px) {
    .model-listing__model-image-wrapper img {
        max-width: 100%
    }
}

.model-listing__model-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #202020
}

@media screen and (min-width: 1024px) {
    .model-listing__model-wrapper {
        max-width: 300px;
        max-height: 334px;
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom: 0px;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .model-listing__model-wrapper:hover {
        background-color: #0f0f0f;
        border-radius: 2px
    }
}

.model-listing__model-content-wrapper {
    padding-left: 8px
}

@media screen and (min-width: 1024px) {
    .model-listing__model-content-wrapper {
        padding: 0px 30px 26px 30px
    }
}

.model-listing__model-name {
    font: normal 500 12px/20px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #fff;
    padding-bottom: 10px
}

@media screen and (min-width: 1024px) {
    .model-listing__model-name {
        min-height: 60px;
        font: normal 500 16px/24px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        padding-bottom: 12px
    }
}

.model-listing__model-retail-price {
    font: normal 500 11px/16px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: rgba(255, 255, 255, 0.3)
}

@media screen and (min-width: 1024px) {
    .model-listing__model-retail-price {
        font: normal 500 14px/20px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
    }
}

.model-listing__model-retail-price-value {
    font: normal 500 11px/16px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: rgba(255, 255, 255, 0.3)
}

@media screen and (min-width: 1024px) {
    .model-listing__model-retail-price-value {
        font: normal 500 14px/20px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif
    }
}

.model-listing--scrollable-ui {
    height: auto;
    background-color: #0d0d0d
}

.model-listing--scrollable-ui .model-listing__navigation {
    background-image: none
}

.model-listing--scrollable-ui .model-listing__models-container {
    cursor: initial
}

.model-listing__remarks {
    font: normal 500 7px/1.43 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
    color: #bfbfbf;
    border-top: 1px solid #202020;
    margin: 0px 30px;
    padding: 41px 0px
}

@media screen and (min-width: 1024px) {
    .model-listing__remarks {
        padding: 44px 0px;
        font: normal 500 11px/16px "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        margin: 0px 60px
    }
}

.model-listing__class-label {
    text-transform: capitalize;
    font-family: "DaimlerCA-Regular", "SimSun", serif
}

@media screen and (min-width: 1024px) {
    .model-listing__class-label {
        font: normal 500 25px/normal "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;
        font-family: "DaimlerCA-Regular", "SimSun", serif;
        position: relative;
        bottom: 12px;
        left: 7px
    }
}

.model-listing__menu-brand:first-of-type {
    margin-top: 38px;
    display: inline-block
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .model-listing__menu-brand:nth-last-child(2) {
        margin-right: 38px
    }
}

.model-listing__menu-brand-logo {
    display: block;
    margin-bottom: 15px
}

.model-listing__menu-brand-logo-hover {
    display: none;
    margin-bottom: 15px
}

@media screen and (max-width: 1023px) {
    .model-listing__menu-brand {
        display: inline-block;
        padding: 0 20px;
        position: relative;
        margin-right: 0px !important
    }

    .model-listing__menu-brand:first-of-type {
        margin-top: unset
    }

    .model-listing__menu-brand:first-of-type::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 20px;
        top: -4px;
        left: 0px;
        opacity: 0.5;
        background-color: #d8d8d8
    }

    .model-listing__menu-brand-logo {
        margin-bottom: 0px
    }

    .model-listing__menu-brand-logo-hover {
        margin-bottom: 0px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .model-listing__menu-brand {
        display: inline-block;
        padding: 0 20px;
        position: relative
    }

    .model-listing__menu-brand:first-of-type {
        margin-top: unset
    }

    .model-listing__menu-brand:first-of-type::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 20px;
        top: -4px;
        left: 0px;
        opacity: 0.5;
        background-color: #d8d8d8
    }

    .model-listing__menu-brand-logo {
        margin-bottom: 0px
    }

    .model-listing__menu-brand-logo-hover {
        margin-bottom: 0px
    }
}

.model-listing__menu-brand:hover .model-listing__menu-brand-logo {
    display: none
}

.model-listing__menu-brand:hover .model-listing__menu-brand-logo-hover {
    display: block;
    max-width: 180px
}

.model-listing .ml-template-1-d {
    width: 100%;
    height: 100%;
    display: none
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-d {
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-1-d {
        display: none
    }
}

.model-listing .ml-template-1-d__s-center {
    width: calc(100% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-1-d__s-center {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-d__s-center {
        width: 100%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-1-d__s-center {
        width: calc(100% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-1-d__s-center .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-d__s-center .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-1-d__s-center .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-1-d__s-center .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-1-d__s-center .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-d__s-center .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-1-d__s-center .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-1-d__s-center .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-1-d__s-center .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-1-d__s-center .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-1-d__s-center .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-d__s-center .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-1-d__s-center .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-1-d__s-center .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-1-d__s-center .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-1-d__s-center .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-1-d__s-center .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-1-d__s-center .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-1-d__s-center .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-1-d__s-center .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-1-d__s-center .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-1-d__s-center .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-1-d__s-center .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-d__s-center .ml-word {
        transition: none
    }
}

.model-listing .ml-template-1-d__s-center .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-1-d__s-center .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-1-d__s-center .ml-car {
    width: initial;
    bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-d__s-center .ml-car {
        bottom: 7px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-1-d__s-center .ml-car {
        bottom: 9px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-1-d__s-center .ml-car {
        bottom: 10px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-1-d__s-center .ml-car {
        bottom: 14px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-1-d__s-center .ml-car {
        bottom: 18px
    }
}

.model-listing .ml-template-1-d__s-center .ml-word {
    width: initial;
    height: 30%;
    top: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-d__s-center .ml-word {
        top: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-1-d__s-center .ml-word {
        top: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-1-d__s-center .ml-word {
        top: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-1-d__s-center .ml-word {
        top: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-1-d__s-center .ml-word {
        top: 50px
    }
}

.aem-AuthorLayer-Edit .model-listing .ml-template-1-d,
.aem-AuthorLayer-Preview .model-listing .ml-template-1-d {
    height: 300px;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1023px) {

    .aem-AuthorLayer-Edit .model-listing .ml-template-1-d,
    .aem-AuthorLayer-Preview .model-listing .ml-template-1-d {
        height: auto;
        max-height: 300px;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-1-d .ml-section,
    .aem-AuthorLayer-Preview .model-listing .ml-template-1-d .ml-section {
        height: 300px
    }
}

.model-listing .ml-template-1-m {
    width: 100%;
    padding: 7.5px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-m {
        display: none
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-1-m {
        display: block
    }
}

.model-listing .ml-template-1-m__s-center {
    width: calc(100% - 15px);
    height: 470px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-1-m__s-center {
        height: calc(470px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-m__s-center {
        width: 100%;
        margin: 0;
        height: 470px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-1-m__s-center {
        width: calc(100% - 15px);
        height: calc(470px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-1-m__s-center .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-m__s-center .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-1-m__s-center .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-1-m__s-center .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-1-m__s-center .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-m__s-center .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-1-m__s-center .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-1-m__s-center .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-1-m__s-center .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-1-m__s-center .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-1-m__s-center .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-m__s-center .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-1-m__s-center .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-1-m__s-center .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-1-m__s-center .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-1-m__s-center .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-1-m__s-center .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-1-m__s-center .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-1-m__s-center .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-1-m__s-center .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-1-m__s-center .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-1-m__s-center .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-1-m__s-center .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-m__s-center .ml-word {
        transition: none
    }
}

.model-listing .ml-template-1-m__s-center .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-1-m__s-center .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-1-m__s-center .ml-car {
    width: initial;
    bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-m__s-center .ml-car {
        bottom: 7px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-1-m__s-center .ml-car {
        bottom: 9px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-1-m__s-center .ml-car {
        bottom: 10px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-1-m__s-center .ml-car {
        bottom: 14px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-1-m__s-center .ml-car {
        bottom: 18px
    }
}

.model-listing .ml-template-1-m__s-center .ml-word {
    width: initial;
    height: 45px;
    top: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-1-m__s-center .ml-word {
        top: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-1-m__s-center .ml-word {
        top: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-1-m__s-center .ml-word {
        top: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-1-m__s-center .ml-word {
        top: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-1-m__s-center .ml-word {
        top: 50px
    }
}

.aem-AuthorLayer-Edit .model-listing .ml-template-1-m,
.aem-AuthorLayer-Preview .model-listing .ml-template-1-m {
    height: 300px;
    display: none
}

.model-listing .ml-template-2-d {
    width: 100%;
    height: 100%;
    display: none
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-d {
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-2-d {
        display: none
    }
}

.model-listing .ml-template-2-d__s-left {
    width: calc(50% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-2-d__s-left {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-d__s-left {
        width: 50%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-2-d__s-left {
        width: calc(50% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-2-d__s-left .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #adadad;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-d__s-left .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-2-d__s-left .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-2-d__s-left .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-2-d__s-left .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-d__s-left .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-2-d__s-left .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-2-d__s-left .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-2-d__s-left .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-2-d__s-left .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-2-d__s-left .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-d__s-left .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-2-d__s-left .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-2-d__s-left .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-2-d__s-left .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-2-d__s-left .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-2-d__s-left .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-2-d__s-left .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-2-d__s-left .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-2-d__s-left .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-2-d__s-left .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-2-d__s-left .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-2-d__s-left .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-d__s-left .ml-word {
        transition: none
    }
}

.model-listing .ml-template-2-d__s-left .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-2-d__s-left .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-2-d__s-left .ml-car {
    width: 83.3%;
    bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-d__s-left .ml-car {
        bottom: 7px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-2-d__s-left .ml-car {
        bottom: 9px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-2-d__s-left .ml-car {
        bottom: 10px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-2-d__s-left .ml-car {
        bottom: 14px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-2-d__s-left .ml-car {
        bottom: 18px
    }
}

.model-listing .ml-template-2-d__s-left .ml-word {
    width: 50%;
    height: 20%;
    top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: 13% !important;
    height: 20% !important
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-d__s-left .ml-word {
        top: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-2-d__s-left .ml-word {
        top: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-2-d__s-left .ml-word {
        top: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-2-d__s-left .ml-word {
        top: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-2-d__s-left .ml-word {
        top: 50px
    }
}

.model-listing .ml-template-2-d__s-left .ml-bg-image {
    background-color: #0f0f0f
}

.model-listing .ml-template-2-d__s-right {
    width: calc(50% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-2-d__s-right {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-d__s-right {
        width: 50%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-2-d__s-right {
        width: calc(50% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-2-d__s-right .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2c2c2c;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-d__s-right .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-2-d__s-right .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-2-d__s-right .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-2-d__s-right .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-d__s-right .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-2-d__s-right .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-2-d__s-right .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-2-d__s-right .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-2-d__s-right .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-2-d__s-right .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-d__s-right .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-2-d__s-right .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-2-d__s-right .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-2-d__s-right .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-2-d__s-right .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-2-d__s-right .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-2-d__s-right .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-2-d__s-right .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-2-d__s-right .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-2-d__s-right .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-2-d__s-right .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-2-d__s-right .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-d__s-right .ml-word {
        transition: none
    }
}

.model-listing .ml-template-2-d__s-right .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-2-d__s-right .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-2-d__s-right .ml-car {
    width: 89.2%;
    bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-d__s-right .ml-car {
        bottom: 7px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-2-d__s-right .ml-car {
        bottom: 9px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-2-d__s-right .ml-car {
        bottom: 10px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-2-d__s-right .ml-car {
        bottom: 14px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-2-d__s-right .ml-car {
        bottom: 18px
    }
}

.model-listing .ml-template-2-d__s-right .ml-word {
    width: 50%;
    height: 20%;
    top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    top: 13% !important;
    height: 20% !important
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-d__s-right .ml-word {
        top: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-2-d__s-right .ml-word {
        top: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-2-d__s-right .ml-word {
        top: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-2-d__s-right .ml-word {
        top: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-2-d__s-right .ml-word {
        top: 50px
    }
}

.aem-AuthorLayer-Edit .model-listing .ml-template-2-d,
.aem-AuthorLayer-Preview .model-listing .ml-template-2-d {
    height: 300px;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1023px) {

    .aem-AuthorLayer-Edit .model-listing .ml-template-2-d,
    .aem-AuthorLayer-Preview .model-listing .ml-template-2-d {
        height: auto;
        max-height: 300px
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-2-d .ml-section,
    .aem-AuthorLayer-Preview .model-listing .ml-template-2-d .ml-section {
        height: 300px
    }
}

.model-listing .ml-template-2-m {
    width: 100%;
    padding: 7.5px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-m {
        display: none
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-2-m {
        display: block
    }
}

.model-listing .ml-template-2-m__s-top {
    width: calc(100% - 15px);
    height: 225px;
    margin: 7.5px;
    overflow: hidden;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-2-m__s-top {
        height: calc(225px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-m__s-top {
        width: 100%;
        margin: 0;
        height: 225px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-2-m__s-top {
        width: calc(100% - 15px);
        height: calc(225px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-2-m__s-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #adadad;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-m__s-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-2-m__s-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-2-m__s-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-2-m__s-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-m__s-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-2-m__s-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-2-m__s-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-2-m__s-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-2-m__s-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-2-m__s-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-m__s-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-2-m__s-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-2-m__s-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-2-m__s-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-2-m__s-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-2-m__s-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-2-m__s-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-2-m__s-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-2-m__s-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-2-m__s-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-2-m__s-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-2-m__s-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-m__s-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-2-m__s-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-2-m__s-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-2-m__s-top .ml-car {
    width: 50%;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-m__s-top .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-2-m__s-top .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-2-m__s-top .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-2-m__s-top .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-2-m__s-top .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-2-m__s-top .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-m__s-top .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-2-m__s-top .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-2-m__s-top .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-2-m__s-top .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-2-m__s-top .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-2-m__s-bottom {
    width: calc(100% - 15px);
    height: 225px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-2-m__s-bottom {
        height: calc(225px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-m__s-bottom {
        width: 100%;
        margin: 0;
        height: 225px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-2-m__s-bottom {
        width: calc(100% - 15px);
        height: calc(225px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-2-m__s-bottom .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2c2c2c;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-m__s-bottom .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-2-m__s-bottom .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-2-m__s-bottom .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-2-m__s-bottom .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-m__s-bottom .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-2-m__s-bottom .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-2-m__s-bottom .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-2-m__s-bottom .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-2-m__s-bottom .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-2-m__s-bottom .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-m__s-bottom .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-2-m__s-bottom .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-2-m__s-bottom .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-2-m__s-bottom .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-2-m__s-bottom .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-2-m__s-bottom .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-2-m__s-bottom .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-2-m__s-bottom .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-2-m__s-bottom .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-2-m__s-bottom .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-2-m__s-bottom .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-2-m__s-bottom .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-m__s-bottom .ml-word {
        transition: none
    }
}

.model-listing .ml-template-2-m__s-bottom .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-2-m__s-bottom .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-2-m__s-bottom .ml-car {
    width: 50%;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-m__s-bottom .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-2-m__s-bottom .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-2-m__s-bottom .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-2-m__s-bottom .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-2-m__s-bottom .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-2-m__s-bottom .ml-word {
    width: initial;
    height: 45px;
    bottom: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-2-m__s-bottom .ml-word {
        bottom: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-2-m__s-bottom .ml-word {
        bottom: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-2-m__s-bottom .ml-word {
        bottom: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-2-m__s-bottom .ml-word {
        bottom: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-2-m__s-bottom .ml-word {
        bottom: 50px;
        left: 50px
    }
}

.aem-AuthorLayer-Edit .model-listing .ml-template-2-m,
.aem-AuthorLayer-Preview .model-listing .ml-template-2-m {
    display: none
}

.model-listing .ml-template-3-d {
    width: 100%;
    height: 100%;
    display: none
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-d {
        display: none
    }
}

.model-listing .ml-template-3-d__s-top {
    width: calc(100% - 15px);
    height: 50%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-3-d__s-top {
        height: calc(50% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-top {
        width: 100%;
        margin: 0;
        height: 50%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-d__s-top {
        width: calc(100% - 15px);
        height: calc(50% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-3-d__s-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c4c4c4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-3-d__s-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-3-d__s-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-3-d__s-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-d__s-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-3-d__s-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-3-d__s-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-3-d__s-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-3-d__s-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-d__s-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-3-d__s-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-3-d__s-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-3-d__s-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-3-d__s-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-3-d__s-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-3-d__s-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-3-d__s-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-3-d__s-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-3-d__s-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-3-d__s-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-3-d__s-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-3-d__s-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-3-d__s-top .ml-car {
    width: 60%;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-top .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-3-d__s-top .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-3-d__s-top .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-3-d__s-top .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-3-d__s-top .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-3-d__s-top .ml-word {
    width: 40%;
    height: 50%;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-3-d__s-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-3-d__s-top .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-3-d__s-top .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-3-d__s-top .ml-word {
        top: 50px;
        right: 50px
    }
}

.model-listing .ml-template-3-d__s-bottom {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%
}

.model-listing .ml-template-3-d__s-bottom-left {
    width: calc(100% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-3-d__s-bottom-left {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-bottom-left {
        width: 100%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-d__s-bottom-left {
        width: calc(100% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-3-d__s-bottom-left .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #818181;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-3-d__s-bottom-left .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-3-d__s-bottom-left .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-3-d__s-bottom-left .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-3-d__s-bottom-left .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-3-d__s-bottom-left .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-3-d__s-bottom-left .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-3-d__s-bottom-left .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-3-d__s-bottom-left .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-3-d__s-bottom-left .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-3-d__s-bottom-left .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-3-d__s-bottom-left .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-3-d__s-bottom-left .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-3-d__s-bottom-left .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-3-d__s-bottom-left .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-3-d__s-bottom-left .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-3-d__s-bottom-left .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-3-d__s-bottom-left .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-word {
        transition: none
    }
}

.model-listing .ml-template-3-d__s-bottom-left .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-3-d__s-bottom-left .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-3-d__s-bottom-left .ml-car {
    width: 52%;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-3-d__s-bottom-left .ml-word {
    width: 48%;
    height: 50%;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-3-d__s-bottom-left .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-3-d__s-bottom-right {
    width: calc(100% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-3-d__s-bottom-right {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-bottom-right {
        width: 100%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-d__s-bottom-right {
        width: calc(100% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-3-d__s-bottom-right .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #515151;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-3-d__s-bottom-right .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-3-d__s-bottom-right .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-3-d__s-bottom-right .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-3-d__s-bottom-right .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-3-d__s-bottom-right .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-3-d__s-bottom-right .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-3-d__s-bottom-right .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-3-d__s-bottom-right .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-3-d__s-bottom-right .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-3-d__s-bottom-right .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-3-d__s-bottom-right .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-3-d__s-bottom-right .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-3-d__s-bottom-right .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-3-d__s-bottom-right .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-3-d__s-bottom-right .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-3-d__s-bottom-right .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-3-d__s-bottom-right .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-word {
        transition: none
    }
}

.model-listing .ml-template-3-d__s-bottom-right .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-3-d__s-bottom-right .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-3-d__s-bottom-right .ml-car {
    width: 52%;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-3-d__s-bottom-right .ml-word {
    width: 48%;
    height: 50%;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-3-d__s-bottom-right .ml-word {
        top: 50px;
        left: 50px
    }
}

.aem-AuthorLayer-Edit .model-listing .ml-template-3-d,
.aem-AuthorLayer-Preview .model-listing .ml-template-3-d {
    height: 500px;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1023px) {

    .aem-AuthorLayer-Edit .model-listing .ml-template-3-d,
    .aem-AuthorLayer-Preview .model-listing .ml-template-3-d {
        height: auto;
        max-height: 700px;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-3-d .ml-section,
    .aem-AuthorLayer-Preview .model-listing .ml-template-3-d .ml-section {
        height: 300px;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

.model-listing .ml-template-3-m {
    width: 100%;
    padding: 7.5px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m {
        display: none
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-m {
        display: block
    }
}

.model-listing .ml-template-3-m__s-top {
    width: calc(100% - 15px);
    height: 226px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-3-m__s-top {
        height: calc(226px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-top {
        width: 100%;
        margin: 0;
        height: 226px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-m__s-top {
        width: calc(100% - 15px);
        height: calc(226px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-3-m__s-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c4c4c4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-3-m__s-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-3-m__s-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-3-m__s-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-m__s-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-3-m__s-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-3-m__s-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-3-m__s-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-3-m__s-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-m__s-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-3-m__s-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-3-m__s-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-3-m__s-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-3-m__s-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-3-m__s-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-3-m__s-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-3-m__s-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-3-m__s-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-3-m__s-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-3-m__s-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-3-m__s-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-3-m__s-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-3-m__s-top .ml-car {
    width: 60%;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-top .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-3-m__s-top .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-3-m__s-top .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-3-m__s-top .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-3-m__s-top .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-3-m__s-top .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-3-m__s-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-3-m__s-top .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-3-m__s-top .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-3-m__s-top .ml-word {
        top: 50px;
        right: 50px
    }
}

.model-listing .ml-template-3-m__s-bottom {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%
}

.model-listing .ml-template-3-m__s-bottom-left {
    width: calc(100% - 15px);
    height: 226px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-3-m__s-bottom-left {
        height: calc(226px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-bottom-left {
        width: 100%;
        margin: 0;
        height: 226px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-m__s-bottom-left {
        width: calc(100% - 15px);
        height: calc(226px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-3-m__s-bottom-left .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #818181;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-3-m__s-bottom-left .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-3-m__s-bottom-left .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-3-m__s-bottom-left .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-3-m__s-bottom-left .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-3-m__s-bottom-left .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-3-m__s-bottom-left .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-3-m__s-bottom-left .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-3-m__s-bottom-left .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-3-m__s-bottom-left .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-3-m__s-bottom-left .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-3-m__s-bottom-left .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-3-m__s-bottom-left .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-3-m__s-bottom-left .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-3-m__s-bottom-left .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-3-m__s-bottom-left .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-3-m__s-bottom-left .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-3-m__s-bottom-left .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-word {
        transition: none
    }
}

.model-listing .ml-template-3-m__s-bottom-left .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-3-m__s-bottom-left .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-3-m__s-bottom-left .ml-car {
    width: initial;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-3-m__s-bottom-left .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-3-m__s-bottom-left .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-3-m__s-bottom-right {
    width: calc(100% - 15px);
    height: 226px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-3-m__s-bottom-right {
        height: calc(226px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-bottom-right {
        width: 100%;
        margin: 0;
        height: 226px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-m__s-bottom-right {
        width: calc(100% - 15px);
        height: calc(226px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-3-m__s-bottom-right .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #515151;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-3-m__s-bottom-right .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-3-m__s-bottom-right .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-3-m__s-bottom-right .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-3-m__s-bottom-right .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-3-m__s-bottom-right .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-3-m__s-bottom-right .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-3-m__s-bottom-right .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-3-m__s-bottom-right .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-3-m__s-bottom-right .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-3-m__s-bottom-right .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-3-m__s-bottom-right .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-3-m__s-bottom-right .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-3-m__s-bottom-right .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-3-m__s-bottom-right .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-3-m__s-bottom-right .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-3-m__s-bottom-right .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-3-m__s-bottom-right .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-word {
        transition: none
    }
}

.model-listing .ml-template-3-m__s-bottom-right .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-3-m__s-bottom-right .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-3-m__s-bottom-right .ml-car {
    width: initial;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-3-m__s-bottom-right .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-3-m__s-bottom-right .ml-word {
        top: 50px;
        left: 50px
    }
}

.aem-AuthorLayer-Edit .model-listing .ml-template-3-m,
.aem-AuthorLayer-Preview .model-listing .ml-template-3-m {
    display: none
}

.model-listing .ml-template-4-d {
    width: 100%;
    height: 100%;
    display: none
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-d {
        display: none
    }
}

.model-listing .ml-template-4-d__s-top {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%
}

.model-listing .ml-template-4-d__s-bottom {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%
}

.model-listing .ml-template-4-d__s-top-left {
    width: calc(33.27% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-4-d__s-top-left {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-top-left {
        width: 33.27%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-d__s-top-left {
        width: calc(33.27% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-4-d__s-top-left .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-top-left .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-4-d__s-top-left .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-4-d__s-top-left .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-4-d__s-top-left .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-top-left .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-d__s-top-left .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-d__s-top-left .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-4-d__s-top-left .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-4-d__s-top-left .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-4-d__s-top-left .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-top-left .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-d__s-top-left .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-d__s-top-left .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-4-d__s-top-left .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-4-d__s-top-left .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-4-d__s-top-left .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-4-d__s-top-left .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-d__s-top-left .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-d__s-top-left .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-4-d__s-top-left .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-4-d__s-top-left .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-4-d__s-top-left .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-top-left .ml-word {
        transition: none
    }
}

.model-listing .ml-template-4-d__s-top-left .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-4-d__s-top-left .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-4-d__s-top-left .ml-car {
    width: 82%;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-top-left .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-4-d__s-top-left .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-4-d__s-top-left .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-4-d__s-top-left .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-4-d__s-top-left .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-4-d__s-top-left .ml-word {
    width: 40%;
    height: 28%;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-top-left .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-4-d__s-top-left .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-4-d__s-top-left .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-4-d__s-top-left .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-4-d__s-top-left .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-4-d__s-top-right {
    width: calc(66.72% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-4-d__s-top-right {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-top-right {
        width: 66.72%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-d__s-top-right {
        width: calc(66.72% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-4-d__s-top-right .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #495056;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-top-right .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-4-d__s-top-right .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-4-d__s-top-right .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-4-d__s-top-right .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-top-right .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-d__s-top-right .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-d__s-top-right .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-4-d__s-top-right .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-4-d__s-top-right .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-4-d__s-top-right .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-top-right .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-d__s-top-right .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-d__s-top-right .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-4-d__s-top-right .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-4-d__s-top-right .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-4-d__s-top-right .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-4-d__s-top-right .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-d__s-top-right .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-d__s-top-right .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-4-d__s-top-right .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-4-d__s-top-right .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-4-d__s-top-right .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-top-right .ml-word {
        transition: none
    }
}

.model-listing .ml-template-4-d__s-top-right .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-4-d__s-top-right .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-4-d__s-top-right .ml-car {
    width: 67.5%;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-top-right .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-4-d__s-top-right .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-4-d__s-top-right .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-4-d__s-top-right .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-4-d__s-top-right .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-4-d__s-top-right .ml-word {
    width: 40%;
    height: 39%;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-top-right .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-4-d__s-top-right .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-4-d__s-top-right .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-4-d__s-top-right .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-4-d__s-top-right .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-4-d__s-bottom-left {
    width: calc(66.97% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-4-d__s-bottom-left {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-bottom-left {
        width: 66.97%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-d__s-bottom-left {
        width: calc(66.97% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-4-d__s-bottom-left .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #7C8797;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-4-d__s-bottom-left .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-4-d__s-bottom-left .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-4-d__s-bottom-left .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-d__s-bottom-left .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-4-d__s-bottom-left .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-4-d__s-bottom-left .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-4-d__s-bottom-left .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-d__s-bottom-left .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-4-d__s-bottom-left .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-4-d__s-bottom-left .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-4-d__s-bottom-left .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-4-d__s-bottom-left .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-d__s-bottom-left .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-d__s-bottom-left .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-4-d__s-bottom-left .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-4-d__s-bottom-left .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-4-d__s-bottom-left .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-word {
        transition: none
    }
}

.model-listing .ml-template-4-d__s-bottom-left .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-4-d__s-bottom-left .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-4-d__s-bottom-left .ml-car {
    width: 68.1%;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-4-d__s-bottom-left .ml-word {
    width: 40%;
    height: 39%;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-4-d__s-bottom-left .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-4-d__s-bottom-right {
    width: calc(33.03% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-4-d__s-bottom-right {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-bottom-right {
        width: 33.03%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-d__s-bottom-right {
        width: calc(33.03% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-4-d__s-bottom-right .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #DADADA;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-bottom-right .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-4-d__s-bottom-right .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-4-d__s-bottom-right .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-4-d__s-bottom-right .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-bottom-right .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-d__s-bottom-right .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-d__s-bottom-right .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-4-d__s-bottom-right .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-4-d__s-bottom-right .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-4-d__s-bottom-right .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-bottom-right .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-d__s-bottom-right .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-d__s-bottom-right .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-4-d__s-bottom-right .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-4-d__s-bottom-right .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-4-d__s-bottom-right .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-4-d__s-bottom-right .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-d__s-bottom-right .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-d__s-bottom-right .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-4-d__s-bottom-right .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-4-d__s-bottom-right .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-4-d__s-bottom-right .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-bottom-right .ml-word {
        transition: none
    }
}

.model-listing .ml-template-4-d__s-bottom-right .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-4-d__s-bottom-right .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-4-d__s-bottom-right .ml-car {
    width: 40%;
    top: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-d__s-bottom-right .ml-car {
        top: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-4-d__s-bottom-right .ml-car {
        top: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-4-d__s-bottom-right .ml-car {
        top: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-4-d__s-bottom-right .ml-car {
        top: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-4-d__s-bottom-right .ml-car {
        top: 18px;
        left: 36px
    }
}

.model-listing .ml-template-4-d__s-bottom-right .ml-word {
    width: 40%;
    height: 28%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.aem-AuthorLayer-Edit .model-listing .ml-template-4-d,
.aem-AuthorLayer-Preview .model-listing .ml-template-4-d {
    height: 500px;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1023px) {

    .aem-AuthorLayer-Edit .model-listing .ml-template-4-d,
    .aem-AuthorLayer-Preview .model-listing .ml-template-4-d {
        height: auto;
        max-height: 800px;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-4-d .ml-section,
    .aem-AuthorLayer-Preview .model-listing .ml-template-4-d .ml-section {
        height: 300px;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

.model-listing .ml-template-4-m {
    width: 100%;
    padding: 7.5px;
    display: block
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m {
        display: none
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-m {
        display: -ms-flexbox;
        display: flex
    }
}

.model-listing .ml-template-4-m__s-top {
    width: calc(100% - 15px);
    height: 226px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-4-m__s-top {
        height: calc(226px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-top {
        width: 100%;
        margin: 0;
        height: 226px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-m__s-top {
        width: calc(100% - 15px);
        height: calc(226px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-4-m__s-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6b6b6b;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-4-m__s-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-4-m__s-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-4-m__s-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-m__s-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-m__s-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-4-m__s-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-4-m__s-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-4-m__s-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-m__s-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-m__s-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-4-m__s-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-4-m__s-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-4-m__s-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-4-m__s-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-m__s-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-m__s-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-4-m__s-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-4-m__s-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-4-m__s-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-4-m__s-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-4-m__s-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-4-m__s-top .ml-car {
    width: 60%;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-top .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-4-m__s-top .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-4-m__s-top .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-4-m__s-top .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-4-m__s-top .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-4-m__s-top .ml-word {
    width: initial;
    height: 62px;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-top .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-4-m__s-top .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-4-m__s-top .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-4-m__s-top .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-4-m__s-top .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-4-m__s-center {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.model-listing .ml-template-4-m__s-center-left {
    width: calc(100% - 15px);
    height: 226px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-4-m__s-center-left {
        height: calc(226px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-center-left {
        width: 100%;
        margin: 0;
        height: 226px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-m__s-center-left {
        width: calc(100% - 15px);
        height: calc(226px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-4-m__s-center-left .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-center-left .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-4-m__s-center-left .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-4-m__s-center-left .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-4-m__s-center-left .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-center-left .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-m__s-center-left .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-m__s-center-left .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-4-m__s-center-left .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-4-m__s-center-left .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-4-m__s-center-left .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-center-left .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-m__s-center-left .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-m__s-center-left .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-4-m__s-center-left .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-4-m__s-center-left .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-4-m__s-center-left .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-4-m__s-center-left .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-m__s-center-left .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-m__s-center-left .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-4-m__s-center-left .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-4-m__s-center-left .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-4-m__s-center-left .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-center-left .ml-word {
        transition: none
    }
}

.model-listing .ml-template-4-m__s-center-left .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-4-m__s-center-left .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-4-m__s-center-left .ml-car {
    width: initial;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-center-left .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-4-m__s-center-left .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-4-m__s-center-left .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-4-m__s-center-left .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-4-m__s-center-left .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-4-m__s-center-left .ml-word {
    width: initial;
    height: 52px;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-center-left .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-4-m__s-center-left .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-4-m__s-center-left .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-4-m__s-center-left .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-4-m__s-center-left .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-4-m__s-center-right {
    width: calc(100% - 15px);
    height: 226px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-4-m__s-center-right {
        height: calc(226px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-center-right {
        width: 100%;
        margin: 0;
        height: 226px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-m__s-center-right {
        width: calc(100% - 15px);
        height: calc(226px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-4-m__s-center-right .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-center-right .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-4-m__s-center-right .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-4-m__s-center-right .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-4-m__s-center-right .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-center-right .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-m__s-center-right .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-m__s-center-right .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-4-m__s-center-right .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-4-m__s-center-right .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-4-m__s-center-right .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-center-right .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-m__s-center-right .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-m__s-center-right .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-4-m__s-center-right .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-4-m__s-center-right .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-4-m__s-center-right .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-4-m__s-center-right .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-m__s-center-right .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-m__s-center-right .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-4-m__s-center-right .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-4-m__s-center-right .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-4-m__s-center-right .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-center-right .ml-word {
        transition: none
    }
}

.model-listing .ml-template-4-m__s-center-right .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-4-m__s-center-right .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-4-m__s-center-right .ml-car {
    width: initial;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-center-right .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-4-m__s-center-right .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-4-m__s-center-right .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-4-m__s-center-right .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-4-m__s-center-right .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-4-m__s-center-right .ml-word {
    width: initial;
    height: 52px;
    bottom: 15px;
    right: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-center-right .ml-word {
        bottom: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-4-m__s-center-right .ml-word {
        bottom: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-4-m__s-center-right .ml-word {
        bottom: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-4-m__s-center-right .ml-word {
        bottom: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-4-m__s-center-right .ml-word {
        bottom: 50px;
        right: 50px
    }
}

.model-listing .ml-template-4-m__s-bottom {
    width: calc(100% - 15px);
    height: 226px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-4-m__s-bottom {
        height: calc(226px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-bottom {
        width: 100%;
        margin: 0;
        height: 226px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-m__s-bottom {
        width: calc(100% - 15px);
        height: calc(226px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-4-m__s-bottom .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-bottom .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-4-m__s-bottom .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-4-m__s-bottom .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-4-m__s-bottom .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-bottom .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-m__s-bottom .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-m__s-bottom .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-4-m__s-bottom .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-4-m__s-bottom .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-4-m__s-bottom .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-bottom .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-4-m__s-bottom .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-4-m__s-bottom .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-4-m__s-bottom .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-4-m__s-bottom .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-4-m__s-bottom .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-4-m__s-bottom .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-m__s-bottom .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-4-m__s-bottom .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-4-m__s-bottom .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-4-m__s-bottom .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-4-m__s-bottom .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-bottom .ml-word {
        transition: none
    }
}

.model-listing .ml-template-4-m__s-bottom .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-4-m__s-bottom .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-4-m__s-bottom .ml-car {
    width: 50%;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-4-m__s-bottom .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-4-m__s-bottom .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-4-m__s-bottom .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-4-m__s-bottom .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-4-m__s-bottom .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-4-m__s-bottom .ml-word {
    width: initial;
    height: 25px;
    bottom: 22.1%;
    text-align: center
}

.aem-AuthorLayer-Edit .model-listing .ml-template-4-m,
.aem-AuthorLayer-Preview .model-listing .ml-template-4-m {
    display: none
}

.model-listing .ml-template-5-d {
    width: 100%;
    height: 100%;
    display: none
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d {
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d {
        display: none
    }
}

.model-listing .ml-template-5-d__s-left {
    width: 40%;
    height: 100%
}

.model-listing .ml-template-5-d__s-right {
    width: 60%;
    height: 100%
}

.model-listing .ml-template-5-d__s-left-top {
    width: calc(100% - 15px);
    height: 60%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-5-d__s-left-top {
        height: calc(60% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-left-top {
        width: 100%;
        margin: 0;
        height: 60%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d__s-left-top {
        width: calc(100% - 15px);
        height: calc(60% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-5-d__s-left-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-left-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-5-d__s-left-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-5-d__s-left-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-5-d__s-left-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-left-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d__s-left-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-d__s-left-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-5-d__s-left-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-5-d__s-left-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-5-d__s-left-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-left-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d__s-left-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-d__s-left-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-5-d__s-left-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-5-d__s-left-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-5-d__s-left-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-5-d__s-left-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-d__s-left-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-d__s-left-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-5-d__s-left-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-5-d__s-left-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-5-d__s-left-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-left-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-5-d__s-left-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-5-d__s-left-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-5-d__s-left-top .ml-car {
    width: 67.3%;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-left-top .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-d__s-left-top .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-d__s-left-top .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-d__s-left-top .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-d__s-left-top .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-5-d__s-left-top .ml-word {
    width: 33%;
    height: 50%;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-left-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-d__s-left-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-d__s-left-top .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-d__s-left-top .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-d__s-left-top .ml-word {
        top: 50px;
        right: 50px
    }
}

.model-listing .ml-template-5-d__s-left-bottom {
    width: calc(100% - 15px);
    height: 40%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-5-d__s-left-bottom {
        height: calc(40% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-left-bottom {
        width: 100%;
        margin: 0;
        height: 40%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d__s-left-bottom {
        width: calc(100% - 15px);
        height: calc(40% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-5-d__s-left-bottom .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #838383;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-5-d__s-left-bottom .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-5-d__s-left-bottom .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-5-d__s-left-bottom .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-d__s-left-bottom .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-5-d__s-left-bottom .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-5-d__s-left-bottom .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-5-d__s-left-bottom .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-d__s-left-bottom .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-5-d__s-left-bottom .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-5-d__s-left-bottom .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-5-d__s-left-bottom .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-5-d__s-left-bottom .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-d__s-left-bottom .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-d__s-left-bottom .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-5-d__s-left-bottom .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-5-d__s-left-bottom .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-5-d__s-left-bottom .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-word {
        transition: none
    }
}

.model-listing .ml-template-5-d__s-left-bottom .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-5-d__s-left-bottom .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-5-d__s-left-bottom .ml-car {
    width: 73%;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-5-d__s-left-bottom .ml-word {
    width: 21.7%;
    height: 50%;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-d__s-left-bottom .ml-word {
        top: 50px;
        right: 50px
    }
}

.model-listing .ml-template-5-d__s-right-top {
    width: calc(100% - 15px);
    height: 50%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-5-d__s-right-top {
        height: calc(50% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-top {
        width: 100%;
        margin: 0;
        height: 50%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d__s-right-top {
        width: calc(100% - 15px);
        height: calc(50% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-5-d__s-right-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6b6b6b;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-5-d__s-right-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-5-d__s-right-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-5-d__s-right-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d__s-right-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-d__s-right-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-5-d__s-right-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-5-d__s-right-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-5-d__s-right-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d__s-right-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-d__s-right-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-5-d__s-right-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-5-d__s-right-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-5-d__s-right-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-5-d__s-right-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-d__s-right-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-d__s-right-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-5-d__s-right-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-5-d__s-right-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-5-d__s-right-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-5-d__s-right-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-5-d__s-right-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-5-d__s-right-top .ml-car {
    width: 60.6%;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-top .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-d__s-right-top .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-d__s-right-top .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-d__s-right-top .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-d__s-right-top .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-5-d__s-right-top .ml-word {
    width: 20%;
    height: 63%;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-d__s-right-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-d__s-right-top .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-d__s-right-top .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-d__s-right-top .ml-word {
        top: 50px;
        right: 50px
    }
}

.model-listing .ml-template-5-d__s-right-bottom {
    width: 100%;
    height: 50%;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1023px) {

    .aem-AuthorLayer-Edit .model-listing .ml-template-5-d__s-right-bottom,
    .aem-AuthorLayer-Preview .model-listing .ml-template-5-d__s-right-bottom {
        width: 100%;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.model-listing .ml-template-5-d__s-right-bottom-left {
    width: calc(50% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-5-d__s-right-bottom-left {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-bottom-left {
        width: 50%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d__s-right-bottom-left {
        width: calc(50% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c4c4c4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-d__s-right-bottom-left .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-word {
        transition: none
    }
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-car {
    width: 68.8%;
    bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 43.9%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-car {
        bottom: 7px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-car {
        bottom: 9px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-car {
        bottom: 10px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-car {
        bottom: 14px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-car {
        bottom: 18px
    }
}

.model-listing .ml-template-5-d__s-right-bottom-left .ml-word {
    width: 34.9%;
    height: 33.8%;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-d__s-right-bottom-left .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-5-d__s-right-bottom-right {
    width: calc(50% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-5-d__s-right-bottom-right {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-bottom-right {
        width: 50%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d__s-right-bottom-right {
        width: calc(50% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #222;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-d__s-right-bottom-right .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-word {
        transition: none
    }
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-car {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-car {
        bottom: 7px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-car {
        bottom: 9px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-car {
        bottom: 10px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-car {
        bottom: 14px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-car {
        bottom: 18px
    }
}

.model-listing .ml-template-5-d__s-right-bottom-right .ml-word {
    width: 29.4%;
    height: 33.5%;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-d__s-right-bottom-right .ml-word {
        top: 50px;
        left: 50px
    }
}

.aem-AuthorLayer-Edit .model-listing .ml-template-5-d,
.aem-AuthorLayer-Preview .model-listing .ml-template-5-d {
    height: 500px;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1023px) {

    .aem-AuthorLayer-Edit .model-listing .ml-template-5-d,
    .aem-AuthorLayer-Preview .model-listing .ml-template-5-d {
        max-height: 1400px;
        height: auto;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-5-d .ml-section,
    .aem-AuthorLayer-Preview .model-listing .ml-template-5-d .ml-section {
        height: 200px
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-5-d__s-left,
    .aem-AuthorLayer-Edit .model-listing .ml-template-5-d__s-right,
    .aem-AuthorLayer-Edit .model-listing .ml-template-5-d__s-right-bottom-right,
    .aem-AuthorLayer-Edit .model-listing .ml-template-5-d__s-right-bottom-left,
    .aem-AuthorLayer-Preview .model-listing .ml-template-5-d__s-left,
    .aem-AuthorLayer-Preview .model-listing .ml-template-5-d__s-right,
    .aem-AuthorLayer-Preview .model-listing .ml-template-5-d__s-right-bottom-right,
    .aem-AuthorLayer-Preview .model-listing .ml-template-5-d__s-right-bottom-left {
        width: 100%
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-5-d__s-left-top,
    .aem-AuthorLayer-Edit .model-listing .ml-template-5-d__s-left-bottom,
    .aem-AuthorLayer-Edit .model-listing .ml-template-5-d__s-right-top,
    .aem-AuthorLayer-Edit .model-listing .ml-template-5-d__s-right-bottom-left,
    .aem-AuthorLayer-Edit .model-listing .ml-template-5-d__s-right-bottom-right,
    .aem-AuthorLayer-Preview .model-listing .ml-template-5-d__s-left-top,
    .aem-AuthorLayer-Preview .model-listing .ml-template-5-d__s-left-bottom,
    .aem-AuthorLayer-Preview .model-listing .ml-template-5-d__s-right-top,
    .aem-AuthorLayer-Preview .model-listing .ml-template-5-d__s-right-bottom-left,
    .aem-AuthorLayer-Preview .model-listing .ml-template-5-d__s-right-bottom-right {
        height: auto
    }
}

.model-listing .ml-template-5-m {
    width: 100%;
    padding: 7.5px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m {
        display: none
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m {
        display: block
    }
}

.model-listing .ml-template-5-m__s-top {
    width: calc(100% - 15px);
    height: 185px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-5-m__s-top {
        height: calc(185px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-top {
        width: 100%;
        margin: 0;
        height: 185px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m__s-top {
        width: calc(100% - 15px);
        height: calc(185px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-5-m__s-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6b6b6b;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-5-m__s-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-5-m__s-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-5-m__s-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m__s-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-m__s-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-5-m__s-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-5-m__s-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-5-m__s-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m__s-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-m__s-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-5-m__s-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-5-m__s-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-5-m__s-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-5-m__s-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-m__s-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-m__s-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-5-m__s-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-5-m__s-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-5-m__s-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-5-m__s-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-5-m__s-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-5-m__s-top .ml-car {
    width: 60%;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-top .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-m__s-top .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-m__s-top .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-m__s-top .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-m__s-top .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-5-m__s-top .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-m__s-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-m__s-top .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-m__s-top .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-m__s-top .ml-word {
        top: 50px;
        right: 50px
    }
}

.model-listing .ml-template-5-m__s-bottom {
    display: -ms-flexbox;
    display: flex;
    height: 67%;
    width: 100%
}

.model-listing .ml-template-5-m__s-bottom-left {
    width: 50%;
    height: 100%
}

.model-listing .ml-template-5-m__s-bottom-left-top {
    width: calc(100% - 15px);
    height: 165px;
    margin: 7.5px;
    overflow: hidden;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-5-m__s-bottom-left-top {
        height: calc(165px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-left-top {
        width: 100%;
        margin: 0;
        height: 165px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m__s-bottom-left-top {
        width: calc(100% - 15px);
        height: calc(165px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c4c4c4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-m__s-bottom-left-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-car {
    width: 52%;
    bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-car {
        bottom: 7px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-car {
        bottom: 9px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-car {
        bottom: 10px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-car {
        bottom: 14px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-car {
        bottom: 18px
    }
}

.model-listing .ml-template-5-m__s-bottom-left-top .ml-word {
    width: initial;
    height: 45px;
    bottom: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-word {
        bottom: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-word {
        bottom: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-word {
        bottom: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-word {
        bottom: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-m__s-bottom-left-top .ml-word {
        bottom: 50px;
        left: 50px
    }
}

.model-listing .ml-template-5-m__s-bottom-left-bottom {
    width: calc(100.5% - 15px);
    height: 233px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom {
        height: calc(233px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom {
        width: 100.5%;
        margin: 0;
        height: 233px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom {
        width: calc(100.5% - 15px);
        height: calc(233px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #838383;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-word {
        transition: none
    }
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-car {
    width: initial;
    bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-car {
        bottom: 7px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-car {
        bottom: 9px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-car {
        bottom: 10px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-car {
        bottom: 14px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-car {
        bottom: 18px
    }
}

.model-listing .ml-template-5-m__s-bottom-left-bottom .ml-word {
    width: initial;
    height: 45px;
    bottom: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-word {
        bottom: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-word {
        bottom: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-word {
        bottom: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-word {
        bottom: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-m__s-bottom-left-bottom .ml-word {
        bottom: 50px;
        left: 50px
    }
}

.model-listing .ml-template-5-m__s-bottom-right {
    width: 50%;
    height: 100%
}

.model-listing .ml-template-5-m__s-bottom-right-top {
    width: calc(100% - 15px);
    height: 234px;
    margin: 7.5px;
    overflow: hidden;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-5-m__s-bottom-right-top {
        height: calc(234px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-right-top {
        width: 100%;
        margin: 0;
        height: 234px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m__s-bottom-right-top {
        width: calc(100% - 15px);
        height: calc(234px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-m__s-bottom-right-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-car {
    width: initial;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-5-m__s-bottom-right-top .ml-word {
    width: initial;
    height: 45px;
    bottom: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-word {
        bottom: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-word {
        bottom: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-word {
        bottom: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-word {
        bottom: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-m__s-bottom-right-top .ml-word {
        bottom: 50px;
        left: 50px
    }
}

.model-listing .ml-template-5-m__s-bottom-right-bottom {
    width: calc(100% - 15px);
    height: 164px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom {
        height: calc(164px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom {
        width: 100%;
        margin: 0;
        height: 164px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom {
        width: calc(100% - 15px);
        height: calc(164px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #222;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-word {
        transition: none
    }
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-car {
    width: initial;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-5-m__s-bottom-right-bottom .ml-word {
    width: initial;
    height: 45px;
    bottom: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-word {
        bottom: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-word {
        bottom: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-word {
        bottom: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-word {
        bottom: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-5-m__s-bottom-right-bottom .ml-word {
        bottom: 50px;
        left: 50px
    }
}

.aem-AuthorLayer-Edit .model-listing .ml-template-5-m,
.aem-AuthorLayer-Preview .model-listing .ml-template-5-m {
    display: none
}

.model-listing .ml-template-6-d {
    width: 100%;
    height: 100%;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d {
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d {
        display: none
    }
}

.model-listing .ml-template-6-d__s-top,
.model-listing .ml-template-6-d__s-bottom {
    height: 50%;
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.model-listing .ml-template-6-d__s-top-left {
    width: calc(50% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-6-d__s-top-left {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-left {
        width: 50%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-top-left {
        width: calc(50% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-6-d__s-top-left .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-left .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-6-d__s-top-left .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-6-d__s-top-left .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-6-d__s-top-left .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-left .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-top-left .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-d__s-top-left .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-6-d__s-top-left .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-6-d__s-top-left .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-6-d__s-top-left .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-left .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-top-left .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-d__s-top-left .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-6-d__s-top-left .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-6-d__s-top-left .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-6-d__s-top-left .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-6-d__s-top-left .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-d__s-top-left .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-d__s-top-left .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-6-d__s-top-left .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-6-d__s-top-left .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.ml-template-6-d__s-top-right .ml-word .work .ml-ml-m,
.ml-template-7-d__s-bottom-left .ml-word .work .ml-ml-m,
.ml-template-7-d__s-bottom-left-bottom .ml-word .work .ml-ml-m,
.ml-template-6-d__s-bottom-center .ml-word .work .ml-ml-m {
    text-align: right;
}

.ml-word .work {
    display: flex;
    flex-direction: column;
}

.ml-template-6-d__s-bottom-center .ml-word .work .ml-top-r,
.ml-template-6-d__s-bottom-center .ml-word .work .ml-ml-m {
    color: #666;
}

.ml-word .work .ml-top-r {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
}

.ml-word .work .ml-ml-m {
    font-size: 14px;
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-left .ml-word {
        transition: none
    }
}

.model-listing .ml-template-6-d__s-top-left .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-6-d__s-top-left .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-6-d__s-top-left .ml-car {
    width: 79.9%;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-left .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-d__s-top-left .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-d__s-top-left .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-d__s-top-left .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-d__s-top-left .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-6-d__s-top-left .ml-word {
    width: 44.1%;
    height: 34.8%;
    top: 15px;
    left: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-left .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-d__s-top-left .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-d__s-top-left .ml-word {
        top: 30px;
        left: -29%
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-d__s-top-left .ml-word {
        top: 40px;
        left: -29%
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-d__s-top-left .ml-word {
        top: 50px;
        left: -29%
    }
}

.model-listing .ml-template-6-d__s-top-center {
    width: calc(25% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-6-d__s-top-center {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-center {
        width: 25%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-top-center {
        width: calc(25% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-6-d__s-top-center .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-center .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-6-d__s-top-center .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-6-d__s-top-center .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-6-d__s-top-center .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-center .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-top-center .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-d__s-top-center .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-6-d__s-top-center .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-6-d__s-top-center .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-6-d__s-top-center .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-center .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-top-center .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-d__s-top-center .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-6-d__s-top-center .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-6-d__s-top-center .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-6-d__s-top-center .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-6-d__s-top-center .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-d__s-top-center .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-d__s-top-center .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-6-d__s-top-center .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-6-d__s-top-center .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-6-d__s-top-center .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-center .ml-word {
        transition: none
    }
}

.model-listing .ml-template-6-d__s-top-center .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-6-d__s-top-center .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-6-d__s-top-center .ml-car {
    width: 80.4%;
    bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-center .ml-car {
        bottom: 7px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-d__s-top-center .ml-car {
        bottom: 9px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-d__s-top-center .ml-car {
        bottom: 10px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-d__s-top-center .ml-car {
        bottom: 14px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-d__s-top-center .ml-car {
        bottom: 18px
    }
}

.model-listing .ml-template-6-d__s-top-center .ml-word {
    width: 38.8%;
    height: 15.6%;
    top: 15px;
    left: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-center .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-d__s-top-center .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-d__s-top-center .ml-word {
        top: 30px;
        left: -10%
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-d__s-top-center .ml-word {
        top: 40px;
        left: -10%
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-d__s-top-center .ml-word {
        top: 50px;
        left: -10%
    }
}

.model-listing .ml-template-6-d__s-top-right {
    width: calc(25% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-6-d__s-top-right {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-right {
        width: 25%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-top-right {
        width: calc(25% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-6-d__s-top-right .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-right .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-6-d__s-top-right .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-6-d__s-top-right .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-6-d__s-top-right .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-right .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-top-right .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-d__s-top-right .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-6-d__s-top-right .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-6-d__s-top-right .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-6-d__s-top-right .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-right .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-top-right .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-d__s-top-right .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-6-d__s-top-right .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-6-d__s-top-right .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-6-d__s-top-right .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-6-d__s-top-right .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-d__s-top-right .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-d__s-top-right .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-6-d__s-top-right .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-6-d__s-top-right .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-6-d__s-top-right .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-right .ml-word {
        transition: none
    }
}

.model-listing .ml-template-6-d__s-top-right .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-6-d__s-top-right .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-6-d__s-top-right .ml-car {
    width: 71.9%;
    bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-right .ml-car {
        bottom: 7px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-d__s-top-right .ml-car {
        bottom: 9px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-d__s-top-right .ml-car {
        bottom: 10px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-d__s-top-right .ml-car {
        bottom: 14px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-d__s-top-right .ml-car {
        bottom: 18px
    }
}

.model-listing .ml-template-6-d__s-top-right .ml-word {
    width: 38.8%;
    height: 15.6%;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-top-right .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-d__s-top-right .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-d__s-top-right .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-d__s-top-right .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-d__s-top-right .ml-word {
        top: 50px;
        right: 50px
    }
}

.model-listing .ml-template-6-d__s-bottom-left {
    width: calc(33.33% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-6-d__s-bottom-left {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-left {
        width: 33.33%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-bottom-left {
        width: calc(33.33% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-6-d__s-bottom-left .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #767676;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-6-d__s-bottom-left .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-6-d__s-bottom-left .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-6-d__s-bottom-left .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-d__s-bottom-left .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-6-d__s-bottom-left .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-6-d__s-bottom-left .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-6-d__s-bottom-left .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-d__s-bottom-left .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-6-d__s-bottom-left .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-6-d__s-bottom-left .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-6-d__s-bottom-left .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-6-d__s-bottom-left .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-d__s-bottom-left .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-d__s-bottom-left .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-6-d__s-bottom-left .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-6-d__s-bottom-left .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-6-d__s-bottom-left .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-word {
        transition: none
    }
}

.model-listing .ml-template-6-d__s-bottom-left .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-6-d__s-bottom-left .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-6-d__s-bottom-left .ml-car {
    width: 63.7%;
    bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-car {
        bottom: 7px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-car {
        bottom: 9px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-car {
        bottom: 10px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-car {
        bottom: 14px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-car {
        bottom: 18px
    }
}

.model-listing .ml-template-6-d__s-bottom-left .ml-word {
    width: 87.1%;
    height: 20.9%;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-d__s-bottom-left .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-6-d__s-bottom-center {
    width: calc(33.34% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-6-d__s-bottom-center {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-center {
        width: 33.34%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-bottom-center {
        width: calc(33.34% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-6-d__s-bottom-center .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-6-d__s-bottom-center .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-6-d__s-bottom-center .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-6-d__s-bottom-center .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-d__s-bottom-center .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-6-d__s-bottom-center .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-6-d__s-bottom-center .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-6-d__s-bottom-center .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-d__s-bottom-center .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-6-d__s-bottom-center .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-6-d__s-bottom-center .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-6-d__s-bottom-center .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-6-d__s-bottom-center .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-d__s-bottom-center .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-d__s-bottom-center .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-6-d__s-bottom-center .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-6-d__s-bottom-center .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-6-d__s-bottom-center .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-word {
        transition: none
    }
}

.model-listing .ml-template-6-d__s-bottom-center .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-6-d__s-bottom-center .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-6-d__s-bottom-center .ml-car {
    width: 87.1%;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-6-d__s-bottom-center .ml-word {
    height: 20.7%;
    top: 80px;
    right: 7%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-word {
        top: 39px;
        right: 7%
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-word {
        top: 39px;
        right: 7%
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-word {
        top: 39px;
        right: 7%
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-word {
        top: 39px;
        right: 7%
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-d__s-bottom-center .ml-word {
        top: 39px;
        right: 7%
    }
}

.model-listing .ml-template-6-d__s-bottom-right {
    width: calc(33.33% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-6-d__s-bottom-right {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-right {
        width: 33.33%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-bottom-right {
        width: calc(33.33% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-6-d__s-bottom-right .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-6-d__s-bottom-right .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-6-d__s-bottom-right .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-6-d__s-bottom-right .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-d__s-bottom-right .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-6-d__s-bottom-right .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-6-d__s-bottom-right .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-6-d__s-bottom-right .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-d__s-bottom-right .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-6-d__s-bottom-right .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-6-d__s-bottom-right .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-6-d__s-bottom-right .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-6-d__s-bottom-right .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-d__s-bottom-right .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-d__s-bottom-right .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-6-d__s-bottom-right .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-6-d__s-bottom-right .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-6-d__s-bottom-right .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-word {
        transition: none
    }
}

.model-listing .ml-template-6-d__s-bottom-right .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-6-d__s-bottom-right .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-6-d__s-bottom-right .ml-car {
    width: 78.8%;
    bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-car {
        bottom: 7px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-car {
        bottom: 9px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-car {
        bottom: 10px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-car {
        bottom: 14px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-car {
        bottom: 18px
    }
}

.model-listing .ml-template-6-d__s-bottom-right .ml-word {
    width: 29.3%;
    height: 34.8%;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-d__s-bottom-right .ml-word {
        top: 50px;
        left: 50px
    }
}

.aem-AuthorLayer-Edit .model-listing .ml-template-6-d,
.aem-AuthorLayer-Preview .model-listing .ml-template-6-d {
    height: 500px;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1023px) {

    .aem-AuthorLayer-Edit .model-listing .ml-template-6-d,
    .aem-AuthorLayer-Preview .model-listing .ml-template-6-d {
        height: auto;
        max-height: 700px;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-6-d .ml-section,
    .aem-AuthorLayer-Preview .model-listing .ml-template-6-d .ml-section {
        height: 200px
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-6-d__s-top-left,
    .aem-AuthorLayer-Edit .model-listing .ml-template-6-d__s-top-right,
    .aem-AuthorLayer-Edit .model-listing .ml-template-6-d__s-top-center,
    .aem-AuthorLayer-Preview .model-listing .ml-template-6-d__s-top-left,
    .aem-AuthorLayer-Preview .model-listing .ml-template-6-d__s-top-right,
    .aem-AuthorLayer-Preview .model-listing .ml-template-6-d__s-top-center {
        width: 100%
    }
}

.model-listing .ml-template-6-m {
    width: 100%;
    padding: 7.5px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m {
        display: none
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m {
        display: block
    }
}

.model-listing .ml-template-6-m__s-top {
    width: calc(100% - 15px);
    height: 185px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-6-m__s-top {
        height: calc(185px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-top {
        width: 100%;
        margin: 0;
        height: 185px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-top {
        width: calc(100% - 15px);
        height: calc(185px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-6-m__s-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-6-m__s-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-6-m__s-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-6-m__s-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-m__s-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-6-m__s-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-6-m__s-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-6-m__s-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-m__s-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-6-m__s-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-6-m__s-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-6-m__s-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-6-m__s-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-m__s-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-m__s-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-6-m__s-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-6-m__s-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-6-m__s-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-6-m__s-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-6-m__s-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-6-m__s-top .ml-car {
    width: 50%;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-top .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-m__s-top .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-m__s-top .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-m__s-top .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-m__s-top .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-6-m__s-top .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-m__s-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-m__s-top .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-m__s-top .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-m__s-top .ml-word {
        top: 50px;
        right: 50px
    }
}

.model-listing .ml-template-6-m__s-center {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.model-listing .ml-template-6-m__s-center-right,
.model-listing .ml-template-6-m__s-center-left {
    height: 100%;
    width: 100%
}

.model-listing .ml-template-6-m__s-center-left-top {
    width: calc(100% - 15px);
    height: 165px;
    margin: 7.5px;
    overflow: hidden;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-6-m__s-center-left-top {
        height: calc(165px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-left-top {
        width: 100%;
        margin: 0;
        height: 165px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-center-left-top {
        width: calc(100% - 15px);
        height: calc(165px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-6-m__s-center-left-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-6-m__s-center-left-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-6-m__s-center-left-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-6-m__s-center-left-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-m__s-center-left-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-6-m__s-center-left-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-6-m__s-center-left-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-6-m__s-center-left-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-m__s-center-left-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-6-m__s-center-left-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-6-m__s-center-left-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-6-m__s-center-left-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-6-m__s-center-left-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-m__s-center-left-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-m__s-center-left-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-6-m__s-center-left-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-6-m__s-center-left-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-6-m__s-center-left-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-6-m__s-center-left-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-6-m__s-center-left-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-6-m__s-center-left-top .ml-car {
    width: initial;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-6-m__s-center-left-top .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-m__s-center-left-top .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-6-m__s-center-left-bottom {
    width: calc(100% - 15px);
    height: 234px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-6-m__s-center-left-bottom {
        height: calc(234px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-left-bottom {
        width: 100%;
        margin: 0;
        height: 234px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-center-left-bottom {
        width: calc(100% - 15px);
        height: calc(234px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-m__s-center-left-bottom .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-word {
        transition: none
    }
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-car {
    width: initial;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-6-m__s-center-left-bottom .ml-word {
    width: initial;
    height: 45px;
    bottom: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-word {
        bottom: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-word {
        bottom: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-word {
        bottom: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-word {
        bottom: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-m__s-center-left-bottom .ml-word {
        bottom: 50px;
        left: 50px
    }
}

.model-listing .ml-template-6-m__s-center-right-top {
    width: calc(100% - 15px);
    height: 234px;
    margin: 7.5px;
    overflow: hidden;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-6-m__s-center-right-top {
        height: calc(234px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-right-top {
        width: 100%;
        margin: 0;
        height: 234px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-center-right-top {
        width: calc(100% - 15px);
        height: calc(234px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-6-m__s-center-right-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-6-m__s-center-right-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-6-m__s-center-right-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-6-m__s-center-right-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-m__s-center-right-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-6-m__s-center-right-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-6-m__s-center-right-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-6-m__s-center-right-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-m__s-center-right-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-6-m__s-center-right-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-6-m__s-center-right-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-6-m__s-center-right-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-6-m__s-center-right-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-m__s-center-right-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-m__s-center-right-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-6-m__s-center-right-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-6-m__s-center-right-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-6-m__s-center-right-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-6-m__s-center-right-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-6-m__s-center-right-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-6-m__s-center-right-top .ml-car {
    width: initial;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-6-m__s-center-right-top .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-m__s-center-right-top .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-6-m__s-center-right-bottom {
    width: calc(100% - 15px);
    height: 165px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-6-m__s-center-right-bottom {
        height: calc(165px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-right-bottom {
        width: 100%;
        margin: 0;
        height: 165px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-center-right-bottom {
        width: calc(100% - 15px);
        height: calc(165px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-m__s-center-right-bottom .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-word {
        transition: none
    }
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-car {
    width: initial;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-6-m__s-center-right-bottom .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-m__s-center-right-bottom .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-6-m__s-bottom {
    width: calc(100% - 15px);
    height: 185px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-6-m__s-bottom {
        height: calc(185px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-bottom {
        width: 100%;
        margin: 0;
        height: 185px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-bottom {
        width: calc(100% - 15px);
        height: calc(185px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-6-m__s-bottom .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-bottom .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-6-m__s-bottom .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-6-m__s-bottom .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-6-m__s-bottom .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-bottom .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-bottom .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-m__s-bottom .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-6-m__s-bottom .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-6-m__s-bottom .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-6-m__s-bottom .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-bottom .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-6-m__s-bottom .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-6-m__s-bottom .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-6-m__s-bottom .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-6-m__s-bottom .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-6-m__s-bottom .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-6-m__s-bottom .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-m__s-bottom .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-6-m__s-bottom .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-6-m__s-bottom .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-6-m__s-bottom .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-6-m__s-bottom .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-bottom .ml-word {
        transition: none
    }
}

.model-listing .ml-template-6-m__s-bottom .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-6-m__s-bottom .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-6-m__s-bottom .ml-car {
    width: 50%;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-bottom .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-m__s-bottom .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-m__s-bottom .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-m__s-bottom .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-m__s-bottom .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-6-m__s-bottom .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-6-m__s-bottom .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-6-m__s-bottom .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-6-m__s-bottom .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-6-m__s-bottom .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-6-m__s-bottom .ml-word {
        top: 50px;
        right: 50px
    }
}

.aem-AuthorLayer-Edit .model-listing .ml-template-6-m,
.aem-AuthorLayer-Preview .model-listing .ml-template-6-m {
    display: none
}

.model-listing .ml-template-7-d {
    width: 100%;
    height: 100%;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d {
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d {
        display: none
    }
}

.model-listing .ml-template-7-d__s-top,
.model-listing .ml-template-7-d__s-bottom {
    height: 50%;
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.model-listing .ml-template-7-d__s-top-left {
    width: calc(66.7% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-7-d__s-top-left {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-top-left {
        width: 66.7%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-top-left {
        width: calc(66.7% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-7-d__s-top-left .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #424248;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-top-left .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-7-d__s-top-left .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-7-d__s-top-left .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-7-d__s-top-left .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-top-left .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-top-left .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-d__s-top-left .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-7-d__s-top-left .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-7-d__s-top-left .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-7-d__s-top-left .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-top-left .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-top-left .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-d__s-top-left .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-7-d__s-top-left .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-7-d__s-top-left .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-7-d__s-top-left .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-7-d__s-top-left .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-d__s-top-left .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-d__s-top-left .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-7-d__s-top-left .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-7-d__s-top-left .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-7-d__s-top-left .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-top-left .ml-word {
        transition: none
    }
}

.model-listing .ml-template-7-d__s-top-left .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-7-d__s-top-left .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-7-d__s-top-left .ml-car {
    width: 72.5%;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: flex;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 72.5%;
    right: 0px !important
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-top-left .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-d__s-top-left .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-d__s-top-left .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-d__s-top-left .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-d__s-top-left .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-7-d__s-top-left .ml-word {
    width: 31.4%;
    height: 35.1%;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-top-left .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-d__s-top-left .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-d__s-top-left .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-d__s-top-left .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-d__s-top-left .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-7-d__s-top-right {
    width: calc(33.3% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-7-d__s-top-right {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-top-right {
        width: 33.3%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-top-right {
        width: calc(33.3% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-7-d__s-top-right .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #9e9e9e;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-top-right .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-7-d__s-top-right .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-7-d__s-top-right .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-7-d__s-top-right .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-top-right .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-top-right .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-d__s-top-right .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-7-d__s-top-right .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-7-d__s-top-right .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-7-d__s-top-right .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-top-right .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-top-right .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-d__s-top-right .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-7-d__s-top-right .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-7-d__s-top-right .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-7-d__s-top-right .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-7-d__s-top-right .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-d__s-top-right .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-d__s-top-right .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-7-d__s-top-right .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-7-d__s-top-right .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-7-d__s-top-right .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-top-right .ml-word {
        transition: none
    }
}

.model-listing .ml-template-7-d__s-top-right .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-7-d__s-top-right .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-7-d__s-top-right .ml-car {
    width: 82.3%;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-top-right .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-d__s-top-right .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-d__s-top-right .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-d__s-top-right .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-d__s-top-right .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-7-d__s-top-right .ml-word {
    width: 52.5%;
    height: 26.5%;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-top-right .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-d__s-top-right .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-d__s-top-right .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-d__s-top-right .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-d__s-top-right .ml-word {
        top: 50px;
        right: 50px
    }
}

.model-listing .ml-template-7-d__s-bottom-right,
.model-listing .ml-template-7-d__s-bottom-left {
    width: 33.3%;
    height: 100%
}

.model-listing .ml-template-7-d__s-bottom-left-top {
    width: calc(100% - 15px);
    height: 50%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-7-d__s-bottom-left-top {
        height: calc(50% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-left-top {
        width: 100%;
        margin: 0;
        height: 50%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-bottom-left-top {
        width: calc(100% - 15px);
        height: calc(50% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-d__s-bottom-left-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-car {
    width: 68.7%;
    bottom: 7px;
    right: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-7-d__s-bottom-left-top .ml-word {
    width: 16.8%;
    height: 41.9%;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-d__s-bottom-left-top .ml-word {
        top: 50px;
        right: 50px
    }
}

.model-listing .ml-template-7-d__s-bottom-left-bottom {
    width: calc(100% - 15px);
    height: 50%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom {
        height: calc(50% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom {
        width: 100%;
        margin: 0;
        height: 50%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom {
        width: calc(100% - 15px);
        height: calc(50% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e7e6e6;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-word {
        transition: none
    }
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-car {
    width: 60.9%;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-7-d__s-bottom-left-bottom .ml-word {
    width: 18.1%;
    height: 40.9%;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-d__s-bottom-left-bottom .ml-word {
        top: 50px;
        right: 50px
    }
}

.model-listing .ml-template-7-d__s-bottom-center {
    width: calc(33.4% - 15px);
    height: 100%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-7-d__s-bottom-center {
        height: calc(100% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-center {
        width: 33.4%;
        margin: 0;
        height: 100%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-bottom-center {
        width: calc(33.4% - 15px);
        height: calc(100% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-7-d__s-bottom-center .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1b1b1b;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-7-d__s-bottom-center .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-7-d__s-bottom-center .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-7-d__s-bottom-center .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-d__s-bottom-center .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-7-d__s-bottom-center .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-7-d__s-bottom-center .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-7-d__s-bottom-center .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-d__s-bottom-center .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-7-d__s-bottom-center .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-7-d__s-bottom-center .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-7-d__s-bottom-center .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-7-d__s-bottom-center .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-d__s-bottom-center .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-d__s-bottom-center .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-7-d__s-bottom-center .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-7-d__s-bottom-center .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-7-d__s-bottom-center .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-word {
        transition: none
    }
}

.model-listing .ml-template-7-d__s-bottom-center .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-7-d__s-bottom-center .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-7-d__s-bottom-center .ml-car {
    width: 87.9%;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-7-d__s-bottom-center .ml-word {
    width: 25.6%;
    height: 35.1%;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-d__s-bottom-center .ml-word {
        top: 50px;
        right: 50px
    }
}

.model-listing .ml-template-7-d__s-bottom-right-top {
    width: calc(100% - 15px);
    height: 50%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-7-d__s-bottom-right-top {
        height: calc(50% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-right-top {
        width: 100%;
        margin: 0;
        height: 50%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-bottom-right-top {
        width: calc(100% - 15px);
        height: calc(50% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-d__s-bottom-right-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-car {
    width: 72.7%;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-7-d__s-bottom-right-top .ml-word {
    height: 31.3%;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-d__s-bottom-right-top .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-7-d__s-bottom-right-bottom {
    width: calc(100% - 15px);
    height: 50%;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom {
        height: calc(50% * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom {
        width: 100%;
        margin: 0;
        height: 50%
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom {
        width: calc(100% - 15px);
        height: calc(50% * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-word {
        transition: none
    }
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-car {
    width: 70.2%;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-7-d__s-bottom-right-bottom .ml-word {
    width: 27.7%;
    height: 31.5%;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-d__s-bottom-right-bottom .ml-word {
        top: 50px;
        left: 50px
    }
}

.aem-AuthorLayer-Edit .model-listing .ml-template-7-d,
.aem-AuthorLayer-Preview .model-listing .ml-template-7-d {
    height: 600px;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1023px) {

    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d {
        height: auto;
        max-height: 1300px;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d .ml-section,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d .ml-section {
        height: 200px
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-top,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-top {
        height: auto
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-top-left,
    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-top-right,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-top-left,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-top-right {
        height: 200px
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-bottom,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-bottom {
        height: auto;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-bottom-left,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-bottom-left {
        height: auto
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-bottom-left-top,
    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-bottom-left-bottom,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-bottom-left-top,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-bottom-left-bottom {
        height: 200px
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-bottom-center,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-bottom-center {
        height: 200px
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-bottom-right,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-bottom-right {
        height: auto
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-bottom-right-top,
    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-bottom-right-bottom,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-bottom-right-top,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-bottom-right-bottom {
        height: 200px
    }

    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-top-left,
    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-top-right,
    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-bottom-left,
    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-bottom-center,
    .aem-AuthorLayer-Edit .model-listing .ml-template-7-d__s-bottom-right,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-top-left,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-top-right,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-bottom-left,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-bottom-center,
    .aem-AuthorLayer-Preview .model-listing .ml-template-7-d__s-bottom-right {
        width: 100%
    }
}

.model-listing .ml-template-7-m {
    width: 100%;
    padding: 7.5px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m {
        display: none
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m {
        display: block
    }
}

.model-listing .ml-template-7-m__s-top {
    width: calc(100% - 15px);
    height: 185px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-7-m__s-top {
        height: calc(185px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-top {
        width: 100%;
        margin: 0;
        height: 185px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-top {
        width: calc(100% - 15px);
        height: calc(185px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-7-m__s-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-7-m__s-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-7-m__s-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-7-m__s-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-m__s-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-7-m__s-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-7-m__s-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-7-m__s-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-m__s-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-7-m__s-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-7-m__s-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-7-m__s-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-7-m__s-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-m__s-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-m__s-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-7-m__s-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-7-m__s-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-7-m__s-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-7-m__s-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-7-m__s-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-7-m__s-top .ml-car {
    width: initial;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-top .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-m__s-top .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-m__s-top .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-m__s-top .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-m__s-top .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-7-m__s-top .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    left: 15px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-top .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-m__s-top .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-m__s-top .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-m__s-top .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-m__s-top .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-7-m__s-bottom {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex
}

.model-listing .ml-template-7-m__s-bottom-left {
    width: 50%;
    height: 100%
}

.model-listing .ml-template-7-m__s-bottom-right {
    width: 50%;
    height: 100%
}

.model-listing .ml-template-7-m__s-bottom-left-top {
    width: calc(100% - 15px);
    height: 165px;
    margin: 7.5px;
    overflow: hidden;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-7-m__s-bottom-left-top {
        height: calc(165px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-top {
        width: 100%;
        margin: 0;
        height: 165px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-left-top {
        width: calc(100% - 15px);
        height: calc(165px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-m__s-bottom-left-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-car {
    width: initial;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-7-m__s-bottom-left-top .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: flex-start !important
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-m__s-bottom-left-top .ml-word {
        top: 50px;
        right: 50px
    }
}

.model-listing .ml-template-7-m__s-bottom-left-center {
    width: calc(100% - 15px);
    height: 234px;
    margin: 7.5px;
    overflow: hidden;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-7-m__s-bottom-left-center {
        height: calc(234px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-center {
        width: 100%;
        margin: 0;
        height: 234px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-left-center {
        width: calc(100% - 15px);
        height: calc(234px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-m__s-bottom-left-center .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-word {
        transition: none
    }
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-car {
    width: initial;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-7-m__s-bottom-left-center .ml-word {
    width: initial;
    height: 45px;
    bottom: 15px;
    left: 15px;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-word {
        bottom: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-word {
        bottom: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-word {
        bottom: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-word {
        bottom: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-m__s-bottom-left-center .ml-word {
        bottom: 50px;
        left: 50px
    }
}

.model-listing .ml-template-7-m__s-bottom-left-bottom {
    width: calc(100% - 15px);
    height: 234px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom {
        height: calc(234px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom {
        width: 100%;
        margin: 0;
        height: 234px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom {
        width: calc(100% - 15px);
        height: calc(234px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-word {
        transition: none
    }
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-car {
    width: initial;
    bottom: 7px;
    right: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-car {
        bottom: 7px;
        right: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-car {
        bottom: 9px;
        right: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-car {
        bottom: 10px;
        right: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-car {
        bottom: 14px;
        right: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-car {
        bottom: 18px;
        right: 36px
    }
}

.model-listing .ml-template-7-m__s-bottom-left-bottom .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: flex-start !important
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-m__s-bottom-left-bottom .ml-word {
        top: 50px;
        right: 50px
    }
}

.model-listing .ml-template-7-m__s-bottom-right-top {
    width: calc(100% - 15px);
    height: 234px;
    margin: 7.5px;
    overflow: hidden;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-7-m__s-bottom-right-top {
        height: calc(234px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-top {
        width: 100%;
        margin: 0;
        height: 234px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-right-top {
        width: calc(100% - 15px);
        height: calc(234px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-m__s-bottom-right-top .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-word {
        transition: none
    }
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-car {
    width: initial;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-7-m__s-bottom-right-top .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: flex-start !important
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-m__s-bottom-right-top .ml-word {
        top: 50px;
        right: 50px
    }
}

.model-listing .ml-template-7-m__s-bottom-right-center {
    width: calc(100% - 15px);
    height: 234px;
    margin: 7.5px;
    overflow: hidden;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-7-m__s-bottom-right-center {
        height: calc(234px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-center {
        width: 100%;
        margin: 0;
        height: 234px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-right-center {
        width: calc(100% - 15px);
        height: calc(234px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-m__s-bottom-right-center .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-word {
        transition: none
    }
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-car {
    width: initial;
    bottom: 7px;
    left: 14px
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-car {
        bottom: 7px;
        left: 14px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-car {
        bottom: 9px;
        left: 18px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-car {
        bottom: 10px;
        left: 20px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-car {
        bottom: 14px;
        left: 28px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-car {
        bottom: 18px;
        left: 36px
    }
}

.model-listing .ml-template-7-m__s-bottom-right-center .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    left: 15px;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-word {
        top: 20px;
        left: 20px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-word {
        top: 25px;
        left: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-word {
        top: 30px;
        left: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-word {
        top: 40px;
        left: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-m__s-bottom-right-center .ml-word {
        top: 50px;
        left: 50px
    }
}

.model-listing .ml-template-7-m__s-bottom-right-bottom {
    width: calc(100% - 15px);
    height: 165px;
    margin: 7.5px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom {
        height: calc(165px * 2.04)
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom {
        width: 100%;
        margin: 0;
        height: 165px
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom {
        width: calc(100% - 15px);
        height: calc(165px * 2.73);
        margin: 7.5px
    }
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    transition: transform .1s linear;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section {
        transition: transform .5s ease-in-out
    }
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section.ml-has-no-effect {
    pointer-events: none !important;
    cursor: default !important
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section.ml-has-static-bg-img .ml-bg-image {
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section:active {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section:active {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section:active {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section:hover.ml-has-video .ml-video {
    display: block
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section:hover.ml-has-bg-img .ml-bg-image {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section:hover .ml-car {
    transition: none;
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section:hover .ml-word {
    transform: scale(0.95)
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section:hover .ml-word {
        transform: scale(1)
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section:hover .ml-word {
        transform: scale(0.95)
    }
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section:hover .ml-word--desktop {
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section:hover .ml-word--desktop-hover {
    opacity: 1
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-section--black {
    background-color: #111
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-bg-image {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: none;
    will-change: opacity transform
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-video {
    cursor: pointer;
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .bg-in-ie video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-car {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    transition: opacity .5s ease-in-out
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-car img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-word {
    position: relative;
    position: absolute;
    transition: transform .3s ease-in-out
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-word img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-word {
        transition: none
    }
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-word--desktop {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 1;
    position: absolute
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-word--desktop-hover {
    transition: opacity .5s ease-in-out;
    will-change: opacity;
    opacity: 0
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-car {
    width: initial;
    bottom: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-car {
        bottom: 7px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-car {
        bottom: 9px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-car {
        bottom: 10px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-car {
        bottom: 14px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-car {
        bottom: 18px
    }
}

.model-listing .ml-template-7-m__s-bottom-right-bottom .ml-word {
    width: initial;
    height: 45px;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: flex-start
}

@media screen and (min-width: 1024px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1280px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-word {
        top: 25px;
        right: 25px
    }
}

@media screen and (min-width: 1440px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-word {
        top: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1920px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-word {
        top: 40px;
        right: 40px
    }
}

@media screen and (min-width: 2560px) {
    .model-listing .ml-template-7-m__s-bottom-right-bottom .ml-word {
        top: 50px;
        right: 50px
    }
}

.aem-AuthorLayer-Edit .model-listing .ml-template-7-m,
.aem-AuthorLayer-Preview .model-listing .ml-template-7-m {
    display: none
}

.model-listing .model-listing__models-mask {
    background-image: linear-gradient(to bottom, rgba(49, 49, 49, 0.92) -8%, rgba(0, 0, 0, 0.96) 48%, #313131 106%)
}

@media screen and (max-width: 767px) {
    .model-listing .model-listing__models-mask {
        padding-bottom: 0px
    }
}

@media screen and (min-width: 1025px) {
    .model-listing .model-listing__models-mask {
        background: #010101;
        bottom: 0;
        cursor: pointer;
        left: 250px;
        opacity: 0.8;
        position: fixed;
        right: 0;
        top: 72px;
        z-index: 899;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.85);
        opacity: 1;
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px)
    }
}

@media screen and (min-width: max-width) {
    .model-listing .model-listing__models-mask {
        top: 65px
    }
}

@media screen and (max-width: 767px) {
    .model-listing .model-listing__models-mask .js-model-list {
        height: auto;
        overflow: auto
    }
}

.model-listing .model-listing__models-mask .js-model-list::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 3px
}

.model-listing .model-listing__models-mask .js-model-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    border: rgba(0, 0, 0, 0)
}

.model-listing .model-listing__models-mask .js-model-list::-webkit-scrollbar-button {
    display: none
}

.model-listing .model-listing__models-mask.fade-in {
    animation: fadein 0.5s
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.model-listing .model-listing__models-mask-close {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 999
}

.model-listing .model-listing__models-mask-close.PC {
    position: fixed;
    display: none
}

@media screen and (min-width: 1025px) {
    .model-listing .model-listing__models-mask-close.PC {
        display: block;
        top: 150px
    }
}

.model-listing .model-listing__models-mask-close.mobile {
    display: none
}

@media screen and (max-width: 1024px) {
    .model-listing .model-listing__models-mask-close.mobile {
        display: block;
        width: 30px
    }
}

@media screen and (max-width: 767px) {
    .model-listing .model-listing__models-mask-close {
        right: 20px;
        top: 64px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .model-listing .model-listing__models-mask-close {
        top: 80px
    }
}

.model-listing .model-listing__models-mask .js-banner {
    padding: 30px 139px 0
}

@media screen and (max-width: 767px) {
    .model-listing .model-listing__models-mask .js-banner {
        padding: 9px 20px
    }
}

@media screen and (min-width: 980px) and (max-width: 1366px) {
    .model-listing .model-listing__models-mask .js-banner {
        padding: 0px 50px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .model-listing .model-listing__models-mask .js-banner {
        padding: 0px 20px
    }
}

.model-listing .model-listing__models-mask .model-listing__banner-header {
    color: #fff;
    font-family: MBCorpo Title, "MB_HYZSJBT", "MB_HYZSJBTExt", "DaimlerCAC", "SimSun", "serif";
    display: inline-block;
    margin-right: 5px;
    transform-origin: left
}

.model-listing .model-listing__models-mask .model-listing__banner-type {
    font-size: 80px
}

@media screen and (max-width: 767px) {
    .model-listing .model-listing__models-mask .model-listing__banner-type {
        font-size: 60px;
        line-height: 60px
    }
}

.model-listing .model-listing__models-mask .model-listing__banner-text {
    font-size: 20px
}

@media screen and (min-width: 1024px) {
    .model-listing .model-listing__models-mask .model-listing__models {
        padding: 53px 139px 60px
    }
}

@media screen and (min-width: 1300px) {
    .model-listing .model-listing__models-mask .model-listing__models {
        column-gap: 36px
    }
}

@media screen and (max-width: 767px) {
    .model-listing .model-listing__models-mask .model-listing__models {
        padding: 15px 20px 0
    }
}

@media screen and (min-width: 980px) and (max-width: 1366px) {
    .model-listing .model-listing__models-mask .model-listing__models {
        padding: 53px 60px 44px 60px
    }
}

.model-listing .model-listing__models-mask .model-listing__model-content-wrapper {
    padding-left: 8px
}

@media screen and (min-width: 1024px) {
    .model-listing .model-listing__models-mask .model-listing__model-content-wrapper {
        padding: 0px 0 30px
    }
}

@media screen and (max-width: 767px) {
    .model-listing .model-listing__models-mask .model-listing__model-content-wrapper {
        max-width: 162px
    }
}

.model-listing .model-listing__models-mask .model-listing__model-image-wrapper {
    min-height: unset;
    padding-bottom: 0px;
    min-width: 280px
}

@media screen and (min-width: 980px) and (max-width: 1366px) {
    .model-listing .model-listing__models-mask .model-listing__model-image-wrapper {
        min-width: 190px
    }
}

@media screen and (max-width: 767px) {
    .model-listing .model-listing__models-mask .model-listing__model-image-wrapper {
        min-width: 160px;
        margin-right: 20px
    }
}

.model-listing .model-listing__models-mask .model-listing__model-image-wrapper img {
    width: auto;
    height: auto;
    min-height: 280px;
    min-width: 280px;
    object-fit: cover;
    margin-bottom: 30px
}

@media screen and (min-width: 980px) and (max-width: 1366px) {
    .model-listing .model-listing__models-mask .model-listing__model-image-wrapper img {
        width: auto;
        height: auto;
        min-height: 190px;
        min-width: 190px
    }
}

@media screen and (max-width: 767px) {
    .model-listing .model-listing__models-mask .model-listing__model-image-wrapper img {
        width: auto;
        height: auto;
        min-height: 160px;
        min-width: 160px;
        margin-right: 0px;
        margin-bottom: 0px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .model-listing .model-listing__models-mask .model-listing__model-image-wrapper {
        margin-right: 20px
    }
}

.model-listing .model-listing__models-mask .model-listing__model-wrapper {
    padding-top: 0px;
    border-bottom: none;
    max-height: unset;
    padding-bottom: 10px
}

.model-listing .model-listing__models-mask .model-listing__model-wrapper:hover {
    background-color: unset
}

@media screen and (max-width: 767px) {
    .model-listing .model-listing__models-mask .model-listing__model-wrapper {
        padding-bottom: 20px
    }
}

.model-listing .model-listing__models-mask .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #1a1a1a;
    z-index: 300;
    animation: fadein 0.4s
}

.model-listing .model-listing__models-mask .sticky .model-listing__models-mask-close {
    top: 20px
}

.model-listing .model-listing__models-mask .model-listing__model-name {
    font-weight: normal;
    min-height: unset;
    padding-bottom: 13px;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .model-listing .model-listing__models-mask .model-listing__model-name {
        padding-top: 6px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .model-listing .model-listing__models-mask .model-listing__model-name {
        padding-top: 6px
    }
}

.model-listing .model-listing__models-mask .model-listing__model-retail-price,
.model-listing .model-listing__models-mask .model-listing__model-retail-price-value {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.6;
    color: #fff
}

.model-listing .model-listing__models-mask .model-listing__remarks {
    font-size: 12px;
    opacity: 0.8;
    padding: 40px 0px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}

@media screen and (min-width: 1024px) {
    .model-listing .model-listing__models-mask .model-listing__remarks {
        margin: 0 139px
    }
}

@media screen and (max-width: 767px) {
    .model-listing .model-listing__models-mask .model-listing__remarks {
        margin: 0 20px
    }
}

@media screen and (min-width: 980px) and (max-width: 1366px) {
    .model-listing .model-listing__models-mask .model-listing__remarks {
        margin: 0 60px
    }
}

@media screen and (min-width: 1024px) {
    .model-listing .model-listing__filter {
        margin-top: 35px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .model-listing .model-listing__filter {
        margin-top: 0px
    }
}

.model-listing .model-listing__filter:hover {
    background-color: rgba(102, 102, 102, 0.5)
}

.model-listing .model-listing__models-container {
    min-height: auto;
    height: auto;
    overflow-y: auto
}

.model-listing .model-listing__models-container::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 3px
}

.model-listing .model-listing__models-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    border: rgba(0, 0, 0, 0)
}

.model-listing .model-listing__models-container::-webkit-scrollbar-button {
    display: none
}

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

html.fscreen-enabled.fscreen-normal-scroll-enabled,
.fscreen-enabled body.fscreen-normal-scroll-enabled {
    overflow-y: visible
}

@media screen and (max-width: 767px) {
    html.fscreen-enabled {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }
}

.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
    }
}

.ant-tooltip {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    position: absolute;
    z-index: 1060;
    display: block;
    max-width: 250px;
    visibility: visible
}

.ant-tooltip-hidden {
    display: none
}

.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
    padding-bottom: 8px
}

.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
    padding-left: 8px
}

.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
    padding-top: 8px
}

.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
    padding-right: 8px
}

.ant-tooltip-inner {
    min-width: 30px;
    min-height: 32px;
    padding: 6px 8px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15)
}

.ant-tooltip-arrow {
    position: absolute;
    display: block;
    width: 13.07106781px;
    height: 13.07106781px;
    overflow: hidden;
    background: transparent;
    pointer-events: none
}

.ant-tooltip-arrow::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.75);
    content: '';
    pointer-events: auto
}

.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
    bottom: -5.07106781px
}

.ant-tooltip-placement-top .ant-tooltip-arrow::before,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-topRight .ant-tooltip-arrow::before {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
    transform: translateY(-6.53553px) rotate(45deg)
}

.ant-tooltip-placement-top .ant-tooltip-arrow {
    left: 50%;
    transform: translateX(-50%)
}

.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
    left: 13px
}

.ant-tooltip-placement-topRight .ant-tooltip-arrow {
    right: 13px
}

.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
    left: -5.07106781px
}

.ant-tooltip-placement-right .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow::before {
    box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
    transform: translateX(6.53553px) rotate(45deg)
}

.ant-tooltip-placement-right .ant-tooltip-arrow {
    top: 50%;
    transform: translateY(-50%)
}

.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
    top: 5px
}

.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
    bottom: 5px
}

.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
    right: -5.07106781px
}

.ant-tooltip-placement-left .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow::before {
    box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
    transform: translateX(-6.53553px) rotate(45deg)
}

.ant-tooltip-placement-left .ant-tooltip-arrow {
    top: 50%;
    transform: translateY(-50%)
}

.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
    top: 5px
}

.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
    bottom: 5px
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
    top: -5.07106781px
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow::before {
    box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
    transform: translateY(6.53553px) rotate(45deg)
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow {
    left: 50%;
    transform: translateX(-50%)
}

.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
    left: 13px
}

.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
    right: 13px
}

.cc-detail__tip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-image: url(../images/car-comparison/icon-i.png);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.cc-detail__tip:hover {
    background-image: url(../images/car-comparison/icon-i-hovered.png)
}

.cc-detail-tip__overlay .ant-tooltip-inner {
    padding: 4px 16px;
    font-size: 12px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    line-height: 24px
}

.ant-modal {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    top: 100px;
    width: auto;
    margin: 0 auto;
    padding-bottom: 24px;
    pointer-events: none
}

.ant-modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch
}

.ant-modal-title {
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    word-wrap: break-word
}

.ant-modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: auto
}

.ant-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color 0.3s
}

.ant-modal-close-x {
    display: block;
    width: 56px;
    height: 56px;
    font-size: 16px;
    font-style: normal;
    line-height: 56px;
    text-align: center;
    text-transform: none;
    text-rendering: auto
}

.ant-modal-close:focus,
.ant-modal-close:hover {
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none
}

.ant-modal-header {
    padding: 16px 24px;
    color: rgba(0, 0, 0, 0.65);
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 4px 4px 0 0
}

.ant-modal-body {
    padding: 24px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word
}

.ant-modal-footer {
    padding: 10px 16px;
    text-align: right;
    background: transparent;
    border-top: 1px solid #e8e8e8;
    border-radius: 0 0 4px 4px
}

.ant-modal-footer button+button {
    margin-bottom: 0;
    margin-left: 8px
}

.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
    transform: none;
    opacity: 0;
    animation-duration: 0.3s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    filter: alpha(opacity=50)
}

.ant-modal-mask-hidden {
    display: none
}

.ant-modal-open {
    overflow: hidden
}

.ant-modal-centered {
    text-align: center
}

.ant-modal-centered::before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ''
}

.ant-modal-centered .ant-modal {
    top: 0;
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

@media (max-width: 767px) {
    .ant-modal {
        max-width: calc(100vw - 16px);
        margin: 8px auto
    }

    .ant-modal-centered .ant-modal {
        -ms-flex: 1;
        flex: 1
    }
}

.ant-modal-confirm .ant-modal-header {
    display: none
}

.ant-modal-confirm .ant-modal-close {
    display: none
}

.ant-modal-confirm .ant-modal-body {
    padding: 32px 32px 24px
}

.ant-modal-confirm-body-wrapper {
    zoom: 1
}

.ant-modal-confirm-body-wrapper::before,
.ant-modal-confirm-body-wrapper::after {
    display: table;
    content: ''
}

.ant-modal-confirm-body-wrapper::after {
    clear: both
}

.ant-modal-confirm-body .ant-modal-confirm-title {
    display: block;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4
}

.ant-modal-confirm-body .ant-modal-confirm-content {
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px
}

.ant-modal-confirm-body>.anticon {
    float: left;
    margin-right: 16px;
    font-size: 22px
}

.ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content {
    margin-left: 38px
}

.ant-modal-confirm .ant-modal-confirm-btns {
    float: right;
    margin-top: 24px
}

.ant-modal-confirm .ant-modal-confirm-btns button+button {
    margin-bottom: 0;
    margin-left: 8px
}

.ant-modal-confirm-error .ant-modal-confirm-body>.anticon {
    color: #f5222d
}

.ant-modal-confirm-warning .ant-modal-confirm-body>.anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon {
    color: #faad14
}

.ant-modal-confirm-info .ant-modal-confirm-body>.anticon {
    color: #1890ff
}

.ant-modal-confirm-success .ant-modal-confirm-body>.anticon {
    color: #52c41a
}

.ant-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum'
}

.ant-form legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #d9d9d9
}

.ant-form label {
    font-size: 14px
}

.ant-form input[type='search'] {
    box-sizing: border-box
}

.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
    line-height: normal
}

.ant-form input[type='file'] {
    display: block
}

.ant-form input[type='range'] {
    display: block;
    width: 100%
}

.ant-form select[multiple],
.ant-form select[size] {
    height: auto
}

.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.ant-form output {
    display: block;
    padding-top: 15px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.5
}

.ant-form-item-required::before {
    display: inline-block;
    margin-right: 4px;
    color: #f5222d;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: '*'
}

.ant-form-hide-required-mark .ant-form-item-required::before {
    display: none
}

.ant-form-item-label>label {
    color: rgba(0, 0, 0, 0.85)
}

.ant-form-item-label>label::after {
    content: ':';
    position: relative;
    top: -0.5px;
    margin: 0 8px 0 2px
}

.ant-form-item-label>label.ant-form-item-no-colon::after {
    content: ' '
}

.ant-form-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    margin-bottom: 24px;
    vertical-align: top
}

.ant-form-item label {
    position: relative
}

.ant-form-item label>.anticon {
    font-size: 14px;
    vertical-align: top
}

.ant-form-item-control {
    position: relative;
    line-height: 40px;
    zoom: 1
}

.ant-form-item-control::before,
.ant-form-item-control::after {
    display: table;
    content: ''
}

.ant-form-item-control::after {
    clear: both
}

.ant-form-item-children {
    position: relative
}

.ant-form-item-with-help {
    margin-bottom: 5px
}

.ant-form-item-label {
    display: inline-block;
    overflow: hidden;
    line-height: 39.9999px;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle
}

.ant-form-item-label-left {
    text-align: left
}

.ant-form-item .ant-switch {
    margin: 2px 0 4px
}

.ant-form-explain,
.ant-form-extra {
    clear: both;
    min-height: 22px;
    margin-top: -2px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    line-height: 1.5;
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.ant-form-explain {
    margin-bottom: -1px
}

.ant-form-extra {
    padding-top: 4px
}

.ant-form-text {
    display: inline-block;
    padding-right: 8px
}

.ant-form-split {
    display: block;
    text-align: center
}

form .has-feedback .ant-input {
    padding-right: 30px
}

form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
    padding-right: 18px
}

form .has-feedback .ant-input-affix-wrapper .ant-input {
    padding-right: 49px
}

form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
    padding-right: 68px
}

form .has-feedback>.ant-select .ant-select-arrow,
form .has-feedback>.ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection__clear {
    right: 28px
}

form .has-feedback>.ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection-selected-value {
    padding-right: 42px
}

form .has-feedback .ant-cascader-picker-arrow {
    margin-right: 17px
}

form .has-feedback .ant-cascader-picker-clear {
    right: 28px
}

form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
    right: 28px
}

form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
    right: 28px
}

form .ant-mentions,
form textarea.ant-input {
    height: auto;
    margin-bottom: 4px
}

form .ant-upload {
    background: transparent
}

form input[type='radio'],
form input[type='checkbox'] {
    width: 14px;
    height: 14px
}

form .ant-radio-inline,
form .ant-checkbox-inline {
    display: inline-block;
    margin-left: 8px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer
}

form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
    margin-left: 0
}

form .ant-checkbox-vertical,
form .ant-radio-vertical {
    display: block
}

form .ant-checkbox-vertical+.ant-checkbox-vertical,
form .ant-radio-vertical+.ant-radio-vertical {
    margin-left: 0
}

form .ant-input-number+.ant-form-text {
    margin-left: 8px
}

form .ant-input-number-handler-wrap {
    z-index: 2
}

form .ant-select,
form .ant-cascader-picker {
    width: 100%
}

form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
    width: auto
}

form :not(.ant-input-group-wrapper)>.ant-input-group,
form .ant-input-group-wrapper {
    display: inline-block;
    vertical-align: middle
}

form:not(.ant-form-vertical) :not(.ant-input-group-wrapper)>.ant-input-group,
form:not(.ant-form-vertical) .ant-input-group-wrapper {
    position: relative;
    top: -1px
}

.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left
}

.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
    display: none
}

.ant-form-vertical .ant-form-item {
    padding-bottom: 8px
}

.ant-form-vertical .ant-form-item-control {
    line-height: 1.5
}

.ant-form-vertical .ant-form-explain {
    margin-top: 2px;
    margin-bottom: -5px
}

.ant-form-vertical .ant-form-extra {
    margin-top: 2px;
    margin-bottom: -4px
}

@media (max-width: 575px) {

    .ant-form-item-label,
    .ant-form-item-control-wrapper {
        display: block;
        width: 100%
    }

    .ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: initial;
        text-align: left
    }

    .ant-form-item-label label::after {
        display: none
    }

    .ant-col-xs-24.ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: initial;
        text-align: left
    }

    .ant-col-xs-24.ant-form-item-label label::after {
        display: none
    }
}

@media (max-width: 767px) {
    .ant-col-sm-24.ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: initial;
        text-align: left
    }

    .ant-col-sm-24.ant-form-item-label label::after {
        display: none
    }
}

@media (max-width: 991px) {
    .ant-col-md-24.ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: initial;
        text-align: left
    }

    .ant-col-md-24.ant-form-item-label label::after {
        display: none
    }
}

@media (max-width: 1199px) {
    .ant-col-lg-24.ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: initial;
        text-align: left
    }

    .ant-col-lg-24.ant-form-item-label label::after {
        display: none
    }
}

@media (max-width: 1599px) {
    .ant-col-xl-24.ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: initial;
        text-align: left
    }

    .ant-col-xl-24.ant-form-item-label label::after {
        display: none
    }
}

.ant-form-inline .ant-form-item {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0
}

.ant-form-inline .ant-form-item-with-help {
    margin-bottom: 24px
}

.ant-form-inline .ant-form-item>.ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item>.ant-form-item-label {
    display: inline-block;
    vertical-align: top
}

.ant-form-inline .ant-form-text {
    display: inline-block
}

.ant-form-inline .has-feedback {
    display: inline-block
}

.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 32px;
    height: 20px;
    margin-top: -10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    visibility: visible;
    animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    pointer-events: none
}

.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.has-error.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.has-success.has-feedback .ant-form-item-children-icon {
    color: #52c41a;
    animation-name: diffZoomIn1 !important
}

.has-warning .ant-form-explain,
.has-warning .ant-form-split {
    color: #faad14
}

.has-warning .ant-input,
.has-warning .ant-input:hover {
    background-color: #fff;
    border-color: #faad14
}

.has-warning .ant-input:focus {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2)
}

.has-warning .ant-input:not([disabled]):hover {
    border-color: #faad14
}

.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2)
}

.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
    background-color: #fff;
    border-color: #faad14
}

.has-warning .ant-input-affix-wrapper .ant-input:focus {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2)
}

.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
    border-color: #faad14
}

.has-warning .ant-input-prefix {
    color: #faad14
}

.has-warning .ant-input-group-addon {
    color: #faad14;
    background-color: #fff;
    border-color: #faad14
}

.has-warning .has-feedback {
    color: #faad14
}

.has-warning.has-feedback .ant-form-item-children-icon {
    color: #faad14;
    animation-name: diffZoomIn3 !important
}

.has-warning .ant-select-selection {
    border-color: #faad14
}

.has-warning .ant-select-selection:hover {
    border-color: #faad14
}

.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2)
}

.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
    color: #faad14
}

.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
    border-color: #faad14
}

.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2)
}

.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
    border-color: #faad14
}

.has-warning .ant-cascader-picker:focus .ant-cascader-input {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2)
}

.has-warning .ant-cascader-picker:hover .ant-cascader-input {
    border-color: #faad14
}

.has-error .ant-form-explain,
.has-error .ant-form-split {
    color: #f5222d
}

.has-error .ant-input,
.has-error .ant-input:hover {
    background-color: #fff;
    border-color: #f5222d
}

.has-error .ant-input:focus {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2)
}

.has-error .ant-input:not([disabled]):hover {
    border-color: #f5222d
}

.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2)
}

.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
    background-color: #fff;
    border-color: #f5222d
}

.has-error .ant-input-affix-wrapper .ant-input:focus {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2)
}

.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
    border-color: #f5222d
}

.has-error .ant-input-prefix {
    color: #f5222d
}

.has-error .ant-input-group-addon {
    color: #f5222d;
    background-color: #fff;
    border-color: #f5222d
}

.has-error .has-feedback {
    color: #f5222d
}

.has-error.has-feedback .ant-form-item-children-icon {
    color: #f5222d;
    animation-name: diffZoomIn2 !important
}

.has-error .ant-select-selection {
    border-color: #f5222d
}

.has-error .ant-select-selection:hover {
    border-color: #f5222d
}

.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2)
}

.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
    border-color: #f5222d
}

.has-error .ant-input-group-addon .ant-select-selection {
    border-color: transparent;
    box-shadow: none
}

.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
    color: #f5222d
}

.has-error .ant-input-number,
.has-error .ant-time-picker-input {
    border-color: #f5222d
}

.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2)
}

.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
    border-color: #f5222d
}

.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
    border-color: #f5222d
}

.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2)
}

.has-error .ant-cascader-picker:focus .ant-cascader-input {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2)
}

.has-error .ant-cascader-picker:hover .ant-cascader-input {
    border-color: #f5222d
}

.has-error .ant-transfer-list {
    border-color: #f5222d
}

.has-error .ant-transfer-list-search:not([disabled]) {
    border-color: #d9d9d9
}

.has-error .ant-transfer-list-search:not([disabled]):hover {
    border-color: #40a9ff;
    border-right-width: 1px !important
}

.has-error .ant-transfer-list-search:not([disabled]):focus {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2)
}

.is-validating.has-feedback .ant-form-item-children-icon {
    display: inline-block;
    color: #1890ff
}

.ant-advanced-search-form .ant-form-item {
    margin-bottom: 24px
}

.ant-advanced-search-form .ant-form-item-with-help {
    margin-bottom: 5px
}

.show-help-enter,
.show-help-appear {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.show-help-leave {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
    animation-name: antShowHelpIn;
    animation-play-state: running
}

.show-help-leave.show-help-leave-active {
    animation-name: antShowHelpOut;
    animation-play-state: running;
    pointer-events: none
}

.show-help-enter,
.show-help-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

.show-help-leave {
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

@keyframes antShowHelpIn {
    0% {
        transform: translateY(-5px);
        opacity: 0
    }

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

@keyframes antShowHelpOut {
    to {
        transform: translateY(-5px);
        opacity: 0
    }
}

@keyframes diffZoomIn1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes diffZoomIn2 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes diffZoomIn3 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

.ant-select {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    outline: 0
}

.ant-select ul,
.ant-select ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.ant-select>ul>li>a {
    padding: 0;
    background-color: #fff
}

.ant-select-arrow {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -6px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    line-height: 1;
    transform-origin: 50% 50%
}

.ant-select-arrow>* {
    line-height: 1
}

.ant-select-arrow svg {
    display: inline-block
}

.ant-select-arrow::before {
    display: none
}

.ant-select-arrow .ant-select-arrow-icon {
    display: block
}

.ant-select-arrow .ant-select-arrow-icon svg {
    transition: transform 0.3s
}

.ant-select-selection {
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top-width: 1.02px;
    border-radius: 4px;
    outline: none;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-select-selection:hover {
    border-color: #40a9ff;
    border-right-width: 1px !important
}

.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2)
}

.ant-select-selection__clear {
    position: absolute;
    top: 50%;
    right: 11px;
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
    text-align: center;
    text-transform: none;
    background: #fff;
    cursor: pointer;
    opacity: 0;
    transition: color 0.3s ease, opacity 0.15s ease;
    text-rendering: auto
}

.ant-select-selection__clear::before {
    display: block
}

.ant-select-selection__clear:hover {
    color: rgba(0, 0, 0, 0.45)
}

.ant-select-selection:hover .ant-select-selection__clear {
    opacity: 1
}

.ant-select-selection-selected-value {
    float: left;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ant-select-no-arrow .ant-select-selection-selected-value {
    padding-right: 0
}

.ant-select-disabled {
    color: rgba(0, 0, 0, 0.25)
}

.ant-select-disabled .ant-select-selection {
    background: #f5f5f5;
    cursor: not-allowed
}

.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
    border-color: #d9d9d9;
    box-shadow: none
}

.ant-select-disabled .ant-select-selection__clear {
    display: none;
    visibility: hidden;
    pointer-events: none
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
    padding-right: 10px;
    color: rgba(0, 0, 0, 0.33);
    background: #f5f5f5
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
    display: none
}

.ant-select-selection--single {
    position: relative;
    height: 32px;
    cursor: pointer
}

.ant-select-selection--single .ant-select-selection__rendered {
    margin-right: 24px
}

.ant-select-no-arrow .ant-select-selection__rendered {
    margin-right: 11px
}

.ant-select-selection__rendered {
    position: relative;
    display: block;
    margin-right: 11px;
    margin-left: 11px;
    line-height: 30px
}

.ant-select-selection__rendered::after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: '.';
    pointer-events: none
}

.ant-select-lg {
    font-size: 16px
}

.ant-select-lg .ant-select-selection--single {
    height: 40px
}

.ant-select-lg .ant-select-selection__rendered {
    line-height: 38px
}

.ant-select-lg .ant-select-selection--multiple {
    min-height: 40px
}

.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
    height: 32px;
    line-height: 32px
}

.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-lg .ant-select-selection--multiple .ant-select-arrow {
    top: 20px
}

.ant-select-sm .ant-select-selection--single {
    height: 24px
}

.ant-select-sm .ant-select-selection__rendered {
    margin-left: 7px;
    line-height: 22px
}

.ant-select-sm .ant-select-selection--multiple {
    min-height: 24px
}

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
    height: 16px;
    line-height: 14px
}

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-sm .ant-select-selection--multiple .ant-select-arrow {
    top: 12px
}

.ant-select-sm .ant-select-selection__clear,
.ant-select-sm .ant-select-arrow {
    right: 8px
}

.ant-select-disabled .ant-select-selection__choice__remove {
    color: rgba(0, 0, 0, 0.25);
    cursor: default
}

.ant-select-disabled .ant-select-selection__choice__remove:hover {
    color: rgba(0, 0, 0, 0.25)
}

.ant-select-search__field__wrap {
    position: relative;
    display: inline-block
}

.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
    position: absolute;
    top: 50%;
    right: 9px;
    left: 0;
    max-width: 100%;
    height: 20px;
    margin-top: -10px;
    overflow: hidden;
    color: #bfbfbf;
    line-height: 20px;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis
}

.ant-select-search__field__placeholder {
    left: 12px
}

.ant-select-search__field__mirror {
    position: absolute;
    top: 0;
    left: 0;
    white-space: pre;
    opacity: 0;
    pointer-events: none
}

.ant-select-search--inline {
    position: absolute;
    width: 100%;
    height: 100%
}

.ant-select-search--inline .ant-select-search__field__wrap {
    width: 100%;
    height: 100%
}

.ant-select-search--inline .ant-select-search__field {
    width: 100%;
    height: 100%;
    font-size: 100%;
    line-height: 1;
    background: transparent;
    border-width: 0;
    border-radius: 4px;
    outline: 0
}

.ant-select-search--inline>i {
    float: right
}

.ant-select-selection--multiple {
    min-height: 32px;
    padding-bottom: 3px;
    cursor: text;
    zoom: 1
}

.ant-select-selection--multiple::before,
.ant-select-selection--multiple::after {
    display: table;
    content: ''
}

.ant-select-selection--multiple::after {
    clear: both
}

.ant-select-selection--multiple .ant-select-search--inline {
    position: static;
    float: left;
    width: auto;
    max-width: 100%;
    padding: 0
}

.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
    width: 0.75em;
    max-width: 100%;
    padding: 1px
}

.ant-select-selection--multiple .ant-select-selection__rendered {
    height: auto;
    margin-bottom: -3px;
    margin-left: 5px
}

.ant-select-selection--multiple .ant-select-selection__placeholder {
    margin-left: 6px
}

.ant-select-selection--multiple>ul>li,
.ant-select-selection--multiple .ant-select-selection__rendered>ul>li {
    height: 24px;
    margin-top: 3px;
    line-height: 22px
}

.ant-select-selection--multiple .ant-select-selection__choice {
    position: relative;
    float: left;
    max-width: 99%;
    margin-right: 4px;
    padding: 0 20px 0 10px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    cursor: default;
    transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.ant-select-selection--multiple .ant-select-selection__choice__disabled {
    padding: 0 10px
}

.ant-select-selection--multiple .ant-select-selection__choice__content {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.ant-select-selection--multiple .ant-select-selection__choice__remove {
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 4px;
    color: rgba(0, 0, 0, 0.45);
    font-weight: bold;
    line-height: inherit;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    font-size: 12px;
    font-size: 10px \9;
    transform: scale(0.83333) rotate(0deg)
}

.ant-select-selection--multiple .ant-select-selection__choice__remove>* {
    line-height: 1
}

.ant-select-selection--multiple .ant-select-selection__choice__remove svg {
    display: inline-block
}

.ant-select-selection--multiple .ant-select-selection__choice__remove::before {
    display: none
}

.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon {
    display: block
}

:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
    font-size: 12px
}

.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
    color: rgba(0, 0, 0, 0.75)
}

.ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-selection--multiple .ant-select-arrow {
    top: 16px
}

.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,
.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered {
    margin-right: 20px
}

.ant-select-open .ant-select-arrow-icon svg {
    transform: rotate(180deg)
}

.ant-select-open .ant-select-selection {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2)
}

.ant-select-combobox .ant-select-arrow {
    display: none
}

.ant-select-combobox .ant-select-search--inline {
    float: none;
    width: 100%;
    height: 100%
}

.ant-select-combobox .ant-select-search__field__wrap {
    width: 100%;
    height: 100%
}

.ant-select-combobox .ant-select-search__field {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-shadow: none;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s
}

.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,
.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered {
    margin-right: 20px
}

.ant-select-dropdown {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    box-sizing: border-box;
    font-size: 14px;
    font-variant: initial;
    background-color: #fff;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15)
}

.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
    animation-name: antSlideUpIn
}

.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
    animation-name: antSlideDownIn
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
    animation-name: antSlideUpOut
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
    animation-name: antSlideDownOut
}

.ant-select-dropdown-hidden {
    display: none
}

.ant-select-dropdown-menu {
    max-height: 250px;
    margin-bottom: 0;
    padding: 4px 0;
    padding-left: 0;
    overflow: auto;
    list-style: none;
    outline: none
}

.ant-select-dropdown-menu-item-group-list {
    margin: 0;
    padding: 0
}

.ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item {
    padding-left: 20px
}

.ant-select-dropdown-menu-item-group-title {
    height: 32px;
    padding: 0 12px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    line-height: 32px
}

.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
    border-radius: 0
}

.ant-select-dropdown-menu-item {
    position: relative;
    display: block;
    padding: 5px 12px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.65);
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: background 0.3s ease
}

.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
    background-color: #e6f7ff
}

.ant-select-dropdown-menu-item-selected {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    background-color: #fafafa
}

.ant-select-dropdown-menu-item-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed
}

.ant-select-dropdown-menu-item-disabled:hover {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed
}

.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
    background-color: #e6f7ff
}

.ant-select-dropdown-menu-item-divider {
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    line-height: 0;
    background-color: #e8e8e8
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
    padding-right: 32px
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    color: transparent;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
    transform: translateY(-50%);
    transition: all 0.2s
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
    color: rgba(0, 0, 0, 0.87)
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
    display: none
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
    display: inline-block;
    color: #1890ff
}

.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
    padding-right: 12px
}

.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
    display: block
}

.ant-empty {
    margin: 0 8px;
    font-size: 14px;
    line-height: 22px;
    text-align: center
}

.ant-empty-image {
    height: 100px;
    margin-bottom: 8px
}

.ant-empty-image img {
    height: 100%
}

.ant-empty-image svg {
    height: 100%;
    margin: auto
}

.ant-empty-description {
    margin: 0
}

.ant-empty-footer {
    margin-top: 16px
}

.ant-empty-normal {
    margin: 32px 0;
    color: rgba(0, 0, 0, 0.25)
}

.ant-empty-normal .ant-empty-image {
    height: 40px
}

.ant-empty-small {
    margin: 8px 0;
    color: rgba(0, 0, 0, 0.25)
}

.ant-empty-small .ant-empty-image {
    height: 35px
}

.cc-modal__overflow-hidden {
    overflow: hidden
}

.cc-modal__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.cc-modal__container .ant-modal {
    top: unset
}

.cc-modal__container .ant-modal-content {
    position: relative;
    border-radius: 2px
}

.cc-modal__container .ant-modal-content .ant-modal-body {
    padding: 40px;
    background-color: #fff
}

.cc-modal__container .ant-modal-content .ant-modal-body .ant-form {
    overflow: hidden
}

.cc-modal__container .ant-modal-content .ant-select-selection {
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #e5e5e5
}

.cc-modal__container .ant-modal-content .ant-select-selection .ant-select-selection__rendered {
    margin-left: 0
}

.cc-modal__container .ant-modal-content .ant-select-selection .ant-select-selection-selected-value {
    color: #010101
}

.cc-modal__container .ant-modal-content .ant-select-open .ant-select-selection {
    border: none;
    box-shadow: none
}

.cc-modal__container .ant-modal-content .ant-select-focused .ant-select-selection,
.cc-modal__container .ant-modal-content .ant-select-selection:focus,
.cc-modal__container .ant-modal-content .ant-select-selection:active {
    box-shadow: none
}

.cc-modal__container .ant-modal-content .ant-select-disabled .ant-select-selection {
    background-color: transparent
}

.cc-modal__container .ant-modal-content .ant-select-disabled .ant-select-selection .ant-select-selection-selected-value {
    color: #565656
}

.cc-modal__container .ant-modal-content .ant-select-disabled .ant-select-selection .ant-select-arrow {
    visibility: hidden
}

.cc-modal__container .ant-modal-content .has-error .ant-select-selection {
    border-bottom-color: #c72526
}

.cc-modal__container .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled),
.cc-modal__container .ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
    background-color: #fff
}

.cc-modal__container .cc-modal__close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    cursor: pointer;
    -webkit-appearance: none
}

.cc-modal__container .cc-modal__title {
    margin: 0 0 60px 0;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    line-height: 28px;
    text-align: center
}

.cc-modal__container .cc-modal__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px
}

.cc-modal__container .cc-modal__btn>button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 146px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    line-height: 24px;
    background-color: #010101;
    border: solid 1px transparent;
    border-radius: 2px;
    cursor: pointer;
    -webkit-appearance: none
}

.cc-modal__container .cc-modal__btn>button:hover {
    color: #333;
    background-color: #fff;
    border-color: #010101
}

.fade-enter,
.fade-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.fade-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
    animation-name: antFadeIn;
    animation-play-state: running
}

.fade-leave.fade-leave-active {
    animation-name: antFadeOut;
    animation-play-state: running;
    pointer-events: none
}

.fade-enter,
.fade-appear {
    opacity: 0;
    animation-timing-function: linear
}

.fade-leave {
    animation-timing-function: linear
}

@keyframes antFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes antFadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.zoom-enter,
.zoom-appear {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.zoom-leave {
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
    animation-name: antZoomIn;
    animation-play-state: running
}

.zoom-leave.zoom-leave-active {
    animation-name: antZoomOut;
    animation-play-state: running;
    pointer-events: none
}

.zoom-enter,
.zoom-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1)
}

.zoom-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86)
}

@keyframes antZoomIn {
    0% {
        transform: scale(0.2);
        opacity: 0
    }

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

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

    100% {
        transform: scale(0.2);
        opacity: 0
    }
}

.cc-detail__table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding: 0 7%;
    overflow: hidden
}

.cc-detail__table.cc-detail__table--end .cc-detail-table__values {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.cc-detail__table--hidden {
    display: none
}

.cc-detail__table--packaged .cc-detail-table__ceil,
.cc-detail__table--packaged .cc-detail-table__header,
.cc-detail__table--packaged .cc-detail-table__values {
    padding: 0 !important;
    border: none !important;
    background-color: #fff !important
}

.cc-detail__table--packaged .cc-detail-table__header {
    box-shadow: none !important
}

.cc-detail__table--packaged .cc-detail-table__row .cc-detail-table__ceil {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center
}

.cc-detail__table--packaged .cc-detail__package {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 180px;
    height: 271px;
    margin-top: 10px;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(223deg, #fff, #e8e8e8);
    border-image-slice: 1;
    border-radius: 2px
}

.cc-detail__table--packaged .cc-detail__package__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333;
    font-size: 12px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial
}

.cc-detail__table--packaged .cc-detail-package__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    color: #333;
    line-height: 16px;
    padding: 0 16px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    font-weight: normal;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background: linear-gradient(270deg, #fff 0%, rgba(172, 172, 172, 0.2) 20%, rgba(172, 172, 172, 0.2) 80%, #fff 100%)
}

.cc-detail__table--packaged .cc-detail-package__features {
    padding: 15px;
    height: 160px;
    overflow: auto
}

.cc-detail__table--packaged .cc-detail-package__features>li {
    position: relative;
    padding-left: 10px;
    color: #767676;
    font-size: 12px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    line-height: 16px
}

.cc-detail__table--packaged .cc-detail-package__features>li::before {
    position: absolute;
    left: 0;
    content: '·'
}

.cc-detail__table--packaged .cc-detail-package__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 15px
}

.cc-detail__table--packaged .cc-detail-package-price__label {
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    font-weight: normal
}

.cc-detail__table--packaged .cc-detail-package-price__price {
    margin-top: 5px;
    color: #333;
    font-size: 20px;
    line-height: 20px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    font-weight: bold
}

.cc-detail__table .cc-detail-table__row {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: 25px
}

.cc-detail__table .cc-detail-table__row:first-of-type .cc-detail-table__header,
.cc-detail__table .cc-detail-table__row:first-of-type .cc-detail-table__values {
    border-top: solid 1px #e5e5e5
}

.cc-detail__table .cc-detail-table__row .cc-detail-table__ceil,
.cc-detail__table .cc-detail-table__row .cc-detail-table__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: 247px;
    min-height: 56px;
    padding: 16px 27px;
    color: #767676;
    font-size: 12px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    font-weight: normal;
    line-height: 20px;
    white-space: normal;
    word-break: break-all;
    background-color: #f8f8f8;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5
}

.cc-detail__table .cc-detail-table__row .cc-detail-table__header {
    position: relative;
    z-index: 3;
    border-right: solid 1px rgba(229, 229, 229, 0.5);
    box-shadow: 10px 0 10px -5px rgba(0, 0, 0, 0.05)
}

.cc-detail__table .cc-detail-table__row .cc-detail-table__values {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    border-bottom: solid 1px #e5e5e5
}

.cc-detail__table .cc-detail-table__row .cc-detail-table__ceil {
    position: relative;
    width: 200px;
    color: #262626;
    background-color: #fff;
    border-bottom: none;
    border-left: none
}

.cc-detail__table .cc-detail-table__row .cc-detail-table__ceil .cc-detail-table-ceil__tip {
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    margin: auto 0
}

.cc__slider {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2)
}

.cc__slider .cc-slider__previous,
.cc__slider .cc-slider__next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    background-size: auto 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cc__slider .cc-slider__previous:hover,
.cc__slider .cc-slider__next:hover {
    background-color: rgba(0, 0, 0, 0.01)
}

.cc__slider .cc-slider__previous[disabled],
.cc__slider .cc-slider__next[disabled] {
    visibility: hidden;
    opacity: 0.5;
    cursor: not-allowed
}

.cc__slider .cc-slider__previous[disabled]:hover,
.cc__slider .cc-slider__next[disabled]:hover {
    background-image: none;
    background-color: transparent
}

.cc__slider .cc-slider__previous {
    background-image: url(../images/engine-carousel-left-arrow.svg);
    box-shadow: 10px 0 10px rgba(220, 220, 220, 0.2)
}

.cc__slider .cc-slider__previous {
    position: relative
}

.cc__slider .cc-slider__previous::after {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, transparent, #e5e5e5, transparent)
}

.cc__slider .cc-slider__next {
    margin-left: -2px;
    background-image: url(../images/engine-carousel-right-arrow.svg);
    box-shadow: -10px 0 10px rgba(220, 220, 220, 0.2)
}

.cc__slider .cc-slider__next {
    position: relative
}

.cc__slider .cc-slider__next::after {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, transparent, #e5e5e5, transparent)
}

.cc__slider .cc-slider__window {
    position: relative;
    overflow: hidden;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 200px
}

.cc__slider .cc-slider__window {
    position: relative
}

.cc__slider .cc-slider__window::after {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, transparent, #e5e5e5, transparent)
}

.cc__slider .cc-slider__window .cc-slider__panel {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    transition: transform 0.2s linear;
    will-change: transform
}

.cc__slider .cc-slider__window .cc-slider__panel.cc-slider__panel--no-transition {
    transition: none
}

.cc__slider .cc-slider__window .cc-slider-panel__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(243, 243, 243, 0.7) 80%, rgba(255, 255, 255, 0))
}

.cc__slider .cc-slider__window .cc-slider-panel__item {
    position: relative
}

.cc__slider .cc-slider__window .cc-slider-panel__item::after {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, transparent, #e5e5e5, transparent)
}

.cc__slider .cc-slider__window .cc-slider-panel__item .cc-slider-item__close {
    position: absolute;
    top: 40px;
    right: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 12px;
    height: 12px;
    background-color: transparent;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    border: solid 10px transparent;
    border-radius: 2px;
    cursor: pointer;
    -webkit-appearance: none
}

.cc__slider .cc-slider__window .cc-slider-panel__item .cc-slider-item__close:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

.cc__slider .cc-slider__window .cc-slider-panel__item .cc-slider-item__class {
    color: #333;
    font-family: "SimSun", serif;
    text-align: center
}

.cc__slider .cc-slider__window .cc-slider-panel__item .cc-slider-item__class .cc-slider-item-class__letter {
    display: inline-block;
    margin-right: 10px;
    font-size: 64px;
    font-family: "corporateacondpro", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    line-height: 1;
    vertical-align: -3px
}

.cc__slider .cc-slider__window .cc-slider-panel__item .cc-slider-item__class .cc-slider-item-class__level {
    display: inline-block;
    margin-left: -15%;
    font-size: 26px;
    transform: scaleX(0.7);
    vertical-align: baseline
}

.cc__slider .cc-slider__window .cc-slider-panel__item .cc-slider-item__title {
    margin-top: -28px;
    margin-bottom: 40px;
    padding: 0 32px;
    color: #333;
    font-size: 16px;
    font-family: "PingFangSC-Medium", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    line-height: 20px;
    text-align: center;
    white-space: normal
}

.cc__slider .cc-slider__window .cc-slider-panel__item .cc-slider-item__tips {
    padding-bottom: 32px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.cc__slider .cc-slider__window .cc-slider-panel__item .cc-slider-item__tips .cc-slider-item-tips__label {
    color: #999;
    font-size: 12px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    line-height: 20px
}

.cc__slider .cc-slider__window .cc-slider-panel__item .cc-slider-item__tips .cc-slider-item-tips__price {
    margin-top: 2px;
    color: #333;
    font-size: 14px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    line-height: 22px
}

.cc__slider .cc-slider__window .cc-slider-panel__item--add {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.cc__slider .cc-slider__window .cc-slider-panel__item--add img {
    width: 30px;
    height: 30px
}

.cc__slider .cc-slider__window .cc-slider-panel__item--add p {
    margin-top: 8px;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

.cc__slider .cc-slider__window .cc-slider-panel__item--with-class {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px
}

.cc__slider .cc-slider__window .cc-slider-panel__item--with-class .cc-slider-item__title {
    margin-top: 10px
}

.cc-cta__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    box-sizing: border-box;
    margin-top: 64px;
    padding: 0 calc(7% + 25px) 0 7%
}

.cc-cta__container .cc-cta__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    padding: 20px;
    height: 139px;
    overflow: hidden
}

.cc-cta__container .cc-cta__item:last-of-type {
    margin-right: 0
}

.cc-cta__container .cc-cta__item:hover::after {
    transform: scale(1.2) translateX(10px)
}

.cc-cta__container .cc-cta__item::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    opacity: 0.5;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%)
}

.cc-cta__container .cc-cta__item::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .2s linear;
    will-change: transform
}

.cc-cta__container .cc-cta__item--book::after {
    background-image: url(../images/car-comparison/new-bg-book.png)
}

.cc-cta__container .cc-cta__item--test-drive::after {
    background-image: url(../images/car-comparison/bg-test-drive.png)
}

.cc-cta__container .cc-cta__item--purchase::after {
    background-image: url(../images/car-comparison/bg-purchase.png)
}

.cc-cta__container .cc-cta__item--dealer::after {
    background-image: url(../images/car-comparison/bg-dealer.png)
}

.cc-cta__container .cc-cta__item .cc-cta-item__title {
    position: relative;
    z-index: 3;
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    font-weight: bold;
    line-height: 22px
}

.cc-cta__container .cc-cta__item .cc-cta-item__title::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 24px;
    height: 2px;
    background-color: white;
    content: ''
}

.ccm-cta__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 64px 20px 0;
    background: #fff
}

.ccm-cta__container .ccm-cta__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    padding: 20px;
    height: 88px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px
}

.ccm-cta__container .ccm-cta__item:last-of-type {
    margin-right: 0
}

.ccm-cta__container .ccm-cta__item:hover::after {
    transform: scale(1.1) translateX(10px)
}

.ccm-cta__container .ccm-cta__item::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    opacity: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 100%)
}

.ccm-cta__container .ccm-cta__item::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .2s linear;
    will-change: transform
}

.ccm-cta__container .ccm-cta__item--book::after {
    background-image: url(../images/car-comparison/new-ccm-bg-book.png)
}

.ccm-cta__container .ccm-cta__item--test-drive::after {
    background-image: url(../images/car-comparison/ccm-bg-test-drive.png)
}

.ccm-cta__container .ccm-cta__item--purchase::after {
    background-image: url(../images/car-comparison/ccm-bg-purchase.png)
}

.ccm-cta__container .ccm-cta__item--dealer::after {
    background-image: url(../images/car-comparison/ccm-bg-dealer.png)
}

.ccm-cta__container .ccm-cta__item .ccm-cta-item__title {
    position: relative;
    z-index: 3;
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    font-weight: 500;
    line-height: 22px
}

.ccm-cta__container .ccm-cta__item .ccm-cta-item__title::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 24px;
    height: 1px;
    background-color: white;
    content: ''
}

.ant-switch {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 44px;
    height: 22px;
    line-height: 20px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.36s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-switch-inner {
    display: block;
    margin-right: 6px;
    margin-left: 24px;
    color: #fff;
    font-size: 12px
}

.ant-switch-loading-icon,
.ant-switch::after {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 18px;
    cursor: pointer;
    transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    content: ' '
}

.ant-switch::after {
    box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2)
}

.ant-switch:not(.ant-switch-disabled):active::before,
.ant-switch:not(.ant-switch-disabled):active::after {
    width: 24px
}

.ant-switch-loading-icon {
    z-index: 1;
    display: none;
    font-size: 12px;
    background: transparent
}

.ant-switch-loading-icon svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.ant-switch-loading .ant-switch-loading-icon {
    display: inline-block;
    color: rgba(0, 0, 0, 0.65)
}

.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
    color: #1890ff
}

.ant-switch:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2)
}

.ant-switch:focus:hover {
    box-shadow: none
}

.ant-switch-small {
    min-width: 28px;
    height: 16px;
    line-height: 14px
}

.ant-switch-small .ant-switch-inner {
    margin-right: 3px;
    margin-left: 18px;
    font-size: 12px
}

.ant-switch-small::after {
    width: 12px;
    height: 12px
}

.ant-switch-small:active::before,
.ant-switch-small:active::after {
    width: 16px
}

.ant-switch-small .ant-switch-loading-icon {
    width: 12px;
    height: 12px
}

.ant-switch-small.ant-switch-checked .ant-switch-inner {
    margin-right: 18px;
    margin-left: 3px
}

.ant-switch-small.ant-switch-checked .ant-switch-loading-icon {
    left: 100%;
    margin-left: -13px
}

.ant-switch-small.ant-switch-loading .ant-switch-loading-icon {
    font-weight: bold;
    transform: scale(0.66667)
}

.ant-switch-checked {
    background-color: #1890ff
}

.ant-switch-checked .ant-switch-inner {
    margin-right: 24px;
    margin-left: 6px
}

.ant-switch-checked::after {
    left: 100%;
    margin-left: -1px;
    transform: translateX(-100%)
}

.ant-switch-checked .ant-switch-loading-icon {
    left: 100%;
    margin-left: -19px
}

.ant-switch-loading,
.ant-switch-disabled {
    cursor: not-allowed;
    opacity: 0.4
}

.ant-switch-loading *,
.ant-switch-disabled * {
    cursor: not-allowed
}

.ant-switch-loading::before,
.ant-switch-disabled::before,
.ant-switch-loading::after,
.ant-switch-disabled::after {
    cursor: not-allowed
}

@keyframes AntSwitchSmallLoadingCircle {
    0% {
        transform: rotate(0deg) scale(0.66667);
        transform-origin: 50% 50%
    }

    100% {
        transform: rotate(360deg) scale(0.66667);
        transform-origin: 50% 50%
    }
}

.cc-detail__header {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 80px;
    padding: 0 7%;
    background-color: transparent
}

.cc-detail__header .cc-detail-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 25px);
    margin-right: 25px;
    border-bottom: solid 1px #e5e5e5
}

.cc-detail__header.cc-detail__header--sticky {
    z-index: 5;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(161, 161, 161, 0.15)
}

.cc-detail__header.cc-detail__header--sticky .cc-detail-header__inner {
    border-bottom: none
}

.cc-detail__header.cc-detail__header--expanded .cc-detail-header__inner {
    border-bottom: none
}

.cc-detail__header.cc-detail__header--expanded .cc-detail-header-expand__btn {
    background-image: url(../images/car-comparison/icon-collapse.png)
}

.cc-detail-header__expand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.cc-detail-header__expand>.cc-detail-header-expand__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: transparent;
    background-image: url(../images/car-comparison/icon-expand.png);
    background-size: 21px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    -webkit-appearance: none
}

.cc-detail-header__title {
    margin-left: 20.5px;
    color: #262626;
    font-size: 20px;
    font-weight: 500;
    font-family: "PingFangSC-Medium", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    line-height: 28px
}

.cc-detail-header__others {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.cc-detail-header__others .cc-detail-header__switch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    width: 106px;
    margin-left: 24px
}

.cc-detail-header__others .cc-detail-header__switch .ant-switch {
    width: 44px;
    height: 24px
}

.cc-detail-header__others .cc-detail-header__switch .ant-switch::after {
    top: 2px;
    left: 2px
}

.cc-detail-header__others .cc-detail-header__switch .ant-switch.ant-switch-checked {
    background-color: #010101
}

.cc-detail-header__others .cc-detail-header__switch .ant-switch.ant-switch-checked::after {
    left: 100%;
    margin-left: -2px
}

.cc-detail-header__others .cc-detail-header__switch>label {
    margin-left: 6px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    line-height: 24px;
    cursor: pointer
}

.cc-detail-header__others .cc-detail-header__switch>label:hover {
    color: #010101;
    font-weight: bold
}

.cc__indicator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.cc__indicator .cc-indicator__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px
}

.cc__indicator .cc-indicator__item:last-of-type {
    margin-right: 0
}

.cc__indicator .cc-indicator__item .cc-indicator__text {
    margin-left: 8px;
    color: #333;
    font-size: 14px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    font-weight: normal;
    vertical-align: -2px
}

.cc-indicator__icon {
    margin: 0 auto;
    color: #333;
    font-size: 12px;
    line-height: 12px
}

.cc-header__profile--car {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 0 0 0 35px !important
}

.cc-header__profile--car .cc-header-profile__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 72px;
    color: #333;
    font-size: 48px;
    font-family: "SimSun", serif;
    line-height: 1;
    transform: scaleX(0.7);
    transform-origin: left center;
    word-break: keep-all;
    white-space: nowrap
}

.cc-header__profile--engine .cc-header__modal {
    margin-top: -10px;
    font-weight: 400;
    font-family: "SimSun", serif;
    color: #333
}

.cc-header__profile--engine .cc-header__modal .cc-header-modal__letter {
    display: inline-block;
    margin-right: 10px;
    margin-left: -2px;
    font-size: 90px;
    font-family: "corporateacondpro", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    line-height: 1;
    vertical-align: -2px
}

.cc-header__profile--engine .cc-header__modal .cc-header-modal__level {
    display: inline-block;
    margin-left: -15%;
    font-size: 24px;
    transform: scaleX(0.7);
    vertical-align: baseline
}

.cc-header__profile--engine .cc-header__description {
    max-width: 146px;
    height: 44px;
    margin-top: 14px;
    color: #333;
    font-size: 16px;
    font-family: "PingFangSC-Medium", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    line-height: 22px
}

.cc-header__profile--engine .cc-header__btn {
    margin-top: 44px
}

.cc-header__profile--engine .cc-header__btn>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 146px;
    height: 40px;
    background-color: #010101;
    color: #fff;
    font-size: 16px;
    font-family: PingFangSC-Medium, "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    line-height: 1;
    text-align: center;
    vertical-align: -2px;
    border: solid 1px #010101;
    border-radius: 2px;
    transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
    cursor: pointer;
    -webkit-appearance: none
}

.cc-header__profile--engine .cc-header__btn>a:hover {
    color: #010101;
    background-color: #fff
}

.car-comparison__container {
    position: relative;
    background-image: url(../images/car-comparison/bg-pc.png);
    background-attachment: fixed;
    background-size: 100% auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #fff
}

.car-comparison__container .cc__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 0 7%;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 -10px 10px 20px rgba(161, 161, 161, 0.15)
}

.car-comparison__container .cc__header.cc__header--sticky {
    position: fixed;
    background-color: #fff;
    background-image: url(../images/car-comparison/bg-pc.png);
    background-size: 100% auto;
    background-position: left top;
    background-repeat: no-repeat
}

.car-comparison__container .cc-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 auto;
    min-height: 298px
}

.car-comparison__container .cc-header__inner .cc-header__profile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 222px;
    padding: 45px 0 32px
}

.car-comparison__container .cc-header__inner .cc-header__slider {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 250px
}

.car-comparison__container .cc-detail__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch
}

.car-comparison__container .cc-detail__container .cc-detail__inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    min-height: 300px
}

.car-comparison__container .cc__footer {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 64px 0 0;
    padding: 35px calc(7% + 25px) 112px 7%
}

.car-comparison__container .cc__footer::before {
    position: absolute;
    top: 0;
    display: block;
    width: 48px;
    height: 3px;
    background-color: #333;
    content: ''
}

.car-comparison__container .cc__footer>p {
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    margin: 0;
    color: #333;
    font-size: 13px;
    line-height: 2.69
}

body {
    overflow: hidden
}

.ccm-global-header--sticky {
    position: fixed !important;
    z-index: 999;
    top: 0
}

.ccm-container {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    background-color: #fff
}

.ccm-container__header {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 8px 20px;
    margin-bottom: 10px;
    height: 204px;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    background-image: url(../images/icon_ccm_bg.png);
    background-size: 100% auto;
    background-position: left top;
    background-repeat: no-repeat;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-source: linear-gradient(to left, rgba(229, 229, 229, 0), #e5e5e5 51%, rgba(229, 229, 229, 0));
    border-image-slice: 1
}

.ccm-container__header__profile {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 112px;
    border-right-style: solid;
    border-right-width: 1px;
    border-image-source: linear-gradient(to bottom, rgba(229, 229, 229, 0), #e5e5e5 51%, rgba(229, 229, 229, 0));
    border-image-slice: 1
}

.ccm-container__header__profile__icon {
    position: absolute;
    top: 0;
    right: 10px;
    width: 16px;
    height: 16px
}

.ccm-container__header__profile__box {
    width: 100%
}

.ccm-container__header__profile__box__img {
    width: 54px;
    height: 76px
}

.ccm-container__header__profile__box__text {
    font-size: 32px;
    line-height: 32px;
    color: #333;
    font-family: "corporateacondpro", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial
}

.ccm-container__header__profile__push {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ccm-container__header__profile__add {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    margin-bottom: 8px
}

.ccm-container__header__profile__add:after {
    content: '';
    position: absolute;
    top: 0;
    left: 7px;
    width: 14px;
    height: 14px;
    border-left: 1px solid #333
}

.ccm-container__header__profile__add:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #333
}

.ccm-container__header__profile__car {
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    color: #333;
    font-size: 12px;
    text-align: center
}

.ccm-container__header__model {
    height: 46px;
    overflow: hidden;
    font-size: 14px;
    font-family: "SimSun", serif;
    color: #333;
    vertical-align: bottom;
    line-height: 46px
}

.ccm-container__header__model__letter {
    margin-right: 2px;
    font-size: 56px;
    font-family: "corporateacondpro", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial
}

.ccm-container__header__description {
    overflow: auto;
    margin: 6px 4px 0 0;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000
}

.ccm-container__header__bottom {
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    margin-bottom: 8px
}

.ccm-container__header__bottom>button,
.ccm-container__header__bottom__link {
    display: inline-block;
    text-align: center;
    width: 102px;
    height: 32px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    line-height: 32px;
    border: solid 1px #010101;
    border-radius: 2px
}

.ccm-container__header__bottom__label {
    color: #999;
    font-size: 10px
}

.ccm-container__header__bottom__text {
    color: #333;
    font-size: 12px
}

.ccm-container .ccm-slider {
    position: relative;
    overflow: hidden;
    width: calc(100vw - 132px);
    display: -ms-flexbox;
    display: flex
}

.ccm-container .ccm-slider__warp {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%
}

.ccm-container .ccm-slider .ccm-navs {
    padding: 0 20px 0 0;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    transform: translateX(0px)
}

.ccm-container .ccm-slider .ccm-container__header__profile {
    padding: 0 12px
}

.ccm-container .ccm-slider .ccm-container__header__model__box {
    height: initial;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-family: "corporateacondpro", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial
}

.ccm-container .ccm-slider .ccm-container__header__profile__last {
    -ms-flex-pack: center;
    justify-content: center
}

.ccm-container .ccm-slider .ccm-container__header__bottom>button {
    margin-top: 8px;
    width: 92px;
    border: solid 0.5px #333;
    background: initial;
    color: #333
}

.ccm-container .ccm-container__content {
    position: relative;
    background: #fff;
    margin-top: 262px
}

.ccm-container .ccm-list {
    position: relative
}

.ccm-container .ccm-table {
    margin-top: 2px;
    padding: 0 20px
}

.ccm-container .ccm-table__box__head {
    z-index: 20;
    width: 100%;
    top: 240px;
    left: 0
}

.ccm-container .ccm-table .ccm-table__box__body {
    margin-top: 20px;
    border-left: solid 1px #e5e5e5;
    position: relative
}

.ccm-container .ccm-table .ccm-table__box__body .ccm-table-item-shadow {
    position: absolute;
    top: 0;
    right: -20px;
    width: 12px;
    height: 100%;
    opacity: 0.6;
    box-shadow: -4px 0 12px 0 rgba(38, 38, 38, 0.12);
    background-color: #fff
}

.ccm-container .ccm-table .ccm-table__box__body__packages {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.ccm-container .ccm-table .ccm-table__box__body__packages__left {
    border-bottom: solid 0.5px #e5e5e5;
    border-right: solid 0.5px #e5e5e5;
    width: 112px
}

.ccm-container .ccm-table .ccm-table__box__body__packages__right {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.ccm-container .ccm-table .ccm-table__box__body__packages__right .ccm-table__text {
    overflow: hidden;
    max-height: initial
}

.ccm-container .ccm-table .ccm-table__box__body__packages__right__item {
    position: relative;
    overflow: hidden
}

.ccm-container .ccm-table .ccm-table__box__body__packages__right__item__box {
    position: relative;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 112px
}

.ccm-container .ccm-table .ccm-table__box__body__packages__right__item__box__box {
    width: 112px;
    height: 202px;
    border-right: solid 0.5px #e5e5e5;
    border-bottom: solid 0.5px #e5e5e5
}

.ccm-container .ccm-table .ccm-table__box__body__packages__right__item__box__box h3 {
    margin-bottom: 10px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    color: #333;
    font-size: 12px;
    text-align: center;
    height: 37px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-image: linear-gradient(to left, #fff, rgba(172, 172, 172, 0.26) 46%, #fff)
}

.ccm-container .ccm-table .ccm-table__box__body__packages__right__item__box__box__list {
    position: relative;
    z-index: 12;
    height: 88px;
    overflow: auto;
    padding-left: 16px;
    margin: 0 6px 10px;
    line-height: 18px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    color: #666;
    font-size: 12px
}

.ccm-container .ccm-table .ccm-table__box__body__packages__right__item__box__box__list li {
    margin-bottom: 10px;
    word-break: break-all
}

.ccm-container .ccm-table .ccm-table__box__body__packages__right__item__box__box__price {
    padding: 0 0 10px 0;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 600;
    text-align: center
}

.ccm-container .ccm-table .ccm-table__box__body__packages__right__item__box__box__price__label {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 8px
}

.ccm-container .ccm-table .ccm-table__box__body__packages__right__item__box__normal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ccm-container .ccm-table .ccm-table__box__body__packages__right__item__box__normal span {
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    color: #bfbfbf;
    font-size: 16px
}

.ccm-container .ccm-table .ccm-table__box__body__row {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.ccm-container .ccm-table .ccm-table__box__body__row__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: start;
    width: 112px;
    min-height: 80px;
    padding: 22px 14px;
    background-color: #f8f8f8;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5
}

.ccm-container .ccm-table .ccm-table__box__body__row__left .ccm-table__text {
    color: #767676;
    word-break: break-word
}

.ccm-container .ccm-table .ccm-table__box__body__row__right {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.ccm-container .ccm-table .ccm-table__box__body__row__right .ccm-table__text {
    overflow: hidden;
    word-wrap: break-word
}

.ccm-container .ccm-table .ccm-table__box__body__row__right__item {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: -ms-flexbox;
    display: flex
}

.ccm-container .ccm-table .ccm-table__box__body__row__right__item__box {
    position: relative;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 112px;
    padding: 22px 14px;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5
}

.ccm-container .ccm-table .ccm-table__box__body__row__right__item__box__icon {
    z-index: 12;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 14px;
    right: 14px
}

.ccm-container .ccm-table .ccm-table__box__body__row__popover {
    z-index: 14;
    position: absolute;
    left: 0;
    top: 0;
    padding: 24px 68px 24px 24px;
    border-radius: 2px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #2a2a2a
}

.ccm-container .ccm-table .ccm-table__box__body__row__popover__icon {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 24px;
    height: 24px
}

.ccm-container .ccm-table .ccm-table__box__body__row__popover h2 {
    line-height: 20px;
    margin-bottom: 12px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.ccm-container .ccm-table .ccm-table__box__body__row__popover p {
    line-height: 20px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    color: #fff;
    font-size: 14px
}

.ccm-container .ccm-table .ccm-table__text {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial
}

.ccm-container .ccm-list__warp {
    position: relative
}

.ccm-container .ccm-drawer {
    z-index: 999;
    position: fixed;
    width: 100vw;
    top: 322px;
    left: 0;
    padding: 20px 20px 4px;
    background: #fff
}

.ccm-container .ccm-drawer:after {
    content: '';
    display: block;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100vh;
    opacity: 0.6;
    background-color: #000
}

.ccm-container .ccm-drawer__box {
    float: left;
    width: 101px;
    height: 36px;
    margin: 0 16px 16px 0;
    border-radius: 2px;
    border: solid 0.5px #bfbfbf;
    color: #666;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px 12px;
    line-height: 14px;
    font-size: 12px
}

.ccm-container .ccm-drawer__active {
    border: solid 0.5px #e5e5e5;
    background-color: #333;
    color: #fff
}

.ccm-select {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh
}

.ccm-select__after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: #000
}

.ccm-select__content {
    z-index: 999;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 428px;
    padding: 24px 20px 0;
    border-radius: 2px;
    background-color: #fff;
    transition: 0.6s
}

.ccm-select__content__strip {
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 36px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #999
}

.ccm-select__content__title {
    position: relative;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px
}

.ccm-select__content__title__left,
.ccm-select__content__title__right {
    width: 54px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0
}

.ccm-select__content__title__left img,
.ccm-select__content__title__right img {
    width: 24px;
    height: 24px
}

.ccm-select__content__title__left span,
.ccm-select__content__title__right span {
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    font-size: 14px;
    line-height: 24px;
    color: #2a2a2a
}

.ccm-select__content__title__center {
    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;
    line-height: 24px;
    color: #2a2a2a
}

.ccm-select__content__title__right {
    width: 24px;
    left: inherit;
    right: 0
}

.ccm-select__content__warp {
    position: relative;
    height: 380px;
    overflow: auto;
    padding-bottom: 100px
}

.ccm-select__content__item {
    height: 56px;
    line-height: 18px;
    padding: 0 0 0 16px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    color: #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.ccm-select__content__onewarp {
    margin-top: 32px
}

.ccm-select__content__onewarp .ccm-select__content__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 32px 0 16px;
    font-size: 16px
}

.ccm-select__content__onewarp .ccm-select__content__item .ccm-select__content__item__icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 2px;
    transform: rotate(-90deg)
}

.ccm-select__content__onewarp .ccm-select__content__item span {
    color: #999
}

.ccm-select__content__onewarp .ccm-select__content__item p {
    line-height: 16px;
    color: #e23a39;
    font-size: 12px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    position: absolute;
    left: 16px;
    bottom: -22px
}

.ccm-select__content__onewarp .ccm-select__content__item .ccm-select__content__item__text {
    font-size: 16px;
    overflow: hidden
}

.ccm-select__content__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    padding: 0 20px;
    left: 0;
    bottom: 58px
}

.ccm-select__content__bottom__left {
    text-align: center;
    width: 45%;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #bfbfbf;
    color: #333;
    font-size: 14px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial
}

.ccm-select__content__bottom__right {
    text-align: center;
    width: 45%;
    height: 40px;
    border-radius: 2px;
    background-color: #2a2a2a;
    color: #fff;
    font-size: 14px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial
}

.ccm-table__box__header {
    padding-top: 10px;
    height: 64px;
    box-shadow: inset 0 -0.5px 0 0 #333;
    position: relative;
    background: #fff;
    z-index: 9
}

.ccm-table__box__header-pic {
    height: auto !important;
    padding-bottom: 2px
}

.ccm-table__box__header__h2box {
    display: -ms-flexbox;
    display: flex
}

.ccm-table__box__header__h2box__icon {
    position: relative;
    top: 2px;
    z-index: 12;
    width: 20px;
    height: 20px;
    margin-left: 8px
}

.ccm-table__box__header h2 {
    color: #333;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    font-size: 14px;
    font-weight: 600
}

.ccm-table__box__header__bot {
    margin-top: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: start
}

.ccm-table__box__header__bot-pic {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ccm-table__box__header__bot__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 10px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    color: #666
}

.ccm-table__box__header__bot__box span {
    margin-right: 4px
}

.ccm-table__switch {
    position: absolute;
    top: 12px;
    right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 12
}

.ccm-table__switch span {
    font-size: 10px;
    font-weight: 500;
    color: #2a2a2a;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial
}

.ccm-switch {
    position: relative;
    width: 44px;
    height: 24px;
    border-radius: 24px;
    background: #bfbfbf;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    transition: all 0.3s;
    margin-bottom: 3px
}

.ccm-switch:after {
    content: ' ';
    position: absolute;
    left: 3px;
    top: 3px;
    height: 18px;
    border-radius: 18px;
    background: #fff;
    transition: all 0.2s;
    width: 18px;
    z-index: 2;
    transform: translateX(0);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.21)
}

.ccm-switch:before {
    content: ' ';
    position: absolute;
    left: 3px;
    top: 3px;
    height: 18px;
    border-radius: 18px;
    background: #fff;
    transition: all 0.2s
}

.ccm-switch-active {
    background: #111
}

.ccm-switch-active:before {
    transform: scale(0)
}

.ccm-switch-active:after {
    transform: translateX(20px)
}

.ccm-fixed-title {
    display: none;
    position: fixed;
    top: 260px;
    width: 100%;
    left: 0;
    z-index: 99;
    padding: 10px 20px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03)
}

.ccm-bottom-warp {
    margin-top: 38px;
    padding: 0 26px 20px 20px
}

.ccm-bottom-warp__bot {
    width: 48px;
    height: 3px;
    background-color: #333;
    margin-bottom: 24px
}

.ccm-bottom-warp p {
    margin-bottom: 16px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial;
    font-size: 13px;
    line-height: 1.67;
    color: #333
}

@media screen and (min-width: 372px) and (max-width: 472px) {
    .ccm-drawer__box:nth-child(3n) {
        margin: 0 0 16px 0
    }
}

@media screen and (min-width: 768px) {
    .ccm-container__header {
        background-color: #fff;
        background-image: url(../images/car-comparison/bg-pc.png)
    }

    .ccm-drawer__box:nth-child(3n) {
        margin: 0 16px 16px 0
    }
}

.ant-spin {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    position: absolute;
    display: none;
    color: #1890ff;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86)
}

.ant-spin-spinning {
    position: static;
    display: inline-block;
    opacity: 1
}

.ant-spin-nested-loading {
    position: relative
}

.ant-spin-nested-loading>div>.ant-spin {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-text {
    position: absolute;
    top: 50%;
    width: 100%;
    padding-top: 5px;
    text-shadow: 0 1px 2px #fff
}

.ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot {
    margin-top: -20px
}

.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot {
    margin: -7px
}

.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text {
    padding-top: 2px
}

.ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot {
    margin-top: -17px
}

.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot {
    margin: -16px
}

.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text {
    padding-top: 11px
}

.ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot {
    margin-top: -26px
}

.ant-spin-container {
    position: relative;
    transition: opacity 0.3s
}

.ant-spin-container::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none \9;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all 0.3s;
    content: '';
    pointer-events: none
}

.ant-spin-blur {
    clear: both;
    overflow: hidden;
    opacity: 0.5;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.ant-spin-blur::after {
    opacity: 0.4;
    pointer-events: auto
}

.ant-spin-tip {
    color: rgba(0, 0, 0, 0.45)
}

.ant-spin-dot {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 1em;
    height: 1em
}

.ant-spin-dot-item {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #1890ff;
    border-radius: 100%;
    transform: scale(0.75);
    transform-origin: 50% 50%;
    opacity: 0.3;
    animation: antSpinMove 1s infinite linear alternate
}

.ant-spin-dot-item:nth-child(1) {
    top: 0;
    left: 0
}

.ant-spin-dot-item:nth-child(2) {
    top: 0;
    right: 0;
    animation-delay: 0.4s
}

.ant-spin-dot-item:nth-child(3) {
    right: 0;
    bottom: 0;
    animation-delay: 0.8s
}

.ant-spin-dot-item:nth-child(4) {
    bottom: 0;
    left: 0;
    animation-delay: 1.2s
}

.ant-spin-dot-spin {
    transform: rotate(45deg);
    animation: antRotate 1.2s infinite linear
}

.ant-spin-sm .ant-spin-dot {
    font-size: 14px
}

.ant-spin-sm .ant-spin-dot i {
    width: 6px;
    height: 6px
}

.ant-spin-lg .ant-spin-dot {
    font-size: 32px
}

.ant-spin-lg .ant-spin-dot i {
    width: 14px;
    height: 14px
}

.ant-spin.ant-spin-show-text .ant-spin-text {
    display: block
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .ant-spin-blur {
        background: #fff;
        opacity: 0.5
    }
}

@keyframes antSpinMove {
    to {
        opacity: 1
    }
}

@keyframes antRotate {
    to {
        transform: rotate(405deg)
    }
}

#car-comparison {
    min-height: calc(100vh - 216px)
}

#car-comparison .ant-spin-nested-loading {
    min-height: calc(100vh - 216px)
}

#car-comparison .ant-spin-nested-loading .ant-spin-dot-item {
    background-color: #010101
}

.all-vehicles-page .social-share {
    display: none
}

.all-vehicles-page .global-header--sticky {
    position: relative
}

/* 关于我们 */
.about-box {
    width: 100%;

    position: absolute;
    top: 35%;
    left: 0;
}

.index-strength {
    width: 85%;
    background: rgba(65, 168, 277, .2);
    margin: 0 auto;
}

.index-strength .num-box {
    z-index: 5;
    position: relative;
}

.index-strength .num-box li {
    width: 20%;
    float: left;
    margin: 32px 0;
    text-align: center;
}

.index-strength .num-box .box {
    display: inline-block;
    text-align: center;
}

.index-strength .num-box .itemtit,
.index-strength .num-box span {
    text-align: center;
    color: #fff;
}

.index-strength .num-box .itemtit {
    font-size: 14px;
}

.qj1 {
    font-size: 62px;
}

.index-strength .num-box .big,
.index-strength .num-box .count {
    font-size: 62px;
    font-weight: 600;
    color: #fff;
}

.index-strength .aword {
    padding-top: 4px;
}

.index-strength .aword li {
    width: 33.33%;
    float: left;
    position: relative;
}

.index-strength .aword .pic {
    width: 100%;
    padding-top: 42.1%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index-strength .content1 {
    width: 80%;
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 100%;
}

.index-strength .icon {
    width: 22px;
    padding-bottom: 20px;
    margin-bottom: 18px;
}

.index-strength .icon::before {
    content: '';
    background-color: #41a8e3;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 52px;
}

.index-strength .tit {
    color: #fff;
    font-size: 14px;
    text-align: left;
}

@media(max-width: 1400px) {
    .index-strength .content1 {
        left: 20px;
        bottom: 20px;
    }

    .index-strength .icon {
        padding-bottom: 10px;
        margin-bottom: 8px;
    }
}

@media(max-width: 1200px) {
    .index-strength .list .txt1 {
        font-size: 24px;
    }

    .index-strength .content ul {
        padding: 2% 0;
    }

    .index-strength .list .txt2 {
        line-height: 1.8;
    }
}

@media(max-width: 1024px) {
    .index-strength .content {
        top: 40%;
    }

    .index-strength .itemtit,
    .index-strength .num-box .itemtit,
    .index-strength .num-box span {
        font-size: 12px;
    }

    .index-strength .count,
    .index-strength .num-box .big,
    .index-strength .num-box .count {
        font-size: 25px;
    }

    .index-strength .aword li {
        width: 50%;
        margin-bottom: 4px;
    }
}

@media(max-width: 640px) {
    .index-strength .auto-1400.tr {
        text-align: left;
    }

    .index-strength .box1 {
        display: block;
    }

    .index-strength .list .txt1 {
        font-size: 18px;
    }

    .index-strength .list .txt2 {
        font-size: 12px;
    }

    .index-strength .slick-prev {
        bottom: 13%;
        left: 4%;
        top: auto;
        transform: translateY(0);
    }

    .index-strength .slick-next {
        bottom: 13%;
        left: calc(4% + 50px);
        top: auto;
        transform: translateY(0);
    }

    .index-strength .num-box .big,
    .index-strength .num-box .count {
        font-size: 20px;
    }

    .index-strength .content .box {
        padding-left: 0;
    }

    .index-strength .content .box img {
        width: 50%;
    }

    .index-strength .list .txt {
        font-size: 14px;
    }

    .index-strength .content {
        top: auto;
        bottom: 25%;
        transform: translateY(0);
    }

    .index-strength .wap {
        display: block;
        opacity: 0.6;
    }

    .index-strength .pc {
        display: none;
    }

    .index-strength .aword li {
        width: 100%;
    }

    .index-strength .content ul {
        padding: 4% 0 6%;
    }

    .index-strength .content li {
        padding-right: 20px;
        margin-right: 20px;
    }

    .index-strength .content1 {
        top: 50%;
        bottom: auto;
        left: 0;
        transform: translateY(-50%);
        padding-left: 40px;
    }

    .index-strength .icon {
        padding-bottom: 20px;
        margin-bottom: 18px;
    }

    .index-strength .num-box li {
        width: 33.333%;
        text-align: left;
        padding-left: 40px;
    }

    .index-strength .num-box {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .index-strength .list li .pic {
        background-color: #000;
    }
}

@media(max-width: 480px) {
    .index-strength .icon {
        padding-bottom: 10px;
        margin-bottom: 8px;
    }

    .index-strength .num-box li,
    .index-strength .content1 {
        padding-left: 20px;
    }

    .index-strength .content li {
        margin-right: 0;
        padding-right: 10px;
    }
}

/* 案例 */

#case {
    overflow: hidden;
}

.ui-big-images {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
}

.ui-big-image {
    width: 100%;
    margin-right: -100%;
}

.ui-big-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 20%;
    object-position: center 20%;
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-height: 600px) {
    .ui-big-image img {
        -o-object-position: center center;
        object-position: center center;
    }
}

.ui-thumbnails {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1rem;
    padding-top: .5rem;
    padding-right: 45%;
    padding-right: calc(45% + .5rem);
}

.ui-thumbnail {
    display: block;
    margin-right: .5rem;
    padding: .5rem 0;
    cursor: pointer;
}

.ui-cuticle {
    background-color: #D4A12D;
    position: absolute;
    bottom: 0;
    height: .25rem;
    width: 100%;
}

.ui-thumbnail>img {
    width: auto;
}

.ui-content {
    position: absolute;
    width: 40%;
    right: 5%;
    bottom: 0;
}

.ui-articles {
    background: #493e56;
    color: white;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.ui-article {
    padding: 1.5rem;
    width: 100%;
    margin-right: -100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ui-paragraph {
    margin: 0;
    font-size: .7rem;
    line-height: 1.7;
}

.ui-nav {
    position: absolute;
    right: 0;
    bottom: 100%;
    background: inherit;
}

.ui-nav button {
    background: #493e56;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    width: 2em;
    color: #FFF;
    font-family: monospace;
    transition: inherit;
    transition-duration: 300ms;
}

.ui-nav button:hover,
.ui-nav button:focus {
    background: #D4A12D;
    outline: none;
}

.ui-nav button:active {
    outline: none;
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em);
    transition-duration: 100ms;
}

.ui-heading {
    margin: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: normal;
}

.ui-heading:before {
    content: 'Powered by www.jsdaima.com';
    font-size: .5rem;
    display: block;
    margin-bottom: .5rem;
    letter-spacing: 1px;
}

/* ---------------------------------- */
.ui-big-image {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ui-big-image img {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}

.ui-big-image[data-active]~.ui-big-image {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.ui-big-image[data-active] {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.ui-big-image[data-active] img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ---------------------------------- */
.ui-article {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ui-article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D4A12D;
    opacity: 1;
    transition-duration: 0.35s;
    z-index: 1;
}

.ui-article[data-active]~.ui-article {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.ui-article[data-active] {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.ui-article[data-active]:before {
    opacity: 0;
}

/* ---------------------------------- */
.ui-thumbnail>img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition-duration: 0.35s;
}

.ui-thumbnail:active>img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition-duration: 100ms;
}

.ui-thumbnail:focus {
    outline: none;
}

.ui-cuticle {
    display: none;
}

.ui-thumbnail[data-active]>img,
.ui-thumbnail:hover>img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.ui-thumbnail[data-active] .ui-cuticle {
    display: block;
}

/* 热门产品 */

.index-hot .tit-box {
    margin-bottom: 2.85%;
    position: relative;
}

.index-hot .tit-box .title {
    font-size: 36px;
    display: inline-block;
}

.index-hot .tit-box .tmore {
    font-size: 14px;
    font-family: 'Light';
    color: #333;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 5px;
    padding: 10px 30px;
    border: 1px solid #000;
}

.index-hot .tit-box .tmore:hover {
    background: #41a8e3;
    border: 1px solid #41a8e3;
    color: #fff;
}

@media(max-width: 640px) {
    .index-hot .tit-box .title {
        font-size: 24px;
    }
}

.index-hot {
    padding: 6vw 5vw;
    overflow: hidden;
}

.index-hot ul {
    margin: 0 -2px;
}

.index-hot li {
    float: left;
    width: 16.6%;
    height: 100%;
    padding: 0 2px;
    transition: width .3s;
}

.index-hot li:last-child {
    padding: 0;
}

.index-hot li a {
    display: block;
    position: relative;
}

.index-hot li.active {
    width: 50%;
}

.index-hot li .pic {
    /* padding-top: 100%; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    overflow: hidden;
    opacity: .9;
}

/* .index-hot li.active .pic{padding-top: 74.2%; opacity: 1;} */
.index-hot li .cover {
    background-color: rgba(0, 0, 0, .2);
    opacity: 1;
    transition: all .3s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index-hot li.active .cover {
    opacity: 0;
}

.index-hot .content {
    position: absolute;
    width: calc(100% - 80px);
    left: 0;
    bottom: 0;
    margin: 0 40px 40px 40px;
    color: #fff;
    overflow: hidden;
}

.index-hot li .label {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 30px;
    line-height: 20px;
    background-color: #41a8e3;
    font-size: 14px;
    opacity: 0;
    transition: all .3s;
    text-transform: uppercase;
    border-radius: 30px;
}

.index-hot li.active .label {
    opacity: 1;
}

.index-hot .tit {
    white-space: nowrap;
    font-size: 24px;
    font-family: 'Medium';
    margin-bottom: 10px;
}

.index-hot .txt {
    white-space: nowrap;
    font-size: 14px;
    font-family: 'Light';
}

@media(max-width: 1024px) {
    .index-hot .content {
        margin: 0 20px 20px 20px;
        width: calc(100% - 40px);
    }

    .index-hot li.active .pic {
        padding-top: 73.7%;
    }

    .index-hot .tit {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

@media(max-width: 640px) {
    .index-hot li {
        opacity: .5;
        transition: all .3s;
    }

    .index-hot li .pic {
        padding-top: 74.2%;
    }

    .index-hot li .cover {
        display: none;
    }

    .index-hot .slick-list {
        overflow: visible;
    }

    .index-hot li .label {
        opacity: 1;
    }

    .index-hot li.slick-current {
        opacity: 1;
    }
}



/* 新闻 */

.news-box {
    padding: 9vw 5vw;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-box .top-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.news-box .top-box .news-title {
    font-size: 36px;

    color: #000;
    margin-bottom: 5px;
}

.news-box .top-box .news-desc {
    font-size: 24px;

    color: #000;
    padding-bottom: 40px;
}

.news-box .top-box .news-desc:after {
    display: block;
    padding-top: 20px;
}

.news-box .top-box a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    border: 1px solid #000;
    color: #00a4e0;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 58%;
    transform: translateY(-58%);
}

.news-box .top-box a:hover {
    border: 1px solid #41a8e3;
    background-color: #41a8e3;
    color: #fff;
}

.news-box .bottom-box {
    width: 100%;
    height: auto;
}

.news-box .bottom-box .news-list-box {
    width: 100%;
    height: auto;
}

.news-box .bottom-box .news-list-box a {
    width: 100%;
    color: #000;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 0 18px 0px #cbcbcb;
}

.news-box .bottom-box .news-list-box a:hover img {
    transform: scale(1.1);
}

.news-box .bottom-box .news-list-box .img-box {
    width: 100%;
    height: auto;
    max-height: 330px;
    overflow: hidden;
}

.news-box .bottom-box .news-list-box .img-box img {
    width: 100%;
    max-width: 100%;
    transition: all 0.3s ease-in;
}

.news-box .bottom-box .news-list-box .news-date {
    font-size: 14px;

    padding: 30px 30px 15px;
}

.news-box .bottom-box .news-list-box .news-title {
    font-size: 18px;

    margin: 0 30px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-box .bottom-box .news-list-box:hover .news-title {
    color: #41a8e3;
}

.news-box .bottom-box .right-news-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-box .bottom-box .right-news-list {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.news-box .bottom-box .right-news-list:last-child {
    margin-bottom: 0;
}

.news-box .bottom-box .right-news-list a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.news-box .bottom-box .right-news-list a:hover {
    color: #41a8e3;
}

.news-box .bottom-box .right-news-list a:hover img {
    transform: scale(1.2);
}

.news-box .bottom-box .right-news-list .img-box {
    width: 40%;
    max-height: 130px;
    overflow: hidden;

}

.news-box .bottom-box .right-news-list .img-box:after {
    display: block;
    content: '';
    clear: both;
}

.news-box .bottom-box .right-news-list .img-box img {
    width: 100%;
    max-width: 100%;
    float: left;
    transition: all 0.3s ease-in;
}

.news-box .bottom-box .right-news-list .text-box {
    padding-left: 30px;
    flex: 1;
}

.news-box .bottom-box .right-news-list .news-date {
    font-size: 14px;

}

.news-box .bottom-box .right-news-list .news-title {
    font-size: 18px;

    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:after {
    display: block;
    content: '';
    clear: both;
}

.row .col-lg-4 {
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
}

/*  */

.section-6-box {

    width: 100%;
    padding: 5vw 5vw;
}

.section-6-box .container {
    width: 100%;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-6-box .container .left-box {
    width: 34.375%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.section-6-box .container .left-box:hover img {
    transform: scale(1.1);
}

.section-6-box .container .left-box:after {
    display: block;
    content: '';
    clear: both;
}

.section-6-box .container .left-box img {
    width: 100%;
    max-width: 100%;
    float: left;
    transition: all 0.3s ease-in;
}

.section-6-box .container .right-box {
    width: 62.25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-6-box .container .right-box .top-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 54%;
    position: relative;
    border-radius: 15px;
    margin-bottom: 30px;
}

.section-6-box .container .right-box .top-box:after {
    display: block;
    content: '';
    clear: both;
}

.section-6-box .container .right-box .top-box:hover img {
    transform: scale(1.1);
}

.section-6-box .container .right-box .top-box img {
    width: 100%;
    max-width: 100%;
    float: left;
    transition: all 0.3s ease-in;
}

.section-6-box .container .right-box .bottom-box {
    margin-top: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 48%;
    display: flex;
    justify-content: space-between;
}

.section-6-box .container .right-box .bottom-box .img-box {
    width: 46.88%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.section-6-box .container .right-box .bottom-box .img-box:after {
    display: block;
    content: '';
    clear: both;
}

.section-6-box .container .right-box .bottom-box .img-box:hover img {
    transform: scale(1.1);
}

.section-6-box .container .right-box .bottom-box .img-box img {
    width: 100%;
    max-width: 100%;
    float: left;
    transition: all 0.3s ease-in;
}

.section-6-box .container .text-box {
    position: absolute;
    padding: 36px 0 0 50px;
    color: #fff;
}

.section-6-box .container .text-box h3 {
    font-size: 30px;
    font-weight: 400;
}

.section-6-box .container .text-box .desc {
    font-size: 18px;
    padding: 10px 0 20px;
}

.section-6-box .container .text-box a {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.2s ease-in;
    text-align: center;
}

.section-6-box .container .text-box a:hover {
    border: 1px solid #41a8e3;
    background-color: #41a8e3;
    color: #fff;
}





.ind_case,
.ind_case a {
    color: #fff
}

.ind_case .outbox {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding-top: 8%
}

.ind_case .outbox .auto-inner {
    position: relative
}

.ind_case .ind_title {
    margin-bottom: 28%
}

.ind_case .ind_title h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}

.ind_case .content-box .more {
    padding: 10px 40px;
    border: 1px solid #fff;
    font-size: 14px;
    margin-top: 52px;
    border-radius: 30px;
}

.ind_case .ind_title p.p {
    font-size: 24px;
    color: #fff;

}

.ind_case .ind_title p {
    font-size: 14px;
    color: #fff
}

.ind_case .ind_title a.more {
    display: none
}

.ind_case .category {
    position: absolute;
    top: 20px;
    right: 0;
    max-width: 60%
}

.ind_case .category ul li {
    float: left;
    line-height: 40px;
    padding: 7px;
}

.ind_case .category ul li a {
    display: block;
    padding: 0px 25px;
    border: solid 1px rgba(250, 250, 250, 0.2)
}

.ind_case .category ul li a:hover {
    background: #41a8e3;
}

.ind_case .listbox {
    position: relative
}

.ind_case .item img {
    width: 100%
}

.ind_case .item img.wap {
    display: none
}

.ind_case .infobox {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 20%
}

.ind_case .info .h3 {
    font-size: 40px;
    font-weight: normal
}

.ind_case .info .txt {
    font-size: 18px;
}

.ind_case .info .btn {
    font-size: 14px;
    border: 1px solid #fff;
    padding: 5px 10px;
}

.ind_case .info .btn:hover {
    border: 1px solid #41a8e3;
    background: #41a8e3;
}

.ind_case .link a {
    padding-left: 44px;
    display: inline-block;
    line-height: 32px;
    background: url(../img/home_vr.png) no-repeat left
}

.ind_case .content-box {
    display: inline-block;
    padding: 2% 5% 5%;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.ind_case .content-box:after {
    content: "";
    position: absolute;
    width: 94%;
    height: 94%;
    top: 3%;
    left: 3%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    pointer-events:none;
    
}

.ind_case .slider-for .slick-arrow {
    display: none !important;
    width: 40px;
    height: 80px;
}

.ind_case .slider-for .slick-prev {
    left: 0;
    background-image: url(../img/slick_jt_prev.png)
}

.ind_case .slider-for .slick-next {
    right: 0;
    background-image: url(../img/slick_jt_next.png)
}

.ind_case .slider-nav {
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 25px;
    padding: 2% 0
}

.ind_case .slider-nav:before {
    content: '';
    top: 0;
    position: absolute;
    display: block;
    width: 67.263%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

.ind_case .slider-nav .item {
    position: relative;
}

.ind_case .slider-nav .item .pic {
    cursor: pointer;
    width: 81.4%;
    padding-bottom: 52.33%;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
}

.ind_case .slider-nav .item .pic p {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.ind_case .slider-nav .slick-current .pic {
    box-shadow: inset 0 0 0px 3px #41a8e3
}

.ind_case .slider-nav .slick-list {
    width: 55%
}

.ind_case .slider-nav .slick-arrow {
    width: 51px;
    background: url(../img/home_jt2.png) no-repeat
}

.ind_case .slider-nav .slick-arrow.slick-prev {
    left: auto;
    right: 39%;
    background-position: left
}

.ind_case .slider-nav .slick-arrow.slick-next {
    right: 33%;
    background-position: right
}

@media(max-width:1024px) {
    .ind_case .info .h3 {
        font-size: 22px
    }

    .ind_case .info .txt {
        font-size: 16px
    }
}

@media(max-width:960px) {
    .ind_case .ind_title {
        margin-bottom: 0;
    }

    .ind_title {
        padding: 0;
    }

    .ind_case .slider-nav {
        display: none
    }

    .ind_case .infobox {
        text-align: center;
        top: auto;
        bottom: 5%
    }

    .ind_case .info .txt {
        text-align: center
    }

    .ind_case .info .btn {
        padding: 2% 0
    }

    .ind_case .slider-for .slick-arrow {
        display: block !important
    }

    .ind_case .outbox {
        padding-top: 0
    }
}

@media(max-width:768px) {
    .ind_case .item img.pc {
        display: none
    }

    .ind_case .item img.wap {
        display: block
    }

    .ind_case .category {
        position: relative;
        bottom: auto;
        right: auto;
        max-width: inherit
    }

    .ind_case .category ul li a {
        padding: 0 10px;
    }

    .ind_case .infobox {
        top: auto;
        bottom: 2%
    }

    .ind_case .deg:before {
        background: transparent;
        transform: skew(-30deg);
    }

    .ind_case .deg i {
        color: #fff;
        padding: 0px 28px;
        font-size: 12px;
    }

    .ind_case .content-box {
        width: 80%
    }

    .ind_case .info .btn {
        display: inline-block;
        margin-right: 5%;
    }

    .ind_case .info .link {
        display: inline-block;
        padding: 2% 0;
        font-size: 14px;
    }

    .ind_case a:hover .deg:before {
        display: none;
    }

    .ind_case a:hover .deg i {
        color: #41a8e3;
        padding: 0;
    }

    .ind_case .deg i {
        padding: 0px 28px;
        font-size: 14px;
        padding: 0;
        color: #fff;
        position: relative;
    }

}

.auto-inner {
    width: 92%;
    max-width: 1560px;
    margin: 0 auto;
}
.ml-section .color1{
    display: block;
}
.ml-section .color2{
    display: none;
}
.ml-section:hover .color2{
    display: block;
}
.ml-section:hover .color1{
   display: none;
}


