<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***** RESET:BEGIN *****/
#nav-2.affix-top {
    position: initial;
}

/***** RESET:END *****/
/***** GENERAL STYLES: BEGIN *****/
.bike-detail-page #vehicleContent h1,
.bike-detail-page #vehicleContent h2,
.bike-detail-page #vehicleContent h3,
.bike-detail-page #vehicleContent h4,
.bike-detail-page #vehicleContent h5 {
    font-family: "United Sans", Arial, Helvetica, sans-serif;
}

body {
    position: relative;
    /* font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; */
}

#vehicleContent h2,
#vehicleContent h3,
/* .btn, */
/* .model-19 .btn-light, */
/* .model-19 .btn, */
#scrollTopBtn&gt;span,
#vehicleContent .trim-tabs .trim-tab,
#vehicleContent .trim-tabs-slider-nav .trim-tab,
#vehicleContent .specs-tabs .specs-tab,
#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,
#vehicleContent .specs-tabs-content dl dd {
    font-family: "United Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

/***** GENERAL STYLES: END *****/
/***** COMPONENTS STYLES: BEGIN *****/
/* .btn,
.model-19 .btn-light,
.model-19 .btn {
    padding: 1em 2em;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
} */

/* .btn:hover {
    color: #fff;
    -webkit-animation: myBtnAnim .3s ease-in-out;
    animation: myBtnAnim .3s ease-in-out;
} */

@-webkit-keyframes myBtnAnim {
    10% {
        opacity: .95
    }

    12% {
        opacity: 0
    }

    16% {
        opacity: .85
    }

    19% {
        opacity: 0
    }

    22% {
        opacity: .85
    }

    75% {
        opacity: 0
    }

    80% {
        opacity: .95
    }
}

@keyframes myBtnAnim {
    10% {
        opacity: .95
    }

    12% {
        opacity: 0
    }

    16% {
        opacity: .85
    }

    19% {
        opacity: 0
    }

    22% {
        opacity: .85
    }

    75% {
        opacity: 0
    }

    80% {
        opacity: .95
    }
}

/* .btn:focus {
    outline: none;
    color: #fff;
} */

/***** COMPONENTS STYLES: END *****/
/***** 2020 LINEUP PAGE STYLES: BEGIN *****/
.snowmobiles-lineup h1,
.snowmobiles-lineup .sleds-family .container h5 {
    font-family: "United Sans Rg", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.snowmobiles-lineup h1 {
    margin: 2em 0;
    text-align: center;
}

.snowmobiles-lineup .sleds-family {
    margin-bottom: 60px;
}

.snowmobiles-lineup .sleds-family .img-responsive {
    width: 100%;
}

.snowmobiles-lineup .sleds-family .container {
    padding: 48px 24px;
}

.snowmobiles-lineup .sleds-family .container h2,
.snowmobiles-lineup .sleds-family .container h5,
.snowmobiles-lineup .sleds-family .container a,
.snowmobiles-lineup .sleds-family .container p {
    margin: 12px 0;
}

/***** 2020 LINEUP PAGE STYLES: END *****/
/***** MODEL PAGE STYLES: BEGIN *****/
#scrollTopBtn {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 2px 2em;
    background: #176bbd;
    color: #fff;
    -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;
}

.atv #scrollTopBtn {
    background: #006dc2;
}

.gnl #scrollTopBtn {
    background: #E56620;
}

.rgr #scrollTopBtn {
    background: #697b38;
}

.rzr #scrollTopBtn {
    background: #c31112;
}

#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);
    }
}

#vehicleContent {
    position: static;
    z-index: initial;
}

#nav.affix+#vehicleContent {
    padding-top: 84px;
}

/* #vehicleContent h2, */
#vehicleContent h3,
#vehicleContent p {
    margin: .75em 0;
}

#vehicleContent h2 {
    font-size: 30px;
    text-align: inherit;
}

#vehicleContent h3 {
    font-size: 24px;
}

#vehicleContent p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1;
}

#vehicleContent .header {
    margin: 2.5em 5em;
    padding: 1em;
    background: #176bbd;
    color: #fff;
    text-align: center;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.atv #vehicleContent .header {
    background: #006dc2;
}

.gnl #vehicleContent .header {
    background: #E56620;
}

.rgr #vehicleContent .header {
    background: #697b38;
}

.rzr #vehicleContent .header {
    background: #c31112;
}

#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 #176bbd;
    /* 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);
}

.atv #cinematicModal .video-close,
.atv .cinematic .cinematic-text .video-play {
    border-color: #006dc2;
}

.gnl #cinematicModal .video-close,
.gnl .cinematic .cinematic-text .video-play {
    border-color: #E56620;
}

.rgr #cinematicModal .video-close,
.rgr .cinematic .cinematic-text .video-play {
    border-color: #697b38;
}

.rzr #cinematicModal .video-close,
.rzr .cinematic .cinematic-text .video-play {
    border-color: #c31112;
}

#cinematicModal .video-close:hover,
.cinematic .cinematic-text .video-play:hover {
    background: #176bbd;
}

.atv #cinematicModal .video-close:hover,
.atv .cinematic .cinematic-text .video-play:hover {
    background: #006dc2;
}

.gnl #cinematicModal .video-close:hover,
.gnl .cinematic .cinematic-text .video-play:hover {
    background: #E56620;
}

.rgr #cinematicModal .video-close:hover,
.rgr .cinematic .cinematic-text .video-play:hover {
    background: #697b38;
}

.rzr #cinematicModal .video-close:hover,
.rzr .cinematic .cinematic-text .video-play:hover {
    background: #c31112;
}

.cinematic .cinematic-text .video-play::after {
    content: 'Watch the video';
    position: absolute;
    top: 100%;
    left: 50%;
    padding-top: 6px;
    font-family: 'United Sans';
    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: #176bbd;
    -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;
}

.atv #cinematicModal .video-close div i {
    background: #006dc2;
}

.gnl #cinematicModal .video-close div i {
    background: #E56620;
}

.rgr #cinematicModal .video-close div i {
    background: #697b38;
}

.rzr #cinematicModal .video-close div i {
    background: #c31112;
}

#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%;
    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: #ffffff;
    -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 #176bbd;
    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;
}

.atv #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:before,
.atv .vehicle-gallery .gallery-slider .slick-dots li button:before {
    border-color: #006dc2;
}

.gnl #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:before,
.gnl .vehicle-gallery .gallery-slider .slick-dots li button:before {
    border-color: #E56620;
}

.rgr #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:before,
.rgr .vehicle-gallery .gallery-slider .slick-dots li button:before {
    border-color: #697b38;
}

.rzr #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:before,
.rzr .vehicle-gallery .gallery-slider .slick-dots li button:before {
    border-color: #c31112;
}

#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: #176bbd;
}

.atv #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li.slick-active button:before,
.atv #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:hover:before,
.atv #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:focus:before,
.atv .vehicle-gallery .gallery-slider .slick-dots li.slick-active button:before,
.atv .vehicle-gallery .gallery-slider .slick-dots li button:hover:before,
.atv .vehicle-gallery .gallery-slider .slick-dots li button:focus:before {
    background: #006dc2;
}

.gnl #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li.slick-active button:before,
.gnl #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:hover:before,
.gnl #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:focus:before,
.gnl .vehicle-gallery .gallery-slider .slick-dots li.slick-active button:before,
.gnl .vehicle-gallery .gallery-slider .slick-dots li button:hover:before,
.gnl .vehicle-gallery .gallery-slider .slick-dots li button:focus:before {
    background: #E56620;
}

.rgr #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li.slick-active button:before,
.rgr #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:hover:before,
.rgr #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:focus:before,
.rgr .vehicle-gallery .gallery-slider .slick-dots li.slick-active button:before,
.rgr .vehicle-gallery .gallery-slider .slick-dots li button:hover:before,
.rgr .vehicle-gallery .gallery-slider .slick-dots li button:focus:before {
    background: #697b38;
}

.rzr #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li.slick-active button:before,
.rzr #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:hover:before,
.rzr #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li button:focus:before,
.rzr .vehicle-gallery .gallery-slider .slick-dots li.slick-active button:before,
.rzr .vehicle-gallery .gallery-slider .slick-dots li button:hover:before,
.rzr .vehicle-gallery .gallery-slider .slick-dots li button:focus:before {
    background: #c31112;
}

.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: #176bbd;
    border-right-color: #176bbd;
    -webkit-transform: translateX(-25%) rotateZ(45deg);
    -ms-transform: translateX(-25%) rotate(45deg);
    transform: translateX(-25%) rotateZ(45deg);
}

.atv .cinematic .cinematic-text .video-play i {
    border-top-color: #006dc2;
    border-right-color: #006dc2;
}

.gnl .cinematic .cinematic-text .video-play i {
    border-top-color: #E56620;
    border-right-color: #E56620;
}

.rgr .cinematic .cinematic-text .video-play i {
    border-top-color: #697b38;
    border-right-color: #697b38;
}

.rzr .cinematic .cinematic-text .video-play i {
    border-top-color: #c31112;
    border-right-color: #c31112;
}

.cinematic .cinematic-text .video-play:hover i {
    border-top-color: #fff;
    border-right-color: #fff;
}

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

.feature .features-grid article h3 {
    font-family: "United Sans Condensed", serif;
}

.atv .feature .features-grid article h3 {
    color: #006dc2;
}

.gnl .feature .features-grid article h3 {
    color: #E56620;
}

.rgr .feature .features-grid article h3 {
    color: #697b38;
}

.rzr .feature .features-grid article h3 {
    color: #c31112;
}


.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: #176bbd;
}

.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 #176bbd;
}

.home-vehicle-bar.home-vehicle-bar-left .angle-bottom {
    float: left;
    border-top: 33px solid transparent;
    border-right: none;
    border-left: 33px solid #176bbd;
}

.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: #176bbd;
    border-left-color: #176bbd;
    transform: translateX(25%) rotateZ(45deg);
}

.trim-tabs-slider-nav .trim-tabs-slider-nav-next::after {
    border-top-color: #176bbd;
    border-right-color: #176bbd;
    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-size: 15px;
    text-align: center;
    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: #176bbd;
}

.trim-tabs .trim-tab.active,
.trim-tabs-slider-nav .trim-tab.slick-current,
.specs-tabs .specs-tab.active {
    border-color: #ccc;
    border-top-color: #176bbd;
    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&gt;*,
.trim-tabs-content-slider-nav .trim-tab-content&gt;* {
    -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;
}

.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;
    text-transform: none;
}

.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&gt;span:last-child {
    display: none;
}

.specs-button-wrapper #specsSectionBtn.active&gt;span:first-child {
    display: none;
}

.specs-button-wrapper #specsSectionBtn.active&gt;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&gt;* {
    width: 50%;
    padding: .75em 0;
    border-bottom: 1px solid #ccc;
    font-family: inherit;
    word-spacing: inherit;
    opacity: inherit;
}

.specs-tabs-content dl dt {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: inherit;
}

/***** 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: #176bbd;
        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&gt;*,
    .trim-tabs-content-slider-nav .trim-tab-content&gt;* {
        -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: #176bbd;
    }

    .atv #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li.slick-active button:before,
    .atv .vehicle-gallery .gallery-slider .slick-dots li.slick-active button:before {
        background: #006dc2;
    }

    .gnl #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li.slick-active button:before,
    .gnl .vehicle-gallery .gallery-slider .slick-dots li.slick-active button:before {
        background: #E56620;
    }

    .rgr #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li.slick-active button:before,
    .rgr .vehicle-gallery .gallery-slider .slick-dots li.slick-active button:before {
        background: #697b38;
    }

    .rzr #cinematicModal .cinematic-modal-content .cinematic-slider .slick-dots li.slick-active button:before,
    .rzr .vehicle-gallery .gallery-slider .slick-dots li.slick-active button:before {
        background: #c31112;
    }

    .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: #176bbd;
        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&gt;.btn,
    .trim-tabs-content-slider-nav .trim-tab-content .trim-tab-content-text .trim-tab-content-footer .btn-toolbar&gt;.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&gt;* {
        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;
    }
}</pre></body></html>