/***** STYLES.CSS: BEGIN *****/
/* VEHICLE MAIN IMAGE LAYER */
.top-content {
  background-color: transparent;
}

.position-relative {
  position: relative;
}

.img-background-container.model-main {
  position: relative;
  overflow: hidden;
  -moz-transform: preserve-3d;
  -ms-transform: preserve-3d;
  -o-transform: preserve-3d;
  -webkit-transform: preserve-3d;
  transform: preserve-3d;
}

.img-background-container.model-main .img-background-full {
  width: 100%;
  margin: 0;
}

.img-background-container.model-main .layout__gradient {
  position: absolute;
  top: 0%;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 0;
}

.img-background-container.model-main .img-background-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.layout__content-multi,
.layout__content-single {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.layout__content {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.layout__alignment-vertical-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -webkit-flex-item-align: center;
  align-self: center;
}

.layout__item-40 {
  width: 40%;
}

.layout__item {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.wholegood-hero-info__wrapper {
  font-weight: 700;
}

.font-color-light {
  color: #fff;
}

.button-list__wrapper {
  overflow-x: hidden;
}

.layout__item.layout__alignment-vertical-center .button-list__item {
  min-width: 130px;
  margin-top: 10px;
}

.wholegood-hero-info__wrapper .hero-starting-at,
.wholegood-hero-info__wrapper .hero-price.priceDisp,
.wholegood-hero-info__wrapper .hero-starting-at {
  line-height: 1;
}

.wholegood-hero-info__wrapper .hero-starting-at,
.wholegood-hero-info__wrapper .hero-tax {
  font-size: 16px;
}

.widget-full .button-list__item {
  margin: 5px;
}

.button-list__display-inline {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-list__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-list__alignment-horizontal-left {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.button-list__alignment-horizontal-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.wholegood-hero-info__description {
  line-height: 1;
}

.figure-caption {
  position: absolute;
  left: 50px;
  bottom: 0;
  color: #fff;
  text-shadow: 0 2px 4px #000;
  z-index: 1;
}

.font-family-primary.font-size-xxl,
.font-family-primary.font-size-xxl p {
  display: block;
}

@media screen and (max-width: 767px) {
  .img-background-container.model-main .layout__gradient {
    display: none;
  }

  .img-background-container.model-main .img-background-overlay {
    position: relative;
    padding: 15px;
  }

  .layout__item {
    width: 100%;
  }

  .font-color-light {
    color: #000;
  }

  .button-list__display-inline a {
    width: 100%;
  }
}

/*######################################################################*/
@media (min-width: 1200px) {

  .font-family-primary.font-size-xxxl,
  .font-family-primary.font-size-xxxl p {
    font-size: 42px;
    padding-bottom: 4px;
  }

  .font-family-primary.font-size-xxl,
  .font-family-primary.font-size-xxl p {
    font-size: 34px;
    display: block;
    line-height: 1;
  }
}

.img-background-full {
  position: relative;
  margin-right: auto;
  display: block;
  max-width: none;
}

/*######################################################################*/
@media (min-width: 1200px) {
  .img-background-full {
    margin-left: calc((100% - 1920px)/ 2);
  }
}

/*######################################################################*/
@media (max-width: 1199px) and (min-width: 992px) {
  .img-background-full {
    margin-left: calc((100% - 1200px)/ 2);
  }
}

/*######################################################################*/
@media (max-width: 991px) and (min-width: 768px) {
  .img-background-full {
    margin-left: calc((100% - 992px)/ 2);
  }
}

@media (max-width: 767px) {
  .img-background-full {
    margin-left: auto;
    max-width: 100%;
  }
}

/***** NAV-2 *****/
#nav-2.navbar {
  position: relative;
  width: 100%;
  max-width: none;
  background: #eee;
  border-bottom: 2px solid var(--polaris-color-polaris-blue);
}

#nav-2.navbar.affix {
  position: fixed;
  top: 56px;
  z-index: 1000;
}

@media screen and (max-width: 1199px) {
  #nav-2.navbar.affix {
    top: 0px;
  }
}

@media screen and (max-width: 767px) {
  #nav-2.navbar.affix {
    z-index: 1001;
  }
}

/***** NAV-2 *****/
/*WIDGET*/
.widget-full {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.widget-full .widget-2 {
  flex: 1;
}

.widget-full .model-widget-2 {
  display: flex;
  padding: 10px 0;
  align-items: center;
}

.widget-full .model-widget-2 .model-name h3 {
  font-size: 28px;
}

.widget-full #triggerResponsiveVehicleNav {
  display: none;
  margin-right: 6px;
  cursor: pointer;
}

.widget-full #triggerResponsiveVehicleNav>span {
  display: block;
  width: 24px;
  height: 3px;
  background: #000;
  margin: 4px 0;
  transition: all .25s ease;
  transform-origin: center left;
}

.widget-full #triggerResponsiveVehicleNav.active>span:first-child {
  transform: rotateZ(45deg) translate(0px, -2px);
}

.widget-full #triggerResponsiveVehicleNav.active>span:nth-child(2) {
  opacity: 0;
}

.widget-full #triggerResponsiveVehicleNav.active>span:last-child {
  transform: rotateZ(-45deg) translate(0px, 2px);
}

.widget-full .model-widget-2 .model-name h3,
.widget-full .model-widget-2 .model-price .vehicle-price-wrap {
  line-height: 1;
}

.widget-full .model-widget-2 .model-price .vehicle-price {
  margin-left: 20px;
  font-weight: 700;
}

.widget-full .model-widget-2 .vehicle-cost.priceDisp {
  font-size: 18px;
}

.navbar.affix .buttonlist {
  display: block !important;
}

.navbar .buttonlist .button-list__item {
  display: inline-flex !important;
  margin: 10px 5px;
}

@media screen and (max-width: 1199px) {
  .widget-full .model-widget-2 .model-price {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar .buttonlist .button-list__item.btn-2 {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .widget-full #triggerResponsiveVehicleNav {
    display: block;
  }

  .navbar .buttonlist .button-list__item.btn-3 {
    display: none !important;
  }
}

/* WIDGET END */
/* VEHICLE NAV */
.vehicle-nav-2 {
  display: flex;
}

.vehicle-nav-2 .visible-xs {
  display: none;
}

.vehicle-nav-link-2.active {
  background: #aaa;
}

.vehicle-nav-2 .vehicle-nav-link-2 a {
  display: block;
  height: auto;
  padding: 9px 20px 7px 20px;
  font-family: var(--polaris-font-secondary);
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.vehicle-nav-2 .vehicle-nav-link-2.active a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #myNavbar.topnav {
    display: none;
  }

  #myNavbar.topnav.open {
    display: block;
  }

  #myNavbar .vehicle-nav-2 {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    bottom: initial;
    width: 100%;
    margin: 0;
    padding: 15px;
    background-color: #eee;
    flex-direction: column;
    box-shadow: 0 4px 16px 4px rgba(0, 0, 0, .2);
    z-index: 9;
  }

  .vehicle-nav-2 .vehicle-nav-link-2 a {
    padding: 12px 10px 10px 10px;
  }

  .vehicle-nav-2 .visible-xs {
    display: block;
  }

  .vehicle-nav-2 .visible-xs .button-list__item {
    width: 100%;
  }
}

/* VEHICLE NAV */
/*######################################################################*/
@media (max-width: 1199px) {
  .container-scrollspy {
    padding-top: 70px;
  }
}

@media (max-width: 1199px) {
  .container-scrollspy {
    padding-top: 0;
  }
}

/*NAV END*/
/***** STYLES.CSS: END *****/
/***** GENERAL STYLES: BEGIN *****/
body {
  position: relative;
}

/***** GENERAL STYLES: END *****/
/***** MODEL PAGE STYLES: BEGIN *****/
#scrollTopBtn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 2px 2em;
  background: var(--polaris-color-polaris-blue);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer;
  overflow: hidden;
  -webkit-transform: rotateZ(-90deg) translate(92%, -50%) skewX(-20deg);
  -ms-transform: rotate(-90deg) translate(92%, -50%) skewX(-20deg);
  transform: rotateZ(-90deg) translate(92%, -50%) skewX(-20deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  z-index: 9999;
}

#scrollTopBtn.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scrollTopBtnVisible .25s ease;
  animation: scrollTopBtnVisible .25s ease;
}

@-webkit-keyframes scrollTopBtnVisible {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(-90deg) translate(0%, -50%) skewX(-20deg);
    transform: rotateZ(-90deg) translate(0%, -50%) skewX(-20deg);
  }

  to {
    opacity: 1;
    -webkit-transform: rotateZ(-90deg) translate(92%, -50%) skewX(-20deg);
    transform: rotateZ(-90deg) translate(92%, -50%) skewX(-20deg);
  }
}

@keyframes scrollTopBtnVisible {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(-90deg) translate(0%, -50%) skewX(-20deg);
    transform: rotateZ(-90deg) translate(0%, -50%) skewX(-20deg);
  }

  to {
    opacity: 1;
    -webkit-transform: rotateZ(-90deg) translate(92%, -50%) skewX(-20deg);
    transform: rotateZ(-90deg) translate(92%, -50%) skewX(-20deg);
  }
}

#scrollTopBtn .arrow {
  position: relative;
  width: 50px;
  height: 2px;
  margin-right: 12px;
  background: #fff;
}

#scrollTopBtn .arrow::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

#scrollTopBtn:hover .arrow {
  -webkit-animation: scrollTopBtnArrow .75s cubic-bezier(0.22, 0.61, 0.36, 1);
  animation: scrollTopBtnArrow .75s cubic-bezier(0.22, 0.61, 0.36, 1)
}

@-webkit-keyframes scrollTopBtnArrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(262px);
    transform: translateX(262px);
  }

  51% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes scrollTopBtnArrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(262px);
    transform: translateX(262px);
  }

  51% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  #scrollTopBtn.visible {
    display: none;
  }
}

#vehicleContent {
  position: static;
  z-index: initial;
}

#nav.affix+#vehicleContent {
  padding-top: 84px;
}

/* #vehicleContent h2, */
#vehicleContent h3,
#vehicleContent p {
  margin: .75em 0;
}

#vehicleContent .header {
  margin: 2.5em 5em;
  padding: 1em;
  background: var(--polaris-color-polaris-blue);
  color: #fff;
  text-align: center;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

#vehicleContent .header h2 {
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
}

#cinematicModal,
#galleryModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  /* overflow: auto; */
  z-index: 9999;
}

#cinematicModal .video-close,
.cinematic .cinematic-text .video-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 50px;
  margin: 36px auto;
  background: transparent;
  border: 5px solid var(--polaris-color-polaris-blue);
  /* border-radius: 25%; */
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

#cinematicModal .video-close:hover,
.cinematic .cinematic-text .video-play:hover {
  background: var(--polaris-color-polaris-blue);
}

.cinematic .cinematic-text .video-play::after {
  content: 'Watch the video';
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 6px;
  text-transform: uppercase;
  text-shadow: 0 4px 8px rgba(0, 0, 0, .4);
  -webkit-transform: translateX(-50%) skewX(20deg);
  -ms-transform: translateX(-50%) skewX(20deg);
  transform: translateX(-50%) skewX(20deg);
  white-space: nowrap;
}

html[lang|=de] .cinematic .cinematic-text .video-play::after {
  content: 'Schau das video';
}

html[lang|=es] .cinematic .cinematic-text .video-play::after {
  content: 'Ver video';
}

html[lang|=fr] .cinematic .cinematic-text .video-play::after {
  content: 'Regarder la video';
}

html[lang|=no] .cinematic .cinematic-text .video-play::after {
  content: 'Se videoen ';
}

html[lang|=pt] .cinematic .cinematic-text .video-play::after {
  content: 'Veja o video';
}

html[lang|=sv] .cinematic .cinematic-text .video-play::after {
  content: 'Titta på videon ';
}

#cinematicModal .video-close {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 2;
}

#cinematicModal .video-close div {
  position: relative;
  margin: auto;
}

#cinematicModal .video-close div i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  margin: auto;
  background: var(--polaris-color-polaris-blue);
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cinematicModal .video-close div i:last-child {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

#cinematicModal .video-close:hover div i {
  background: #fff;
}

#cinematicModal .cinematic-modal-content {
  /* display: flex; */
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#cinematicModal .cinematic-modal-content .cinematic-slider .cinematic-slide .player-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#cinematicModal .cinematic-modal-content iframe {
  width: 800px;
  height: 450px;
}

#cinematicModal .cinematic-modal-content .cinematic-prev,
#cinematicModal .cinematic-modal-content .cinematic-next,
.gallery-prev,
.gallery-next {
  position: absolute;
  top: 50%;
  left: 5%;
  background: var(--polaris-color-polaris-blue);
  min-width: auto !important;
  padding: .75em 1em !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cinematicModal .cinematic-modal-content .cinematic-prev.slick-disabled,
#cinematicModal .cinematic-modal-content .cinematic-next.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

#cinematicModal .cinematic-modal-content .cinematic-next,
.gallery-next {
  right: 5%;
  left: auto;
}

#cinematicModal .cinematic-modal-content .cinematic-prev .arrow,
#cinematicModal .cinematic-modal-content .cinematic-next .arrow,
.gallery-prev .arrow,
.gallery-next .arrow {
  position: relative;
}

#cinematicModal .cinematic-modal-content .cinematic-prev .arrow i:first-child,
#cinematicModal .cinematic-modal-content .cinematic-next .arrow i:first-child,
.gallery-prev .arrow i:first-child,
.gallery-next .arrow i:first-child {
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
}

#cinematicModal .cinematic-modal-content .cinematic-prev .arrow i:last-child,
#cinematicModal .cinematic-modal-content .cinematic-next .arrow i:last-child,
.gallery-prev .arrow i:last-child,
.gallery-next .arrow i:last-child {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

#cinematicModal .cinematic-modal-content .cinematic-next .arrow i:last-child,
.gallery-next .arrow i:last-child {
  right: 0;
  left: auto;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

#cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots,
.vehicle-gallery .gallery-slider .slick-dots {
  bottom: 5%;
}

#cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li,
#cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button,
#cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:before,
.vehicle-gallery .gallery-slider .slick-dots li,
.vehicle-gallery .gallery-slider .slick-dots li button,
.vehicle-gallery .gallery-slider .slick-dots li button:before {
  width: 50px;
  height: 25px;
}

#cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:before,
.vehicle-gallery .gallery-slider .slick-dots li button:before {
  content: '';
  border: 2.5px solid var(--polaris-color-polaris-blue);
  opacity: 1;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li.slick-active button:before,
#cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:hover:before,
#cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:focus:before,
.vehicle-gallery .gallery-slider .slick-dots li.slick-active button:before,
.vehicle-gallery .gallery-slider .slick-dots li button:hover:before,
.vehicle-gallery .gallery-slider .slick-dots li button:focus:before {
  background: var(--polaris-color-polaris-blue);
}

.cinematic,
.feature .overview-feature {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background: #000;
}

.cinematic .cinematic-text {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 75%;
  color: #fff;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cinematic .cinematic-text .video-play i {
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: var(--polaris-color-polaris-blue);
  border-right-color: var(--polaris-color-polaris-blue);
  -webkit-transform: translateX(-25%) rotateZ(45deg);
  -ms-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotateZ(45deg);
}

.feature {
  padding: 0;
  /* delete !important when all vehicules use MY20 templates */
  /* !important to override background feature from MY19 templates */
  background: #fff !important;
}

.feature.feature-grid-only .overview-feature,
.feature.feature-visible .overview-feature {
  padding-top: 50px;
  background: transparent;
}

.feature .feature-text {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 40%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.starting-left .feature:not(.feature-visible):not(.additional-features):not(.feature-overview-only) .feature-text,
.feature:nth-child(odd) .feature-text {
  right: 100px;
  left: auto;
}

.starting-left .feature:nth-child(odd):not(.feature-visible):not(.additional-features):not(.feature-overview-only) .feature-text {
  left: 100px;
  right: auto;
}

.feature.additional-features .feature-text,
.feature.feature-grid-only .feature-text,
.feature.feature-overview-only .feature-text,
.feature.feature-visible .feature-text {
  top: 100px;
  left: 50%;
  right: auto;
  width: 75%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.feature.feature-grid-only .feature-text,
.feature.feature-visible .feature-text {
  position: static;
  margin: auto;
  color: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.feature .overview-feature.overview-below .feature-text {
  margin-top: 40px;
}

.feature .button-wrapper-feature {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.feature .button-wrapper-feature button i {
  display: block;
  width: .75em;
  height: .75em;
  margin-left: 1em;
  border: .1em solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotateZ(45deg);
  -webkit-transition: all.25s ease;
  -o-transition: all.25s ease;
  transition: all.25s ease;
}

.feature .button-wrapper-feature button.active i {
  -webkit-transform: translateY(0%) rotateX(180deg) rotateZ(45deg);
  transform: translateY(0%) rotateX(180deg) rotateZ(45deg);
}

.feature .features-grid-wrapper {
  display: none;
}

.feature.additional-features .features-grid-wrapper,
.feature.feature-grid-only .features-grid-wrapper,
.feature.feature-overview-only .features-grid-wrapper,
.feature.feature-visible .features-grid-wrapper {
  display: block;
}

.feature .features-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature.feature-grid-only .features-grid,
.feature.feature-visible .features-grid {
  padding: 25px;
}

.feature .features-grid article {
  width: calc(100% / 3);
  margin: 50px 0;
  padding: 0 25px;
}

.feature.feature-grid-only .features-grid article,
.feature.feature-visible .features-grid article {
  margin: 25px 0;
}

.feature .features-grid.four-col article {
  width: 25%;
}

.feature .features-grid article .single-feature-img {
  overflow: hidden;
}

.feature .features-grid article img {
  display: block;
  width: 100%;
  height: auto;
}

.vehicle-gallery {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
}

.home-vehicle-bar .bottom-bar-red {
  float: right;
  width: 60%;
  background: var(--polaris-color-polaris-blue);
}

.home-vehicle-bar.home-vehicle-bar-left .bottom-bar-red {
  float: left;
}

.home-vehicle-bar .angle-bottom {
  float: right;
  border-top: 33px solid transparent;
  border-right: 33px solid var(--polaris-color-polaris-blue);
}

.home-vehicle-bar.home-vehicle-bar-left .angle-bottom {
  float: left;
  border-top: 33px solid transparent;
  border-right: none;
  border-left: 33px solid var(--polaris-color-polaris-blue);
}

.trim-tabs-slider-nav-wrapper {
  border-bottom: 1px solid #ccc;
}

.trim-tabs,
.specs-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ccc;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trim-tabs-slider-nav {
  max-width: 1000px;
  margin: auto;
}

.trim-tabs-slider-nav .trim-tabs-slider-nav-prev,
.trim-tabs-slider-nav .trim-tabs-slider-nav-next {
  display: flex;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 80px;
  background: #ccc;
  border: 0;
  align-items: center;
  justify-content: center;
}

.trim-tabs-slider-nav .trim-tabs-slider-nav-prev {
  left: 0;
  transform: translate(-100%, -50%);
}

.trim-tabs-slider-nav .trim-tabs-slider-nav-next {
  right: 0;
  transform: translate(100%, -50%);
}

.trim-tabs-slider-nav .trim-tabs-slider-nav-prev::after,
.trim-tabs-slider-nav .trim-tabs-slider-nav-next::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid transparent;
  transform: translateX(-25%) rotateZ(45deg);
}

.trim-tabs-slider-nav .trim-tabs-slider-nav-prev::after {
  border-bottom-color: var(--polaris-color-polaris-blue);
  border-left-color: var(--polaris-color-polaris-blue);
  transform: translateX(25%) rotateZ(45deg);
}

.trim-tabs-slider-nav .trim-tabs-slider-nav-next::after {
  border-top-color: var(--polaris-color-polaris-blue);
  border-right-color: var(--polaris-color-polaris-blue);
  transform: translateX(-25%) rotateZ(45deg);
}

.trim-tabs-slider-nav .slick-list {
  margin-bottom: -1px;
  padding: 0;
}

.trim-tabs-slider-nav .slick-list .slick-track {
  display: flex;
}

.trim-tabs .trim-tab,
.trim-tabs-slider-nav .trim-tab,
.specs-tabs .specs-tab {
  width: 200px;
  padding: 24px;
  border: 1px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 2px;
  font-family: var(--polaris-font-secondary);
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.trim-tabs-slider-nav .trim-tab {
  height: auto;
}

.trim-tabs .trim-tab:hover,
.trim-tabs-slider-nav .trim-tab:hover,
.specs-tabs .specs-tab:hover {
  border-top-color: var(--polaris-color-polaris-blue);
}

.trim-tabs .trim-tab.active,
.trim-tabs-slider-nav .trim-tab.slick-current,
.specs-tabs .specs-tab.active {
  border-color: #ccc;
  border-top-color: var(--polaris-color-polaris-blue);
  border-bottom-color: #fff;
}

.trim-tabs .trim-tab img,
.trim-tabs-slider-nav .trim-tab img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-slider,
.trim-tabs-content,
.trim-tabs-content-slider-nav,
.specs-tabs-content {
  cursor: -webkit-grab;
}

.gallery-slider:active,
.trim-tabs-content:active,
.trim-tabs-content-slider-nav:active,
.specs-tabs-content:active {
  cursor: -webkit-grabbing;
}

.trim-tabs-content .trim-tab-content,
.trim-tabs-content-slider-nav .trim-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
}

.trim-tabs-content .trim-tab-content>*,
.trim-tabs-content-slider-nav .trim-tab-content>* {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.trim-tabs-content .trim-tab-content .trim-tab-content-img img,
.trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-img img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

.trim-tabs-content .trim-tab-content .trim-tab-content-text h3,
.trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text h3,
.trim-tabs-content .trim-tab-content .trim-tab-content-text p,
.trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text p {
  margin: .75em 0;
}

.trim-tabs-content .trim-tab-content .trim-tab-content-text ul li,
.trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text ul li {
  list-style: square;
  list-style-position: inside;
}

.trim-tabs-content .trim-tab-content .trim-tab-content-text .selected-color-wrapper,
.trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text .selected-color-wrapper {
  display: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.trim-tabs-content .trim-tab-content .trim-tab-content-text .selected-color-wrapper .selected-color,
.trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text .selected-color-wrapper .selected-color {
  font-weight: 700;
}

.trim-tabs-content .trim-tab-content .trim-tab-content-text .color-swap,
.trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text .color-swap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trim-tabs-content .trim-tab-content .trim-tab-content-text .color-swap .color-wrapper,
.trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text .color-swap .color-wrapper {
  margin: 6px;
  padding: 6px;
  border: 1px solid transparent;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.trim-tabs-content .trim-tab-content .trim-tab-content-text .color-swap .color-wrapper:first-child,
.trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text .color-swap .color-wrapper:first-child {
  margin-left: 0;
}

.trim-tabs-content .trim-tab-content .trim-tab-content-text .color-swap .color-wrapper:hover,
.trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text .color-swap .color-wrapper:hover,
.trim-tabs-content .trim-tab-content .trim-tab-content-text .color-swap .color-wrapper.active,
.trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text .color-swap .color-wrapper.active {
  border-color: #a8a9ad;
}

.trim-tabs-content .trim-tab-content .trim-tab-content-text .color-swap .color-wrapper img,
.trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text .color-swap .color-wrapper img {
  cursor: pointer;
}

.trim-tabs-content .trim-tab-content .trim-tab-content-text .trim-tab-content-footer,
.trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text .trim-tab-content-footer {
  margin-top: 24px;
  border-top: 1px solid #ccc;
}

#vehicleContent .trim-tabs-content .trim-tab-content .trim-tab-content-text .trim-tab-content-footer .trim-tab-content-price,
#vehicleContent .trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text .trim-tab-content-footer .trim-tab-content-price {
  font-size: 18px;
  font-weight: 700;
}

.trim-tabs-content .trim-tab-content .trim-tab-content-text .trim-tab-content-footer .trim-tab-content-price .trim-tab-content-price-msrp,
.trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text .trim-tab-content-footer .trim-tab-content-price .trim-tab-content-price-msrp {
  font-size: 15px;
}

.specs-button-wrapper {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}

.specs-button-wrapper #specsSectionBtn>span:last-child {
  display: none;
}

.specs-button-wrapper #specsSectionBtn.active>span:first-child {
  display: none;
}

.specs-button-wrapper #specsSectionBtn.active>span:last-child {
  display: inline;
}

#specsSectionInner {
  display: none;
}

#specsSectionInner.showed {
  display: block;
}

.specs-wrapper {
  margin-bottom: 100px;
}

.specs-tabs-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.specs-tabs-content dl>* {
  width: 50%;
  padding: .75em 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  word-spacing: inherit;
  opacity: inherit;
}

.specs-tabs-content dl dt {
  text-transform: uppercase;
}

/***** MODEL PAGE STYLES: END *****/

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

  /***** MODEL PAGE STYLES: BEGIN *****/
  #vehicleContent .header {
    margin: 2.5em
  }

  #cinematicModal .video-close {
    top: 2%;
    right: 2%;
    width: 90px;
    height: 45px;
    margin: 0;
  }

  #cinematicModal .cinematic-modal-content iframe {
    width: 720px;
    height: 405px;
  }

  #cinematicModal .cinematic-modal-content .cinematic-next,
  .gallery-next {
    right: 2%;
  }

  #cinematicModal .cinematic-modal-content .cinematic-prev,
  .gallery-prev {
    left: 2%;
  }

  #cinematicModal .cinematic-modal-content .cinematic-prev .arrow i:first-child,
  #cinematicModal .cinematic-modal-content .cinematic-next .arrow i:first-child,
  .gallery-prev .arrow i:first-child,
  .gallery-next .arrow i:first-child {
    width: 25px;
  }

  #cinematicModal .cinematic-modal-content .cinematic-prev .arrow i:last-child,
  #cinematicModal .cinematic-modal-content .cinematic-next .arrow i:last-child,
  .gallery-prev .arrow i:last-child,
  .gallery-next .arrow i:last-child {
    width: 5px;
  }

  .feature .features-grid {
    padding: 50px;
  }

  .trim-tabs-slider-nav {
    max-width: 700px;
  }

  .trim-tabs .trim-tab,
  .trim-tabs-slider-nav .trim-tab,
  .specs-tabs .specs-tab {
    width: 175px;
    padding: 12px;
    font-size: 12px;
  }

  .trim-tabs-content .trim-tab-content {
    /* padding: 50px; */
  }

  .specs-tabs-wrapper {
    padding: 0 50px;
  }

  .specs-tabs-content {
    /* font-size: 15px; */
  }

  /***** MODEL PAGE STYLES: END *****/
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

  /***** MODEL PAGE STYLES: BEGIN *****/
  #vehicleContent .header {
    margin: 2.5em 1em;
  }

  #cinematicModal .video-close {
    width: 70px;
    height: 35px;
    border-width: 4px;
  }

  #cinematicModal .cinematic-modal-content iframe {
    width: 560px;
    height: 315px;
  }

  #cinematicModal .cinematic-modal-content .cinematic-prev,
  #cinematicModal .cinematic-modal-content .cinematic-next,
  .gallery-prev,
  .gallery-next {
    padding: .75em 1.5em;
  }

  .feature .features-grid {
    padding: 25px;
  }

  .trim-tabs-slider-nav {
    max-width: 600px;
  }

  .trim-tabs .trim-tab,
  .trim-tabs-slider-nav .trim-tab,
  .specs-tabs .specs-tab {
    width: 150px;
    padding: 6px;
  }

  .trim-tabs-content .trim-tab-content,
  .trim-tabs-content-slider-nav .trim-tab-content {
    padding: 50px 25px;
  }

  .specs-tabs-wrapper {
    padding: 0 25px;
  }

  /***** MODEL PAGE STYLES: END *****/
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

  /***** MODEL PAGE STYLES: BEGIN *****/
  #vehicleContent h2 {
    font-size: 24px;
  }

  #vehicleContent h3 {
    font-size: 18px;
  }

  #vehicleContent .header {
    margin: 2.5em 1em;
  }

  .feature.feature-visible .overview-feature {
    padding: 0;
  }

  .cinematic .cinematic-text,
  .feature .feature-text,
  .feature.additional-features .feature-text,
  .feature.feature-overview-only .feature-text,
  .feature.feature-visible .feature-text {
    position: static;
    width: auto;
    padding: 25px;
    color: #fff;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .feature.feature-visible .feature-text {
    color: #000;
  }

  #cinematicModal .video-close {
    width: 60px;
    height: 30px;
    border-width: 3px;
  }

  #cinematicModal .cinematic-modal-content iframe {
    width: 400px;
    height: 225px;
  }

  #cinematicModal .cinematic-modal-content .cinematic-prev,
  #cinematicModal .cinematic-modal-content .cinematic-next,
  .gallery-prev,
  .gallery-next {
    display: none !important;
  }

  .feature .features-grid article,
  .feature .features-grid.four-col article {
    width: calc(100% / 2);
    margin: 10px 0;
    padding: 0 10px;
  }

  .feature .button-wrapper-feature {
    position: static;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .vehicle-gallery {
    margin-bottom: 50px;
  }

  .vehicle-gallery .gallery-slider .slick-dots {
    position: static;
    margin-top: 12px;
  }

  .trim-tabs .trim-tab,
  .trim-tabs-slider-nav .trim-tab,
  .specs-tabs .specs-tab {
    width: 100%;
    max-width: 376px;
    /* padding: 12px; */
    /* font-size: 12px; */
  }

  .trim-tabs-slider-nav {
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .trim-tabs-slider-nav .trim-tab {
    border: 0;
    border-top: 1px solid #ccc;
  }

  .trim-tabs-slider-nav .trim-tab.active {
    background: var(--polaris-color-polaris-blue);
    color: #fff;
  }

  .trim-tabs-slider-nav .trim-tab img {
    display: none;
  }

  .trim-tabs-content .trim-tab-content,
  .trim-tabs-content-slider-nav .trim-tab-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .trim-tabs-content .trim-tab-content>*,
  .trim-tabs-content-slider-nav .trim-tab-content>* {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .trim-tabs-content .trim-tab-content .trim-tab-content-text .trim-tab-content-footer .trim-tab-content-price,
  .trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text .trim-tab-content-footer .trim-tab-content-price {
    font-size: 18px;
  }

  /***** MODEL PAGE STYLES: END *****/
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  /***** MODEL PAGE STYLES: BEGIN *****/
  #cinematicModal .video-close {
    right: 5%;
  }

  #cinematicModal .cinematic-modal-content iframe {
    width: 224px;
    height: 126px;
  }

  #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li,
  #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button,
  #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:before,
  .vehicle-gallery .gallery-slider .slick-dots li,
  .vehicle-gallery .gallery-slider .slick-dots li button,
  .vehicle-gallery .gallery-slider .slick-dots li button:before {
    width: 40px;
    height: 20px;
  }

  #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:hover:before,
  #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:focus:before,
  .vehicle-gallery .gallery-slider .slick-dots li button:hover:before,
  .vehicle-gallery .gallery-slider .slick-dots li button:focus:before {
    background: none;
  }

  #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li.slick-active button:before,
  .vehicle-gallery .gallery-slider .slick-dots li.slick-active button:before {
    background: var(--polaris-color-polaris-blue);
  }

  .feature .features-grid article,
  .feature .features-grid.four-col article {
    width: 100%;
  }

  .feature .button-wrapper-feature {
    padding: 0 25px;
  }

  .feature .button-wrapper-feature .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .trim-tabs,
  .specs-tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .trim-tabs .trim-tab,
  .specs-tabs .specs-tab {
    border: 0;
    border-top: 1px solid #ccc;
  }

  .trim-tabs .trim-tab.active,
  .specs-tabs .specs-tab.active {
    background: var(--polaris-color-polaris-blue);
    color: #fff;
  }

  .trim-tabs .trim-tab img {
    display: none;
  }

  .trim-tabs-content .trim-tab-content .trim-tab-content-text .trim-tab-content-footer .btn-toolbar>.btn,
  .trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text .trim-tab-content-footer .btn-toolbar>.btn {
    display: block;
    float: none;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .specs-tabs {
    margin-bottom: 24px;
  }

  .specs-tabs-content dl {
    font-size: 12px;
  }

  .specs-tabs-content dl>* {
    padding: .75em 0.25em;
  }

  /***** MODEL PAGE STYLES: END *****/
}

/***** MODEL INTRO *****/
@media (max-width: 1199.98px) {
  .vehicle-nav-link a {
    font-size: 12px;
  }

  #nav .btn {
    font-size: 12px;
  }
}

/***** BEGIN: MODEL PAGE *****/
.model-overview {
  position: relative;
}

.model-overview .model-overview-content {
  display: flex;
  position: absolute;
  width: calc(40% - 100px);
  height: 100%;
  top: 0;
  right: 0;
  margin: 0 100px;
  padding: 24px;
  background: rgba(255, 255, 255, .9);
  align-items: center;
}

#vehicleContent .model-overview .model-overview-content h2 {
  font-size: 22px;
}

.model-overview .model-overview-content.model-overview-content-left {
  right: auto;
  left: 0;
}

.model-overview .model-overview-content .model-overview-content-inner ul li {
  list-style: disc;
}

.model-overview-cinematic-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
  z-index: 9999;
}

.model-overview-cinematic-modal .model-overview-cinematic-video-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 50px;
  margin: 36px auto;
  background: transparent;
  border: 5px solid #fff;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 2;
}

.model-overview-cinematic-modal .model-overview-cinematic-video-close:hover {
  background: #fff;
}

.model-overview-cinematic-modal .model-overview-cinematic-video-close>div {
  position: relative;
  margin: auto;
}

.model-overview-cinematic-modal .model-overview-cinematic-video-close>div i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  margin: auto;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.model-overview-cinematic-modal .model-overview-cinematic-video-close>div i:last-child {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.model-overview-cinematic-modal .model-overview-cinematic-video-close:hover>div i {
  background: #000;
}

.model-overview-cinematic-modal .cinematic-modal-content {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.model-overview-cinematic-modal .cinematic-modal-content .player-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.model-overview-cinematic-modal .cinematic-modal-content .player-wrapper iframe {
  width: 800px;
  height: 450px;
}

.features-list .features-list-button-wrapper {
  display: flex;
  padding: 24px 0;
  justify-content: center;
}

.features-list .features-list-button-wrapper .btn>span:last-of-type {
  display: none;
}

.features-list .features-list-button-wrapper .btn.active>span:first-of-type {
  display: none;
}

.features-list .features-list-button-wrapper .btn.active>span:last-of-type {
  display: initial;
}

.features-list .features-list-content {
  display: none;
}

.video-gallery-list {
  display: flex;
  flex-wrap: wrap;
}

.video-gallery-list .video-gallery-list-item {
  margin-bottom: 20px;
  width: calc(100% / 3 - 40px / 3);
}

.video-gallery-list .video-gallery-list-item:not(:nth-child(3n)) {
  margin-right: 20px;
}

.video-gallery-list .video-gallery-list-item .video-gallery-list-item-title {
  display: block;
  font-size: 24px;
  margin: .5em 0;
}

/***** END: MODEL PAGE *****/

/* Large devices (desktops, less than 1200px) */
@media screen and (max-width: 1199px) {


  /***** BEGIN: MODEL PAGE *****/
  .model-overview .model-overview-content {
    position: static;
    width: auto;
    margin: 0 20px;
  }

  .model-overview-cinematic-modal .model-overview-cinematic-video-close {
    top: 2%;
    right: 2%;
    width: 90px;
    height: 45px;
    margin: 0;
  }

  .model-overview-cinematic-modal .cinematic-modal-content .player-wrapper iframe {
    width: 720px;
    height: 405px;
  }

  /***** END: MODEL PAGE *****/
}

/* Medium devices (tablets, less than 992px) */
@media screen and (max-width: 991px) {

  /***** BEGIN: MODEL PAGE *****/
  /* .model-overview .model-overview-content {
        width: calc(40% - 40px);
        margin: 0 40px;
        padding: 12px;
    } */

  .model-overview .model-overview-content .model-overview-content-inner h2 {
    font-size: 24px;
  }

  .model-overview .model-overview-content .model-overview-content-inner p,
  .model-overview .model-overview-content .model-overview-content-inner ul li {
    font-size: 14px;
  }

  .model-overview-cinematic-modal .model-overview-cinematic-video-close {
    width: 70px;
    height: 35px;
    border-width: 4px;
  }

  .model-overview-cinematic-modal .cinematic-modal-content .player-wrapper iframe {
    width: 560px;
    height: 315px;
  }

  /***** END: MODEL PAGE *****/
}

/* Small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767px) {



  /***** BEGIN: MODEL PAGE *****/
  .model-overview .model-overview-content .model-overview-content-inner h2 {
    font-size: 24px;
  }

  .model-overview .model-overview-content .model-overview-content-inner p,
  .model-overview .model-overview-content .model-overview-content-inner ul li {
    font-size: 14px;
  }

  .model-overview-cinematic-modal .model-overview-cinematic-video-close {
    width: 60px;
    height: 30px;
    border-width: 3px;
  }

  .model-overview-cinematic-modal .cinematic-modal-content .player-wrapper iframe {
    width: 400px;
    height: 225px;
  }

  .video-gallery-list .video-gallery-list-item {
    flex: 100%;
  }

  .video-gallery-list .video-gallery-list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  /***** END: MODEL PAGE *****/
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {



  /***** BEGIN: MODEL PAGE *****/
  .model-overview-cinematic-modal .model-overview-cinematic-video-close {
    right: 5%;
  }

  .model-overview-cinematic-modal .cinematic-modal-content .player-wrapper iframe {
    width: 224px;
    height: 126px;
  }

  /***** END: MODEL PAGE *****/
}

/***** BEGIN: MODAL BOX RENTAL *****/
#btnModalBox {
  color: inherit;
  text-decoration: underline;
}

#modalBoxRental {
  display: none;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: #fff;
  z-index: 2;
}

#modalBoxRental.displayed {
  display: block;
}

#modalBoxRental .btnCloseModalBox {
  float: right;
  width: 2em;
  height: 2em;
  margin: 2.5em 1.5em;
  border: 3px solid;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#modalBoxRental .btnCloseModalBox:hover {
  -webkit-transform: scale(1.1) rotateZ(-45deg);
  -ms-transform: scale(1.1) rotate(-45deg);
  transform: scale(1.1) rotateZ(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

#modalBoxRental .btnCloseModalBox::before,
#modalBoxRental .btnCloseModalBox::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 3px;
}

#modalBoxRental .btnCloseModalBox::after {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
}

#modalBoxRental .btnCloseModalBox:hover::before,
#modalBoxRental .btnCloseModalBox:hover::after {
  background: #fff;
}

#modalBoxRental .btnCloseModalBox {
  border-color: var(--polaris-color-polaris-blue);
}

#modalBoxRental .btnCloseModalBox::before,
#modalBoxRental .btnCloseModalBox::after {
  background: var(--polaris-color-polaris-blue);
}

/***** END: MODAL BOX RENTAL *****/