/*test comment*/
@-webkit-keyframes ajaxRotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
  
  @keyframes ajaxRotate {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }
  
  .mde-accolade {
    background-color: #ffffff; }
    .mde-accolade_container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 60px;
      padding-top: 60px; }
      @media screen and (max-width: 767px) {
        .mde-accolade_container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center; } }
      @media screen and (min-width: 768px) {
        .mde-accolade_container {
          padding-bottom: 100px;
          padding-top: 100px; } }
    .mde-accolade_logo {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 48px;
      width: 140px; }
      @media screen and (max-width: 767px) {
        .mde-accolade_logo {
          margin: 0 auto 2em; } }
  
  .epi-injected-minSize .mde-awards-promo {
    height: 800px !important; }
  
  .mde-awards-promo {
    background-position: center bottom;
    background-size: auto;
    background-repeat: no-repeat;
    height: 725px;
    width: 100%;
    padding: 70px 25px 0; }
    .mde-awards-promo.text-center * {
      text-align: center; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .mde-awards-promo {
        display: none; } }
    @media screen and (max-width: 767px) {
      .mde-awards-promo {
        display: none; } }
    .mde-awards-promo__container {
      height: 100%;
      margin: 0 auto;
      position: relative;
      width: 80%; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-awards-promo__container {
          min-width: 0;
          overflow: hidden;
          width: auto; } }
      @media screen and (max-width: 767px) {
        .mde-awards-promo__container {
          min-width: 0;
          overflow: hidden; } }
    .mde-awards-promo__content {
      margin: 8% 0 0%;
      position: relative;
      width: 25%;
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .mde-awards-promo__content.in-view, .mde-awards-promo__content.rendered {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      @media screen and (max-width: 1024px) {
        .mde-awards-promo__content {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); } }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-awards-promo__content {
          margin: 5% auto;
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .mde-awards-promo__content {
          margin: 5% auto;
          width: 80%; } }
      .mde-awards-promo__content--award {
        margin-bottom: 30px; }
      .mde-awards-promo__content--pre-title {
        font-size:  13px;
        font-size:  1.3rem;
        /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        letter-spacing: .2em;
        text-transform: uppercase;
        line-height: 20px; }
        .mde-awards-promo__content--pre-title > h1,
        .mde-awards-promo__content--pre-title > h2,
        .mde-awards-promo__content--pre-title > h3,
        .mde-awards-promo__content--pre-title > h4,
        .mde-awards-promo__content--pre-title > h5,
        .mde-awards-promo__content--pre-title > h6,
        .mde-awards-promo__content--pre-title > p {
          font-size:  13px;
          font-size:  1.3rem;
          line-height: 20px; }
        .mde-awards-promo__content--pre-title-container {
          margin-bottom: 10px; }
      .mde-awards-promo__content--title {
        font-size:  20px;
        font-size:  2rem;
        /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        letter-spacing: .2em;
        text-transform: uppercase;
        line-height: 27px; }
        .mde-awards-promo__content--title > h1,
        .mde-awards-promo__content--title > h2,
        .mde-awards-promo__content--title > h3,
        .mde-awards-promo__content--title > h4,
        .mde-awards-promo__content--title > h5,
        .mde-awards-promo__content--title > h6,
        .mde-awards-promo__content--title > p {
          font-size:  20px;
          font-size:  2rem;
          line-height: 27px; }
        .mde-awards-promo__content--title-container {
          margin-bottom: 20px; }
      .mde-awards-promo__content--description-container {
        margin-bottom: 30px; }
  
  .mde-awards-promo-mobile {
    display: none; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .mde-awards-promo-mobile {
        display: block; } }
    @media screen and (max-width: 767px) {
      .mde-awards-promo-mobile {
        display: block; } }
    .mde-awards-promo-mobile.text-center * {
      text-align: center; }
    .mde-awards-promo-mobile__container {
      height: 100%;
      margin: 0 auto;
      min-width: 960px;
      position: relative; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-awards-promo-mobile__container {
          min-width: inherit;
          overflow: hidden;
          width: auto; } }
      @media screen and (max-width: 767px) {
        .mde-awards-promo-mobile__container {
          min-width: 0;
          overflow: hidden; } }
    .mde-awards-promo-mobile__content {
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-awards-promo-mobile__content {
          margin: 5% auto;
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .mde-awards-promo-mobile__content {
          width: 70%;
          margin: 0 auto;
          min-width: 320px;
          padding: 25px; } }
      .mde-awards-promo-mobile__content--award {
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .mde-awards-promo-mobile__content--award > img {
            max-width: 100%; } }
      .mde-awards-promo-mobile__content--pre-title {
        font-size:  13px;
        font-size:  1.3rem;
        /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        letter-spacing: .2em;
        text-transform: uppercase;
        line-height: 20px; }
        .mde-awards-promo-mobile__content--pre-title > h1,
        .mde-awards-promo-mobile__content--pre-title > h2,
        .mde-awards-promo-mobile__content--pre-title > h3,
        .mde-awards-promo-mobile__content--pre-title > h4,
        .mde-awards-promo-mobile__content--pre-title > h5,
        .mde-awards-promo-mobile__content--pre-title > h6,
        .mde-awards-promo-mobile__content--pre-title > p {
          font-size:  13px;
          font-size:  1.3rem;
          line-height: 20px; }
        .mde-awards-promo-mobile__content--pre-title-container {
          margin-bottom: 10px; }
      .mde-awards-promo-mobile__content--title {
        font-size:  20px;
        font-size:  2rem;
        /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        letter-spacing: .2em;
        text-transform: uppercase;
        line-height: 27px; }
        .mde-awards-promo-mobile__content--title > h1,
        .mde-awards-promo-mobile__content--title > h2,
        .mde-awards-promo-mobile__content--title > h3,
        .mde-awards-promo-mobile__content--title > h4,
        .mde-awards-promo-mobile__content--title > h5,
        .mde-awards-promo-mobile__content--title > h6,
        .mde-awards-promo-mobile__content--title > p {
          font-size:  20px;
          font-size:  2rem;
          line-height: 27px; }
        .mde-awards-promo-mobile__content--title-container {
          margin-bottom: 20px; }
      .mde-awards-promo-mobile__content--description-container {
        margin-bottom: 30px; }
    .mde-awards-promo-mobile__img-container {
      margin-top: -10%; }
      .mde-awards-promo-mobile__img-container > img {
        display: block;
        height: auto;
        width: 100%;
        z-index: 0; }
  
  .mdp-presale-countdown {
    padding-top: 90px;
    background-color: #f5f5f5; }
    .mdp-presale_account-messages + .mdp-presale-countdown,
    .mdp-presale-oc__top-banner--wrapper + .mdp-presale-countdown {
      display: none; }
    .reserved .mdp-presale-countdown,
    .countdown .mdp-presale-countdown,
    .preorder .mdp-presale-countdown,
    .lobby .mdp-presale-countdown,
    .waitlist .mdp-presale-countdown {
      display: block; }
    .mdp-presale-countdown.countdown-expired {
      min-height: 0; }
      .countdown .mdp-presale-countdown.countdown-expired .mdp-presale-countdown__post-content,
      .preorder .mdp-presale-countdown.countdown-expired .mdp-presale-countdown__post-content,
      .lobby .mdp-presale-countdown.countdown-expired .mdp-presale-countdown__post-content {
        display: block; }
      .waitlist .mdp-presale-countdown.countdown-expired .mdp-presale-countdown__waitlist-content {
        display: block; }
      .reserved .mdp-presale-countdown.countdown-expired .mdp-presale-countdown__reserved-content {
        display: block; }
    .ordered .mdp-presale-countdown,
    .waitlisted .mdp-presale-countdown {
      display: none; }
    .mdp-presale-countdown--component {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      min-height: 770px; }
      @media screen and (max-width: 767px) {
        .mdp-presale-countdown--component {
          height: auto; } }
    @media screen and (max-width: 767px) {
      .mdp-presale-countdown {
        padding-top: 45px; } }
    .mdp-presale-countdown__content {
      display: none;
      text-align: center; }
      .mdp-presale-countdown__content.active {
        display: block; }
      @media screen and (min-width: 768px) {
        .mdp-presale-countdown__content--component {
          width: 50%;
          margin: 0 auto 95px; } }
    .mdp-presale-countdown__waitlist-content, .mdp-presale-countdown__reserved-content, .mdp-presale-countdown__post-content {
      text-align: center;
      display: none;
      padding-bottom: 90px; }
      .mdp-presale-countdown__waitlist-content.active, .mdp-presale-countdown__reserved-content.active, .mdp-presale-countdown__post-content.active {
        display: block; }
      .mdp-presale-countdown__waitlist-content--component, .mdp-presale-countdown__reserved-content--component, .mdp-presale-countdown__post-content--component {
        padding-bottom: 140px; }
    .mdp-presale-countdown__post-content .video-ratio-wrapper {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
      .mdp-presale-countdown__post-content .video-ratio-wrapper iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .mdp-presale-countdown__post-content [class*='grid-col-medium'] {
      margin: 0 auto 28px;
      float: none; }
    .mdp-presale-countdown__pretitle > * {
      font-size:  13px;
      font-size:  1.3rem;
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      letter-spacing: .2em;
      text-transform: uppercase;
      line-height: 20px; }
      .mdp-presale-countdown__pretitle > * > h1,
      .mdp-presale-countdown__pretitle > * > h2,
      .mdp-presale-countdown__pretitle > * > h3,
      .mdp-presale-countdown__pretitle > * > h4,
      .mdp-presale-countdown__pretitle > * > h5,
      .mdp-presale-countdown__pretitle > * > h6,
      .mdp-presale-countdown__pretitle > * > p {
        font-size:  13px;
        font-size:  1.3rem;
        line-height: 20px; }
    .mdp-presale-countdown__title > * {
      font-size:  20px;
      font-size:  2rem;
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      letter-spacing: .2em;
      text-transform: uppercase;
      line-height: 27px; }
      .mdp-presale-countdown__title > * > h1,
      .mdp-presale-countdown__title > * > h2,
      .mdp-presale-countdown__title > * > h3,
      .mdp-presale-countdown__title > * > h4,
      .mdp-presale-countdown__title > * > h5,
      .mdp-presale-countdown__title > * > h6,
      .mdp-presale-countdown__title > * > p {
        font-size:  20px;
        font-size:  2rem;
        line-height: 27px; }
    .mdp-presale-countdown__title--component > * {
      font-size:  15px;
      font-size:  1.5rem;
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      letter-spacing: .2em;
      text-transform: uppercase;
      line-height: 23px; }
      .mdp-presale-countdown__title--component > * > h1,
      .mdp-presale-countdown__title--component > * > h2,
      .mdp-presale-countdown__title--component > * > h3,
      .mdp-presale-countdown__title--component > * > h4,
      .mdp-presale-countdown__title--component > * > h5,
      .mdp-presale-countdown__title--component > * > h6,
      .mdp-presale-countdown__title--component > * > p {
        font-size:  15px;
        font-size:  1.5rem;
        line-height: 23px; }
    .mdp-presale-countdown__login-signup {
      margin-bottom: 48px; }
    .mdp-presale-countdown__clock {
      display: none;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 75px; }
      @media screen and (min-width: 768px) {
        .mdp-presale-countdown__clock {
          padding-bottom: 56px; } }
      .mdp-presale-countdown__clock.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .mdp-presale-countdown__clock-header > * {
        font-size:  15px;
        font-size:  1.5rem;
        /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        letter-spacing: .2em;
        text-transform: uppercase;
        line-height: 23px;
        margin-bottom: -15px;
        text-align: center; }
        .mdp-presale-countdown__clock-header > * > h1,
        .mdp-presale-countdown__clock-header > * > h2,
        .mdp-presale-countdown__clock-header > * > h3,
        .mdp-presale-countdown__clock-header > * > h4,
        .mdp-presale-countdown__clock-header > * > h5,
        .mdp-presale-countdown__clock-header > * > h6,
        .mdp-presale-countdown__clock-header > * > p {
          font-size:  15px;
          font-size:  1.5rem;
          line-height: 23px; }
    .mdp-presale-countdown__ticker {
      font-size:  30px;
      font-size:  3rem;
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      position: relative;
      top: 25px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      margin: 5px;
      width: 70px;
      height: 82px;
      font-size: 40px;
      font-weight: bold;
      line-height: 87px;
      border-radius: 1px; }
      .mdp-presale-countdown__ticker > .before {
        display: block;
        z-index: 3; }
        .mdp-presale-countdown__ticker > .before .down--shadow {
          background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
          -webkit-animation: show .1s linear both;
                  animation: show .1s linear both; }
        .mdp-presale-countdown__ticker > .before .up {
          z-index: 2;
          -webkit-animation: turn2 .1s linear both;
                  animation: turn2 .1s linear both; }
          .mdp-presale-countdown__ticker > .before .up--shadow {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%);
            -webkit-animation: show .1s linear both;
                    animation: show .1s linear both; }
      .mdp-presale-countdown__ticker > .active {
        display: block;
        -webkit-animation: asd .1s .1s linear both;
                animation: asd .1s .1s linear both;
        z-index: 2; }
        .mdp-presale-countdown__ticker > .active .down {
          z-index: 2;
          -webkit-animation: turn .1s .1s linear both;
                  animation: turn .1s .1s linear both; }
          .mdp-presale-countdown__ticker > .active .down--shadow {
            background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
            -webkit-animation: hide .1s 60ms linear both;
                    animation: hide .1s 60ms linear both; }
        .mdp-presale-countdown__ticker > .active .up--shadow {
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%);
          -webkit-animation: hide .1s 60ms linear both;
                  animation: hide .1s 60ms linear both; }
      .mdp-presale-countdown__ticker-container {
        position: relative;
        width: 180px;
        height: 120px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        opacity: 0;
        visibility: hidden; }
        .mdp-presale-countdown__ticker-container.active {
          opacity: 1;
          visibility: visible; }
      .mdp-presale-countdown__ticker-label {
        font-size:  13px;
        font-size:  1.3rem;
        /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        letter-spacing: .2em;
        text-transform: uppercase;
        line-height: 20px;
        position: absolute;
        bottom: -20px;
        margin: 0;
        color: #999999;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        .mdp-presale-countdown__ticker-label > h1,
        .mdp-presale-countdown__ticker-label > h2,
        .mdp-presale-countdown__ticker-label > h3,
        .mdp-presale-countdown__ticker-label > h4,
        .mdp-presale-countdown__ticker-label > h5,
        .mdp-presale-countdown__ticker-label > h6,
        .mdp-presale-countdown__ticker-label > p {
          font-size:  13px;
          font-size:  1.3rem;
          line-height: 20px; }
      .mdp-presale-countdown__clock--component .mdp-presale-countdown__ticker-label {
        top: 0;
        bottom: auto; }
      .mdp-presale-countdown__ticker > li {
        display: none;
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .mdp-presale-countdown__ticker > li:first-child {
          z-index: 2; }
        .mdp-presale-countdown__ticker > li > div {
          display: block;
          height: 100%;
          -webkit-perspective: 200px;
                  perspective: 200px; }
          .mdp-presale-countdown__ticker > li > div > div {
            z-index: 1;
            position: absolute;
            left: 0;
            width: 100%;
            height: 50%;
            overflow: hidden; }
          .mdp-presale-countdown__ticker > li > div .up--shadow,
          .mdp-presale-countdown__ticker > li > div .down--shadow {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 2; }
          .mdp-presale-countdown__ticker > li > div .up--value,
          .mdp-presale-countdown__ticker > li > div .down--value {
            position: absolute;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 200%;
            color: #ffffff;
            text-align: center;
            background-color: #101010;
            border-radius: 1px; }
          .mdp-presale-countdown__ticker > li > div .up {
            -webkit-transform-origin: 50% 100%;
                    transform-origin: 50% 100%;
            top: 0;
            border-radius: 2px 2px 0 0; }
            .mdp-presale-countdown__ticker > li > div .up:after {
              content: '';
              position: absolute;
              top: 40px;
              left: 0;
              z-index: 5;
              width: 100%;
              height: 1px;
              background-color: #161616; }
            .mdp-presale-countdown__ticker > li > div .up--value {
              top: 0; }
          .mdp-presale-countdown__ticker > li > div .down {
            border-radius: 0 0 2px 2px;
            -webkit-transform-origin: 50% 0%;
                    transform-origin: 50% 0%;
            bottom: 0; }
            .mdp-presale-countdown__ticker > li > div .down--value {
              bottom: 0; }
            .mdp-presale-countdown__ticker > li > div .down:after {
              content: '';
              position: absolute;
              bottom: 40px;
              left: 0;
              z-index: 5;
              width: 100%;
              height: 1px;
              background-color: #373737; }
    .mdp-presale-countdown.light-text .mdp-presale-countdown__pretitle, .mdp-presale-countdown.light-text .mdp-presale-countdown__title, .mdp-presale-countdown.light-text .mdp-presale-countdown__title--component, .mdp-presale-countdown.light-text .mdp-presale-countdown__content, .mdp-presale-countdown.light-text .mdp-presale-countdown__post-content {
      color: #ffffff; }
    .mdp-presale-countdown.light-text .mdp-presale-countdown__ticker > .before .down--shadow {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%); }
    .mdp-presale-countdown.light-text .mdp-presale-countdown__ticker > .before .up--shadow {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%); }
    .mdp-presale-countdown.light-text .mdp-presale-countdown__ticker > .active .down--shadow {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%); }
    .mdp-presale-countdown.light-text .mdp-presale-countdown__ticker > .active .up--shadow {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%); }
    .mdp-presale-countdown.light-text .mdp-presale-countdown__ticker-label {
      color: #999999; }
    .mdp-presale-countdown.light-text .mdp-presale-countdown__ticker > li > div .up--value,
    .mdp-presale-countdown.light-text .mdp-presale-countdown__ticker > li > div .down--value {
      color: #101010;
      background-color: #ffffff; }
    .mdp-presale-countdown.light-text .mdp-presale-countdown__ticker > li > div .up:after {
      background-color: #161616;
      opacity: .2; }
    .mdp-presale-countdown.light-text .mdp-presale-countdown__ticker > li > div .down:after {
      background-color: #373737;
      opacity: .2; }
  
  @-webkit-keyframes asd {
    0% {
      z-index: 2; }
    5% {
      z-index: 4; }
    100% {
      z-index: 4; } }
  
  @keyframes asd {
    0% {
      z-index: 2; }
    5% {
      z-index: 4; }
    100% {
      z-index: 4; } }
  
  @-webkit-keyframes turn {
    0% {
      -webkit-transform: rotateX(90deg);
              transform: rotateX(90deg); }
    100% {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg); } }
  
  @keyframes turn {
    0% {
      -webkit-transform: rotateX(90deg);
              transform: rotateX(90deg); }
    100% {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg); } }
  
  @-webkit-keyframes turn2 {
    0% {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg); }
    100% {
      -webkit-transform: rotateX(-90deg);
              transform: rotateX(-90deg); } }
  
  @keyframes turn2 {
    0% {
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg); }
    100% {
      -webkit-transform: rotateX(-90deg);
              transform: rotateX(-90deg); } }
  
  @-webkit-keyframes show {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  
  @keyframes show {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  
  @-webkit-keyframes hide {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  
  @keyframes hide {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  
  .mde-feat-cat {
    /*overflow-x: hidden;*/ }
    .mde-feat-cat .mde-feat-cat {
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        .mde-feat-cat .mde-feat-cat {
          min-height: 710px; } }
      @media screen and (max-width: 767px) {
        .mde-feat-cat .mde-feat-cat .tabs__list,
        .mde-feat-cat .mde-feat-cat .tabs__active-line,
        .mde-feat-cat .mde-feat-cat .tabs__inactive-line {
          /*visibility: hidden;
          position: fixed;*/ }
      .hero-container .mde-hero__cta-container{
      margin:0 auto;
      /*width:80%;*/
      color:#F00;
      margin-bottom: 35px;
      margin-top: 10px}}
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-feat-cat .mde-feat-cat .tabs__list,
        .mde-feat-cat .mde-feat-cat .tabs__active-line,
        .mde-feat-cat .mde-feat-cat .tabs__inactive-line {
          /*visibility: hidden;
          position: fixed; */} }
      .mde-feat-cat .mde-feat-cat__tabs {
        margin-top: 90px; }
        @media screen and (max-width: 767px) {
          .mde-feat-cat .mde-feat-cat__tabs {
            margin-top: 0; } }
        @media screen and (min-width: 768px) and (max-width: 959px) {
          .mde-feat-cat .mde-feat-cat__tabs {
            margin-top: 0; } }
        .mde-feat-cat .mde-feat-cat__tabs__content {
          display: block;
          margin-top: 75px;
          position: relative; }
          @media screen and (max-width: 767px) {
            .mde-feat-cat .mde-feat-cat__tabs__content {
              /*margin: 50px 0;*/ } }
          @media screen and (min-width: 768px) and (max-width: 959px) {
            .mde-feat-cat .mde-feat-cat__tabs__content {
              margin-top: 50px; } }
          .mde-feat-cat .mde-feat-cat__tabs__content li {
            display: none; }
			.mde-feat-cat .mde-feat-cat__tabs__content .feat-accordion {
				display: block;
			}
            .mde-feat-cat .mde-feat-cat__tabs__content li.active {
              display: block;
              position: relative; }
      .mde-feat-cat .mde-feat-cat__dropdown {
        height: 0;
        position: absolute;
        opacity: 0;
        text-align: center;
        z-index: -1;
        -webkit-transform: translateX(-4000px);
                transform: translateX(-4000px); }
        @media screen and (max-width: 767px) {
          .mde-feat-cat .mde-feat-cat__dropdown {
            height: inherit;
            position: inherit;
            opacity: 1;
            z-index: inherit;
            -webkit-transform: translateX(0);
                    transform: translateX(0);
            margin-top: 50px;
            margin-bottom: 0; } }
        @media screen and (min-width: 768px) and (max-width: 959px) {
          .mde-feat-cat .mde-feat-cat__dropdown {
            height: inherit;
            position: inherit;
            opacity: 1;
            z-index: inherit;
            -webkit-transform: translateX(0);
                    transform: translateX(0);
            margin-top: 50px;
            margin-bottom: 0; } }
        .mde-feat-cat .mde-feat-cat__dropdown .select2 {
          max-width: 300px;
          width: 300px; }
      .mde-feat-cat .mde-feat-cat__slider {
        overflow: hidden;
        transition: -webkit-transform 0.5s cubic-bezier(0.54, 0.09, 0.38, 0.82);
        transition: transform 0.5s cubic-bezier(0.54, 0.09, 0.38, 0.82); }
        @media screen and (max-width: 767px) {
          .mde-feat-cat .mde-feat-cat__slider {
            margin: 0 auto;
            width: 300px; } }
        @media screen and (min-width: 768px) {
          .mde-feat-cat .mde-feat-cat__slider {
            margin: 0 auto;
            width: 300px; } }
        @media screen and (min-width: 850px) {
          .mde-feat-cat .mde-feat-cat__slider {
            width: 600px;
            margin: 0 auto; } }
        @media screen and (min-width: 1150px) {
          .mde-feat-cat .mde-feat-cat__slider {
            width: 900px;
            margin: 0 auto; } }
        @media screen and (min-width: 1450px) {
          .mde-feat-cat .mde-feat-cat__slider {
            width: 1320px;
            margin: 0 auto; } }
        @media screen and (min-width: 1750px) {
          .mde-feat-cat .mde-feat-cat__slider {
            width: 1320px;
            margin: 0 auto; } }
        @media screen and (min-width: 2050px) {
          .mde-feat-cat .mde-feat-cat__slider {
            width: 1320px;
            margin: 0 auto; } }
        .mde-feat-cat .mde-feat-cat__slider.slick-initialized {
          overflow: visible; }
        .mde-feat-cat .mde-feat-cat__slider .slick-list {
          overflow: visible; }
        .mde-feat-cat .mde-feat-cat__slider .slick-track {
          margin: 0 auto; }
          .mde-feat-cat .mde-feat-cat__slider .slick-track::after, .mde-feat-cat .mde-feat-cat__slider .slick-track::before {
            content: '';
            display: table; }
          .mde-feat-cat .mde-feat-cat__slider .slick-track::after {
            clear: both; }
        .mde-feat-cat .mde-feat-cat__slider.hover-right {
          -webkit-transform: translateX(-40px);
                  transform: translateX(-40px); }
        .mde-feat-cat .mde-feat-cat__slider.hover-left {
          -webkit-transform: translateX(40px);
                  transform: translateX(40px); }
        .mde-feat-cat .mde-feat-cat__slider .notavailable-overlay {
          background: rgba(255, 255, 255, 0.75);
          display: block;
          height: calc(100% + 2px);
          left: -1px;
          opacity: 1;
          position: absolute;
          pointer-events: none;
          top: -1px;
          transition: opacity 1s;
          width: calc(100% + 2px);
          z-index: 1; }
          .mde-feat-cat .mde-feat-cat__slider .notavailable-overlay--wrapper {
            display: table;
            height: 100%;
            width: 100%; }
          .mde-feat-cat .mde-feat-cat__slider .notavailable-overlay--content {
            display: table-cell;
            width: 100%;
            vertical-align: middle; }
          .mde-feat-cat .mde-feat-cat__slider .notavailable-overlay .navigation-overlay--icon {
            color: #000000;
            font-size: 52px;
            line-height: 52px;
            height: 52px;
            margin-top: -26px;
            opacity: 0;
            position: absolute;
            transition: opacity .5s;
            text-align: center;
            top: 50%;
            width: 100%; }
        .mde-feat-cat .mde-feat-cat__slider .slick-active .notavailable-overlay, .mde-feat-cat .mde-feat-cat__slider .slick-center .notavailable-overlay {
          opacity: 0; }
      .mde-feat-cat .mde-feat-cat__listing {
        background: #ffffff;
        /* border: 1px solid #d5d5d5; */
        height: 460px;
        float: left;
        margin: 0 15px;
        position: relative;
        width: 270px;
        max-width: 300px;
        outline: none;
        cursor: pointer; }
        .mde-feat-cat .mde-feat-cat__listing:hover .navigation-overlay--icon {
          opacity: 1; }
        .mde-feat-cat .mde-feat-cat__listing .selected-overlay {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
          .mde-feat-cat .mde-feat-cat__listing .selected-overlay .selected-text {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            display: table;
            position: relative;
            left: auto;
            line-height: 20px;
            bottom: auto;
            width: 90%;
            height: 50px;
            margin: 0 auto; }
      .mde-feat-cat .mde-feat-cat__item {
        display: inline-block;
        min-width: 270px;
        max-width: 270px;
        margin-right: 20px;
        position: relative;
        background-color: #ffffff;
        vertical-align: top;
        opacity: 0;
        -webkit-user-select: none; }
        .mde-feat-cat .mde-feat-cat__item[data-item-enabled='true'] .mde-feat-cat__item--image-wrapper,
        .mde-feat-cat .mde-feat-cat__item[data-item-enabled='true'] .mde-feat-cat__item--description h4,
        .mde-feat-cat .mde-feat-cat__item[data-item-enabled='true'] .mde-feat-cat__item--description h5 {
          cursor: pointer; }
        .mde-feat-cat .mde-feat-cat__item[data-item-enabled='false'] {
          cursor: pointer; }
        .mde-feat-cat .mde-feat-cat__item--image {
          background-color: #808080;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-transform: scale(1);
                  transform: scale(1);
          height: 235px;
          width: 100%;
          transition: -webkit-transform 1s ease-in-out;
          transition: transform 1s ease-in-out; }
          .mde-feat-cat .mde-feat-cat__item--image-wrapper {
            overflow: hidden; }
          .mde-feat-cat .mde-feat-cat__item--image:hover {
            -webkit-transform: scale(1.2);
                    transform: scale(1.2);
            transition: -webkit-transform 2s ease-in-out;
            transition: transform 2s ease-in-out; }
        .mde-feat-cat .mde-feat-cat__item--description {
          width: 100%;
          height: 225px;
          /*border: 1px solid #c5c5c5;*/
          border-top: 0 none;
          text-align: center;
          padding: 18px; }
          .mde-feat-cat .mde-feat-cat__item--description h4 {
            font-size:  13px;
            font-size:  1.3rem;
            color: #999999;
            margin: 7px 0; }
          .mde-feat-cat .mde-feat-cat__item--description h5 {
            font-size:  14px;
            font-size:  1.4rem;
			      letter-spacing:.2em;
            margin: 0;
            line-height: 1.6; }
          .mde-feat-cat .mde-feat-cat__item--description p {
            font-size:  16px;
            font-size:  1.6rem;
            border-top: 1px solid #d3d3d3;
            padding-top: 9px;
            margin: 9px 0px;
            overflow: hidden; }
          .mde-feat-cat .mde-feat-cat__item--description .lowercase {
            text-transform: lowercase; }
        .mde-feat-cat .mde-feat-cat__item:last-child {
          margin-right: 0; }
  
  @-webkit-keyframes blur {
    0% {
      filter: blur(50px);
      -webkit-filter: blur(50px); }
    25% {
      filter: blur(20px);
      -webkit-filter: blur(20px); }
    100% {
      filter: blur(0);
      -webkit-filter: blur(0); } }
  
  @keyframes blur {
    0% {
      filter: blur(50px);
      -webkit-filter: blur(50px); }
    25% {
      filter: blur(20px);
      -webkit-filter: blur(20px); }
    100% {
      filter: blur(0);
      -webkit-filter: blur(0); } }
  
  @-webkit-keyframes animIn {
    0% {
      filter: blur(40px);
      -webkit-filter: blur(40px);
      -webkit-transform: scaleX(0.97) scaleY(0.97) translateX(-50%) translateY(-50%);
              transform: scaleX(0.97) scaleY(0.97) translateX(-50%) translateY(-50%); }
    25% {
      filter: blur(20px);
      -webkit-filter: blur(20px);
      -webkit-transform: scaleX(0.98) scaleY(0.98) translateX(-50%) translateY(-50%);
              transform: scaleX(0.98) scaleY(0.98) translateX(-50%) translateY(-50%); }
    50% {
      filter: blur(15px);
      -webkit-filter: blur(15px);
      -webkit-transform: scaleX(0.985) scaleY(0.985) translateX(-50%) translateY(-50%);
              transform: scaleX(0.985) scaleY(0.985) translateX(-50%) translateY(-50%); }
    80% {
      filter: blur(10px);
      -webkit-filter: blur(10px);
      -webkit-transform: scaleX(0.999) scale(0.9999) translateX(-50%) translateY(-50%);
              transform: scaleX(0.999) scale(0.9999) translateX(-50%) translateY(-50%); }
    100% {
      filter: blur(0);
      -webkit-filter: blur(0);
      -webkit-transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%);
              transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%); } }
  
  @keyframes animIn {
    0% {
      filter: blur(40px);
      -webkit-filter: blur(40px);
      -webkit-transform: scaleX(0.97) scaleY(0.97) translateX(-50%) translateY(-50%);
              transform: scaleX(0.97) scaleY(0.97) translateX(-50%) translateY(-50%); }
    25% {
      filter: blur(20px);
      -webkit-filter: blur(20px);
      -webkit-transform: scaleX(0.98) scaleY(0.98) translateX(-50%) translateY(-50%);
              transform: scaleX(0.98) scaleY(0.98) translateX(-50%) translateY(-50%); }
    50% {
      filter: blur(15px);
      -webkit-filter: blur(15px);
      -webkit-transform: scaleX(0.985) scaleY(0.985) translateX(-50%) translateY(-50%);
              transform: scaleX(0.985) scaleY(0.985) translateX(-50%) translateY(-50%); }
    80% {
      filter: blur(10px);
      -webkit-filter: blur(10px);
      -webkit-transform: scaleX(0.999) scale(0.9999) translateX(-50%) translateY(-50%);
              transform: scaleX(0.999) scale(0.9999) translateX(-50%) translateY(-50%); }
    100% {
      filter: blur(0);
      -webkit-filter: blur(0);
      -webkit-transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%);
              transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%); } }
  
  @-webkit-keyframes opacityIn {
    0% {
      opacity: 0; }
    10% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  
  @keyframes opacityIn {
    0% {
      opacity: 0; }
    10% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  
  @-webkit-keyframes scaleIn {
    0% {
      -webkit-transform: scaleX(0.97) scaleY(0.97) translateX(-50%) translateY(-50%);
              transform: scaleX(0.97) scaleY(0.97) translateX(-50%) translateY(-50%); }
    80% {
      -webkit-transform: scaleX(0.9999) scale(0.9999) translateX(-50%) translateY(-50%);
              transform: scaleX(0.9999) scale(0.9999) translateX(-50%) translateY(-50%); }
    100% {
      -webkit-transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%);
              transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%); } }
  
  @keyframes scaleIn {
    0% {
      -webkit-transform: scaleX(0.97) scaleY(0.97) translateX(-50%) translateY(-50%);
              transform: scaleX(0.97) scaleY(0.97) translateX(-50%) translateY(-50%); }
    80% {
      -webkit-transform: scaleX(0.9999) scale(0.9999) translateX(-50%) translateY(-50%);
              transform: scaleX(0.9999) scale(0.9999) translateX(-50%) translateY(-50%); }
    100% {
      -webkit-transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%);
              transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%); } }
  
  @-webkit-keyframes moveIn {
    0% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
    50% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  
  @keyframes moveIn {
    0% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
    50% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  
  .mde-hero__video, .mde-hero__video-img {
    left: 50%;  
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
  }
  
  .mde-hero__video-img { 
    height: 100%;
    object-fit: cover;
  }
  
  
    @media screen and (min-width: 960px) {
      .mde-hero__video {
        display: block; } }
  
  
    .mde-hero__video-container {
      background-color: #101010;
      bottom: 0;
      height: auto;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1; }
  
      .mde-hero__video {
          display: none;
      }
  
      .mde-hero__video-img {
          display: block;
          width: 100%; }
  
  @media screen and (min-width: 768px){
  
      .mde-hero__video-img {
          display: block;
          width: 100%;
          z-index: -5;}
    
      .mde-hero__video {
        display: block !important;
    }
  }
  @media only screen 
  and (orientation : landscape) {
    .mde-hero__video-img.hero-mobile {
      display: none;
    }
  }
  
  .mde-hero__video {
    /*display: none;*/
    min-height: 100%;
    max-width: none; 
    min-width: 100%;
  }
    /*
  @media screen and (min-width: 960px) {
      .video-img-mobile {
        display: none; } 
    }
  */
  .mde-hero.touch .mde-hero__video {
    display: none; }
  
  .mde-hero.touch .mde-hero__video-img {
    display: block; }
  
  .mde-hero, .mde-hero__inner {
    height: calc(100vh - 125px);
    /*max-height: 900px;*/ }
.submenu-aux ~ .hero-container .mde-hero__inner {
	    /* height: calc(100vh - 189px); */
}
.true-hero .mde-hero__inner {
  height: 100%;
}
  
  @media screen and (min-width:768px) and (max-width:992px){
  .mde-hero__inner {
      /*max-height: 400px;*/ }
  }
  
  .mde-hero.cta-disc-zoom .mde-hero__cta-container {
    bottom: 30px;
    position: absolute; }
  
  .mde-hero.cta-disc-zoom .mdp-foundation-disclaimer__block {
    bottom: 7px; }
  
  .mde-hero.cta-disc-zoom .mde-hero__accolade,
  .mde-hero.cta-disc-zoom .mde-hero__zoom {
    bottom: 30px; }
  
  .mde-hero.cta-disc-zoom .mde-hero__chevron {
    bottom: 30px; }
  
  @media screen and (max-width: 959px) {
    .mde-hero.cta-disc-zoom .mde-hero__cta-container {
      bottom: 75px; }
    .mde-hero.cta-disc-zoom .mdp-foundation-disclaimer__block {
      bottom: 45px; }
    .mde-hero.cta-disc-zoom .mde-hero__accolade,
    .mde-hero.cta-disc-zoom .mde-hero__zoom {
      bottom: 5px; } }
  
  @media screen and (max-width: 767px) {
    .mde-hero.cta-disc-zoom .mde-hero__cta-container {
      bottom: 45px; }
      .mde-hero.cta-disc-zoom .mde-hero__cta-container .cta {
        margin-bottom: 15px; }
    .mde-hero.cta-disc-zoom .mdp-foundation-disclaimer__block {
      bottom: 35px; } }
  
  @media screen and (max-width: 767px) and (max-height: 480px) {
    .mde-hero.cta-disc-zoom .mde-hero__cta-container {
      bottom: 30px; }
    .mde-hero.cta-disc-zoom .mdp-foundation-disclaimer__block {
      bottom: 26px; }
    .mde-hero.cta-disc-zoom .mde-hero__accolade,
    .mde-hero.cta-disc-zoom .mde-hero__zoom {
      bottom: 2px; } }
  
  @media screen and (max-width: 414px) {
    .mde-hero.has-accolade .mde-hero__footer {
      bottom: 4%; } }
  
  .mde-hero.has-disclaimer .mde-hero__inner {
    margin-bottom: 20px; }
  
  .mde-hero__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #101010;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    /*transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out; */
    min-height: 300px;
  }
  
  .mde-hero__description {
    margin: 0 auto;
    max-width: 910px;
    min-width: 700px;
    opacity: 1;
    padding: 0 12px;
    position: relative;
    top: 12%;
    width: 70%;
    word-break: break-word;
    z-index: 2; }
    .mde-hero__description--pre {
      font-size:  15px;
      font-size:  1.5rem;
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Medium", helvetica, arial, sans-serif;
      letter-spacing: .2em;
      /* text-transform: uppercase; */
      line-height: 23px;
      margin-bottom: 8px; }
      .mde-hero__description--pre > h1,
      .mde-hero__description--pre > h2,
      .mde-hero__description--pre > h3,
      .mde-hero__description--pre > h4,
      .mde-hero__description--pre > h5,
      .mde-hero__description--pre > h6,
      .mde-hero__description--pre > p {
        font-size:  16px;
        font-size:  1.6rem;
        /*line-height: 23px;*/
	    letter-spacing: .2em;
	  	line-height:1.6;}
    .mde-hero__description--title {
      font-size:  25px;
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      letter-spacing: .2em;
      text-transform: uppercase;
      line-height: 37px;
      margin-bottom: 0; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-hero__description--title {
          font-size:  40px;
          font-size:  4rem;
          line-height: 47px; } }
      @media screen and (min-width: 960px) {
        .mde-hero__description--title {
          font-size:  50px;
          font-size:  5rem;
          line-height: 57px; } }
      .mde-hero__description--title > h1,
      .mde-hero__description--title > h2,
      .mde-hero__description--title > h3,
      .mde-hero__description--title > h4,
      .mde-hero__description--title > h5,
      .mde-hero__description--title > h6,
      .mde-hero__description--title > p {
        /*font-size:  25px;*/
		  font-size:45px;
		  line-height: 1.2;
        /*line-height: 30px;*/}
        @media screen and (min-width: 768px) and (max-width: 959px) {
          .mde-hero__description--title > h1,
          .mde-hero__description--title > h2,
          .mde-hero__description--title > h3,
          .mde-hero__description--title > h4,
          .mde-hero__description--title > h5,
          .mde-hero__description--title > h6,
          .mde-hero__description--title > p {
            /*font-size:  30px;
            line-height: 40px;*/
		  font-size:45px;
		  line-height: 1.2;
		  letter-spacing:.2em;} }
        @media screen and (min-width: 960px) {
          .mde-hero__description--title > h1,
          .mde-hero__description--title > h2,
          .mde-hero__description--title > h3,
          .mde-hero__description--title > h4,
          .mde-hero__description--title > h5,
          .mde-hero__description--title > h6,
          .mde-hero__description--title > p {
            font-size:  50px;
            line-height: 50px;
		  letter-spacing:.2em;} }
  
  .mde-hero__description-mobile {
    display: none;
    opacity: 1;
    word-break: break-word;
    z-index: 2;
    font-size:  25px;
    /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
    font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
    letter-spacing: .2em;
    /* text-transform: uppercase; */
    line-height: 37px;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .mde-hero__description-mobile {
        font-size:  40px;
        font-size:  4rem;
        line-height: 47px; } }
    @media screen and (min-width: 960px) {
      .mde-hero__description-mobile {
        font-size:  50px;
        font-size:  5rem;
        line-height: 57px; } }
    .mde-hero__description-mobile > h1,
    .mde-hero__description-mobile > h2,
    .mde-hero__description-mobile > h3,
    .mde-hero__description-mobile > h4,
    .mde-hero__description-mobile > h5,
    .mde-hero__description-mobile > h6,
    .mde-hero__description-mobile > p {
      font-size:  30px;
      font-size:  3rem;
      line-height: 37px; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-hero__description-mobile > h1,
        .mde-hero__description-mobile > h2,
        .mde-hero__description-mobile > h3,
        .mde-hero__description-mobile > h4,
        .mde-hero__description-mobile > h5,
        .mde-hero__description-mobile > h6,
        .mde-hero__description-mobile > p {
          font-size:  40px;
          font-size:  4rem;
          line-height: 47px; } }
      @media screen and (min-width: 960px) {
        .mde-hero__description-mobile > h1,
        .mde-hero__description-mobile > h2,
        .mde-hero__description-mobile > h3,
        .mde-hero__description-mobile > h4,
        .mde-hero__description-mobile > h5,
        .mde-hero__description-mobile > h6,
        .mde-hero__description-mobile > p {
          font-size:  50px;
          font-size:  5rem;
          line-height: 57px; } }
  
  .mde-hero__footer {
    bottom: 7%;
    position: absolute;
    width: 100%; }
    @media screen and (min-width: 960px) {
      .mde-hero__footer {
        padding: 0; } }
  
  .mde-hero__accolade, .mde-hero__zoom {
    bottom: 0;
    left: 10%;
    opacity: 0;
    position: absolute;
    z-index: 2; }
  
  .mde-hero__accolade {
    color: #ffffff;
    position: relative;
    text-align: left;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .mde-hero__accolade {
        left: 5%; } }
    @media screen and (min-width: 768px) {
      .mde-hero__accolade {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 31%; } }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .mde-hero__accolade {
        left: 5%;
        width: 29%; } }
    @media screen and (max-width: 767px) {
      .mde-hero__accolade {
        text-align: center; } }
    @media screen and (max-width: 414px) {
      .mde-hero__accolade {
        text-align: left; } }
    .mde-hero__accolade-description,
    .mde-hero__accolade-description > *, .mde-hero__accolade-title,
    .mde-hero__accolade-title > * {
      line-height: 1.4; }
    .mde-hero__accolade-title {
      font-size:  15px;
      font-size:  1.5rem; }
    .mde-hero__accolade-description {
      display: none; }
      @media screen and (min-width: 960px) {
        .mde-hero__accolade-description {
          display: block; } }
      .mde-hero__accolade-description,
      .mde-hero__accolade-description > * {
        font-size:  16px;
        font-size:  1.6rem;
        margin: 0; }
    .mde-hero__accolade-logo {
      display: none; }
      @media screen and (min-width: 960px) {
        .mde-hero__accolade-logo {
          display: block;
          margin-right: 7%;
          min-width: 90px;
          width: 29%; } }
      .mde-hero__accolade-logo img {
        display: block;
        height: auto;
        width: 100%; }
  
  .mde-hero__zoom {
    font-size:  18px;
    font-size:  1.8rem;
    color: rgba(255, 255, 255, 0.4);
    /*font-family: "MazdaRegular";*/
    font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif; }
  
  .mde-hero__stats {
    bottom: 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    transition: all .8s;
    width: 100%;
    z-index: 2; }
    .mde-hero__stats .divider {
      background-color: #2d2d2d;
      height: 50px;
      margin: 0 25px;
      opacity: 0;
      -webkit-transform: rotate(25deg);
              transform: rotate(25deg);
      width: 1px; }
    .mde-hero__stats .mde-hero__stat {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      opacity: 0;
      position: relative; }
      .mde-hero__stats .mde-hero__stat--above {
        /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        font-size:  14px;
        font-size:  1.4rem;
        letter-spacing: .2em;
        text-transform: uppercase; }
      .mde-hero__stats .mde-hero__stat--below {
        font-size:  38px;
        font-size:  3.8rem;
        letter-spacing: -2px;
        line-height: 1; }
        .mde-hero__stats .mde-hero__stat--below .superscript {
          font-size:  23px;
          font-size:  2.3rem;
          position: relative;
          top: -12px; }
        .mde-hero__stats .mde-hero__stat--below sup {
          top: -2em; }
          .mde-hero__stats .mde-hero__stat--below sup:hover {
            color: #ffffff; }
  
  .mde-hero__stats-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
    visibility: hidden;
    z-index: -1; }
    .mde-hero__stats-mobile .divider {
      background-color: #2d2d2d;
      height: 50px;
      margin: 0 25px;
      opacity: 0;
      -webkit-transform: rotate(25deg);
              transform: rotate(25deg);
      width: 1px; }
    .mde-hero__stats-mobile .mde-hero__stat {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      opacity: 0;
      position: relative; }
      .mde-hero__stats-mobile .mde-hero__stat--above {
        /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        font-size:  14px;
        font-size:  1.4rem;
        letter-spacing: .2em;
        text-transform: uppercase; }
      .mde-hero__stats-mobile .mde-hero__stat--below {
        font-size:  38px;
        font-size:  3.8rem;
        letter-spacing: -2px;
        line-height: .8; }
        .mde-hero__stats-mobile .mde-hero__stat--below .superscript {
          font-size:  23px;
          font-size:  2.3rem;
          position: relative;
          top: -12px; }
        .mde-hero__stats-mobile .mde-hero__stat--below sup {
          top: -2em; }
          .mde-hero__stats-mobile .mde-hero__stat--below sup:hover {
            color: #ffffff; }
  /*.hero-container .mde-hero__cta-container{
  margin:0 auto;
  width:80%;}*/
  .mde-hero__cta-container {
    bottom: 0;
  height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 1; }
    .mde-hero__cta-container a {
      width: auto; }
      .mde-hero__cta-container a + a {
        margin-left: 20px; }
  
  .mde-hero__video-btn {
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    position: absolute;
    right: 10%;
    width: 60px!important;
    z-index: 2; 
      pointer-events: auto;
      opacity: 1;
      /*transition: all 800ms;*/
      border: 3px solid white;
      border-radius: 50%;
  }
  .mde-hero__video-btn:hover { 
      background: white;
  }
  .video-play:after{ 
      content: '';
      border: solid white;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 5px;
       transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      position: absolute;
      top: 40%;
      right: 40%;
  }
  .video-play:hover:after {
      border: solid black;
      border-width: 0 3px 3px 0;
  }
  .video-pause:after {
      content: '';
      position: absolute;
      border: solid white;
      border-width: 0 3px 0 3px;
      display: inline-block;
      padding: 8px 3px;
      top: 38%;
      right: 38%;
  }
  .video-pause:hover:after {
      border: solid black;
      border-width: 0 3px 0 3px;
  }
  @media (max-width: 767px){
      .mde-hero__video-btn{
          display: none;
      }
  }
  .mde-hero__chevron {
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    opacity: 0;
    position: absolute;
    right: 10%;
    width: 60px;
    z-index: 2; }
    .mde-hero__chevron:hover ~ .mde-hero__img-cont {
      -webkit-transform: scale(1.01);
              transform: scale(1.01); }
    .mde-hero__chevron--svg:hover .chevron-cont {
      fill: #000000; }
      .mde-hero__chevron--svg:hover .chevron-cont__arrow {
        stroke: #ffffff; }
    .mde-hero__chevron a {
      display: inline-block;
      height: 60px;
      position: relative;
      width: 60px; }
    .mde-hero__chevron .chevron-cont {
      fill: transparent;
      stroke: #000000; }
      .mde-hero__chevron .chevron-cont__circle {
        stroke-miterlimit: 10;
        stroke-width: 18px; }
      .mde-hero__chevron .chevron-cont__arrow {
        -webkit-animation: rotate 1.4s infinite;
                animation: rotate 1.4s infinite;
        stroke-miterlimit: 10;
        stroke-width: 18px;
        -webkit-transform: translateY(27px);
                transform: translateY(27px);
        transition: all .2s; }
  
  .mde-hero__img {
    -webkit-animation: blur 2.3s;
            animation: blur 2.3s;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: opacity .35s;
    width: 100%; }
    .mde-hero__img-container {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
      transition: -webkit-transform 1.2s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 1.2s cubic-bezier(0.86, 0, 0.07, 1); }
    .mde-hero__img.lazyloaded {
      transition-duration: 2.3s; }
    .mde-hero__img.mobile {
      display: none; }
  
  .mde-hero.has-secondary-nav {
    height: calc(100vh - 75px - 65px); }
    @media screen and (min-width: 768px) {
      .mde-hero.has-secondary-nav {
        height: calc(100vh - 125px - 64px); } }
    .mde-hero.has-secondary-nav .mde-hero__inner {
      height: inherit; 
    width: 100%;
  }
      @media screen and (max-width: 767px) {
        .mde-hero.has-secondary-nav .mde-hero__inner {
          max-height: none; } }
  
  .mde-hero .fixed {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0 !important; }
    .mde-hero .fixed .mde-hero__chevron {
      opacity: 0 !important; }
  
  .mde-hero.light-text .mde-hero__description--copy, .mde-hero.light-text .mde-hero__description--pre, .mde-hero.light-text .mde-hero__description--title {
    color: #ffffff; }
  
  .mde-hero.light-text .mde-hero__stats > *,
  .mde-hero.light-text .mde-hero__stats-mobile > * {
    color: #ffffff; }
  
  .mde-hero.light-text .mde-hero__chevron--svg .chevron-cont {
    fill: transparent;
    stroke: #ffffff; }
  
  .mde-hero.light-text .mde-hero__chevron--svg:hover .chevron-cont {
    fill: #ffffff; }
  
  .mde-hero.light-text .mde-hero__chevron--svg:hover .chevron-cont__arrow {
    stroke: #000000; }
  
  .mde-hero.light-text .divider {
    background-color: #999999; }
  
  .mde-hero.light-text .mde-hero__zoom {
    color: rgba(255, 255, 255, 0.4); }
  
  .mde-hero.text-shadow-dark .mde-hero__img-cont::before {
    background-image: radial-gradient(circle farthest-side at 50% 50%, #000000 -50%, transparent 80%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  
  .mde-hero.text-shadow-light .mde-hero__img-cont::before {
    background-image: radial-gradient(circle farthest-side at 50% 50%, #ffffff -50%, transparent 80%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  
  .mde-hero .cta--container {
    display: none;
    position: relative;
    top: 30%;
    z-index: 1; }
  
  @-moz-document url-prefix() {
    .mde-hero .mde-hero__img {
      animation: opacityIn 400ms; } }
  
  @media screen and (max-width: 1024px) {
    .mde-hero__chevron {
      right: 5%; } }
  
  @media screen and (min-width: 768px) {
    .mde-hero__stats ~ .mde-hero__cta-container {
      visibility: hidden; } }
  
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .mde-hero__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .mde-hero__description {
      max-width: 90%;
      min-width: auto;
      /*top: -25%; */}
    .mde-hero__stats {
      position: relative;
      bottom: 7%; }
    .mde-hero__cta-container {
      left: 0;
      right: 0;
      display: block; }
    .mde-hero__zoom {
      bottom: -40px; }
    .mde-hero.text-shadow-dark {
      background-image: radial-gradient(circle farthest-side at 50% 20%, #000000 -50%, transparent 50%); }
    .mde-hero.text-shadow-light {
      background-image: radial-gradient(circle farthest-side at 50% 20%, #ffffff -50%, transparent 50%); } }
  
  @media screen and (max-width: 959px) {
    .mde-hero__footer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .mde-hero__stats {
      margin-bottom: 2em; }
    .mde-hero__cta-container {
      position: static; }
    .mde-hero__img {
      display: none; }
      .mde-hero__img.mobile {
        display: inherit; }
    .mde-hero__zoom {
      left: 0;
      width: 100%; } }
  
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .mde-hero__stats-mobile {
      display: none; } }
  
  @media screen and (max-width: 767px) {
    .mde-hero {
      /*height: calc(100vh - 75px);*/
      max-height: none;
      min-height: 300px; }
      .mde-hero__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-height: none;
        padding: 0 12px; }
      .mde-hero__footer {
        left: 12px;
        width: auto;
        right: 12px; }
      .mde-hero__description {
        display: none; }
      .mde-hero__description-mobile {
        top: 40px;
        display: block;
        position: relative; }
      .mde-hero__accolade {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        position: static; }
      .mde-hero__stats {
        display: none; }
        .mde-hero__stats-mobile {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 1.5em;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          visibility: visible;
          z-index: 2; }
          .mde-hero__stats-mobile .mde-hero__price--above {
            font-size:  35px;
            font-size:  3.5rem; }
            .mde-hero__stats-mobile .mde-hero__price--above .superscript {
              font-size:  20px;
              font-size:  2rem; }
          .mde-hero__stats-mobile .mde-hero__hp--above {
            font-size:  35px;
            font-size:  3.5rem; }
          .mde-hero__stats-mobile .mde-hero__mpg--above {
            font-size:  35px;
            font-size:  3.5rem; }
      .mde-hero__cta-container {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        position: static; }
        .mde-hero__cta-container .cta {
          margin-bottom: 0; }
          .mde-hero__cta-container .cta + .cta {
            margin-left: 10px; }
      .mde-hero__zoom {
        margin-top: 12px;
        position: static;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3; }
      .mde-hero__chevron {
        display: none; }
      .mde-hero.text-shadow-dark {
        background-image: radial-gradient(circle farthest-side at 50% 10%, #000000 -50%, transparent 30%); }
      .mde-hero.text-shadow-light {
        background-image: radial-gradient(circle farthest-side at 50% 10%, #ffffff -50%, transparent 30%); } }
  
  @media screen and (max-width: 414px) {
    .mde-hero__cta-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .mde-hero__cta-container .cta {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1;
            -ms-flex: 1 1;
                flex: 1 1;
        /*margin: 0 0 15px;*/ 
        width: 65%;
        margin: auto;
        /* margin-bottom: 10px; */
      }
        .mde-hero__cta-container .cta + .cta {
          margin-left: 0; }
          .mde-hero__cta-container .cta + .cta:last-child {
            margin-bottom: 0;
            margin: auto;}
      .mde-hero__cta-container .cta{
            /*margin-bottom: 0;*/
            /*margin: auto;*/
      /* margin:10px auto !important; */
    }
  
  }
  
  .mde-key-features {
    height: 100vh;
    margin: 0 auto;
    max-height: 900px;
    min-height: 560px;
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .mde-key-features {
        min-height: inherit;
        height: auto;
        max-height: none; } }
    @media screen and (max-width: 767px) {
      .mde-key-features {
        min-height: inherit;
        height: auto;
        max-height: none; } }
    .mde-key-features__container {
      height: 100%;
      margin: 0 auto;
      position: relative;
      width: 80%; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-key-features__container {
          min-width: auto;
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .mde-key-features__container {
          min-width: 0;
          width: 100%; } }
    .mde-key-features__img-container-left {
      left: 40%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-key-features__img-container-left {
          left: 20%;
          position: relative;
          top: 0%;
          -webkit-transform: none;
                  transform: none;
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .mde-key-features__img-container-left {
          left: 20%;
          position: relative;
          -webkit-transform: none;
                  transform: none;
          width: 100%; } }
      .mde-key-features__img-container-left > img {
        display: block;
        z-index: 2; }
        @media screen and (min-width: 768px) and (max-width: 959px) {
          .mde-key-features__img-container-left > img {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .mde-key-features__img-container-left > img {
            width: 100%; } }
    .mde-key-features__img-container-right {
      right: 40%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-key-features__img-container-right {
          right: 20%;
          position: relative;
          -webkit-transform: none;
                  transform: none;
          top: 0%;
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .mde-key-features__img-container-right {
          right: 20%;
          position: relative;
          -webkit-transform: none;
                  transform: none;
          width: 100%; } }
      .mde-key-features__img-container-right > img {
        display: block;
        z-index: 2; }
        @media screen and (min-width: 768px) and (max-width: 959px) {
          .mde-key-features__img-container-right > img {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .mde-key-features__img-container-right > img {
            width: 100%; } }
    .mde-key-features__description-left {
      margin-left: 15px;
      position: relative;
      top: 45%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 30%; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-key-features__description-left {
          display: block;
          margin: 0 8%;
          padding: 5%;
          top: 0%;
          -webkit-transform: none;
                  transform: none;
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .mde-key-features__description-left {
          margin: 0 auto;
          padding: 5%;
          top: 0%;
          -webkit-transform: none;
                  transform: none;
          width: 100%; } }
      .mde-key-features__description-left--pre-heading {
        font-size:  14px;
        font-size:  1.4rem; }
      .mde-key-features__description-left--heading {
        font-size:  20px;
        font-size:  2rem; }
    .mde-key-features__description-right {
      margin-left: 70%;
      position: relative;
      top: 45%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 30%; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-key-features__description-right {
          display: block;
          margin: 0 8%;
          padding: 5%;
          top: 0%;
          -webkit-transform: none;
                  transform: none;
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .mde-key-features__description-right {
          margin: 0 auto;
          padding: 5%;
          top: 0%;
          -webkit-transform: none;
                  transform: none;
          width: 100%; } }
      .mde-key-features__description-right--pre-heading {
        font-size:  14px;
        font-size:  1.4rem; }
      .mde-key-features__description-right--heading {
        font-size:  20px;
        font-size:  2rem; }
    .mde-key-features .cta--container {
      white-space: pre-line; }
      .mde-key-features .cta--container .cta {
        margin: 18px auto;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .mde-key-features .cta--container .cta + [class*='cta-icon'] {
            display: block;
            text-align: left; } }
    .mde-key-features .divider-line {
      border: 1px solid #999999;
      margin-bottom: 0;
      margin-top: 5px; }
    .mde-key-features.light-text .mde-key-features__description-left--pre-heading, .mde-key-features.light-text .mde-key-features__description-left--heading, .mde-key-features.light-text .mde-key-features__description-left--copy {
      color: #ffffff; }
    .mde-key-features.light-text .mde-key-features__description-right--pre-heading, .mde-key-features.light-text .mde-key-features__description-right--heading, .mde-key-features.light-text .mde-key-features__description-right--copy {
      color: #ffffff; }
    .mde-key-features.text-center .mde-key-features__description-left, .mde-key-features.text-center .mde-key-features__description-right {
      text-align: center; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-key-features.text-center .mde-key-features__description-left, .mde-key-features.text-center .mde-key-features__description-right {
          margin: 0 auto;
          width: 80%; } }
  
  .mde-specs {
    text-align: center;
    padding: 100px 0; }
    .mde-specs__title {
      position: relative; }
      .mde-specs__title--heading {
        font-size:  18px;
        font-size:  1.8rem; }
        @media screen and (max-width: 767px) {
          .mde-specs__title--heading {
            display: inline-block;
            width: 250px;
            line-height: 1.5;
            margin-bottom: 25px; } }
      .mde-specs__title--buttons {
        position: absolute;
        cursor: default;
        display: inline-block;
        right: 0;
        top: 0;
        font-size: 20px; }
        .mde-specs__title--buttons a {
          font-size:  20px;
          font-size:  2rem;
          border-right: 1px solid #c4c4c4;
          padding: 0 10px;
          transition: color .3s; }
          .mde-specs__title--buttons a .label {
            font-size:  13px;
            font-size:  1.3rem;
            /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
            font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
            letter-spacing: .2em;
            text-transform: uppercase;
            line-height: 20px;
            display: inline-block;
            opacity: 0;
            overflow: hidden;
            padding-right: 5px;
            transition: opacity .5s, max-width .5s;
            vertical-align: middle;
            max-width: 0; }
            .mde-specs__title--buttons a .label > h1,
            .mde-specs__title--buttons a .label > h2,
            .mde-specs__title--buttons a .label > h3,
            .mde-specs__title--buttons a .label > h4,
            .mde-specs__title--buttons a .label > h5,
            .mde-specs__title--buttons a .label > h6,
            .mde-specs__title--buttons a .label > p {
              font-size:  13px;
              font-size:  1.3rem;
              line-height: 20px; }
          .mde-specs__title--buttons a [class^='icon'] {
            font-size:  20px;
            font-size:  2rem;
            vertical-align: middle; }
          .mde-specs__title--buttons a:first-child {
            display: none; }
          .mde-specs__title--buttons a:last-child {
            border-right: 0; }
          .mde-specs__title--buttons a:hover {
            color: #999999; }
            .mde-specs__title--buttons a:hover .label {
              color: #000000;
              opacity: 1;
              transition: color .3s, opacity .5s, max-width .5s;
              max-width: 150px; }
            .mde-specs__title--buttons a:hover [class^='icon']::before {
              color: #910a2d;
              transition: color .3s; }
        .mde-specs__title--buttons:hover {
          cursor: pointer;
          color: #101010;
          transition: color .3s ease-in-out; }
        @media screen and (max-width: 1200px) {
          .mde-specs__title--buttons {
            right: 10%; } }
        @media screen and (max-width: 767px) {
          .mde-specs__title--buttons {
            display: none; } }
    .mde-specs__tabs {
      text-align: center;
      display: block;
      -webkit-user-select: none; }
      .mde-specs__tabs .component-navigation-1 {
        display: inline-block; }
        .mde-specs__tabs .component-navigation-1 li a {
          padding: 20px 8px; }
          @media screen and (min-width: 768px) and (max-width: 959px) {
            .mde-specs__tabs .component-navigation-1 li a {
              font-size:  13px;
              font-size:  1.3rem; } }
          .mde-specs__tabs .component-navigation-1 li a::after {
            background-color: #999999;
            opacity: .5;
            content: '';
            display: inline-block;
            height: 1.2em;
            margin-left: 14px;
            position: relative;
            width: 1px;
            top: .1em; }
        .mde-specs__tabs .component-navigation-1 li:last-child a {
          padding-right: 0; }
          .mde-specs__tabs .component-navigation-1 li:last-child a::after {
            display: none; }
      @media screen and (max-width: 767px) {
        .mde-specs__tabs {
          display: none; } }
    .mde-specs__dropdown {
      position: absolute;
      opacity: 0;
      -webkit-user-select: none;
      height: 0; }
      .mde-specs__dropdown .combo-box {
        max-width: 320px;
        width: 100%; }
      @media screen and (max-width: 767px) {
        .mde-specs__dropdown {
          position: inherit;
          opacity: 1;
          -webkit-user-select: inherit;
          height: inherit; } }
    .mde-specs__content {
      display: block;
      text-align: center;
      padding: 0 17%; }
      .mde-specs__content--top {
        height: 290px; }
        @media screen and (max-width: 767px) {
          .mde-specs__content--top {
            display: none; } }
      .mde-specs__content--bottom {
        padding: 100px 0; }
        @media screen and (max-width: 767px) {
          .mde-specs__content--bottom {
            padding: 0; } }
        .mde-specs__content--bottom .mde-specs__trim-content {
          display: none;
          opacity: 0; }
          .mde-specs__content--bottom .mde-specs__trim-content.active {
            display: block; }
          .mde-specs__content--bottom .mde-specs__trim-content li {
            border-bottom: 1px solid rgba(153, 153, 153, 0.5); }
            .mde-specs__content--bottom .mde-specs__trim-content li .item-title {
              padding: 30px 0;
              background-color: transparent;
              color: #999999; }
              @media screen and (max-width: 767px) {
                .mde-specs__content--bottom .mde-specs__trim-content li .item-title {
                  color: #101010; } }
            .mde-specs__content--bottom .mde-specs__trim-content li .item-content table {
              margin-bottom: 50px;
              text-align: left;
              height: auto !important;
              width: 100% !important; }
              .mde-specs__content--bottom .mde-specs__trim-content li .item-content table td {
                font-size:  16px;
                font-size:  1.6rem;
                line-height: 2.5;
                padding-bottom: 40px; }
                .mde-specs__content--bottom .mde-specs__trim-content li .item-content table td:first-child {
                  font-size:  12px;
                  font-size:  1.2rem;
                  /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
                  font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
                  letter-spacing: .2em;
                  line-height: 1.1;
                  margin-right: -.2em;
                  padding-right: 30px;
                  text-transform: uppercase;
                  width: 40%; }
                .mde-specs__content--bottom .mde-specs__trim-content li .item-content table td span {
                  color: #aaa; }
              @media screen and (max-width: 767px) {
                .mde-specs__content--bottom .mde-specs__trim-content li .item-content table td {
                  display: block;
                  padding-bottom: 0; }
                  .mde-specs__content--bottom .mde-specs__trim-content li .item-content table td:first-child {
                    width: 100%;
                    padding: 30px 0 10px; } }
            .mde-specs__content--bottom .mde-specs__trim-content li.active .item-title {
              color: #101010; }
            .mde-specs__content--bottom .mde-specs__trim-content li:hover .item-title {
              color: #101010;
              cursor: pointer; }
          .mde-specs__content--bottom .mde-specs__trim-content .cta-container {
            margin-top: 75px; }
      @media screen and (max-width: 767px) {
        .mde-specs__content {
          padding: 0 10px; } }
    .mde-specs__image {
      width: 78%;
      height: 100%;
      position: relative;
      float: left; }
      .mde-specs__image--car {
        display: none;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain; }
        .mde-specs__image--car.active {
          display: block; }
    .mde-specs__stats {
      width: 22%;
      height: 100%;
      position: relative;
      float: right; }
      .mde-specs__stats--item {
        display: none;
        opacity: 0;
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        bottom: 0; }
        .mde-specs__stats--item .item-stats {
          height: 100px;
          padding: 22px 0;
          border-bottom: 1px solid rgba(153, 153, 153, 0.5);
          width: 170px; }
          .mde-specs__stats--item .item-stats--value {
            font-size:  35px;
            font-size:  3.5rem;
            line-height: 1.15;
            letter-spacing: .01em;
            opacity: 0; }
          .mde-specs__stats--item .item-stats--subtitle {
            font-size:  13px;
            font-size:  1.3rem;
            /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
            font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
            letter-spacing: .2em;
            margin-right: -.2em;
            text-transform: uppercase;
            line-height: 1.1;
            position: relative;
            opacity: 0; }
          .mde-specs__stats--item .item-stats:last-child {
            border-bottom: 0; }
        .mde-specs__stats--item.active {
          display: block; }
    .mde-specs__mobile-buttons {
      font-size:  15px;
      font-size:  1.5rem;
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      display: none;
      color: #999999;
      letter-spacing: .2em;
      margin-right: -.2em;
      text-transform: uppercase;
      line-height: 1.1;
      position: relative;
      margin-top: 30px; }
      .mde-specs__mobile-buttons [class^='icon'] {
        display: inline-block;
        font-size: 1.2em;
        position: relative;
        top: .1em;
        margin-left: 8px; }
      .mde-specs__mobile-buttons--title:last-child {
        display: none; }
      @media screen and (max-width: 767px) {
        .mde-specs__mobile-buttons {
          display: block; } }
    @media screen and (max-width: 767px) {
      .mde-specs {
        padding: 30px 0; } }
  
  .mde-three-sixty {
    cursor: -webkit-grab;
    margin: 0 auto;
    overflow: hidden; }
    .active .mde-three-sixty {
      height: 540px;
      margin: 0 auto;
      width: 100%;}
    .mde-three-sixty.single-image {
      margin: 50px auto;
      cursor: auto; }
    .mde-three-sixty:active {
      cursor: -webkit-grabbing; }
    .mde-three-sixty__wrapper {
   max-width: 100%;
      padding: 0; }
	
      .mde-three-sixty__wrapper .grid-row {
        width: 100%;}
    .mde-three-sixty__contain {
      height: auto;
      position: relative;
      padding: 80px 0 50px;
      width: 100%;}
      @media screen and (max-width: 767px) {
        .mde-three-sixty__contain {
          padding: 80px 0 50px; } }
    .mde-three-sixty__intro {
      position: relative;
      text-align: center;
      z-index: 3; }
      .mde-three-sixty__intro > h2 {
        font-size:  13px;
        font-size:  1.3rem;
        line-height: inherit; }
      .mde-three-sixty__intro--tagline {
        /*font-family: InterstateBold;*/
        font-family: "MazdaTypeTT-Medium", helvetica, arial, sans-serif;
        letter-spacing: .2em;
        text-transform: uppercase;
        font-size:  20px;
        font-size:  2rem;
        margin-bottom: 25px; }
        @media screen and (max-width: 767px) {
          .mde-three-sixty__intro--tagline {
            margin-bottom: 15px; } }
      .mde-three-sixty__intro--view-type {
        position: relative;
        width: 100%;
        z-index: 3;
        margin-bottom: 10px; }
        .mde-three-sixty__intro--view-type > ul {
          text-align: center; }
          .mde-three-sixty__intro--view-type > ul > li {
            display: inline-block; }
            .mde-three-sixty__intro--view-type > ul > li > a {
              display: block;
              padding: 0 14px;
              border-right: 1px solid #ccc;
              text-transform: uppercase;
              /*font-family: InterstateBold*/;
              font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
              letter-spacing: .2em;
              color: #999999;
              font-size:  13px;
              font-size:  1.3rem; }
              .mde-three-sixty__intro--view-type > ul > li > a.active, .mde-three-sixty__intro--view-type > ul > li > a:hover {
                color: #101010;
                transition: color 250ms; }
            .mde-three-sixty__intro--view-type > ul > li:last-child > a {
              border-right: 0;
              padding-left: 13px; }
    .mde-three-sixty__content {
      opacity: 0;
      position: relative;
      transition: opacity 1s;
      visibility: hidden;
      z-index: 1; }
      .mde-three-sixty__content.active {
        left: inherit;
        margin-top: 0;
        opacity: 1;
        position: relative;
        top: inherit;
        visibility: visible; }
      .mde-three-sixty__content--exterior, .mde-three-sixty__content--interior {
        left: -9999px;
        position: absolute;
        top: -9999px; }
      .mde-three-sixty__content--exterior.active {
        margin-top: 67px; }
      .mde-three-sixty__content--interior.active {
        z-index: 2; }
      .mde-three-sixty__content--interior .mde-three-sixty__cta {
        position: absolute;
        z-index: 3;
        left: 0;
        margin: auto;
        bottom: 65px;
        right: 0; }
        @media screen and (max-width: 767px) {
          .mde-three-sixty__content--interior .mde-three-sixty__cta {
            display: none; } }
        .mde-three-sixty__content--interior .mde-three-sixty__cta.mobile {
          display: none; }
          @media screen and (max-width: 767px) {
            .mde-three-sixty__content--interior .mde-three-sixty__cta.mobile {
              display: block;
              position: relative;
              left: inherit;
              margin: auto;
              bottom: inherit;
              right: inherit;
              padding-top: 30px; } }
      .mde-three-sixty__content--interior .cta-6:hover {
        background-color: #910a2d; }
    .mde-three-sixty__cta {
      text-align: center;
      margin-top: -3%;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .mde-three-sixty__cta {
          padding: 0 20px; } }
      @media screen and (max-width: 1024px) {
        .mde-three-sixty__cta {
          margin-top: 29px;
          position: relative;
          z-index: 2; } }
      .mde-three-sixty__cta .cta {
        margin-bottom: 0; }
    .mde-three-sixty__drag {
      position: absolute;
      bottom: 10px;
      right: 15%;
      z-index: 2; }
  .mde-three-sixty__drag.aling {
    bottom: auto;
    display:block;
  }
      @media screen and (max-width: 1024px) {
        .mde-three-sixty__drag {
          position: relative;
          margin-top: 0%;
          text-align: center;
          z-index: 2;
          right: auto;
          bottom: auto;
      display: none;
    } }
      .mde-three-sixty__drag > p {
        font-size:  12px;
        font-size:  1.2rem;
        /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        letter-spacing: .2em;
        text-transform: uppercase;
        margin: 0; }
        .mde-three-sixty__drag > p:after {
          content: '\f101';
          font-family: 'standard-icon-font';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .mde-three-sixty__drag > p::after {
          content: '\f101';
          font-size: 34px;
          position: relative;
          top: 13px;
          left: 13px; }
    .mde-three-sixty__colors {
      height: 87px;
      left: 0;
      margin-bottom: 0;
      opacity: 0;
      position: absolute;
      text-align: center;
      transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      width: 100%; }
      .mde-three-sixty__colors.active {
        opacity: 1; }
      .mde-three-sixty__colors .dot {
        height: 38px;
        width: 38px;
        display: inline-block;
        margin: 0 5px;
        position: relative; }
        .mde-three-sixty__colors .dot .picker__tooltip {
          display: none;
          color: #999999;
          height: 45px;
          left: 50%;
          opacity: 0;
          position: absolute;
          pointer-events: none;
          margin-left: -300px;
          transition: all .4s ease;
          top: 46px;
          -webkit-transform: translateY(10px);
                  transform: translateY(10px);
          width: 600px;
          z-index: 3;
          text-align: center; }
          @media screen and (min-width: 960px) {
            .mde-three-sixty__colors .dot .picker__tooltip {
              display: block; } }
          .mde-three-sixty__colors .dot .picker__tooltip__text {
            display: table;
            height: 45px;
            padding: 0 23px;
            margin: 0 auto;
            background: #e7e7e7;
            border-radius: 3px;
            border: 1px solid #d5d5d5; }
            .mde-three-sixty__colors .dot .picker__tooltip__text span {
              display: table-cell;
              /*font-family: "InterstateLight", helvetica, arial, sans-serif;*/
              font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
              font-size:  15px;
              font-size:  1.5rem;
              vertical-align: middle;
              white-space: nowrap; }
          .mde-three-sixty__colors .dot .picker__tooltip__arrow {
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #e7e7e7;
            left: 288px;
            position: absolute;
            top: -11px; }
          .mde-three-sixty__colors .dot .picker__tooltip__arrow-border {
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #d5d5d5;
            left: 288px;
            position: absolute;
            top: -12px; }
        .mde-three-sixty__colors .dot:focus {
          outline: none; }
      .mde-three-sixty__colors .component-color-picker-1 {
        margin-bottom: 10px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .mde-three-sixty__colors .component-color-picker-1 {
            overflow-x: scroll;
            padding: 0 20px;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch; } }
        .mde-three-sixty__colors .component-color-picker-1 .dot {
          cursor: pointer; }
          .mde-three-sixty__colors .component-color-picker-1 .dot__selected {
                width: 38px;
            height: 38px;
            opacity: 0;
            visibility: hidden;
            line-height: 1.1;
            position: absolute;
            transition: opacity 100ms, visibility 100ms;
            transition-delay: 100ms;
            color: #ffffff;
            font-size: 15px;
            padding: 0px;
            left: 50%;
            top: 50%;
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
          }
          .mde-three-sixty__colors .component-color-picker-1 .dot.active .inner-circle {
            -webkit-transform: scale(1.71);
                    transform: scale(1.71);
            transition: -webkit-transform 100ms;
            transition: transform 100ms; }
          .mde-three-sixty__colors .component-color-picker-1 .dot.active .dot__selected {
            opacity: 1;
            visibility: visible; }
        .mde-three-sixty__colors .component-color-picker-1 span {
          transition: none;
          border: 0; }
        .mde-three-sixty__colors .component-color-picker-1 .inner-circle {
          width: 20px;
          height: 20px;
          display: block;
          position: absolute;
          top: 9px;
          left: 9px;
          border-radius: 50%; }
        .mde-three-sixty__colors .component-color-picker-1 .outer-circle {
          background-color: #e7e7e7;
          border-radius: 50%;
          border: 0;
          box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          display: block;
          height: 38px;
          position: absolute;
          width: 38px;
          left: 50%;
          top: 50%;
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
         }
        .mde-three-sixty__colors .component-color-picker-1 .circle-spacer {
          border: 0;
          height: 38px;
          width: 0; }
        /*.mde-three-sixty__colors .component-color-picker-1 [data-color*='white'].active .inner-circle {
          background: linear-gradient(to top, #f7f7f7 0%, #f7f7f7 50%, #ffffff 50%, #ffffff 100%); }
        .mde-three-sixty__colors .component-color-picker-1 [data-color*='white'].active .dot__selected {
          color: #101010; }
        .mde-three-sixty__colors .component-color-picker-1 [data-color*='white'] .inner-circle {
          background-color: #f7f7f7; }
        .mde-three-sixty__colors .component-color-picker-1 [data-color='snowflake_white_pearl'].active .inner-circle {
          background-color: #f7f7f7;
          background: linear-gradient(to top, #f7f7f7 0%, #f7f7f7 50%, #ffffff 50%, #ffffff 100%); }
        .mde-three-sixty__colors .component-color-picker-1 [data-color='snowflake_white_pearl'] .inner-circle {
          background-color: #f7f7f7;
          border: 1px solid #d5d5d5; }
        .mde-three-sixty__colors .component-color-picker-1 [data-color='blue_reflex'].active .inner-circle {
          background-color: #2a4a78;
          background: linear-gradient(to top, #2a4a78 0%, #2a4a78 50%, #546d92 50%, #3b5883 100%); }
        .mde-three-sixty__colors .component-color-picker-1 [data-color='blue_reflex'] .inner-circle {
          background-color: #2a4a78; }
        .mde-three-sixty__colors .component-color-picker-1 [data-color='meteor_gray'].active .inner-circle {
          background-color: #323337;
          background: linear-gradient(to top, #323337 0%, #323337 50%, #5a5b5e 50%, #424347 100%); }
        .mde-three-sixty__colors .component-color-picker-1 [data-color='meteor_gray'] .inner-circle {
          background-color: #323337; }
        .mde-three-sixty__colors .component-color-picker-1 [data-color='soul_red'].active .inner-circle {
          background-color: #890000;
          background: linear-gradient(to top, #890000 0%, #890000 50%, #9f3030 50%, #8d0808 100%); }
        .mde-three-sixty__colors .component-color-picker-1 [data-color='soul_red'] .inner-circle {
          background-color: #890000; }
        .mde-three-sixty__colors .component-color-picker-1 [data-color='sonic_silver'].active .inner-circle {
          background-color: #7a8292;
          background: linear-gradient(to top, #7a8292 0%, #7a8292 50%, #949ba7 50%, #848c9b 100%); }
        .mde-three-sixty__colors .component-color-picker-1 [data-color='sonic_silver'] .inner-circle {
          background-color: #7a8292; }
        .mde-three-sixty__colors .component-color-picker-1 [data-color='jet_black'].active .inner-circle {
          background-color: #22222f;
          background: linear-gradient(to top, #22222f 0%, #22222f 50%, #4d4d58 50%, #33333f 100%); }
        .mde-three-sixty__colors .component-color-picker-1 [data-color='jet_black'] .inner-circle {
          background-color: #22222f; }*/
    .mde-three-sixty__color-name {
      font-size:  13px;
      font-size:  1.3rem;
      line-height:  13px;
      line-height:  1.3rem;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-transform: translateY(125%);
              transform: translateY(125%);
      width: 100%; }
      @media screen and (min-width: 768px) {
        .mde-three-sixty__color-name {
          font-size:  14px;
          font-size:  1.4rem;
          line-height:  14px;
          line-height:  1.4rem; } }
      @media screen and (min-width: 960px) {
        .mde-three-sixty__color-name {
          font-size:  15px;
          font-size:  1.5rem;
          line-height:  15px;
          line-height:  1.5rem; } }
      .mde-three-sixty__color-name, .mde-three-sixty__color-name-container {
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
        .mde-three-sixty__color-name.active, .mde-three-sixty__color-name-container.active {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); 
          padding: 5px;}
      .mde-three-sixty__color-name-container {
        display: none;
        height: 0;
        margin-bottom: 2em;
        overflow: visible;
        position: relative;
        text-align: center;
        z-index: 2; }
    .mde-three-sixty__loader {
      z-index: 5;
      display: none;
      margin-top: 16%; }
    .mde-three-sixty__interior-color {
      display: inline-block;
      height: 65px;
      width: 66px;
      position: relative;
      margin: 5px 0px;
    }
      .mde-three-sixty__interior-color.active .dot__selected {
        opacity: 1;
        visibility: visible; }
      .mde-three-sixty__interior-color.active .inner-swatch {
        -webkit-transform: scale(1);
                transform: scale(1); }
      .mde-three-sixty__interior-color.active .inner-swatch-overlay {
        opacity: 0; }
      .mde-three-sixty__interior-color .inner-swatch,
      .mde-three-sixty__interior-color .inner-swatch-overlay,
      .mde-three-sixty__interior-color .outer-swatch {
        display: block;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%; }
      .mde-three-sixty__interior-color .inner-swatch {
        -webkit-transform: scale(0.77);
                transform: scale(0.77);
        z-index: 1;
        transition: -webkit-transform .45s;
        transition: transform .45s; }
      .mde-three-sixty__interior-color .inner-swatch-overlay {
        opacity: 1;
        transition: opacity .4s, visibility .4s; }
      .mde-three-sixty__interior-color__selection {
        vertical-align: bottom; }
      .mde-three-sixty__interior-color .dot__selected {
        opacity: 0;
        visibility: hidden;
        left: 50%;
        margin: auto;
        position: absolute;
        top: 50%;
        transition: opacity .4s, visibility .4s;
        transition-delay: 100ms;
        color: #ffffff;
        font-size: 15px;
        z-index: 2;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
      }
      .mde-three-sixty__interior-color[data-interiorcolor*='black'].active .dot__selected {
        color: #ffffff; }
    .mde-three-sixty__interior-tabs {
      text-align: center;
      line-height: 0;
      margin:20px 0 40px 0; }
      @media screen and (max-width: 767px) {
        .mde-three-sixty__interior-tabs {
          padding: 0 20px;
          overflow-x: auto;
          overflow-y: hidden;
          white-space: nowrap; } }
      .mde-three-sixty__interior-tabs li {
        display: inline-block;
        margin-right: 16px;
        position: relative; }
        .mde-three-sixty__interior-tabs li:last-child {
          margin-right: 0; }
        .mde-three-sixty__interior-tabs li .picker__tooltip {
          display: none;
          color: #999999;
          height: 45px;
          left: 50%;
          opacity: 0;
          position: absolute;
          pointer-events: none;
          margin-left: -300px;
          transition: all .4s ease;
          top: 46px;
          -webkit-transform: translateY(10px);
                  transform: translateY(10px);
          width: 600px;
          z-index: 3;
          text-align: center; }
          @media screen and (min-width: 960px) {
            .mde-three-sixty__interior-tabs li .picker__tooltip {
              display: block; } }
          .mde-three-sixty__interior-tabs li .picker__tooltip__text {
            display: table;
            height: 45px;
            padding: 0 23px;
            margin: 0 auto;
            background: #e7e7e7;
            border-radius: 3px;
            border: 1px solid #d5d5d5; }
            .mde-three-sixty__interior-tabs li .picker__tooltip__text span {
              display: table-cell;
              /*font-family: "InterstateLight", helvetica, arial, sans-serif;*/
              font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
              font-size:  15px;
              font-size:  1.5rem;
              vertical-align: middle;
              white-space: nowrap; }
          .mde-three-sixty__interior-tabs li .picker__tooltip__arrow {
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #e7e7e7;
            left: 288px;
            position: absolute;
            top: -11px; }
          .mde-three-sixty__interior-tabs li .picker__tooltip__arrow-border {
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #d5d5d5;
            left: 288px;
            position: absolute;
            top: -12px; }
    .mde-three-sixty__interior-images {
      overflow: hidden;
      position: relative; }
      @media screen and (min-width: 768px) {
        .mde-three-sixty__interior-images {
          margin-bottom: -50px; } }
      .mde-three-sixty__interior-images .active {
        visibility: visible;
        opacity: 1; }
      .mde-three-sixty__interior-images img {
        transition: all 1s;
        opacity: 0;
        visibility: hidden;
        max-width: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0; }
    .mde-three-sixty__interior-disclaimer {
      bottom: 85px;
      color: #f5f5f5;
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      text-align: center;
      z-index: 3; }
      @media screen and (min-width: 768px) {
        .mde-three-sixty__interior-disclaimer {
          bottom: 25px; } }
      .mde-three-sixty__interior-disclaimer .mdp-foundation-disclaimer {
        color: #c4c4c4; }
        .mde-three-sixty__interior-disclaimer .mdp-foundation-disclaimer:hover {
          color: #d5d5d5; }
  
  @media screen and (max-width: 1200px) and (max-height: 450px) {
    .active .mde-three-sixty {
      width: 100%;
      height: 350px !important; } }
  
  @media screen and (min-width: 1200px) {
    .mde-three-sixty__wrapper {
      min-height: 800px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  
  @media screen and (max-width: 768px) {
    .active .mde-three-sixty {
      width: 100%;
      /*height: 280px !important;*/ 
	}
    .active .mde-three-sixty img {
      width: 100%;
    height: 280px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .active .mde-three-sixty {
      width: 360px;
      height: 225px; } 
    .active .mde-three-sixty img {
      width: 100%;
    /*height: 180px;*/
		height:auto;
    }
  }
  
  @media screen and (max-width: 480px) and (orientation: portrait), screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .active .mde-three-sixty {
      width: 100%;
      /*height: 240px;*/
    /*height: 180px !important;*/ 
  } }
  
@media screen and (max-width: 480px) {
  .active .mde-three-sixty {
    width: 100%;
    /*height: 180px !important;*/
  } 
}

  .mde-three-sixty__images {
    position: relative;
    margin: 0 auto;
    display: none;
    z-index: 1; }
    .mde-three-sixty__images.active {
      z-index: 2; }
  
  .mde-three-sixty > ol > li > img {
    position: absolute;
    top: 0;
    height: auto;
    left: 50%;
    max-width: 1200px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: -webkit-filter 800ms;
    width: 100%; 
    max-height: 100vh;
    object-fit: cover;
  }

@media (max-width: 480px){
  .mde-three-sixty > ol > li > img {
    width: 100%;
    /*height: 180px;*/
  }
}
  
  .mde-dome-three-sixty {
    overflow: hidden;
    cursor: -webkit-grab;
    margin: 0 auto; }
    .active .mde-dome-three-sixty {
      height: 540px;
      width: 1170px; }
    .mde-dome-three-sixty__wrapper {
      max-width: 100%; }
      .mde-dome-three-sixty__wrapper .mdp-gallery {
        margin-top: 50px; }
      .mde-dome-three-sixty__wrapper .mde-dome-three-sixty__drag {
        bottom: 80px;
        color: #ffffff;
        margin: 0 auto;
        position: relative;
        right: inherit;
        text-align: center;
        width: 300px;
        cursor: pointer; }
    .mde-dome-three-sixty__contain {
      width: 100%;
      height: auto;
      position: relative;
      padding: 80px 0 50px; }
    .mde-dome-three-sixty__intro {
      position: relative;
      width: 100%;
      text-align: center;
      z-index: 3; }
      .mde-dome-three-sixty__intro > h2 {
        font-size:  13px;
        font-size:  1.3rem;
        line-height: inherit; }
      .mde-dome-three-sixty__intro--tagline {
        /*font-family: InterstateBold;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        letter-spacing: .2em;
        text-transform: uppercase;
        font-size:  20px;
        font-size:  2rem;
        margin-bottom: 25px; }
        @media screen and (max-width: 767px) {
          .mde-dome-three-sixty__intro--tagline {
            margin-bottom: 15px; } }
      .mde-dome-three-sixty__intro--view-type {
        position: relative;
        width: 100%;
        z-index: 3;
        margin-bottom: 10px; }
        .mde-dome-three-sixty__intro--view-type > ul {
          text-align: center; }
          .mde-dome-three-sixty__intro--view-type > ul > li {
            display: inline-block; }
            .mde-dome-three-sixty__intro--view-type > ul > li > a {
              display: block;
              padding: 0 14px;
              border-right: 1px solid #ccc;
              text-transform: uppercase;
              /*font-family: InterstateBold;*/
              font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
              letter-spacing: .2em;
              color: #999999;
              font-size:  13px;
              font-size:  1.3rem; }
              .mde-dome-three-sixty__intro--view-type > ul > li > a.active, .mde-dome-three-sixty__intro--view-type > ul > li > a:hover {
                color: #101010;
                transition: color 250ms; }
            .mde-dome-three-sixty__intro--view-type > ul > li:last-child > a {
              border-right: 0;
              padding-left: 13px; }
    .mde-dome-three-sixty__content {
      visibility: hidden;
      position: relative;
      transition: all 1s;
      opacity: 0; }
      .mde-dome-three-sixty__content.active {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        position: relative;
        top: inherit;
        left: inherit; }
      .mde-dome-three-sixty__content--exterior, .mde-dome-three-sixty__content--interior {
        position: absolute;
        top: -9999px;
        left: -9999px; }
      .mde-dome-three-sixty__content--interior .cta-6:hover {
        background-color: #910a2d; }
      .mde-dome-three-sixty__content--interior .mde-dome-three-sixty__cta {
        bottom: 50px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        z-index: 3; }
        @media screen and (max-width: 767px) {
          .mde-dome-three-sixty__content--interior .mde-dome-three-sixty__cta {
            display: none; } }
        .mde-dome-three-sixty__content--interior .mde-dome-three-sixty__cta.mobile {
          display: none; }
          @media screen and (max-width: 767px) {
            .mde-dome-three-sixty__content--interior .mde-dome-three-sixty__cta.mobile {
              display: block;
              position: relative;
              left: inherit;
              margin: auto;
              bottom: inherit;
              right: inherit;
              padding-top: 30px; } }
    .mde-dome-three-sixty__cta {
      text-align: center;
      margin-top: -3%;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 1024px) {
        .mde-dome-three-sixty__cta {
          margin-top: 29px;
          position: relative;
          z-index: 2; } }
    .mde-dome-three-sixty:active {
      cursor: -webkit-grabbing; }
    .mde-dome-three-sixty__drag {
      position: absolute;
      bottom: 34px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 2; }
      @media screen and (max-width: 1024px) {
        .mde-dome-three-sixty__drag {
          position: relative;
          margin-top: -10%;
          text-align: center;
          z-index: 2;
          right: auto;
          bottom: auto; } }
      .mde-dome-three-sixty__drag > p {
        font-size:  12px;
        font-size:  1.2rem;
        /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        letter-spacing: .2em;
        text-transform: uppercase;
        margin: 0; }
        .mde-dome-three-sixty__drag > p:before {
          content: '\f101';
          font-family: 'standard-icon-font';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .mde-dome-three-sixty__drag > p::before {
          content: '\f101';
          font-size: 22px;
          position: relative;
          top: 7px;
          left: -10px; }
    .mde-dome-three-sixty__colors {
      width: 100%;
      text-align: center; }
      .mde-dome-three-sixty__colors.tablet {
        display: none; }
        @media screen and (min-width: 768px) and (max-width: 959px) {
          .mde-dome-three-sixty__colors.tablet {
            display: block; } }
      .mde-dome-three-sixty__colors .dot {
        height: 38px;
        width: 38px;
        display: inline-block;
        margin: 0 5px;
        position: relative; }
        .mde-dome-three-sixty__colors .dot:hover .picker--tooltip {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
        .mde-dome-three-sixty__colors .dot .picker--tooltip {
          display: none;
          background: #e7e7e7;
          border-radius: 3px;
          color: #999999;
          border: 1px solid #d5d5d5;
          height: 45px;
          left: 50%;
          opacity: 0;
          position: absolute;
          pointer-events: none;
          margin-left: -103px;
          transition: all .4s ease;
          top: 46px;
          -webkit-transform: translateY(10px);
                  transform: translateY(10px);
          width: 205px;
          z-index: 3; }
          @media screen and (min-width: 960px) {
            .mde-dome-three-sixty__colors .dot .picker--tooltip {
              display: block; } }
          .mde-dome-three-sixty__colors .dot .picker--tooltip__text {
            display: table;
            height: 45px;
            width: 205px; }
            .mde-dome-three-sixty__colors .dot .picker--tooltip__text span {
              display: table-cell;
              /*font-family: "InterstateLight", helvetica, arial, sans-serif;*/
              font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
              font-size:  15px;
              font-size:  1.5rem;
              vertical-align: middle; }
          .mde-dome-three-sixty__colors .dot .picker--tooltip__arrow {
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #e7e7e7;
            left: 91px;
            position: absolute;
            top: -11px; }
          .mde-dome-three-sixty__colors .dot .picker--tooltip__arrow-border {
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #d5d5d5;
            left: 91px;
            position: absolute;
            top: -12px; }
        .mde-dome-three-sixty__colors .dot:focus {
          outline: none; }
      .mde-dome-three-sixty__colors > ul {
        padding-top: 10px; }
        @media screen and (max-width: 767px) {
          .mde-dome-three-sixty__colors > ul {
            white-space: nowrap;
            overflow-x: scroll; } }
        .mde-dome-three-sixty__colors > ul .dot {
          cursor: pointer; }
          .mde-dome-three-sixty__colors > ul .dot__selected {
            opacity: 0;
            visibility: hidden;
            left: 14px;
            position: absolute;
            top: 14px;
            transition: opacity 100ms, visibility 100ms;
            transition-delay: 100ms; }
          .mde-dome-three-sixty__colors > ul .dot.active .inner-circle {
            -webkit-transform: scale(1.71);
                    transform: scale(1.71);
            transition: -webkit-transform 100ms;
            transition: transform 100ms; }
          .mde-dome-three-sixty__colors > ul .dot.active .dot__selected {
            opacity: 1;
            visibility: visible; }
        .mde-dome-three-sixty__colors > ul span {
          transition: none;
          border: 0; }
        .mde-dome-three-sixty__colors > ul .inner-circle {
          width: 22px;
          height: 22px;
          display: block;
          position: absolute;
          top: 8px;
          left: 8px;
          border-radius: 50%; }
        .mde-dome-three-sixty__colors > ul .outer-circle {
          background-color: #e7e7e7;
          border-radius: 50%;
          border: 0;
          box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          display: block;
          height: 38px;
          position: relative;
          width: 38px; }
        .mde-dome-three-sixty__colors > ul .circle-spacer {
          border: 0;
          height: 38px;
          width: 0; }
        .mde-dome-three-sixty__colors > ul [data-color='snowflake_white_pearl'].active .inner-circle {
          background-color: #f7f7f7;
          background: linear-gradient(to top, #f7f7f7 0%, #f7f7f7 50%, #ffffff 50%, #ffffff 100%); }
        .mde-dome-three-sixty__colors > ul [data-color='snowflake_white_pearl'] .inner-circle {
          background-color: #f7f7f7; }
        .mde-dome-three-sixty__colors > ul [data-color='snowflake_white_pearl'] .inner-circle,
        .mde-dome-three-sixty__colors > ul [data-color='snowflake_white_pearl'].active .inner-circle {
          border: 2px solid #999999; }
        .mde-dome-three-sixty__colors > ul [data-color='blue_reflex'].active .inner-circle {
          background-color: #2a4a78;
          background: linear-gradient(to top, #2a4a78 0%, #2a4a78 50%, #546d92 50%, #3b5883 100%); }
        .mde-dome-three-sixty__colors > ul [data-color='blue_reflex'] .inner-circle {
          background-color: #2a4a78; }
        .mde-dome-three-sixty__colors > ul [data-color='meteor_gray'].active .inner-circle {
          background-color: #323337;
          background: linear-gradient(to top, #323337 0%, #323337 50%, #5a5b5e 50%, #424347 100%); }
        .mde-dome-three-sixty__colors > ul [data-color='meteor_gray'] .inner-circle {
          background-color: #323337; }
        .mde-dome-three-sixty__colors > ul [data-color='soul_red'].active .inner-circle {
          background-color: #890000;
          background: linear-gradient(to top, #890000 0%, #890000 50%, #9f3030 50%, #8d0808 100%); }
        .mde-dome-three-sixty__colors > ul [data-color='soul_red'] .inner-circle {
          background-color: #890000; }
        .mde-dome-three-sixty__colors > ul [data-color='sonic_silver'].active .inner-circle {
          background-color: #7a8292;
          background: linear-gradient(to top, #7a8292 0%, #7a8292 50%, #949ba7 50%, #848c9b 100%); }
        .mde-dome-three-sixty__colors > ul [data-color='sonic_silver'] .inner-circle {
          background-color: #7a8292; }
        .mde-dome-three-sixty__colors > ul [data-color='jet_black'].active .inner-circle {
          background-color: #22222f;
          background: linear-gradient(to top, #22222f 0%, #22222f 50%, #4d4d58 50%, #33333f 100%); }
        .mde-dome-three-sixty__colors > ul [data-color='jet_black'] .inner-circle {
          background-color: #22222f; }
    .mde-dome-three-sixty__loader {
      display: none;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 5; }
  
  .interior-color {
    display: inline-block;
    height: 65px;
    width: 65px;
    line-height: 65px;
    position: relative; }
    .interior-color.active .dot__selected {
      opacity: 1;
      visibility: visible; }
    .interior-color.active .interior-color__selection {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .interior-color__selection {
      z-index: 1;
      transition: all .5s; }
    .interior-color .dot__selected {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      transition: all .5s;
      transition-delay: 100ms;
      margin: auto;
      bottom: 0;
      right: 0; }
  
  .interior__tabs {
    text-align: center;
    line-height: 0;
    margin-bottom: 30px; }
    .interior__tabs li {
      display: inline-block;
      margin-right: 16px;
      position: relative; }
      .interior__tabs li:last-child {
        margin-right: 0; }
      .interior__tabs li:hover .picker--tooltip {
        opacity: 1;
        -webkit-transform: translateY(23px);
                transform: translateY(23px); }
      .interior__tabs li .picker--tooltip {
        display: none;
        background: #e7e7e7;
        border-radius: 3px;
        color: #999999;
        border: 1px solid #d5d5d5;
        height: 45px;
        left: 50%;
        opacity: 0;
        position: absolute;
        pointer-events: none;
        margin-left: -103px;
        transition: all .4s ease;
        top: 46px;
        -webkit-transform: translateY(46px);
                transform: translateY(46px);
        width: 205px;
        z-index: 3; }
        @media screen and (min-width: 960px) {
          .interior__tabs li .picker--tooltip {
            display: block; } }
        .interior__tabs li .picker--tooltip__text {
          display: table;
          height: 45px;
          width: 205px; }
          .interior__tabs li .picker--tooltip__text span {
            display: table-cell;
            /*font-family: "InterstateLight", helvetica, arial, sans-serif;*/
            font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
            font-size:  15px;
            font-size:  1.5rem;
            vertical-align: middle; }
        .interior__tabs li .picker--tooltip__arrow {
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 12px solid #e7e7e7;
          left: 91px;
          position: absolute;
          top: -11px; }
        .interior__tabs li .picker--tooltip__arrow-border {
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 12px solid #d5d5d5;
          left: 91px;
          position: absolute;
          top: -12px; }
  
  .interior__images {
    position: relative; }
    .interior__images .active {
      visibility: visible;
      opacity: 1; }
    .interior__images img {
      transition: all 1s;
      opacity: 0;
      visibility: hidden;
      max-width: 100%;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  
  @media screen and (max-width: 1200px) {
    .active .mde-dome-three-sixty {
      width: 100%;
      height: 450px; } }
  
  @media screen and (max-width: 1024px) {
    .active .mde-dome-three-sixty {
      width: 100%;
      height: 450px; } }
  
  @media screen and (max-width: 768px) {
    .active .mde-dome-three-sixty {
      width: 100%;
      height: 280px; } }
  
  @media screen and (max-width: 480px) {
    .active .mde-dome-three-sixty {
      width: 360px;
      height: 225px; } }
  
  @media screen and (max-width: 480px) and (orientation: portrait), screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .active .mde-dome-three-sixty {
      width: 100%;
      height: 240px; } }
  
  .mde-dome-three-sixty__images {
    position: relative;
    margin: 0 auto;
    display: none;
    z-index: 1; }
    .mde-dome-three-sixty__images.active {
      z-index: 2; }
  
  .mde-dome-three-sixty > ol > li > img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    transition: -webkit-filter 800ms; }
  
  .mde-home-trims {
    position: relative; }
    .mde-home-trims::after, .mde-home-trims::before {
      content: '';
      display: table; }
    .mde-home-trims::after {
      clear: both; }
    .mde-home-trims__container {
      background-color: #f5f5f5; }
    .mde-home-trims > h2 {
      font-size:  13px;
      font-size:  1.3rem;
      display: block;
      margin-bottom: 2px;
      margin-top: 40px;
      text-align: center;
      width: 100%; }
    .mde-home-trims > h3 {
      font-size:  20px;
      font-size:  2rem;
      display: block;
      margin-bottom: 50px;
      text-align: center;
      width: 100%; }
    .mde-home-trims__shortlist {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (min-width: 768px) {
        .mde-home-trims__shortlist .mde-home-trims__trim {
          float: none;
          opacity: 1;
          width: 50%; }
          .mde-home-trims__shortlist .mde-home-trims__trim--container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            float: left;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 100%; } }
    .mde-home-trims__trim {
      cursor: pointer;
      display: block;
      margin-bottom: 30px;
      opacity: .3;
      text-align: center;
      transition-delay: 100ms;
      transition: opacity 750ms; }
      @media screen and (max-width: 767px) {
        .mde-home-trims__trim {
          opacity: 0;
          position: absolute;
          transition: opacity 1500ms;
          visibility: hidden;
          width: 100%; } }
      .mde-home-trims__trim--desc {
        margin: 0 auto;
        max-width: 300px; }
      .mde-home-trims__trim--title {
        font-size:  15px;
        font-size:  1.5rem;
        margin-bottom: 3px;
        padding-top: 25px; }
      .mde-home-trims__trim.active {
        opacity: 1;
        z-index: 2; }
        @media screen and (max-width: 767px) {
          .mde-home-trims__trim.active {
            opacity: 1;
            margin-bottom: 35px;
            visibility: visible; } }
        .mde-home-trims__trim.active .mde-home-trims__alternate--msrp {
          z-index: 2; }
      @media screen and (min-width: 960px) {
        .mde-home-trims__trim:hover {
          opacity: 1;
          transition: opacity 300ms; } }
      .mde-home-trims__trim--car {
        margin: 0 auto;
        width: 75%; }
        @media screen and (max-width: 767px) {
          .mde-home-trims__trim--car {
            display: none; } }
        .mde-home-trims__trim--car-mobile {
          display: none;
          margin: 0 auto;
          max-width: 100%; }
          @media screen and (max-width: 767px) {
            .mde-home-trims__trim--car-mobile {
              display: block; } }
    .mde-home-trims__mobile-select {
      display: none;
      margin: 0 auto 35px;
      max-width: 270px;
      text-align: center; }
      .mde-home-trims__mobile-select .select2-container--default .select2-selection__rendered {
        font-size:  12px;
        font-size:  1.2rem; }
      .mde-home-trims__mobile-select .select2 {
        /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        letter-spacing: .2em;
        text-align: left;
        text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .mde-home-trims__mobile-select {
          display: block; } }
    .mde-home-trims__active-line {
      background-color: #101010;
      height: 3px;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 124px;
      transition: left .75s, background-color .25s, opacity .4s;
      width: 1px;
      z-index: 4; }
      @media screen and (max-width: 767px) {
        .mde-home-trims__active-line {
          display: none; } }
    .mde-home-trims__inactive-line {
      background: #d9d9d9;
      height: 1px;
      opacity: 0;
      position: absolute;
      top: 125px;
      transition: opacity 400ms;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .mde-home-trims__inactive-line {
          display: none; } }
    .mde-home-trims__specs {
      text-align: center; }
      .mde-home-trims__specs--spec {
        display: none; }
        .mde-home-trims__specs--spec.active {
          display: block;
          opacity: 0; }
        .mde-home-trims__specs--spec > p {
          margin-bottom: 0;
          margin-top: 0; }
      .mde-home-trims__specs > ul {
        margin-top: 20px; }
        @media screen and (max-width: 767px) {
          .mde-home-trims__specs > ul {
            font-size: 0;
            margin: 20px auto 35px;
            width: 250px; } }
        .mde-home-trims__specs > ul > li {
          opacity: 0;
          -webkit-transform: translateY(20px);
                  transform: translateY(20px);
          transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
          display: inline-block;
          letter-spacing: .01em;
          margin: 0 42px;
          position: relative;
          text-align: center; }
          .mde-home-trims__specs > ul > li.in-view, .mde-home-trims__specs > ul > li.rendered {
            opacity: 1;
            -webkit-transform: translateY(0);
                    transform: translateY(0); }
          @media screen and (max-width: 1024px) {
            .mde-home-trims__specs > ul > li {
              opacity: 1;
              -webkit-transform: translateY(0);
                      transform: translateY(0); } }
          @media screen and (max-width: 1023px) {
            .mde-home-trims__specs > ul > li {
              margin: 0 15px; } }
          @media screen and (max-width: 767px) {
            .mde-home-trims__specs > ul > li {
              border-color: #d7d7d7;
              border-style: solid;
              border-width: 0 1px 1px 0;
              height: 95px;
              margin: 0;
              padding-top: 15px;
              width: 50%; } }
          .mde-home-trims__specs > ul > li .separator {
            background-color: #ccc;
            bottom: 0;
            height: 120px;
            position: absolute;
            right: -63px;
            -webkit-transform: rotate(24deg);
                    transform: rotate(24deg);
            width: 1px; }
            @media screen and (max-width: 1023px) {
              .mde-home-trims__specs > ul > li .separator {
                height: 95px;
                right: -32px; } }
            @media screen and (max-width: 767px) {
              .mde-home-trims__specs > ul > li .separator {
                display: none; } }
          @media screen and (max-width: 767px) {
            .mde-home-trims__specs > ul > li:nth-child(2), .mde-home-trims__specs > ul > li:nth-child(4) {
              border-right: 0; } }
          @media screen and (max-width: 767px) {
            .mde-home-trims__specs > ul > li:nth-child(3), .mde-home-trims__specs > ul > li:nth-child(4) {
              border-bottom: 0; } }
          @media screen and (max-width: 767px) {
            .mde-home-trims__specs > ul > li:last-child {
              border-right: 0; } }
          .mde-home-trims__specs > ul > li:last-child .separator {
            display: none; }
      @media screen and (max-width: 860px) {
        .mde-home-trims__specs.four-specs > ul {
          font-size: 0;
          margin: 20px auto 35px;
          width: 250px; } }
      @media screen and (max-width: 1130px) {
        .mde-home-trims__specs.four-specs > ul > li {
          margin: 0 15px; } }
      @media screen and (max-width: 860px) {
        .mde-home-trims__specs.four-specs > ul > li {
          border-color: #d7d7d7;
          border-style: solid;
          border-width: 0 1px 1px 0;
          height: 95px;
          margin: 0;
          padding-top: 15px;
          width: 50%; } }
      @media screen and (max-width: 1130px) {
        .mde-home-trims__specs.four-specs > ul > li .separator {
          height: 95px;
          right: -32px; } }
      @media screen and (max-width: 860px) {
        .mde-home-trims__specs.four-specs > ul > li .separator {
          display: none; } }
      @media screen and (max-width: 860px) {
        .mde-home-trims__specs.four-specs > ul > li:nth-child(2), .mde-home-trims__specs.four-specs > ul > li:nth-child(4) {
          border-right: 0; } }
      @media screen and (max-width: 860px) {
        .mde-home-trims__specs.four-specs > ul > li:nth-child(3), .mde-home-trims__specs.four-specs > ul > li:nth-child(4) {
          border-bottom: 0; } }
      @media screen and (max-width: 860px) {
        .mde-home-trims__specs.four-specs > ul > li:last-child {
          border-right: 0; } }
      .mde-home-trims__specs.four-specs > ul > li:last-child .separator {
        display: none; }
      .mde-home-trims__specs--value {
        font-size:  85px;
        font-size:  8.5rem;
        line-height: 1; }
        @media screen and (max-width: 1023px) {
          .mde-home-trims__specs--value {
            font-size:  50px;
            font-size:  5rem;
            margin: 0 5px; } }
        @media screen and (max-width: 767px) {
          .mde-home-trims__specs--value {
            font-size:  40px;
            font-size:  4rem;
            margin: 0; } }
        @media screen and (max-width: 1130px) {
          .four-specs .mde-home-trims__specs--value {
            font-size:  50px;
            font-size:  5rem;
            margin: 0 5px; } }
        @media screen and (max-width: 860px) {
          .four-specs .mde-home-trims__specs--value {
            font-size:  40px;
            font-size:  4rem;
            margin: 0; } }
      .mde-home-trims__specs--abbr-title {
        display: none; }
        @media screen and (max-width: 767px) {
          .mde-home-trims__specs--abbr-title {
            display: block; } }
        @media screen and (max-width: 860px) {
          .four-specs .mde-home-trims__specs--abbr-title {
            display: block; } }
      @media screen and (max-width: 767px) {
        .mde-home-trims__specs--full-title {
          display: none; } }
      @media screen and (max-width: 860px) {
        .four-specs .mde-home-trims__specs--full-title {
          display: none; } }
      .mde-home-trims__specs--abbr-title, .mde-home-trims__specs--full-title {
        font-size:  13px;
        font-size:  1.3rem;
        /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        letter-spacing: .2em;
        text-transform: uppercase; }
    .mde-home-trims__cta {
      margin-bottom: 40px;
      margin-top: 75px;
      text-align: center; }
  
  .mde-home-trims__alt .mde-home-trims::after, .mde-home-trims__alt .mde-home-trims::before {
    content: '';
    display: table; }
  
  .mde-home-trims__alt .mde-home-trims::after {
    clear: both; }
  
  .mde-home-trims__alt .mde-home-trims__wrapper {
    padding-top: 40px;
    text-align: center; }
    .mde-home-trims__alt .mde-home-trims__wrapper h2 {
      font-size:  13px;
      font-size:  1.3rem;
      margin-bottom: 2px; }
    .mde-home-trims__alt .mde-home-trims__wrapper h3 {
      font-size:  20px;
      font-size:  2rem;
      margin-bottom: 35px; }
  
  .mde-home-trims__alt .mde-home-trims__alternate--car {
    display: block;
    margin: 80px auto 0;
    max-width: 80%; }
    @media screen and (max-width: 767px) {
      .mde-home-trims__alt .mde-home-trims__alternate--car {
        display: none; } }
  
  .mde-home-trims__alt .mde-home-trims__alternate--msrp {
    left: 24px;
    opacity: 0;
    position: absolute;
    top: 25px; }
    @media screen and (max-width: 767px) {
      .mde-home-trims__alt .mde-home-trims__alternate--msrp {
        left: 0 !important;
        opacity: 1 !important;
        position: relative;
        top: 15px !important; } }
  
  .mde-home-trims__alt .mde-home-trims__alternate--mobile-car {
    display: none; }
    @media screen and (max-width: 767px) {
      .mde-home-trims__alt .mde-home-trims__alternate--mobile-car {
        display: block;
        margin: 0 auto;
        padding: 0 10%;
        width: 100%; } }
  
  .mde-home-trims__alt .mde-home-trims__alternate--trim-detail {
    position: absolute; }
  
  .mde-home-trims__alt .mde-home-trims__alternate--desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 0 auto;
    max-width: 80%; }
    @media screen and (max-width: 767px) {
      .mde-home-trims__alt .mde-home-trims__alternate--desc {
        margin: 25px 20px; } }
    @media screen and (max-width: 767px) {
      .mde-home-trims__alt .mde-home-trims__alternate--desc {
        display: block;
        max-width: 100%; } }
    .mde-home-trims__alt .mde-home-trims__alternate--desc .desc-column {
      padding: 0 10px; }
      @media screen and (max-width: 767px) {
        .mde-home-trims__alt .mde-home-trims__alternate--desc .desc-column {
          padding: 0; } }
  
  .mde-home-trims__alt .mde-home-trims__trims {
    position: relative; }
  
  .mde-home-trims__alt .mde-home-trims__trim {
    left: 0;
    margin-bottom: 20px;
    opacity: 0;
    position: absolute;
    width: 100%; }
    .mde-home-trims__alt .mde-home-trims__trim.active {
      opacity: 1;
      z-index: 2; }
      .mde-home-trims__alt .mde-home-trims__trim.active .mde-home-trims__alternate--msrp {
        z-index: 2; }
  
  .mde-home-trims__alt .mde-home-trims__specs {
    margin-bottom: 35px;
    margin-top: 52%; }
    @media screen and (max-width: 767px) {
      .mde-home-trims__alt .mde-home-trims__specs {
        margin-top: 70%; } }
  
  @media screen and (max-width: 767px) {
    .mde-home-trims__alt .mde-home-trims__cta {
      margin-top: 35px; } }
  
  .mde-home-trims__alt .component-tabs-1 {
    text-align: center; }
    .mde-home-trims__alt .component-tabs-1 .tabs__list li a {
      padding: 20px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .mde-home-trims__alt .component-tabs-1 .tabs__list li a {
        padding: 20px 8px; } }
    @media screen and (max-width: 767px) {
      .mde-home-trims__alt .component-tabs-1 {
        position: absolute;
        visibility: hidden;
        width: 0;
        z-index: -999; } }
    .mde-home-trims__alt .component-tabs-1 .tabs__inactive-line {
      top: 6px; }
    .mde-home-trims__alt .component-tabs-1 .tabs__active-line {
      top: 8px; }
  
  @keyframes opacityIn {
    0% {
      opacity: 0; }
    10% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  
  @-webkit-keyframes opacityOut {
    0% {
      opacity: 1; }
    10% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  
  @keyframes opacityOut {
    0% {
      opacity: 1; }
    10% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  
  @keyframes moveIn {
    0% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
    50% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  
  .mde-trims--trim {
    line-height: 1.1;
    overflow: hidden;
    position: relative; }
    .mde-trims--trim .opacOut {
      -webkit-animation: opacityOut 1s;
              animation: opacityOut 1s; }
    .mde-trims--trim .slick-list {
      overflow: visible; }
    .mde-trims--trim .slick-dots {
      margin-top: 23px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .mde-trims--trim .slick-dots {
          display: none; } }
      .mde-trims--trim .slick-dots li {
        display: inline-block;
        height: 21px;
        position: relative;
        width: 21px; }
        .mde-trims--trim .slick-dots li button {
          background-color: #808080;
          border-radius: 50%;
          border: 1px solid #808080;
          color: transparent;
          cursor: pointer;
          display: block;
          font-size: 0;
          height: 10px;
          left: 5px;
          line-height: 0;
          margin: 0;
          outline: none;
          position: absolute;
          text-align: center;
          top: 5px;
          width: 10px; }
        .mde-trims--trim .slick-dots li.selected button, .mde-trims--trim .slick-dots li.slick-active button {
          background-color: transparent;
          border: 2px solid #000000;
          height: 20px;
          left: 0;
          margin: 0;
          top: 0;
          transition: all .1s linear;
          width: 20px; }
    .mde-trims--trim sup {
      font-size: .5em;
      line-height: 0;
      position: relative;
      top: -.7em; }
    .mde-trims--trim .title {
      font-size:  20px;
      font-size:  2rem;
      border: 0;
      margin-bottom: 9px;
      padding: 0;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .mde-trims--trim .title {
          display: none; } }
    .mde-trims--trim .sub-title {
      text-align: center;
      margin-bottom: 37px; }
    .mde-trims--trim .mobile-title {
      display: none; }
      @media screen and (max-width: 767px) {
        .mde-trims--trim .mobile-title {
          display: block; } }
    .mde-trims--trim .listing-button a {
      font-size:  12px;
      font-size:  1.2rem;
      display: block;
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      height: 22px;
      letter-spacing: 2px;
      line-height: 24px;
      outline: none;
      padding: 0;
      position: relative;
      text-transform: uppercase; }
      .mde-trims--trim .listing-button a span {
        vertical-align: middle; }
      .mde-trims--trim .listing-button a .icon-plus {
        font-size:  15px;
        font-size:  1.5rem;
        display: inline-block;
        margin-left: 9px;
        margin-top: 2px; }
      .mde-trims--trim .listing-button a .cta-state-0 {
        color: #999999;
        display: block;
        position: relative;
        transition: color .4s;
        white-space: nowrap;
        z-index: 1; }
      .mde-trims--trim .listing-button a .cta-state,
      .mde-trims--trim .listing-button a .cta-state-1 {
        display: none; }
      @media screen and (min-width: 768px) {
        .mde-trims--trim .listing-button a:hover {
          transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1); }
          .mde-trims--trim .listing-button a:hover .cta-state-0 {
            color: #101010; }
            .mde-trims--trim .listing-button a:hover .cta-state-0 .icon-plus {
              color: #910a2d; } }
    .mde-trims--trim .back-button a {
      font-size:  13px;
      font-size:  1.3rem;
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: #999999;
      line-height: 22px;
      position: relative; }
      .mde-trims--trim .back-button a .icon-left-arrow {
        top: .4em;
        line-height: 0;
        position: relative; }
        .mde-trims--trim .back-button a .icon-left-arrow::before {
          font-size: 2rem; }
      .mde-trims--trim .back-button a:hover {
        color: #910a2d; }
    .mde-trims--trim.active, .mde-trims--trim.next, .mde-trims--trim.previous {
      display: block;
      position: relative;
      visibility: inherit; }
      .mde-trims--trim.active .mde-trims--trim__container, .mde-trims--trim.next .mde-trims--trim__container, .mde-trims--trim.previous .mde-trims--trim__container {
        height: 100%;
        left: 0;
        overflow: visible;
        position: fixed;
        top: 0;
        width: 100%; }
    .mde-trims--trim .notavailable-overlay {
      background: rgba(0, 0, 0, 0.75);
      display: block;
      height: 100%;
      left: 0;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      transition: opacity 1s;
      width: 100%;
      z-index: 1; }
      .mde-trims--trim .notavailable-overlay--wrapper {
        display: table;
        height: 100%;
        width: 100%; }
      .mde-trims--trim .notavailable-overlay--content {
        display: table-cell;
        vertical-align: middle;
        width: 100%; }
      .mde-trims--trim .notavailable-overlay--icon {
        border-radius: 50%;
        border: 2px solid #ffffff;
        height: 51px;
        margin: 0 auto 20px;
        overflow: hidden;
        position: relative;
        width: 51px; }
        .mde-trims--trim .notavailable-overlay--icon__slash {
          border-left: 2px solid #ffffff;
          display: block;
          height: 53px;
          left: 49%;
          position: absolute;
          top: -1px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          width: 0; }
      .mde-trims--trim .notavailable-overlay--text {
        font-size:  13px;
        font-size:  1.3rem;
        /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: #ffffff;
        margin: 0 auto;
        text-align: center;
        width: 75%; }
    .mde-trims--trim__slider {
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .mde-trims--trim__slider {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          width: 400px; } }
      @media screen and (min-width: 1400px) {
        .mde-trims--trim__slider {
          width: 1200px; } }
      @media screen and (min-width: 800px) {
        .mde-trims--trim__slider {
          width: 800px; } }
      @media screen and (min-width: 1200px) {
        .mde-trims--trim__slider {
          width: 1200px; } }
      .mde-trims--centered .mde-trims--trim__slider {
        font-size: 0;
        text-align: center; }
    .mde-trims--trim__transmission {
      text-align: center;
      margin-bottom: 47px;
      position: relative;
      z-index: 2; }
      .mde-trims--trim__transmission fieldset {
        display: inline-block;
        white-space: nowrap; }
      .mde-trims--trim__transmission .divider {
        background-color: #c4c4c4;
        display: inline-block;
        height: 36px;
        position: relative;
        right: 1px;
        -webkit-transform: rotate(24deg);
                transform: rotate(24deg);
        width: 1px;
        top: 13px;
        margin: 0 17px; }
      .mde-trims--trim__transmission .component-input-2 {
        font-size:  13px;
        font-size:  1.3rem;
        /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
        letter-spacing: .2em;
        text-transform: uppercase;
        margin-left: 45px; }
        .mde-trims--trim__transmission .component-input-2 input + .radio {
          padding-left:  13px;
          padding-left:  1.3rem;
          transition: color .4s;
          color: #999999; }
          .mde-trims--trim__transmission .component-input-2 input + .radio::before {
            border-color: #d5d5d5;
            top: -8px; }
          .mde-trims--trim__transmission .component-input-2 input + .radio::after {
            top: 0; }
        .mde-trims--trim__transmission .component-input-2 input:checked + .radio {
          color: #101010; }
        .mde-trims--trim__transmission .component-input-2 input:disabled + .radio {
          opacity: .4; }
      .mde-trims--trim__transmission.no-drivetrain .divider {
        display: none; }
      .mde-trims--trim__transmission.no-drivetrain fieldset:last-child {
        display: none; }
      .mde-trims--trim__transmission.no-transmission .divider {
        display: none; }
      .mde-trims--trim__transmission.no-transmission fieldset:first-child {
        display: none; }
    .mde-trims--trim__listing {
      opacity: 0;
      -webkit-transform: translateY(35px);
              transform: translateY(35px);
      transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      outline: none; }
      .mde-trims--trim__listing.in-view, .mde-trims--trim__listing.rendered {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      @media screen and (max-width: 1024px) {
        .mde-trims--trim__listing {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); } }
      @media screen and (min-width: 768px) {
        .mde-trims--trim__listing {
          background: #ffffff;
          border: 1px solid #d5d5d5;
          margin: 15px;
          padding-bottom: 40px;
          position: relative;
          width: 370px; }
          .mde-trims--trim__listing .trim-info {
            cursor: pointer;
            padding: 44px 30px 18px; }
          .mde-trims--centered .mde-trims--trim__listing {
            display: inline-block;
            float: none;
            text-align: left; } }
      .mde-trims--trim__listing.selected {
        opacity: 1; }
        .mde-trims--trim__listing.selected .trim-selected {
          width: 100%; }
      .mde-trims--trim__listing.disabled {
        opacity: 1; }
      .mde-trims--trim__listing .trim-selected {
        display: none; }
      .mde-trims--trim__listing .trim-heading {
        margin-bottom: 20px;
        text-align: center; }
        .mde-trims--trim__listing .trim-heading .model {
          font-size:  13px;
          font-size:  1.3rem;
          /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
          font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
          letter-spacing: .2em;
          text-transform: uppercase;
          margin-bottom: 5px; }
        .mde-trims--trim__listing .trim-heading h5.trim-name {
          margin-bottom: 14px; }
        .mde-trims--trim__listing .trim-heading .msrp {
          font-size:  16px;
          font-size:  1.6rem;
          /*font-family: "InterstateLight", helvetica, arial, sans-serif; }*/
			font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif; }
      .mde-trims--trim__listing .model-image .vertical-align {
        height: 140px;
        position: relative; }
        .mde-trims--trim__listing .model-image .vertical-align img {
          height: 100%;
          width: auto;
          display: inline; }
      .mde-trims--trim__listing .model-image .next {
        left: 0;
        top: 0;
        position: absolute;
        visibility: hidden; }
      @media screen and (min-width: 768px) {
        .mde-trims--trim__listing .model-image {
          margin: 0 auto 12px;
          width: 262px; } }
      .mde-trims--trim__listing .model-image-wrapper {
        min-height: 140px; }
        @media screen and (max-width: 767px) {
          .mde-trims--trim__listing .model-image-wrapper {
            min-height: 45px; } }
      .mde-trims--trim__listing .trim-data-wrapper {
        font-size:  25px;
        font-size:  2.5rem;
        /*font-family: "InterstateLight", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
        position: relative;
        text-align: center; }
        .mde-trims--trim__listing .trim-data-wrapper .label {
          font-size:  13px;
          font-size:  1.3rem;
          /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
          font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
          letter-spacing: .2em;
          text-transform: uppercase;
          color: #999999;
          display: block;
          margin-bottom: 2px; }
        .mde-trims--trim__listing .trim-data-wrapper .trim-data {
          display: inline-block;
          height: 40px;
          text-align: center;
          vertical-align: top; }
        .mde-trims--trim__listing .trim-data-wrapper .divider {
          background-color: #ccc;
          bottom: 0;
          display: inline-block;
          height: 40px;
          margin: 0 5px;
          position: relative;
          -webkit-transform: rotate(16deg);
                  transform: rotate(16deg);
          width: 1px; }
      .mde-trims--trim__listing .trim-specs-wrapper {
        font-size:  25px;
        font-size:  2.5rem;
        /*font-family: "InterstateLight", helvetica, arial, sans-serif;*/
        font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
        line-height: 1.1;
        margin-top: 14px;
        padding-right: 11px;
        position: relative;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .mde-trims--trim__listing .trim-specs-wrapper {
            display: none; } }
        .mde-trims--trim__listing .trim-specs-wrapper .label {
          font-size:  13px;
          font-size:  1.3rem;
          /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
          font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
          letter-spacing: .2em;
          text-transform: uppercase;
          color: #999999;
          display: block;
          margin-bottom: 2px; }
        .mde-trims--trim__listing .trim-specs-wrapper .trim-data {
          font-size:  17px;
          font-size:  1.7rem;
          display: inline-block;
          height: 40px;
          margin-right: 23px;
          position: relative;
          text-align: center;
          vertical-align: top; }
          .mde-trims--trim__listing .trim-specs-wrapper .trim-data:last-child {
            margin-right: 0; }
            .mde-trims--trim__listing .trim-specs-wrapper .trim-data:last-child .divider {
              display: none; }
          .mde-trims--trim__listing .trim-specs-wrapper .trim-data sup {
            top: -.7em; }
        .mde-trims--trim__listing .trim-specs-wrapper .divider {
          background-color: #c4c4c4;
          bottom: 0;
          height: 42px;
          position: absolute;
          right: -12px;
          -webkit-transform: rotate(24deg);
                  transform: rotate(24deg);
          width: 1px; }
      .mde-trims--trim__listing.inactive {
        opacity: 1; }
        .mde-trims--trim__listing.inactive .notavailable-overlay {
          opacity: 1;
          pointer-events: all; }
      .mde-trims--trim__listing .listing-button {
        bottom: 0;
        cursor: pointer;
        left: 0;
        padding: 20px 30px;
        position: absolute;
        right: 0;
        text-align: right; }
      .mde-trims--trim__listing .trim-features {
        overflow: hidden;
        padding: 0 30px;
        position: relative; }
        .mde-trims--trim__listing .trim-features ul {
          font-size:  17px;
          font-size:  1.7rem;
          border-top: 1px solid #d5d5d5;
          list-style: disc outside;
          padding-left: 18px;
          padding-top: 26px; }
          .mde-trims--trim__listing .trim-features ul li {
            color: #999999;
            margin-bottom: 18px; }
            .mde-trims--trim__listing .trim-features ul li span {
              color: #101010; }
        .mde-trims--trim__listing .trim-features .listing-info-overlay {
          background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
          background-repeat: repeat-x;
          filter: 'progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 255, 255, 0)", endColorstr="white", GradientType=0)';
          bottom: 0;
          height: 100px;
          left: 0;
          position: absolute;
          width: 100%; }
      @media screen and (min-width: 768px) and (max-height: 850px) {
        .mde-trims--trim__listing .trim-features {
          display: none; }
        .mde-trims--trim__listing .listing-button {
          text-align: center; }
        .mde-trims--trim__listing .trim-data-wrapper {
          border-bottom: 1px solid #d5d5d5;
          padding-bottom: 18px; }
        .mde-trims--trim__listing .trim-info {
          padding: 44px 30px 18px; } }
      .mde-trims--trim__listing .notavailable-overlay {
        background: rgba(0, 0, 0, 0.75);
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        transition: opacity 1s;
        width: 100%;
        z-index: 1; }
        .mde-trims--trim__listing .notavailable-overlay--wrapper {
          display: table;
          height: 100%;
          width: 100%; }
        .mde-trims--trim__listing .notavailable-overlay--content {
          display: table-cell;
          vertical-align: middle;
          width: 100%; }
        .mde-trims--trim__listing .notavailable-overlay--icon {
          border-radius: 50%;
          border: 2px solid #ffffff;
          height: 51px;
          margin: 0 auto 20px;
          overflow: hidden;
          position: relative;
          width: 51px; }
          .mde-trims--trim__listing .notavailable-overlay--icon__slash {
            border-left: 2px solid #ffffff;
            display: block;
            height: 53px;
            left: 49%;
            position: absolute;
            top: -1px;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            width: 0; }
        .mde-trims--trim__listing .notavailable-overlay--text {
          font-size:  13px;
          font-size:  1.3rem;
          /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
          font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
          letter-spacing: .2em;
          text-transform: uppercase;
          color: #ffffff;
          margin: 0 auto;
          text-align: center;
          width: 75%; }
    .mde-trims--trim__container {
      overflow: hidden; }
      @media screen and (min-width: 768px) and (max-height: 700px) {
        .mde-trims--trim__container {
          min-height: 700px; } }
    @media screen and (min-width: 1400px) {
      .mde-trims--trim .side-overlay {
        display: none; } }
    @media screen and (max-width: 1400px) {
      .mde-trims--trim .slick-arrow.slick-hidden {
        display: block; } }
    @media screen and (min-width: 768px) {
      .mde-trims--trim {
        width: 100%; }
        .mde-trims--trim .mobile-title {
          display: none; }
        .mde-trims--trim .mde-trims--trim__container {
          padding: 0; }
        .mde-trims--trim .container {
          padding: 0; }
        .mde-trims--trim .mde-trims--trim__center {
          padding: 90px 0; } }
  
  @media screen and (max-width: 767px) {
    .mde-trims--trim .slick-dots {
      display: none; }
    .mde-trims--trim .mobile-title {
      margin-bottom: 14px; }
    .mde-trims--trim .sub-title {
      display: none; }
    .mde-trims--trim .transmission-label {
      font-size:  18px;
      font-size:  1.8rem;
      display: block;
      margin-bottom: 18px; }
    .mde-trims--trim .container {
      padding: 80px 25px; }
    .mde-trims--trim__transmission {
      margin-bottom: 25px; }
      .mde-trims--trim__transmission fieldset {
        display: block;
        margin-bottom: 20px; }
      .mde-trims--trim__transmission .divider {
        display: none; }
      .mde-trims--trim__transmission [for=radio-1] {
        margin-left: 24px; }
      .mde-trims--trim__transmission .component-input-2 {
        font-size:  16px;
        font-size:  1.6rem; }
        .mde-trims--trim__transmission .component-input-2 input + .radio::before {
          top: -4px; }
        .mde-trims--trim__transmission .component-input-2 input + .radio::after {
          top: 4px; }
    .mde-trims--trim__listing {
      background: #ffffff;
      border: 1px solid #c4c4c4;
      margin-bottom: 15px;
      position: relative;
      text-align: left; }
      .mde-trims--trim__listing:last-child {
        margin-bottom: 0; }
      .mde-trims--trim__listing .trim-info {
        cursor: pointer;
        padding: 24px 0 18px 24px; }
      .mde-trims--trim__listing .model-image {
        margin: 0;
        overflow: hidden;
        width: 33%; }
        .mde-trims--trim__listing .model-image .model-image-wrapper {
          display: table;
          height: 100%; }
          .mde-trims--trim__listing .model-image .model-image-wrapper .vertical-align {
            display: table-cell;
            height: auto;
            vertical-align: middle; }
            .mde-trims--trim__listing .model-image .model-image-wrapper .vertical-align img {
              height: auto;
              width: 100%; }
      .mde-trims--trim__listing .trim-heading-center {
        display: table-cell;
        vertical-align: middle; }
      .mde-trims--trim__listing .trim-heading-wrapper {
        display: block;
        height: 60%;
        left: 44%;
        position: absolute;
        top: 0; }
      .mde-trims--trim__listing .trim-heading {
        display: table;
        height: 100%; }
        .mde-trims--trim__listing .trim-heading .model {
          display: none; }
        .mde-trims--trim__listing .trim-heading h5.trim-name {
          font-size:  14px;
          font-size:  1.4rem;
          margin-bottom: 4px;
          text-align: left; }
        .mde-trims--trim__listing .trim-heading .msrp {
          font-size:  19px;
          font-size:  1.9rem; }
      .mde-trims--trim__listing .trim-data-wrapper {
        margin: 14px 0 0 -24px; }
        .mde-trims--trim__listing .trim-data-wrapper .divider {
          margin: 0 8px; }
        .mde-trims--trim__listing .trim-data-wrapper .label {
          font-size:  15px;
          font-size:  1.5rem;
          margin-bottom: 0; }
        .mde-trims--trim__listing .trim-data-wrapper .value {
          font-size:  19px;
          font-size:  1.9rem; }
      .mde-trims--trim__listing .trim-features {
        display: none; }
      .mde-trims--trim__listing .listing-button {
        top: 50%;
        position: absolute;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        .mde-trims--trim__listing .listing-button a {
          top: 50%;
          position: absolute;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          font-size:  24px;
          font-size:  2.4rem;
          color: #999999;
          height: 22px;
          right: 7px; }
          .mde-trims--trim__listing .listing-button a:before {
            content: '\f130';
            font-family: 'standard-icon-font';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
          .mde-trims--trim__listing .listing-button a::before {
            font-family: 'standard-icon-font';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased; }
          .mde-trims--trim__listing .listing-button a .cta-state-0 {
            display: none; }
      .mde-trims--trim__listing .notavailable-overlay--icon {
        margin: 0 auto 8px; }
      .mde-trims--trim__listing .notavailable-overlay--text {
        line-height: 14px; }
      .mde-trims--trim__listing.selected .listing-button {
        display: block; } }
  
  .mdp-cargo-capacity--cx5 {
    background-color: #000000;
    height: auto;
    min-height: initial;
    max-height: 920px;
    overflow: hidden;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .mdp-cargo-capacity--cx5 {
        height: 100vh;
        min-height: 560px; } }
    .mdp-cargo-capacity--cx5 .mdp-cargo-capacity__container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 auto;
      max-width: 100%;
      position: relative; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mdp-cargo-capacity--cx5 .mdp-cargo-capacity__container {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          min-width: 0; } }
      @media screen and (max-width: 767px) {
        .mdp-cargo-capacity--cx5 .mdp-cargo-capacity__container {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          height: auto;
          min-width: 0; } }
    .mdp-cargo-capacity--cx5 .mdp-cargo-capacity__img-container {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-bottom: 30%;
      width: 100%; }
    .mdp-cargo-capacity--cx5 .mdp-cargo-capacity__img-slide {
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 0;
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      width: 100%;
      z-index: 2; }
      .mdp-cargo-capacity--cx5 .mdp-cargo-capacity__img-slide > img {
        width: 100%; }
        @media screen and (min-width: 960px) {
          .mdp-cargo-capacity--cx5 .mdp-cargo-capacity__img-slide > img {
            width: auto; } }
    .mdp-cargo-capacity--cx5 .mdp-cargo-capacity__description {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto;
      max-width: 1218px;
      min-height: 320px;
      opacity: 0;
      padding: 0 30px;
      text-align: center;
      width: 100%;
      z-index: 3; }
      @media screen and (min-width: 960px) {
        .mdp-cargo-capacity--cx5 .mdp-cargo-capacity__description {
          padding: 0; } }
      .mdp-cargo-capacity--cx5 .mdp-cargo-capacity__description > div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; }
    @media screen and (min-width: 768px) {
      .mdp-cargo-capacity--cx5 .mdp-cargo-capacity__text-wrapper {
        padding: 0 30%; } }
  
  .mdp-cargo-capacity--cx9 {
    background-color: #000000;
    height: 100vh;
    max-height: 900px;
    min-height: 560px;
    overflow: hidden;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .mdp-cargo-capacity--cx9 {
        height: auto;
        min-height: initial; } }
    @media screen and (min-width: 960px) {
      .mdp-cargo-capacity--cx9.mdp-cargo-capacity--left .mdp-cargo-capacity__description {
        padding-right: 0; } }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .mdp-cargo-capacity--cx9.mdp-cargo-capacity--left .mdp-cargo-capacity__img-container {
        left: 10%; } }
    @media screen and (max-width: 767px) {
      .mdp-cargo-capacity--cx9.mdp-cargo-capacity--left .mdp-cargo-capacity__img-container {
        left: 10%; } }
    .mdp-cargo-capacity--cx9.mdp-cargo-capacity--left .mdp-cargo-capacity__img-slide {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .mdp-cargo-capacity--cx9.mdp-cargo-capacity--left .mdp-cargo-capacity__img-slide > img {
        left: 0; }
    .mdp-cargo-capacity--cx9.mdp-cargo-capacity--right .mdp-cargo-capacity__description {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      @media screen and (min-width: 960px) {
        .mdp-cargo-capacity--cx9.mdp-cargo-capacity--right .mdp-cargo-capacity__description {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          padding-left: 0; } }
    .mdp-cargo-capacity--cx9.mdp-cargo-capacity--right .mdp-cargo-capacity__img-container {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mdp-cargo-capacity--cx9.mdp-cargo-capacity--right .mdp-cargo-capacity__img-container {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          right: 10%; } }
      @media screen and (max-width: 767px) {
        .mdp-cargo-capacity--cx9.mdp-cargo-capacity--right .mdp-cargo-capacity__img-container {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          right: 10%; } }
    .mdp-cargo-capacity--cx9.mdp-cargo-capacity--right .mdp-cargo-capacity__img-slide {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .mdp-cargo-capacity--cx9.mdp-cargo-capacity--right .mdp-cargo-capacity__img-slide > img {
        right: 0; }
    .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 auto;
      max-width: 1218px;
      min-width: 992px;
      position: relative; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__container {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          min-width: 0; } }
      @media screen and (max-width: 767px) {
        .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__container {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          height: auto;
          min-width: 0; } }
    .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__img-container {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 60%; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__img-container {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__img-container {
          width: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__img-container > img {
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__img-container > img {
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          width: 100%; } }
    .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__slides-wrapper {
      height: 100%;
      position: relative;
      width: 100%; }
    .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__description {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 24px 24px 12px;
      width: 100%; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__description {
          margin-left: 75px;
          padding: 24px 0 12px;
          width: 66.66666667%; } }
      @media screen and (min-width: 960px) {
        .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__description {
          padding: 0 24px;
          width: 33%; } }
    .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__img-slide {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      left: 0;
      opacity: 0;
      overflow: visible;
      position: absolute;
      top: 0;
      width: 100%; }
      @media screen and (min-width: 960px) {
        .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__img-slide {
          display: block;
          height: 100%;
          z-index: 2; } }
      .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__img-slide:first-child {
        position: relative; }
      .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__img-slide > img {
        display: block;
        height: auto; }
        @media screen and (min-width: 768px) {
          .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__img-slide > img {
            min-width: 100%; } }
        @media screen and (min-width: 960px) {
          .mdp-cargo-capacity--cx9 .mdp-cargo-capacity__img-slide > img {
            top: 50%;
            position: absolute;
            -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%); } }
  
  .mdp-cargo-capacity.in-view .mdp-cargo-capacity__description, .mdp-cargo-capacity.in-view .mdp-cargo-capacity__img-slide {
    opacity: 1; }
  
  .mdp-cargo-capacity.in-view .mdp-cargo-capacity__img-slide:nth-child(1) {
    transition-delay: 0s; }
  
  .mdp-cargo-capacity.in-view .mdp-cargo-capacity__img-slide:nth-child(2) {
    transition-delay: 3s; }
  
  .mdp-cargo-capacity.in-view .mdp-cargo-capacity__img-slide:nth-child(3) {
    transition-delay: 6s; }
  
  .mdp-cargo-capacity.in-view .mdp-cargo-capacity__img-slide:nth-child(4) {
    transition-delay: 9s; }
  
  .mdp-cargo-capacity.light-text .mdp-cargo-capacity__copy, .mdp-cargo-capacity.light-text .mdp-cargo-capacity__header-pre, .mdp-cargo-capacity.light-text .mdp-cargo-capacity__header-primary {
    color: #ffffff; }
  
  .mdp-cargo-capacity.light-text .mdp-cargo-capacity__description {
    color: #ffffff; }
  
  .mdp-cargo-capacity.text-center .mdp-cargo-capacity__description {
    text-align: center; }
    .mdp-cargo-capacity.text-center .mdp-cargo-capacity__description .cta {
      margin: 5px; }
  
  .mdp-cargo-capacity .mdp-cargo-capacity__header-pre * {
    font-size:  16px;
    font-size:  1.6rem; }
  
  .mdp-cargo-capacity .mdp-cargo-capacity__header-primary * {
    font-size:  22px;
    font-size:  2.2rem; }
  
  .mdp-cargo-capacity .mdp-cargo-capacity__description,
  .mdp-cargo-capacity .mdp-cargo-capacity__img-slide {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 2s; }
  
  .mdp-cargo-capacity .cta {
    margin-right: 10px;
    margin-top: 10px;
    text-align: center; }
  
  .mde-iactive {
    min-height: 600px;
    position: relative; }
    @media screen and (min-width: 960px) {
      .mde-iactive {
        height: 100vh;
        max-height: 900px; } }
    @media screen and (max-width: 1170px) {
      .mde-iactive__image {
        max-width: 100%; } }
    @media screen and (max-width: 960px) {
      .mde-iactive__image {
        margin-top: 40px; }
      .mde-iactive__inner, .mde-iactive__slide-container {
        height: 100%; }
      .mde-iactive__description--title > * {
        margin-left: 20px;
        margin-right: 20px; }
      .mde-iactive__description--copy > * {
        margin-left: 20px;
        margin-right: 20px; } }
    @media (max-height: 768px) {
      .mde-iactive__image {
        margin-top: 40px; }
      .mde-iactive__description--icon {
        display: none; } }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .mde-iactive__image {
        margin-top: 40px; }
      .mde-iactive__description--icon {
        display: none; } }
    @media screen and (max-width: 767px) {
      .mde-iactive__image {
        margin-top: 40px; }
      .mde-iactive__description--icon {
        display: none; } }
    .mde-iactive:not(.is-handheld) .mde-iactive__nav-elipse > a:hover {
      background-color: transparent;
      border-color: #000000;
      border-radius: 23px;
      height: 23px;
      margin-top: 0;
      width: 23px; }
    .mde-iactive.lock {
      position: fixed;
      top: 0;
      width: 100%; }
    .mde-iactive__inner, .mde-iactive__slide-container, .mde-iactive__slide {
      height: 100%;
      width: 100%; }
    .mde-iactive__inner {
      background-color: #e7e7e7;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      overflow: hidden;
      position: absolute;
      text-align: center; }
    .mde-iactive__slide {
      opacity: 0;
      position: absolute; }
      .mde-iactive__slide.active {
        opacity: 1;
        z-index: 3; }
      .mde-iactive__slide.intro .mde-iactive__description--copy {
        margin-left: 10px;
        margin-right: 10px; }
    .mde-iactive__image {
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      bottom: 13%;
      height: 55%;
      margin: 0 auto;
      max-height: 495px;
      max-width: 1170px;
      padding: 0 30px;
      pointer-events: none;
      position: absolute;
      width: 100%;
      z-index: 1; }
      .mde-iactive__image img {
        left: 50%;
        top: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 100%;
        max-height: 100%;
        max-width: calc(100% - 60px);
        -o-object-fit: contain;
           object-fit: contain;
        width: auto; }
    .mde-iactive .fixed {
      bottom: 0;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: -1; }
    .mde-iactive__description {
      margin-left: auto;
      margin-right: auto;
      max-width: 575px;
      opacity: 0;
      position: relative;
      top: 30px;
      transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      word-break: break-word;
      z-index: 2; }
      .active .mde-iactive__description {
        opacity: 1; }
      .mde-iactive__description--icon {
        height: 80px;
        background-position: center bottom;
        background-repeat: no-repeat;
        margin-top: 35px; }
      .mde-iactive__description--title > * {
        font-size:  14px;
        font-size:  1.4rem;
        line-height:  21px;
        line-height:  2.1rem;
        margin: 23px 100px 17px; }
      .mde-iactive__description--copy > * {
        font-size:  16px;
        font-size:  1.6rem;
        line-height:  25px;
        line-height:  2.5rem; }
      .mde-iactive__description--copy p {
        margin-bottom: 0; }
    .mde-iactive__nav-container {
      bottom: 45px;
      height: 23px;
      position: absolute;
      text-align: center;
      transition: opacity .3s;
      width: 100%;
      z-index: 5; }
    .mde-iactive__nav-buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: auto;
      margin-right: auto;
      margin-top: 2px;
      width: 100%; }
    .mde-iactive__nav-elipse {
      display: block;
      float: left;
      width: 32px; }
      .mde-iactive__nav-elipse > a {
        background-color: #a0a0a0;
        border: 2px solid #a0a0a0;
        border-radius: 10px;
        display: block;
        height: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 7px;
        outline: 0;
        width: 10px; }
      .mde-iactive__nav-elipse.active a {
        background-color: transparent;
        border-color: #000000;
        border-radius: 23px;
        height: 23px;
        margin-top: 0;
        width: 23px; }
    .mde-iactive .mdp-foundation-disclaimer__block {
      bottom: 13px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      z-index: 99; }
  
  .mde-video-background {
    height: 100vh;
    max-height: 900px;
    background-image: -webkit-radial-gradient(-10% 50%, circle farthest-side, #101010 30%, transparent 100%); }
    @media screen and (max-width: 767px) {
      .mde-video-background {
        background-image: none;
        height: auto;
        max-height: none; } }
    .mde-video-background__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      height: 100vh;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-height: 900px;
      overflow: hidden;
      position: relative;
      text-align: center; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-video-background__inner {
          min-height: inherit; } }
      @media screen and (max-width: 767px) {
        .mde-video-background__inner {
          min-height: inherit;
          height: auto;
          max-height: none; } }
    .mde-video-background__content-container {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .mde-video-background__content-container {
          background: #000000; } }
    .mde-video-background.dark-bg .mde-video-background__content {
      color: #ffffff; }
      .mde-video-background.dark-bg .mde-video-background__content [class^='cta-icon'], .mde-video-background.dark-bg .mde-video-background__content [class^='cta-3'] {
        color: #ffffff; }
        .mde-video-background.dark-bg .mde-video-background__content [class^='cta-icon']:hover, .mde-video-background.dark-bg .mde-video-background__content [class^='cta-3']:hover {
          color: #999999; }
    .mde-video-background.light-bg .mde-video-background__divider {
      border-color: #000000; }
    .mde-video-background.light-bg .mde-video-background__video-container {
      background-color: none; }
    .mde-video-background.right-align .mde-video-background__content {
      float: right; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-video-background.right-align .mde-video-background__content {
          float: none; } }
    .mde-video-background.right-align.dark-bg {
      background-image: -webkit-radial-gradient(110% 50%, circle farthest-side, #101010 30%, transparent 100%); }
      @media screen and (max-width: 767px) {
        .mde-video-background.right-align.dark-bg {
          background-image: none; } }
    .mde-video-background.right-align.light-bg {
      background-image: -webkit-radial-gradient(110% 50%, circle farthest-side, #e7e7e7 30%, transparent 100%);
      color: #101010; }
      @media screen and (max-width: 767px) {
        .mde-video-background.right-align.light-bg {
          background-image: none; } }
      @media screen and (max-width: 767px) {
        .mde-video-background.right-align.light-bg .mde-video-background__content {
          background: #e9e9e9; }
          .mde-video-background.right-align.light-bg .mde-video-background__content-container {
            background: #e9e9e9; } }
    .mde-video-background.left-align .mde-video-background__content {
      float: left; }
    .mde-video-background.left-align.dark-bg {
      background-image: -webkit-radial-gradient(-10% 50%, circle farthest-side, #101010 30%, transparent 100%); }
      @media screen and (max-width: 767px) {
        .mde-video-background.left-align.dark-bg {
          background-image: none; } }
    .mde-video-background.left-align.light-bg {
      background-image: -webkit-radial-gradient(-10% 50%, circle farthest-side, #101010 30%, transparent 100%);
      color: #101010; }
      @media screen and (max-width: 767px) {
        .mde-video-background.left-align.light-bg {
          background-image: none; } }
      .mde-video-background.left-align.light-bg .cta__icon, .mde-video-background.left-align.light-bg .cta {
        color: #101010; }
    .mde-video-background__content {
      display: block;
      height: auto;
      overflow: hidden;
      position: relative;
      z-index: 1;
      text-align: left;
      opacity: 0;
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .mde-video-background__content.in-view, .mde-video-background__content.rendered {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      @media screen and (max-width: 1024px) {
        .mde-video-background__content {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); } }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-video-background__content {
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%);
          width: 90%; }
          .mde-video-background__content.in-view {
            -webkit-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%); } }
      @media screen and (max-width: 767px) {
        .mde-video-background__content {
          position: static;
          -webkit-transform: none;
                  transform: none;
          width: 100%;
          top: auto;
          padding: 45px 25px 0;
          background: #000000; }
          .mde-video-background__content.in-view {
            -webkit-transform: none;
                    transform: none; } }
      .mde-video-background__content [class^='cta-icon'], .mde-video-background__content [class^='cta-3'] {
        display: block;
        margin-bottom: 18px;
        text-align: left; }
    .mde-video-background__header {
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      font-size:  13px;
      font-size:  1.3rem;
      letter-spacing: .2em;
      margin: 0 0 8px;
      text-align: left;
      text-transform: uppercase; }
    .mde-video-background__title {
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      font-size:  20px;
      font-size:  2rem;
      letter-spacing: .2em;
      margin: 0 0 22px;
      text-align: left;
      text-transform: uppercase; }
    .mde-video-background__description {
      /*font-family: "InterstateLight", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
      font-size:  15px;
      font-size:  1.5rem;
      line-height: 28px;
      margin: 0 0 30px;
      text-align: left; }
    .mde-video-background__divider {
      background-color: #999999;
      display: block;
      height: 1px;
      margin: 40px 0 30px;
      opacity: .2;
      width: 100%; }
    .mde-video-background [class^='cta-icon'], .mde-video-background [class^='cta-3'] {
      margin: 0 0 10px 20px; }
    @media screen and (min-width: 768px) {
      .mde-video-background .cta:first-of-type:not(:last-of-type) {
        margin-bottom: 18px; } }
    .mde-video-background .cta__additional-link {
      color: #ffffff;
      display: block;
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      font-size:  13px;
      font-size:  1.3rem;
      height: 45px;
      letter-spacing: .2em;
      line-height: 30px;
      margin: 0 0 7px;
      padding: 8px 0 8px 41px;
      position: relative;
      text-align: left;
      text-transform: uppercase; }
    .mde-video-background .cta__icon {
      background-position: 2px center;
      background-repeat: no-repeat; }
    .mde-video-background__video-container {
      background-color: #000000;
      bottom: 0;
      height: auto;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .mde-video-background__video-container {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: 600px;
          position: relative; } }
    .mde-video-background__img, .mde-video-background__video {
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      width: auto;
      -o-object-fit: cover;
         object-fit: cover; }
    .mde-video-background__video {
      height: auto;
      width: 100%; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-video-background__video {
          display: none; } }
      @media screen and (max-width: 767px) {
        .mde-video-background__video {
          display: none; } }
    .mde-video-background__img {
      display: none; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        .mde-video-background__img {
          display: block; } }
      @media screen and (max-width: 767px) {
        .mde-video-background__img {
          display: block;
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0; } }
    .mde-video-background.touch .mde-video-background__video {
      display: none; }
    .mde-video-background.touch .mde-video-background__img {
      display: block; }
  
  .vlp-neg-margin {
    margin-top:  -24px;
    margin-top:  -2.4rem; }
    .vlp-neg-margin-bottom {
      margin-bottom:  -24px;
      margin-bottom:  -2.4rem; }
  
  .current-image {
    visibility: visible;
    opacity: 1;
    width: 100%; }
  
  .previous-image {
    opacity: 0;
    width: 100%; }
  
  #spinner {
    display: none;
    height: 90px;
    left: 50%;
    margin-left: -45px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 90px; }
    #spinner span {
      color: #333;
      font: .8em Arial, Verdana, sans;
      line-height: .6;
      margin-top: -.3em;
      position: absolute;
      text-align: center;
      top: 50%;
      width: 100%; }
  
  img.zoom {
      position: absolute;
      left: 3.2%;
      bottom: 10%;
      transition-duration: 1s;
      opacity: .3;
  }
  
  @media screen and (max-width: 767px){
  img.zoom {
      bottom: 8%;
      left: inherit;
  }
  }
  
   @media screen and (min-width: 768px) and (max-width: 991px) {
      .mde-hero, .mde-hero__inner {
        /*max-height: 400px !important;*/ } }
  
  .inner-hero-text{
      display: flex;
      justify-content: center;
  }
  
  .description-hero-text{
      position: initial;  
  }
  
    @media screen and (max-width: 992px) {
      .mde-three-sixty__wrapper.is-handheld .mde-three-sixty__color-name-container, .mde-three-sixty__wrapper .mde-three-sixty__color-name-container.exterior.active {
        display: block; 
        transform: translateY(0px)!important;
      }
      .inner-hero-text{
        height: 300px !important;
        } }
  
  .fake-hero .mde-hero, .fake-hero .mde-hero__inner {
    height: 300px;
    min-height: 40vh;
  }
.quote-height-fix {
  /*min-height: 40vh;*/
    margin: 0 auto;
    width: 50%;
}
@media (min-width: 959px){
  .mde-three-sixty__wrapper .mde-three-sixty__colors .dot:hover .picker__tooltip {
        opacity: 1;
		  display:block;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  }
@media (min-width: 768px){
      
      .mde-three-sixty__wrapper .mde-three-sixty__interior-tabs li:hover .picker__tooltip {
        opacity: 1;
        -webkit-transform: translateY(23px);
                transform: translateY(23px); }
	}
	@media (max-width: 767px){
      .mde-three-sixty__wrapper.is-handheld .mde-three-sixty__color-name-container {
        display: block; }
      .mde-three-sixty__wrapper.is-handheld .mde-three-sixty__interior-tabs {
        margin-bottom: 16px;
        z-index: 4; }
	}

@media screen and (max-width: 767px){
  .quote-height-fix {
    /*min-height: 40vh;*/
    margin: 0 auto;
      width: 85%;
  } 
}

@media (max-width: 767px){
	.mde-hero__video-img.for-desktop {
    /*display:none;*/
    visibility: hidden;
	}
}
@media (min-width: 768px){
	.mde-hero__video-img.video-img-mobile {
    /*display: none;*/
    visibility: hidden;
	}
}
.slick-dots{
  display: none;
} 
@media (max-width: 480px){
.slick-dots{
  display: inline-block;
  width: 100%;
  min-height: 20px;
  text-align: center;
  margin-top: 10px;
}
.slick-dots li {
    display: inline-block!important;
    padding: 0 10px;
}
.slick-dots li button{
    font-size: 0px;
    width: 11px;
    height: 11px;
    background-color: #101010;
    border-radius: 50%;
    border: none;
}
.slick-dots li.slick-active button {
    background-color: #ffffff;
    width: 24px;
    height: 24px;
    border: solid 2px #101010;
    top: 0px;
    position: relative;
}
}