.device-selector-wrapper .device-selector {
    display: none !important
}

.react__image {
    overflow: hidden;
    background: transparent;
    position: relative;
    display: flex;
    justify-content: center
}

.react__image--ratio-1-1 {
    padding-bottom: 100%
}

.react__image--ratio-16-9 {
    padding-bottom: 56.25%
}

.react__image--ratio-4-3 {
    padding-bottom: 75%
}

.react__image--ratio-placeholder,
.react__image--ratio>img {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%)
}

.react__image-placeholder,
.react__image>img {
    max-width: 100%;
    max-height: 100%
}

.react__image--align-height-placeholder,
.react__image--align-height>img {
    width: auto;
    max-height: 100%
}

.react__image-placeholder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-color: #bdbdbd;
    color: #fff;
    border-radius: 3px;
    font-family: helvetica-neue;
    font-weight: 700
}

.react__image-placeholder,
.react__lightbox {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0
}

.react__lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .35)
}

.react__lightbox--fade-enter {
    opacity: 0
}

.react__lightbox--fade-enter-active {
    opacity: 1;
    transition: opacity .3s
}

.react__lightbox--fade-exit {
    opacity: 1
}

.react__lightbox--fade-exit-active {
    opacity: 0;
    transition: opacity .3s
}

.c-powerparts {
    display: flex;
    flex-direction: column
}

.c-powerparts__category {
    list-style: none;
    margin: 0;
    padding: 0
}

.c-powerparts__category li {
    margin: 0;
    padding: 0
}

.c-powerparts__category li:before {
    display: none
}

.c-powerparts__category-heading {
    color: #002550;
    margin-bottom: 1.5em;
    font-size: 26px;
    font-weight: 300
}

.c-powerparts__categoryitem-name {
    position: relative
}

.c-powerparts__categoryitem-name span.highlight {
    background: url(hqv/resources/brush-hqv-bg.png) no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    bottom: 0;
    background-size: 100% 100%;
    left: 0
}

.c-powerparts__categoryitem,
.c-powerparts__subcategoryitem {
    cursor: pointer
}

.c-powerparts__categoryitem-content,
.c-powerparts__subcategoryitem-content {
    display: flex;
    justify-content: space-between
}

.c-powerparts__categoryitem-info,
.c-powerparts__subcategoryitem-info {
    font-family: helvetica-neue;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.c-powerparts__categoryitem-name,
.c-powerparts__subcategoryitem-name {
    word-wrap: break-word;
    overflow: hidden
}

.c-powerparts__categoryitem-amount,
.c-powerparts__subcategoryitem-amount {
    font-weight: 300;
    color: #bdbdbd;
    padding-left: 5px
}

.c-powerparts__categoryitem p,
.c-powerparts__subcategoryitem p {
    margin: 0
}

.c-powerparts__categoryitem--is-open .c-powerparts__categoryitem-amount,
.c-powerparts__categoryitem--is-open .c-powerparts__categoryitem-info,
.c-powerparts__subcategoryitem--is-open .c-powerparts__categoryitem-amount,
.c-powerparts__subcategoryitem--is-open .c-powerparts__categoryitem-info {
    color: #002550
}

.c-powerparts__accordion {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out
}

.c-powerparts__accordion--third-level {
    padding-left: .5em
}

.c-powerparts__accordion--third-level .c-powerparts__subcategoryitem-name {
    text-transform: none;
    font-size: 16px;
    font-family: helvetica-neue;
    font-weight: 300
}

.c-powerparts__subcategory {
    padding-left: .5em
}

.c-powerparts__category--mobile {
    width: 100%
}

.c-powerparts__category--mobile>.container {
    padding: .5em 0
}

.c-powerparts__category--mobile .c-powerparts__subcategory {
    padding-left: 0
}

.c-powerparts__category--mobile .c-powerparts__category {
    padding-left: 1em
}

.c-powerparts__category--mobile .c-powerparts__accordion--third-level {
    padding-left: 0
}

.c-powerparts__category--mobile .c-powerparts__accordion--third-level .c-powerparts__subcategoryitem {
    margin: 0 0 0 1em;
    padding: .5em 0
}

.c-powerparts__category--mobile .c-powerparts__accordion--third-level .c-powerparts__subcategoryitem-amount {
    text-transform: none;
    font-size: 16px;
    font-family: helvetica-neue;
    font-weight: 300
}

.c-powerparts__category--mobile .c-powerparts__categoryitem-info,
.c-powerparts__category--mobile .c-powerparts__subcategoryitem-info {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.c-powerparts__category--mobile .c-powerparts__categoryitem-amount,
.c-powerparts__category--mobile .c-powerparts__subcategoryitem-amount {
    color: #002550
}

.c-powerparts__category--mobile .c-powerparts__categoryitem-chevron,
.c-powerparts__category--mobile .c-powerparts__subcategoryitem-chevron {
    transition: transform .3s linear
}

.c-powerparts__category--mobile .c-powerparts__categoryitem-chevron:after,
.c-powerparts__category--mobile .c-powerparts__subcategoryitem-chevron:after {
    content: "";
    font-family: icons, serif !important;
    font-size: .8em;
    color: #002550;
    align-items: baseline
}

.c-powerparts__category--mobile .c-powerparts__categoryitem-chevron--open,
.c-powerparts__category--mobile .c-powerparts__subcategoryitem-chevron--open {
    transform: rotate(90deg)
}

.c-powerparts__category--mobile .c-powerparts__categoryitem {
    padding: 0;
    transition: all .3s linear
}

.c-powerparts__category--mobile .c-powerparts__categoryitem-content {
    padding: 1em 2em
}

.c-powerparts__category--mobile .c-powerparts__categoryitem-name {
    font-weight: 400
}

.c-powerparts__category--mobile .c-powerparts__categoryitem--is-open {
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 1em;
    position: relative
}

.c-powerparts__category--mobile .c-powerparts__categoryitem--is-open>.c-powerparts__categoryitem-content {
    margin-bottom: 1em;
    border-bottom: 1px solid #ffed00
}

.c-powerparts__category--mobile .c-powerparts__categoryitem--is-open .c-powerparts__categoryitem-amount {
    color: #002550
}

.c-powerparts__category--mobile .c-powerparts__categoryitem.hide-border {
    border-bottom: 0;
    padding-bottom: 0
}

.c-powerparts__category--mobile .c-powerparts__categoryitem.hide-border>.c-powerparts__categoryitem-content {
    border-bottom: 0;
    margin-bottom: 0
}

.c-powerparts__category--mobile .c-powerparts__subcategoryitem {
    padding: 0 2em .75em
}

.c-powerparts__category--mobile .c-powerparts__subcategoryitem:last-child {
    padding-bottom: 0
}

.c-powerparts__category--mobile .c-powerparts__subcategoryitem--is-open {
    padding-bottom: 0
}

.c-powerparts__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.c-powerparts__list li {
    margin: 0;
    padding: 0
}

.c-powerparts__list li:before {
    display: none
}

.c-powerparts__list .c-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 0
}

.c-powerparts__list .c-btn>button {
    cursor: pointer;
    outline: 0
}

.c-powerparts__listitem {
    cursor: pointer;
    margin-bottom: 3em
}

.c-powerparts__listitem h5 {
    margin-top: 1em;
    font-weight: 400;
    text-align: center
}

.c-powerparts__listitem-reference {
    font-family: helvetica-neue;
    font-weight: 300;
    font-size: 18px;
    margin: 0;
    text-align: center
}

.c-powerparts__listitem p {
    margin: 0
}

.c-powerparts__detail {
    position: relative
}

.c-powerparts__detail .glide__slides {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.c-powerparts__detail .glide__slides li {
    margin: 0;
    padding: 0
}

.c-powerparts__detail .glide__slides li:before {
    display: none
}

.c-powerparts__detail .glide__bullets {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.c-powerparts__detail .glide__bullet {
    outline: 0 !important;
    background: transparent;
    cursor: pointer;
    padding: 15px;
    margin: 0 1em 1.5em 0;
    border: 1px solid #ebebeb;
    max-width: 110px;
    width: 100%;
    transition: border-color .15s ease-in-out, background-color .15s ease-in-out
}

.c-powerparts__detail .glide__bullet:active {
    border-style: outset
}

.c-powerparts__detail .glide__bullet:active {
    border-style: solid
}

.c-powerparts__detail .glide__bullet-bar {
    display: block;
    background-color: #ebebeb;
    border-radius: 5px;
    height: 3px;
    width: 25px
}

.c-powerparts__detail .glide__bullet--active {
    border-color: #002550
}

.c-powerparts__detail .glide__bullet--active .glide__bullet-bar {
    background-color: #002550
}

.c-powerparts__detail-reference {
    font-family: helvetica-neue;
    color: #002550;
    font-size: 18px;
    font-weight: 300
}

.c-powerparts__detail-error {
    position: relative
}

.c-powerparts__detail-description {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 2em
}

.c-powerparts__detail-info span {
    display: block
}

.c-powerparts__detail-info h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3
}

.c-powerparts__detail-info p {
    margin-bottom: 1.5em
}

.c-powerparts__detail-info p span {
    font-size: 16px;
    font-weight: 300
}

.c-powerparts__detail-variant>span {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.c-powerparts__detail-variant>span>span {
    display: flex;
    flex-wrap: nowrap;
    padding-right: 5px
}

.c-powerparts__detail-lightbox {
    max-width: 1405px;
    position: absolute;
    top: 50% !important;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 90%;
    background-color: #fff;
    border-radius: 3px
}

.c-powerparts__detail-lightbox img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.c-powerparts__detail-lightbox>button {
    outline: 0 !important;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    padding: 15px 10px;
    background-color: transparent
}

.c-powerparts__detail-lightbox>button:active {
    border-style: outset
}

.c-powerparts__detail-lightbox>button>span {
    font-size: 25px
}

.c-powerparts__detail-image {
    margin-bottom: 2em;
    overflow: hidden;
    position: relative
}

.c-powerparts__detail-magnify {
    outline: 0 !important;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    display: none;
    bottom: 15px;
    right: 15px;
    padding: 5px;
    font-size: 25px
}

.c-powerparts__detail-magnify:active {
    border-style: outset
}

.c-powerparts__filter {
    display: flex;
    align-items: center
}

.c-powerparts__filter-select-error {
    position: relative
}

.c-powerparts__overlay {
    position: fixed;
    z-index: 90;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end
}

.c-powerparts__overlay--active {
    z-index: 105
}

.c-powerparts__overlay--closed .c-powerparts__overlay-content {
    height: 0 !important
}

.c-powerparts__overlay-content {
    width: 100%;
    display: flex;
    align-items: flex-end
}

.c-powerparts__overlay-content>.container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    height: 100%;
    padding: 0
}

.c-powerparts__overlay-content>.container .c-powerparts__category {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.c-powerparts__overlay-buttons {
    width: 100%;
    display: flex;
    flex-direction: column
}

.c-powerparts__overlay-buttons button {
    padding: 0;
    outline: 0 !important;
    border: 0;
    cursor: pointer;
    font-family: helvetica-neue;
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
    height: 65px;
    border-top: 1px solid #bdbdbd;
    transition: border .15s ease-in-out, color .15s ease-in-out;
    background-color: #fff;
    position: relative
}

.c-powerparts__overlay-buttons button:active {
    border-style: outset
}

.c-powerparts__overlay-buttons button:focus {
    outline: none
}

.c-powerparts__overlay-buttons button span {
    color: #002550
}

.c-powerparts__overlay-buttons button.active {
    position: relative
}

.c-powerparts__overlay-buttons button.active>span {
    position: relative;
    z-index: 1;
    color: #002550
}

.c-powerparts__overlay-buttons button.active span.highlight {
    background: url(hqv/resources/brush-hqv-bg.png) no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    bottom: 0;
    background-size: 100% 100%;
    left: 0
}

.c-powerparts__overlay-buttons button.active:first-child {
    border-color: #fff
}

.c-powerparts__overlay--fade-out {
    position: absolute;
    z-index: 3;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    top: -50px;
    height: 50px;
    width: 100%
}

.c-powerparts__overlay .r-select:last-child {
    margin-bottom: 0
}

.c-powerparts__error {
    margin: 1.5em 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.c-powerparts__error .icon-error {
    font-size: 30px;
    color: #002550;
    padding-right: .5em
}

.c-powerparts__error-link,
.c-powerparts__error-text {
    display: flex;
    align-items: center
}

.c-powerparts__error-link a,
.c-powerparts__error-text p {
    font: 500 16px/1.75 helvetica-neue;
    text-transform: none;
    font-weight: 300
}

.c-powerparts__error-text {
    margin-bottom: 1em
}

.c-powerparts__error-text p {
    color: #002550;
    padding-right: 1em;
    margin: 0
}

.c-powerparts__error-link a {
    text-decoration: none;
    text-transform: uppercase
}

.c-powerparts__error-link a:hover {
    text-decoration: none
}

.c-powerparts__error-link a:hover i {
    color: #002550;
    margin-left: 16px
}

.c-powerparts__error-link a i {
    transition: margin .3s ease-in-out;
    font-size: 12px;
    color: #002550;
    margin-left: 8px
}

.c-powerparts__error-link a i:before {
    content: "\e930"
}

.c-powerparts__hint {
    display: flex;
    align-items: center;
    margin-bottom: 1em
}

.c-powerparts__hint .icon {
    font-size: 22px;
    color: #002550;
    padding-right: .5em
}

.c-powerparts__hint-text {
    color: #002550;
    font-size: 12px;
    margin: 0
}

.c-powerparts__detail,
.c-powerparts__list {
    min-height: 80vh
}

.c-tooltip {
    display: inline-flex;
    position: relative
}

.c-tooltip:hover .c-tooltip__card {
    display: flex
}

.c-tooltip--hidden:hover .c-tooltip__card {
    display: none
}

.c-tooltip__card {
    display: none;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transform: translateY(100%);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2)
}

.c-tooltip__body {
    display: flex;
    align-items: center;
    background-color: #002550;
    color: #fff;
    padding: 1em 1.5em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.c-tooltip__body:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    transform: translateY(-10px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #002550
}

.c-tooltip__body--vin:before {
    left: 2.5em
}

.c-tooltip__body--dcn:before {
    left: 16.9em
}

.c-tooltip__icon {
    margin-right: 1em
}

.c-tooltip__icon:after {
    content: "";
    display: flex;
    position: static;
    font-size: 23px;
    font-family: icons, serif !important;
    color: #ffed00
}

.c-tooltip__icon--help:after {
    content: ""
}

.c-tooltip__text {
    font-family: helvetica-neue;
    font-weight: 300;
    min-width: 220px;
    font-size: 13px;
    line-height: 15px
}

.c-tooltip__button {
    outline: 0 !important;
    border: 0;
    cursor: pointer;
    font-family: helvetica-neue;
    font-weight: 700;
    background-color: #fff;
    padding: .5em;
    color: #002550;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase
}

.c-tooltip__button:active {
    border-style: outset
}

.c-tooltip__button:focus,
.c-tooltip__button:hover {
    color: #000
}

.c-tooltip-icon {
    display: inline-block;
    margin-left: .5em;
    line-height: 1.65em
}

.c-tooltip-icon:after {
    content: "";
    display: inline-block;
    position: static;
    color: #000;
    font-size: 1em;
    font-family: icons, serif !important
}

.c-is-loading {
    text-align: center
}

.c-is-loading:after {
    content: "";
    display: block;
    position: static;
    font-family: icons, serif;
    color: #002550;
    font-size: 3em;
    animation: rotate 2s linear infinite
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.form-error {
    font-family: helvetica-neue;
    font-weight: 400;
    position: relative;
    padding-left: 2em;
    color: #cc1445;
    font-size: 16px
}

.form-error:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: icons, serif
}

.c-request-error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em
}

.c-request-error__mesage-body {
    font-family: helvetica-neue;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    line-height: 27px
}

.c-request-error__single-message {
    margin-bottom: 0
}

.c-request-error__warning-icon {
    margin: 0 0 1em
}

.c-request-error__warning-icon:after {
    content: "";
    display: block;
    position: static;
    font-family: icons, serif;
    color: #002550;
    font-size: 3em
}

.c-safety-check__result {
    margin-top: 2em
}

.c-safety-check__result-model {
    background-color: #f2f2f2
}

.c-safety-check__result-model-name {
    font-family: helvetica-neue;
    font-weight: 700;
    margin-bottom: 0;
    padding: 1em 0;
    color: #002550;
    font-size: 26px;
    line-height: 1em;
    text-align: center
}

.c-safety-check__result-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em
}

.c-safety-check__result-mesage-body {
    font-family: helvetica-neue;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    line-height: 27px
}

.c-safety-check__result-recall-icon {
    margin: 0 0 1em
}

.c-safety-check__result-recall-icon:after {
    content: "";
    display: block;
    position: static;
    font-family: icons, serif;
    color: #002550;
    font-size: 3em
}

.c-service-lookup__summary-name {
    font-family: helvetica-neue;
    font-weight: 700;
    background-color: #f2f2f2;
    margin-bottom: 0;
    padding: 1em 0;
    color: #002550;
    font-size: 26px;
    line-height: 1em;
    text-align: center
}

.c-service-lookup__summary-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em 2em 0
}

.c-service-lookup__summary-mesage-body {
    font-family: helvetica-neue;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    line-height: 27px
}

.c-service-lookup__summary-recall-icon {
    margin: 0 0 1em
}

.c-service-lookup__summary-recall-icon:after {
    content: "";
    display: block;
    position: static;
    font-family: icons, serif;
    color: #002550;
    font-size: 3em
}

.c-service-lookup__table-container {
    max-width: 100%;
    overflow-x: auto
}

.c-service-lookup__table {
    width: 100%;
    overflow-x: auto;
    margin-top: 2em;
    border-collapse: collapse
}

.c-service-lookup__table tr:nth-child(odd) {
    background-color: #f2f2f2
}

.c-service-lookup__table tr th {
    color: #fff;
    padding: 2em 3em;
    background-color: #002550
}

.c-service-lookup__table tr td {
    padding: 1.85em 3em;
    white-space: nowrap
}

.c-tire-recommendation__results {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3em
}

.c-tire-recommendation__results-heading {
    margin-bottom: 1em;
    font-size: 48px;
    text-align: center
}

.c-tire-recommendation__document-button {
    font-family: helvetica-neue;
    font-weight: 700;
    display: inline-block;
    color: #002550;
    text-transform: uppercase;
    transition: color .3s ease-in-out
}

.c-tire-recommendation__document-button:hover {
    color: #000
}

.c-tire-recommendation__document-button:before {
    content: "";
    display: inline-block;
    margin-right: .5em;
    font-family: icons, serif !important
}

.c-tire-recommendation__table-container {
    width: 100%;
    overflow-x: auto
}

.c-tire-recommendation__table tr td:first-child {
    padding-right: 1em
}

.c-tire-recommendation .r-select {
    margin-bottom: 1em
}

.c-tire-recommendation .r-select__content {
    overflow: auto;
    z-index: 101
}

.c-tire-recommendation .c-btn__link {
    display: block;
    width: 100%;
    text-align: center
}

.c-tire-recommendation .c-is-loading:after {
    line-height: 1.2
}

.c-tire-recommendation .form-error {
    display: flex;
    justify-content: center
}

.c-tire-recommendation .form-error:after {
    display: none
}

.c-tire-recommendation .form-error:before {
    content: "\E90C";
    display: block;
    margin-right: 1em;
    font-family: icons, serif !important
}

.c-powerparts-manuals {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.c-powerparts-manuals__manual-list {
    padding: 3em 0 2em
}

.c-powerparts-manuals__manual-title {
    display: block
}

.c-powerparts-manuals__manual-link:after {
    content: "";
    display: inline-block;
    position: static;
    margin-left: .75em;
    color: currentColor;
    font-size: 14px;
    font-family: icons, serif
}

.c-suggestion-list {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    max-height: 13.5em;
    height: auto;
    width: 100%;
    transform: translateY(100%);
    overflow: auto;
    background: #fff;
    margin-bottom: 0;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .3);
    font-size: 16px
}

.c-suggestion-list__suggestion {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 3.375em;
    padding: 0 .75em;
    cursor: pointer;
    color: #002550
}

.c-suggestion-list__suggestion:not(:last-child) {
    border-bottom: 1px solid #f2f2f2
}

.c-suggestion-list__suggestion:nth-child(2n) {
    background-color: #f8f8f8
}

.c-suggestion-list__close {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 1em;
    height: 1em;
    cursor: pointer
}

.c-suggestion-list__close:after {
    content: "";
    display: block;
    position: absolute;
    font-family: icons, serif;
    color: #002550;
    font-size: .75em;
    transition: color .3s ease-in-out
}

.c-suggestion-list__close:hover:after {
    color: #000
}

.c-bike-manuals form {
    width: 100%
}

.c-dealersearch>.row {
    display: flex;
    flex-direction: column
}

.c-dealersearch>.row>div[class*=col-lg-7] {
    order: 2
}

.c-dealersearch>.row>div[class*=col-lg-5] {
    order: 1
}

.c-dealersearch__content {
    display: flex;
    position: relative;
    height: auto;
    padding-bottom: 100%
}

.c-dealersearch__map {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-dealersearch__overlay,
.c-dealersearch__overlay-buttons {
    position: absolute;
    bottom: 0;
    right: 0
}

.c-dealersearch__overlay-buttons {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .08)
}

.c-dealersearch__overlay-buttons button {
    padding: 0;
    outline: 0 !important;
    border: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.c-dealersearch__overlay-buttons button:active {
    border-style: outset
}

.c-dealersearch__overlay-buttons button:after {
    font-family: icons, serif !important;
    color: #000;
    align-items: baseline;
    font-size: 10px
}

.c-dealersearch__overlay-buttons button:first-child {
    border-bottom: 1px solid #d0d0d0
}

.c-dealersearch__zoom-in:after {
    content: ""
}

.c-dealersearch__zoom-out:after {
    content: ""
}

.c-dealersearch__sidebar {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative
}

.c-dealersearch__sidebar .r-select {
    max-width: 210px
}

.c-dealersearch__location {
    margin-bottom: 1em
}

.c-dealersearch__location .c-input__icon {
    transition: color .3s ease-in-out;
    right: 3px;
    margin-top: 1px
}

.c-dealersearch__location .c-input__icon--search-locked:after {
    color: #bdbdbd;
    pointer-events: none;
    cursor: not-allowed
}

.c-dealersearch__location .c-input__icon--gps {
    background: url(hqv/resources/search_nearby_hqv.svg) no-repeat;
    background-size: 24px;
    background-position: 50%
}

.c-dealersearch__location .c-input__icon--magnify:after {
    content: ""
}

.c-dealersearch__distance {
    margin-bottom: 2.5em
}

.c-dealersearch__geolocation-error {
    color: #cc1445;
    font-size: 12px
}

.c-dealersearch__filter {
    margin-bottom: 2.5em
}

.c-dealersearch__filter hr {
    border-top: 1px solid #002550;
    opacity: .5;
    margin: .25em 0
}

.c-dealersearch__qualification-radio {
    margin-right: 1.5em
}

.c-dealersearch__qualification-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 16px
}

.c-dealersearch__qualification-list li {
    margin: 0;
    padding: 0
}

.c-dealersearch__qualification-list li:before {
    display: none
}

.c-dealersearch__qualification-list-item {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-dealersearch__qualification-list--main {
    top: 0;
    display: flex
}

.c-dealersearch__qualification-list--active {
    display: flex
}

.c-dealersearch__subqualification {
    margin-top: .75em
}

.c-dealersearch .maps__pin {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px
}

.c-dealersearch .maps__pin-icon:after {
    font-family: icons, serif !important;
    color: #002550;
    transition: color .3s ease-in-out;
    align-items: baseline;
    font-size: 30px;
    content: ""
}

.c-dealersearch .maps__pin--active .maps__pin-icon:after {
    color: #ffed00
}

.c-dealersearch__detailview-overlay {
    position: relative;
    left: 0;
    right: 0
}

.c-dealersearch__detailview {
    box-shadow: 0 3px 16px rgba(0, 0, 0, .08);
    flex-direction: column;
    font-size: 16px;
    width: 100%;
    position: relative;
    top: -220px;
    margin: 0 25px -180px
}

.c-dealersearch__detailview-content {
    display: flex
}

.c-dealersearch__detailview .heading-h6,
.c-dealersearch__detailview h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.c-dealersearch__detailview p {
    margin: 0;
    font-weight: 300
}

.c-dealersearch__detailview-main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    background-color: #fff;
    width: 100%;
    overflow: hidden
}

.c-dealersearch__detailview-block {
    margin-bottom: 1.5em
}

.c-dealersearch__detailview-name {
    color: #002550;
    font-size: 18px !important
}

.c-dealersearch__detailview-phone a,
.c-dealersearch__detailview-web a {
    text-decoration: none
}

.c-dealersearch__detailview-distance {
    color: #d0d0d0;
    font-size: 18px;
    font-weight: 500
}

.c-dealersearch__detailview-address {
    font-weight: 500 !important
}

.c-dealersearch__detailview-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #d0d0d0;
    color: #fff;
    min-width: 75px;
    max-width: 90px
}

.c-dealersearch__detailview-opening-hours {
    font-weight: 300
}

.c-dealersearch__detailview-route {
    margin: 0 1em 1.5em;
    padding-top: 1.5em
}

.c-dealersearch__detailview-route a {
    background: url(hqv/resources/route_button.svg) no-repeat;
    transition: color .15s ease-in-out;
    background-size: 40px;
    background-position: 50%;
    display: block;
    height: 40px;
    width: 40px
}

.c-dealersearch__detailview-payment,
.c-dealersearch__detailview-social {
    list-style: none;
    border-top: 1px solid #fff;
    margin: 0 0 1.5em;
    padding: 1.5em 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.c-dealersearch__detailview-payment li,
.c-dealersearch__detailview-social li {
    margin: 0;
    padding: 0
}

.c-dealersearch__detailview-payment li:before,
.c-dealersearch__detailview-social li:before {
    display: none
}

.c-dealersearch__detailview-payment li,
.c-dealersearch__detailview-social li {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin: .75em .5em;
    background-size: contain
}

.c-dealersearch__detailview-social {
    display: flex;
    justify-content: space-between
}

.c-dealersearch__detailview-social li--fallback {
    background-color: #fff
}

.c-dealersearch__detailview-payment {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.c-dealersearch__detailview-payment li {
    background-color: #fff
}

.c-dealersearch__detailview-button {
    outline: 0 !important;
    border: 0;
    cursor: pointer;
    background-color: #002550;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: helvetica-neue;
    text-transform: uppercase;
    text-decoration: none;
    padding: 28px 30px 24px
}

.c-dealersearch__detailview-button:active {
    border-style: outset
}

.c-dealersearch__detailview-button:hover {
    color: #fff;
    text-decoration: none
}

.c-dealersearch__detailview-button .icon-arrow {
    display: flex
}

.c-dealersearch__detailview-button .icon-arrow:before {
    font-size: 12px
}

.pac-container {
    cursor: pointer;
    border: 0;
    border-radius: 0;
    margin-top: 1px !important;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .08)
}

.pac-icon,
.pac-logo:after {
    display: none !important;
    background-image: none !important
}

.pac-item,
.pac-matched {
    transition: color .15s ease-in-out
}

.pac-item {
    padding: 17px 18px 17px 17px;
    cursor: pointer;
    color: #000;
    font: 300 16px/1 helvetica-neue;
    font-size: 16px;
    display: flex;
    border-top: 0;
    align-items: center
}

.pac-item:nth-child(2n) {
    background-color: #fff
}

.pac-item:nth-child(odd) {
    background-color: #f8f8f8
}

.pac-item-query {
    font: 300 16px/1 helvetica-neue;
    font-size: 16px;
    color: #000;
    transition: color .15s ease-in-out
}

.pac-item:hover {
    color: #002550
}

.pac-item:hover .pac-item-query,
.pac-item:hover .pac-matched {
    color: #002550
}

.pac-item-selected,
.pac-item-selected .pac-item-query,
.pac-item-selected .pac-matched {
    color: #002550
}

.pac-container:after {
    background-image: none !important;
    height: 0
}

.hdpi .pac-icon {
    background-image: none !important
}

.powerparts {
    overflow-x: hidden
}

.c-model-powerparts {
    margin-top: 80px
}

.c-model-powerparts__heading {
    font-family: helvetica-neue;
    font-weight: 500;
    margin-bottom: 44px;
    font-size: 24px;
    text-align: center
}

.c-model-powerparts__heading a {
    color: currentColor;
    text-decoration: none
}

.c-model-powerparts__heading a:hover {
    color: inherit;
    text-decoration: none
}

.c-model-powerparts__items {
    display: flex
}

.c-model-powerparts__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.c-model-powerparts__item-image {
    margin-bottom: 22px
}

.c-model-powerparts__item-image img {
    width: auto;
    height: 260px;
    padding: 2em
}

.c-model-powerparts__item-heading {
    font-family: helvetica-neue;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase
}

.c-model-powerparts__item-heading a {
    color: #002550;
    text-decoration: none;
    transition: color .3s ease-in-out
}

.c-model-powerparts__item-heading a:hover {
    color: #002550;
    text-decoration: none
}

.c-model-powerparts__error {
    color: #cc1445;
    text-align: center
}

.c-model-powerparts .c-btn {
    margin: calc(64px + 3em) 0 0
}

.c-model-powerparts .c-btn .c-btn__link.c-btn__link--primary-light {
    background-color: #ffed00;
    color: #002550;
    border-color: #ffed00
}

.c-model-powerparts .c-btn .c-btn__link.c-btn__link--primary-light:hover {
    background-color: transparent;
    color: #ffed00;
    border-color: #ffed00
}

.c-model-powerparts .glider {
    position: relative;
    display: flex;
    justify-content: center
}

.c-model-powerparts .glider .glide__bullets {
    position: absolute;
    bottom: -3em;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center
}

.c-model-powerparts .glider .glide__bullet {
    outline: 0 !important;
    border: 0;
    cursor: pointer;
    background: transparent;
    padding: 10px 2px
}

.c-model-powerparts .glider .glide__bullet:active {
    border-style: outset
}

.c-model-powerparts .glider .glide__bullet-bar {
    display: block;
    background-color: #d0d0d0;
    border-radius: 5px;
    height: 3px;
    width: 22px
}

.c-model-powerparts .glider .glide__bullet--active .glide__bullet-bar {
    background-color: #002550
}

.c-model-powerparts .glider .glide__arrows {
    display: none
}

.c-model-powerparts .glider .glide__arrows .arrow {
    outline: none;
    border: 0;
    font-size: 23px;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -60px
}

.c-model-powerparts .glider .glide__arrows .arrow i {
    cursor: pointer
}

.c-model-powerparts .glider .glide__arrows .arrow i:hover {
    color: #002550
}

.c-model-powerparts .glider .glide__arrows .arrow--left {
    left: 0;
    transform: rotate(180deg)
}

.c-model-powerparts .glider .glide__arrows .arrow--right {
    right: 0;
    transform: translateY(3px)
}

.component {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px
}

.component-double {
    margin-bottom: 80px
}

.component-double,
.component-gutter {
    margin-left: 20px;
    margin-right: 20px
}

.component-gutter-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.component-fullwidth {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.component-fullwidth--padded {
    padding: 0 20px
}

body {
    overflow-x: hidden
}

figure,
img,
picture {
    display: block
}

body,
form {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #007bff
}

body .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.padding-all {
    padding: 24px
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

ol,
ul {
    list-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button.no-style {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    text-align: left;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none
}

button.no-style::-moz-focus-inner {
    border: 0;
    padding: 0
}

.fade-animation-enter {
    opacity: 0
}

.fade-animation-enter-active {
    opacity: 1;
    transition: opacity .15s
}

.fade-animation-exit {
    opacity: 1
}

.fade-animation-exit-active {
    opacity: 0;
    transition: opacity .15s
}

.heading-h3,
h3 {
    margin-bottom: .25em;
    color: inherit;
    font: 500 24px/1.42 helvetica-neue
}

ol+.heading-h3,
ol+h3,
p+.heading-h3,
p+h3,
ul+.heading-h3,
ul+h3 {
    margin-top: .75em
}

ol+.heading-h6,
ol+h6,
p+.heading-h6,
p+h6,
ul+.heading-h6,
ul+h6 {
    margin-top: .75em
}

.c-btn__link--secondary-dark {
    background-color: #ffed00;
    color: #002550;
    border-color: #ffed00
}

.c-btn__link--secondary-dark:hover {
    background-color: transparent;
    color: #ffed00
}

.c-video-content {
    position: relative;
    padding-bottom: 56.2%;
    background: #fff;
    cursor: pointer
}

.c-video-content .hidden {
    display: none
}

.c-video-content__poster {
    left: 50%;
    position: absolute;
    text-align: center;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    padding: 0 30px;
    z-index: 1
}

.c-video-content__poster-text {
    white-space: normal
}

.c-video-content__poster i {
    font-size: 8em;
    z-index: 1
}

.c-video-content__poster h2,
.c-video-content__poster i {
    color: #002550;
    transition: color .4s ease
}

.c-video-content__poster h2+i {
    font-size: 6.5em
}

.c-video-content__poster p {
    margin-top: 0;
    margin-bottom: .7em;
    transition: color .4s ease;
    color: #002550
}

.c-video-content__poster p+i {
    font-size: 6.5em
}

.c-video-content img {
    transition: filter .4s ease, opacity .4s ease
}

.c-video-content iframe,
.c-video-content img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-video-content iframe {
    border: 0
}

.c-video-content__poster {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    overflow: visible
}

.c-video-content__poster--empty {
    justify-content: center
}

.c-video-content__poster i {
    font-size: 7em;
    transform: translateY(0) !important
}

.c-video-content__poster h2 {
    font-size: 40px;
    font-weight: 400;
    padding-right: 20px;
    line-height: 1.2
}

.c-video-content img {
    opacity: .425
}

.c-video-content:hover img {
    opacity: 1
}

.c-video-content:hover i {
    color: #ffed00
}

.c-video-content:hover h2,
.c-video-content:hover p {
    color: #fff
}

.c-video .content-mobile {
    display: none;
    text-align: center;
    font-size: 40px;
    font-family: helvetica-neue;
    font-weight: 700
}

.c-video .content-mobile .title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 800;
    text-transform: uppercase
}

.c-video .content-mobile .subtitle {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 .25em;
    line-height: 1.2
}

.download-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.download-list li {
    flex-basis: 100%;
    flex-shrink: 0;
    padding-left: 3rem;
    margin-bottom: 1.25em
}

.download-list li:before {
    width: 3rem;
    margin-left: -3.75rem;
    text-align: center;
    float: left
}

.download-list li.is-pdf:before {
    content: "";
    font-family: icons, serif !important;
    font-size: 2.5em;
    margin-top: -.2em
}

.download-list li span {
    display: block
}

.download-list li a {
    font-size: 1.125em;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    color: #002550;
    text-transform: uppercase
}

.download-list li a i {
    font-size: .6em;
    margin-left: .5em
}

.download-list li span {
    font-family: helvetica-neue;
    font-weight: 300
}

.download-list li a {
    font-family: helvetica-neue;
    font-weight: 400;
    position: relative;
    margin-top: .5em;
    font-size: 1em
}

.download-list li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate(-15%, 2px);
    width: 100%;
    height: 100%
}

.download-list li a:focus:before,
.download-list li a:hover:before {
    background: url(hqv/resources/husqvarna-download-brush.png) bottom no-repeat
}

.download-list li a i {
    font-size: .8em
}

.title-component>:last-child {
    margin-bottom: 0
}

.title--primary {
    color: #002550
}

.title--secondary {
    color: #fff
}

.c-form {
    position: relative;
    margin-bottom: 30px
}

.c-form .input-form label {
    font-family: helvetica-neue;
    display: flex;
    flex-wrap: wrap
}

.c-form .input-form label:focus-within {
    color: #002550
}

.c-form .input-form input {
    margin-bottom: 10px;
    border: 1px solid;
    padding: .5em .7em;
    width: 100%;
    font: 300 16px/1.62 helvetica-neue
}

.c-form .input-form input:focus {
    border-color: #002550;
    outline: none
}

.c-form .input-form input:focus:-ms-input-placeholder {
    color: transparent
}

.c-form .input-form input:focus::-ms-input-placeholder {
    color: transparent
}

.c-form .input-form input:focus::placeholder {
    color: transparent
}

.c-form .error {
    color: #cc1445;
    position: relative
}

.c-form .error:after {
    content: "";
    font-family: icons, serif !important;
    right: 0;
    position: absolute;
    display: block;
    color: #cc1445
}

.c-form .error p {
    top: 5.3em;
    left: .5em;
    display: block;
    position: absolute;
    font-family: helvetica-neue;
    font-size: 15px;
    color: #cc1445
}

.c-iframe iframe {
    border: none;
    width: 100%;
    height: 100%
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,
body>#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler,
body>#onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-handler.onetrust-close-btn-handler.button-theme {
    display: inline-block;
    margin: 0 auto !important;
    font-size: 18px !important;
    letter-spacing: 0;
    transition: all .3s ease-in-out;
    font-family: helvetica-neue;
    font-weight: 400
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
body>#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler,
body>#onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-handler.onetrust-close-btn-handler.button-theme {
    background-color: #002550;
    margin-bottom: 30px !important;
    padding: 1em 1.25em !important;
    border: 2px solid #002550
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:focus,
body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:hover,
body>#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler:focus,
body>#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler:hover,
body>#onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-handler.onetrust-close-btn-handler.button-theme:focus,
body>#onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-handler.onetrust-close-btn-handler.button-theme:hover {
    background-color: transparent;
    color: #002550;
    opacity: 1
}

body>#onetrust-consent-sdk #manage-cookies-text,
body>#onetrust-consent-sdk #onetrust-pc-sdk #pc-title {
    font-family: helvetica-neue;
    font-weight: 700;
    color: #002550 !important;
    font-size: 20px;
    line-height: 34px
}

body>#onetrust-consent-sdk #onetrust-pc-sdk #cookie-preferences .always-active,
body>#onetrust-consent-sdk #onetrust-pc-sdk #pc-policy-text>a {
    font-family: helvetica-neue;
    font-weight: 700;
    display: inline-block !important;
    color: #002550 !important;
    font-size: 16px;
    line-height: 30px
}

body>#onetrust-consent-sdk .onetrust-pc-dark-filter {
    background: hsla(0, 0%, 100%, .6) !important;
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px)
}

body>#onetrust-consent-sdk #onetrust-banner-sdk {
    background: hsla(0, 0%, 100%, .9) !important;
    border: 2px solid #002550
}

body>#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%)
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy {
    margin-top: 0
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text {
    font-family: helvetica-neue;
    font-weight: 400;
    color: #002550 !important;
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 34px !important
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text>a {
    font-family: helvetica-neue;
    font-weight: 400;
    color: #002550 !important
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
    padding: 0 !important
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler {
    margin-bottom: 30px !important;
    padding: 0 !important;
    color: #002550 !important
}

body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:focus,
body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:hover {
    color: #d0d0d0;
    opacity: 1
}

body>#onetrust-consent-sdk #onetrust-pc-sdk {
    background: hsla(0, 0%, 100%, .9) !important;
    border: 2px solid #002550
}

body>#onetrust-consent-sdk #onetrust-pc-sdk[style=""]~#onetrust-banner-sdk {
    display: none !important
}

body>#onetrust-consent-sdk #onetrust-pc-sdk #close-pc-btn-handler {
    background-image: url(hqv/resources/hqv-close-icon.svg) !important
}

body>#onetrust-consent-sdk #onetrust-pc-sdk #pc-policy-text>a {
    margin-top: 10px;
    margin-bottom: 43px;
    transition: color .3s ease-in-out
}

body>#onetrust-consent-sdk #onetrust-pc-sdk #pc-policy-text>a:focus,
body>#onetrust-consent-sdk #onetrust-pc-sdk #pc-policy-text>a:hover {
    color: #002550
}

body>#onetrust-consent-sdk #onetrust-pc-sdk #cookie-preferences .always-active {
    text-decoration: underline;
    letter-spacing: 0
}

body>#onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-handler.onetrust-close-btn-handler.button-theme {
    letter-spacing: 0
}

body>#onetrust-consent-sdk #pc-policy-text {
    font-family: helvetica-neue;
    font-weight: 400;
    color: #002550 !important;
    font-size: 16px;
    line-height: 25px
}

body>#onetrust-consent-sdk #cookie-preferences .category-header {
    font-family: helvetica-neue;
    font-weight: 700;
    color: #002550 !important;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0
}

body>#onetrust-consent-sdk .switch-checkbox:checked+.switch-label {
    border: 2px solid #002550 !important
}

body>#onetrust-consent-sdk .switch-checkbox:checked+.switch-label .switch-nob {
    background-color: #002550 !important;
    border: 2px solid #002550 !important
}

body>#onetrust-consent-sdk p {
    color: #002550 !important
}

.c-single-input-form {
    position: relative;
    margin-bottom: 30px
}

.c-single-input-form__input-group {
    margin-bottom: 2em
}

.c-single-input-form__input-group--inline {
    display: flex;
    flex-direction: column
}

.c-single-input-form__label {
    display: inline-flex;
    flex-wrap: wrap;
    font-family: helvetica-neue;
    text-transform: uppercase
}

.c-single-input-form__label:focus-within {
    color: #002550
}

.c-single-input-form__asterisk {
    font-family: helvetica-neue;
    font-weight: 700;
    display: inline-block;
    vertical-align: super;
    margin-left: 2px;
    color: #002550
}

.c-single-input-form__input {
    margin-bottom: 10px;
    border: 1px solid;
    padding: .5em .7em;
    width: 100%;
    font: 300 16px/1.62 helvetica-neue
}

.c-single-input-form__input:focus {
    border-color: #002550;
    outline: none
}

.c-single-input-form__input:focus:-ms-input-placeholder {
    color: transparent
}

.c-single-input-form__input:focus::-ms-input-placeholder {
    color: transparent
}

.c-single-input-form__input:focus::placeholder {
    color: transparent
}

.c-single-input-form__input-with-suggestions {
    position: relative
}

.c-single-input-form__input-with-suggestions:focus {
    outline: none
}

.c-single-input-form__input-with-suggestions input {
    margin-bottom: 0
}

.c-single-input-form__example {
    font-size: 12px;
    color: #002550
}

.c-single-input-form .c-btn {
    margin-right: 0
}

.r-select {
    position: relative
}

.r-select__header {
    display: flex;
    flex-direction: column
}

.r-select__header-icon {
    line-height: 1;
    transition: transform .3s;
    position: absolute;
    right: 12px;
    transform: rotate(90deg);
    font-size: 16px
}

.r-select__header-icon:after {
    content: ""
}

.r-select__header-icon:after {
    font-family: icons, serif !important;
    color: #002550;
    align-items: baseline
}

.r-select__header--open .r-select__input {
    border-color: #ffed00
}

.r-select__header--open .r-select__header-icon {
    transform: rotate(270deg)
}

.r-select__header--open label {
    color: #002550
}

.r-select__header--open .r-select__list {
    overflow-y: auto
}

.r-select label {
    margin-bottom: .25em;
    transition: color .3s ease-in-out;
    text-transform: uppercase
}

.r-select__input {
    padding: 16px 40px 15px 17px;
    border: 1px solid #002550;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: border-color .3s ease-in-out;
    position: relative
}

.r-select__input input {
    font: 300 16px/1 helvetica-neue;
    border: 0;
    padding: 0;
    outline: 0;
    width: 100%;
    cursor: pointer;
    color: #002550
}

.r-select__content {
    max-height: 0;
    z-index: 1;
    height: auto;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
    background-color: #fff;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .08);
    position: absolute;
    width: 100%;
    margin-bottom: 2em
}

.r-select__list {
    list-style: none;
    max-height: 250px;
    cursor: pointer;
    overflow-y: auto
}

.r-select__list,
.r-select__list li {
    margin: 0;
    padding: 0
}

.r-select__list li:before {
    display: none
}

.r-select__list li {
    padding: 13px 18px 13px 17px
}

.r-select__list li span {
    line-height: 1.5em
}

.r-select__list-item {
    font: 300 16px/1 helvetica-neue;
    font-size: 16px;
    transition: background-color .15s ease-in-out, color .15s ease-out;
    min-height: 50px
}

.r-select__list-item--selected {
    color: #002550
}

.r-select__list-item:hover {
    background-color: #f8f8f8
}

.c-radiobutton label {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 10px;
    line-height: 1.25em;
    cursor: pointer;
    margin: .5em 0;
    font-family: helvetica-neue;
    text-transform: capitalize;
    padding-left: 35px
}

.c-radiobutton label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.c-radiobutton label input:checked~.radio-circle {
    border-color: #002550
}

.c-radiobutton label input:checked~.radio-circle:before {
    background: #ffed00
}

.c-radiobutton label:hover .radio-circle {
    border-color: #002550
}

.c-radiobutton label .radio-circle {
    position: absolute;
    left: 0;
    border: 2px solid #002550;
    border-radius: 100%;
    transition: border-color .15s linear;
    height: 26px;
    width: 26px;
    top: -5px
}

.c-radiobutton label .radio-circle:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    margin: auto;
    transition: background .15s linear;
    height: 12px;
    width: 12px;
    top: 5px;
    left: 5px
}

.c-input {
    display: flex;
    flex-direction: column
}

.c-input label {
    margin-bottom: .25em;
    text-transform: uppercase
}

.c-input__field {
    border: 1px solid #002550;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.c-input__field input {
    padding: 16px 40px 15px 17px;
    font: 300 16px/1 helvetica-neue;
    color: #002550;
    border: 0;
    outline: 0;
    width: 100%
}

.c-input__icon {
    line-height: 1;
    transition: transform .3s;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    cursor: pointer
}

.c-input__icon:after {
    font-family: icons, serif !important;
    color: #002550;
    align-items: baseline;
    font-size: 18px
}

.c-culture-switch {
    display: none;
    position: fixed;
    top: 130px;
    left: 0;
    z-index: 2;
    height: calc(100vh - 229px);
    overflow: auto;
    background-color: #f2f2f2
}

.c-culture-switch--active {
    display: flex !important;
    width: 100%
}

.c-culture-switch__toggle {
    cursor: pointer
}

.c-culture-switch__toggle:first-child {
    border-right: none
}

.c-culture-switch__container {
    width: 100%;
    height: 100%
}

.c-culture-switch__column {
    padding: 0 3em
}

.c-culture-switch__area {
    margin-bottom: 2.5em
}

.c-culture-switch__region-name {
    font-family: helvetica-neue;
    font-weight: 500;
    margin-bottom: .75em;
    color: #002550;
    font-size: 1.625em
}

.c-culture-switch__list {
    list-style: none
}

.c-culture-switch__list--two-cols {
    column-count: 2
}

.c-culture-switch__list li {
    padding-left: 0
}

.c-culture-switch__list li:before {
    display: none
}

.c-culture-switch__list li>a {
    font-family: helvetica-neue;
    font-weight: 300;
    display: inline-block;
    color: #002550;
    font-size: 1em;
    text-transform: capitalize;
    word-break: break-all;
    white-space: none;
    transition: color .25s ease-in-out
}

.c-culture-switch__list li>a:first-child {
    border-right: none
}

.c-culture-switch__list li>a:hover {
    color: #d0d0d0
}

.c-culture-switch__list li>a:focus {
    color: #d0d0d0;
    outline: 1px dotted #d0d0d0
}

.accordion>.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease
}

.nav__images {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    display: none;
    opacity: 0;
    transition: width .15s ease
}

.nav__images .detail-box .c-btn__link {
    justify-content: center;
    text-align: center
}

.nav__images .c-image__content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .15s linear;
    display: none
}

.nav__images .c-image__content.active {
    display: flex;
    opacity: 1;
    height: 100vh
}

.nav__images .c-image__content.active .detail-box {
    display: block
}

.nav__images .c-image__content picture {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    max-height: 100vh
}

.nav__images .c-image__content picture img {
    width: auto;
    max-height: 100vh;
    max-width: 100%
}

.nav__images .c-image__content .detail-box {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    color: #002550
}

.nav__images .c-image__content .detail-box__copyright-container {
    position: absolute
}

.nav__images .c-image__content .detail-box__heading {
    word-break: normal;
    font-size: 26px
}

.nav__images .c-image__content .detail-box__copyright {
    font-size: 12px;
    margin-bottom: 0;
    word-break: normal
}

html.nav--open,
html.nav--open body {
    height: 100vh;
    overflow: hidden
}

.header {
    position: relative;
    z-index: 100;
    padding-top: 50px
}

.header .nav:before {
    position: fixed;
    content: "";
    background: #f2f2f2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    z-index: -3;
    transition: opacity .15s ease;
    overflow: hidden;
    visibility: visible
}

.nav--hidden .header .nav:before {
    height: 0;
    visibility: hidden
}

.nav--open .header .nav:before {
    opacity: 1;
    z-index: -1
}

.nav {
    font-family: helvetica-neue;
    font-weight: 400;
    color: #002550;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    border-bottom: 1px solid transparent
}

.nav--hidden .nav {
    overflow: hidden
}

.nav--hidden .nav .nav__items {
    visibility: hidden
}

.nav--hidden .nav .nav__logo {
    z-index: 0
}

.nav__menu-toggle {
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    font-size: 1.25em;
    position: absolute;
    left: 0;
    z-index: 50
}

.nav__menu-toggle>span {
    cursor: pointer;
    display: inline-block
}

.nav__menu-toggle:active,
.nav__menu-toggle:focus {
    outline: none
}

.nav__menu-toggle i.icon-delete {
    display: none
}

.nav__items {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: calc(100vh - 99px - 2em);
    margin: 1em 0;
    padding-top: 100px;
    opacity: 0;
    transition: opacity .15s;
    bottom: 99px;
    overflow-y: auto;
    z-index: 25
}

.nav__items ul li {
    padding: 0;
    position: relative;
    transition: color .15s, margin .15s, border-bottom-width .15s ease;
    text-align: center
}

.nav__items ul li:before {
    display: none
}

.nav__items ul li a,
.nav__items ul li span {
    display: inline-block;
    color: #002550;
    position: relative;
    padding: 1em 0;
    align-items: baseline;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none
}

.nav__items .level-1.level-active>li:not(.active)>a,
.nav__items .level-1.level-active>li:not(.active)>span {
    color: #d0d0d0
}

.nav__items .level-1>li>a,
.nav__items .level-1>li>span {
    cursor: pointer;
    transition: color .15s ease
}

.nav__items .level-1>li>a:after,
.nav__items .level-1>li>span:after {
    content: "";
    display: block;
    width: 75px;
    height: 1.5px;
    transform: matrix(1, -.03, .6, -1, 0, 0) translateX(-50%);
    background: #002550;
    position: absolute;
    bottom: 11px;
    left: 50%;
    opacity: 0;
    transition: opacity .3s
}

.nav__items .level-1>li.active {
    color: #002550;
    margin-top: 50px;
    margin-bottom: 50px
}

.nav__items .level-1>li.active.models {
    padding-bottom: 25px;
    border-bottom: 10px solid #ebebeb;
    margin-bottom: 25px
}

.nav__items .level-1>li.active:first-child {
    margin-top: 0
}

.nav__items .level-1>li.active:last-child {
    margin-bottom: 0
}

.nav__items .level-1>li.active:last-child.models {
    border-bottom: none;
    padding-bottom: 0
}

.nav__items .level-1>li.active>span:after {
    opacity: 1
}

.nav__items .level-1>li .level-2 {
    padding: 0;
    display: block
}

.nav__items .level-1>li .level-2>li {
    color: #002550;
    transition: padding .15s ease, margin .15s ease
}

.nav__items .level-1>li .level-2>li>a,
.nav__items .level-1>li .level-2>li>span {
    padding: 1em 0;
    font-size: 16px;
    justify-content: center;
    transition: padding .15s ease, margin .15s ease
}

.nav__items .level-1>li .level-2>li>a:after,
.nav__items .level-1>li .level-2>li>span:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: calc(100% - 10px);
    width: calc(100% + 30px);
    background: url(hqv/resources/level2-active.svg);
    background-size: 100% 100%;
    opacity: 0;
    transition: opacity .15s ease
}

.nav__items .level-1>li .level-2>li>.content {
    box-shadow: 0 6px 23px rgba(0, 0, 0, .07)
}

.nav__items .level-1>li .level-2>li.active {
    color: #002550;
    margin-bottom: 17px
}

.nav__items .level-1>li .level-2>li.active:last-child {
    margin-bottom: 0;
    padding-bottom: 23px
}

.nav__items .level-1>li .level-2>li.active>span {
    padding: 1.4em 0;
    margin-bottom: 1em
}

.nav__items .level-1>li .level-2>li.active>span:after {
    opacity: 1
}

.nav__items .level-1>li .level-2>li.active .level-3,
.nav__items .level-1>li .level-2>li.active>.content>.level-4 {
    display: flex;
    flex-direction: column;
    overflow-y: auto
}

.nav__items .level-1>li .level-2>li .level-3>li>span,
.nav__items .level-1>li .level-2>li>.content>.level-4>li>span {
    text-transform: uppercase;
    font-size: 16px
}

.nav__items .level-1>li .level-2>li .level-4>li>a {
    font-weight: 100;
    font-size: 16px
}

.nav__items .level-1>li .level-2>li .level-4>li>a:hover {
    font-weight: 400
}

.nav--open {
    z-index: 100;
    overflow: initial
}

.nav--open:not(.nav--language-menu-active) .nav__items {
    opacity: 1
}

.nav--open.nav--language-menu-active .nav__items {
    display: none
}

.nav--open .nav__aside-links {
    opacity: 1
}

.nav--open.nav--language-menu-active .nav__aside-links {
    z-index: 0
}

.nav--open .nav__menu-toggle i {
    color: #002550
}

.nav--open .nav__menu-toggle i.icon-delete {
    display: block
}

.nav--open .nav__menu-toggle i.icon-menu {
    display: none
}

.nav--hidden .nav__aside-links {
    z-index: 0
}

.nav__aside {
    display: flex;
    align-items: center;
    padding-top: 40px;
    justify-content: center;
    position: relative;
    width: 100%
}

.nav__aside-links {
    text-align: right;
    transition: color .15s;
    z-index: -2
}

.nav__aside-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 50%;
    font-weight: 400;
    font-size: 1.111em;
    text-decoration: none;
    transition: color .15s
}

.nav__aside-links a:hover {
    text-decoration: none;
    color: #ffed00
}

.nav__aside-links a i {
    color: inherit;
    margin-right: .5em;
    font-size: 1.15em
}

.nav__aside-links a:first-child {
    border-right: 1px solid #fff
}

.nav__logo {
    display: block;
    text-align: center;
    flex-grow: 0;
    position: relative;
    align-self: center;
    z-index: -2
}

.nav__logo a {
    position: relative;
    display: inline-block
}

.nav__logo a img {
    margin: 0 auto;
    max-width: 78px
}

.nav__logo a img.nav__logo-light {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.nav.nav--stage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 0
}

.nav.nav--stage .nav {
    color: #fff
}

.nav.nav--stage .nav__logo-light {
    opacity: 1
}

.nav.nav--stage .nav__logo-dark {
    opacity: 0
}

.nav.nav--stage .nav__menu-toggle {
    color: #fff
}

.c-content-slider .glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.c-content-slider .glide * {
    box-sizing: inherit
}

.c-content-slider .glide__track {
    overflow: hidden
}

.c-content-slider .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.c-content-slider .glide__slide,
.c-content-slider .glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-content-slider .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.c-content-slider .glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.c-content-slider .glide__arrows,
.c-content-slider .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-content-slider .glide--rtl {
    direction: rtl
}

.c-content-slider .component {
    margin: 0
}

.c-content-slider .component-fullwidth {
    width: 100%;
    left: auto;
    right: auto
}

.c-content-slider .glider {
    position: relative;
    display: flex;
    justify-content: center
}

.c-content-slider .glider .glide__bullets {
    position: absolute;
    bottom: 50px;
    padding-right: 20px;
    padding-left: 20px
}

.c-content-slider .glider .glide__bullet {
    outline: 0 !important;
    border: 0;
    cursor: pointer;
    background: transparent;
    padding: 10px 2px
}

.c-content-slider .glider .glide__bullet:active {
    border-style: outset
}

.c-content-slider .glider .glide__bullet__bar {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    height: 3px;
    width: 40px
}

.c-content-slider .glider .glide__bullet--active .glide__bullet__bar {
    background-color: #ffed00
}

.c-content-slider .glider .glide__arrows .arrow {
    outline: none;
    border: 0;
    font-size: 20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -60px
}

.c-content-slider .glider .glide__arrows .arrow i {
    cursor: pointer
}

.c-content-slider .glider .glide__arrows .arrow i:hover {
    color: #002550
}

.c-content-slider .glider .glide__arrows .arrow--left {
    transform: rotate(180deg);
    left: -26px
}

.c-content-slider .glider .glide__arrows .arrow--right {
    right: -26px
}

.c-content-slider .c-image-text__text {
    white-space: normal;
    padding-bottom: 0
}

.aem-AuthorLayer-Preview .c-content-slider,
.c-content-slider--edit {
    margin-top: 120px
}

.aem-AuthorLayer-Preview .c-content-slider .glider .glide__arrows,
.c-content-slider--edit .glider .glide__arrows {
    display: none
}

.aem-AuthorLayer-Preview .c-content-slider .glider .glide,
.aem-AuthorLayer-Preview .c-content-slider .glider .glide__track,
.c-content-slider--edit .glider .glide,
.c-content-slider--edit .glider .glide__track {
    width: 100%
}

.aem-AuthorLayer-Preview .c-content-slider .glider .cmp-container,
.c-content-slider--edit .glider .cmp-container {
    list-style: none;
    margin: 0;
    padding: 0
}

.aem-AuthorLayer-Preview .c-content-slider .glider .cmp-container li,
.c-content-slider--edit .glider .cmp-container li {
    margin: 0;
    padding: 0
}

.aem-AuthorLayer-Preview .c-content-slider .glider .cmp-container li:before,
.c-content-slider--edit .glider .cmp-container li:before {
    display: none
}

.aem-AuthorLayer-Preview .c-content-slider .glider .glide__content-image,
.c-content-slider--edit .glider .glide__content-image {
    width: 700px;
    height: 500px;
    overflow: hidden
}

.aem-AuthorLayer-Preview .c-content-slider .glider .glide__content-image img,
.c-content-slider--edit .glider .glide__content-image img {
    height: 100%;
    width: auto
}

.c-image__overlay .content .subheading,
ol,
p,
ul {
    margin-bottom: 1em
}

.c-image__overlay .content .subheading+.heading-h1,
.c-image__overlay .content .subheading+h1,
ol+.heading-h1,
ol+h1,
p+.heading-h1,
p+h1,
ul+.heading-h1,
ul+h1 {
    margin-top: .75em
}

.c-image__overlay .content .subheading+.heading-h2,
.c-image__overlay .content .subheading+h2,
ol+.heading-h2,
ol+h2,
p+.heading-h2,
p+h2,
ul+.heading-h2,
ul+h2 {
    margin-top: .75em
}

.c-image__overlay .content .heading,
.heading-h3,
h3 {
    margin-bottom: .25em;
    color: inherit;
    font: 500 24px/1.42 helvetica-neue
}

.c-image__overlay .content .subheading+.heading,
.c-image__overlay .content .subheading+.heading-h3,
.c-image__overlay .content .subheading+h3,
.c-image__overlay .content ol+.heading,
.c-image__overlay .content p+.heading,
.c-image__overlay .content ul+.heading,
ol+.heading-h3,
ol+h3,
p+.heading-h3,
p+h3,
ul+.heading-h3,
ul+h3 {
    margin-top: .75em
}

.c-image__overlay .content .subheading+.heading-h4,
.c-image__overlay .content .subheading+h4,
ol+.heading-h4,
ol+h4,
p+.heading-h4,
p+h4,
ul+.heading-h4,
ul+h4 {
    margin-top: .75em
}

.c-image__overlay .content .subheading+.heading-h5,
.c-image__overlay .content .subheading+h5,
ol+.heading-h5,
ol+h5,
p+.heading-h5,
p+h5,
ul+.heading-h5,
ul+h5 {
    margin-top: .75em
}

.heading-h6,
h6 {
    margin-bottom: .25em;
    color: inherit;
    font: 500 16px/1.62 helvetica-neue
}

.c-image__overlay .content .subheading+.heading-h6,
.c-image__overlay .content .subheading+h6,
ol+.heading-h6,
ol+h6,
p+.heading-h6,
p+h6,
ul+.heading-h6,
ul+h6 {
    margin-top: .75em
}

.c-btn__link:disabled,
.c-btn__link:hover:disabled {
    background-color: #f2f2f2;
    color: #d0d0d0;
    border-color: #f2f2f2
}

.c-btn {
    font-family: helvetica-neue;
    font-weight: 700;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 2.5em
}

.c-btn,
.c-btn__icon {
    display: flex;
    align-items: center
}

.c-btn__icon {
    justify-content: center;
    position: absolute;
    left: 100%;
    top: -1px;
    height: calc(100% + 2px);
    width: 0;
    overflow: hidden;
    color: inherit;
    transition: width .3s;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: inherit;
    background-color: inherit
}

.c-btn__icon i {
    opacity: 0;
    transition: opacity .3s;
    padding-right: 25px;
    position: absolute;
    left: 0
}

.c-btn__text {
    font-size: 1.125em;
    text-align: center;
    margin-bottom: 0
}

.c-btn__link,
.c-btn__text {
    text-transform: uppercase;
    font-weight: 400
}

.c-btn__link {
    border: 1px solid;
    outline: none;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s, border-color .3s;
    display: flex;
    position: relative;
    cursor: pointer;
    padding: 1.1em 2.1em
}

.c-btn__link:hover {
    text-decoration: none;
    color: #fff
}

.c-btn__link--icon {
    display: flex;
    align-items: baseline;
    border-right: transparent;
    padding: 1.1em 1.35em
}

.c-btn__link--icon:hover .c-btn__icon {
    width: 2.5em
}

.c-btn__link--icon:hover .c-btn__icon i {
    opacity: 1
}

.c-btn__link--icon i {
    padding-right: 0
}

.c-btn__link--primary-dark {
    background-color: #002550;
    color: #fff;
    border-color: #002550
}

.c-btn__link--primary-dark:hover {
    background-color: transparent;
    color: #002550
}

.c-btn__link--primary-light {
    background-color: transparent;
    color: #002550;
    border-color: #002550
}

.c-btn__link--primary-light:hover {
    background-color: #002550;
    color: #fff
}

.c-btn__link--primary-light:hover i {
    color: #ffed00
}

.c-btn__link--secondary-dark,
.c-image__overlay .content .c-btn__link {
    background-color: #ffed00;
    color: #002550;
    border-color: #ffed00
}

.c-btn__link--secondary-dark:hover,
.c-image__overlay .content .c-btn__link:hover {
    background-color: transparent;
    color: #ffed00
}

.c-btn__link--secondary-light {
    background-color: #ffed00;
    color: #002550;
    border-color: #ffed00
}

.c-btn__link--secondary-light:hover {
    background-color: transparent;
    color: #ffed00
}

.c-image {
    white-space: normal;
    position: relative;
    display: flex;
    flex-direction: column
}

.c-image__content {
    overflow: hidden;
    position: relative
}

.c-image__content img {
    width: 100%
}

.c-image__overlay {
    display: flex;
    justify-content: center;
    transition: opacity .5s ease, background-color .5s ease, color .5s ease
}

.c-image__overlay .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 99.99%;
    width: 100%
}

.c-image__overlay .content .heading {
    max-width: 100%;
    line-height: 1;
    order: 1;
    margin-top: 28px !important;
    margin-bottom: 10px !important;
    font-size: 20px
}

.c-image__overlay .content .subheading {
    max-width: 100%;
    order: 2
}

.c-image__overlay .content .c-btn__link {
    font-family: helvetica-neue;
    font-weight: 400;
    order: 3;
    margin-top: 15px;
    padding: .8em 2.5em .6em;
    font-size: 18px
}

.c-image__caption {
    font-size: 9px;
    margin-top: 7.5px;
    text-transform: uppercase
}

.c-image__link:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: " ";
    display: block;
    z-index: 10;
    cursor: pointer
}

.c-image-text {
    display: flex;
    flex-direction: column
}

.c-image-text__image .component {
    margin: 0
}

.c-image-text__image img {
    width: 100%;
    height: auto
}

.c-image-text__caption {
    font-family: helvetica-neue;
    font-weight: 400;
    display: inline-block;
    margin: 6px 0 0 10px;
    font-size: 9px;
    text-transform: uppercase
}

.c-image-text__text {
    padding: 1.875em 2.25em 3.5em;
    font-family: helvetica-neue;
    font-weight: 300;
    color: #002550
}

.c-image-text__hidden-text {
    display: none
}

.c-image-text__hidden-text--showing {
    display: block
}

.c-image-text__hidden-words {
    display: none
}

.c-image-text__hidden-words--showing {
    display: inline
}

.c-image-text__dots--hidden {
    display: none
}

.c-image-text__button {
    font-family: helvetica-neue;
    font-weight: 400;
    display: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    color: #002550;
    text-transform: uppercase;
    cursor: pointer
}

.c-image-text__button:focus {
    outline: none
}

.c-image-text__button--showing {
    display: inline-block
}

.c-image-text__chevron {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
    font-size: 22px;
    line-height: 16px
}

.c-image-text__label--hidden {
    display: none
}

.c-image-text__backup {
    display: none !important
}

.title-component.model>h1 {
    font-family: helvetica-neue;
    font-weight: 500;
    position: relative
}

.c-model-list__heading {
    font-family: helvetica-neue;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 24px;
    color: #002550
}

.c-model-list__model-section {
    padding-bottom: 59px
}

.c-model-list__model-section-heading {
    margin-bottom: 58px;
    padding-bottom: 54px;
    border-bottom: .5px solid #d0d0d0;
    color: #002550;
    font-size: 26px
}

.c-model-list__row {
    display: grid;
    grid-row-gap: 60px
}

.c-model-list__item {
    padding: 41px 15px 45px;
    transition: all .3s ease-in-out
}

.c-model-list__image {
    display: block;
    margin-bottom: 30px
}

.c-model-list__image img {
    width: 100%;
    height: auto
}

.c-model-list__item-heading {
    margin-bottom: 10px;
    font-size: 26px
}

.c-model-list__item-heading a {
    font-family: helvetica-neue;
    font-weight: 400;
    color: #002550;
    text-decoration: none
}

.c-model-list__item-heading a:hover {
    color: #002550;
    text-decoration: none
}

.c-model-list__item-slogan {
    margin-bottom: 0;
    font-size: 18px
}

.c-model-list__item-slogan a {
    font-family: helvetica-neue;
    font-weight: 400;
    color: #002550;
    text-decoration: none
}

.c-model-list__item-slogan a:hover {
    color: #002550;
    text-decoration: none
}

.c-overview {
    text-align: center;
    text-align: left
}

.c-overview__link {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    transition: color .25s ease;
    color: #002550;
    font-size: 1em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1
}

.c-overview__link:hover {
    text-decoration: none
}

.c-overview__link:hover .overview-component__icon {
    transform: translateX(-.25em)
}

.c-overview__link:focus .overview-component__icon {
    outline: 1px dotted #002550;
    transform: translateX(0)
}

.c-overview__icon {
    display: inline-block;
    transition: transform .25s ease;
    margin-right: .25em;
    font-size: .65em
}

.c-overview__link {
    font-family: helvetica-neue;
    font-weight: 400
}

.c-overview__link:hover {
    color: #d0d0d0
}

.component.c-overview {
    margin-bottom: 1.2em
}

.title-component.news {
    margin-bottom: .5em
}

.title-component.news>h1 {
    font-size: 1.9em
}

.c-date {
    margin-bottom: 1.8em
}

.component.c-date {
    margin-bottom: 1.2em
}

.ecx-cropping-tool-thumbnail {
    width: 140px;
    height: auto
}

.benefits {
    overflow-x: hidden
}

.c-benefit {
    position: relative;
    padding-top: 63px
}

.c-benefit.component {
    margin-left: 0;
    margin-right: 0
}

.c-benefit__scroll-spy {
    display: none
}

.c-benefit__category {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4em 0 10em;
    flex-direction: column
}

.c-benefit__category:nth-child(odd) {
    background-color: hsla(0, 0%, 94.9%, .38)
}

.c-benefit__heading {
    margin-bottom: 2.5em;
    font-size: 24px;
    text-align: center;
    position: relative;
    z-index: 2
}

.c-benefit__heading.highlight>span:before {
    background-position: 50%
}

.c-benefit__image {
    display: none;
    display: block;
    width: calc(100% + 5em);
    transform: translate(2.5em, -5em)
}

.c-benefit__image img {
    width: 100%;
    height: auto
}

.c-benefit__feature-container[data-display=hqv-desktop] {
    display: none
}

.c-benefit__feature {
    padding: 0 1.5em
}

.c-benefit__feature:first-child button {
    display: none !important
}

.c-benefit__feature:nth-child(3n+4):after {
    display: none
}

.c-benefit__feature--no-benefit-image:first-child .c-benefit__feature-heading {
    display: block;
    width: 100%;
    text-align: left
}

.c-benefit__feature-image {
    width: 45%;
    margin: 0 auto 1.5em;
    display: block
}

.c-benefit__feature-image img {
    width: 100%;
    height: auto
}

.c-benefit__benefit-image,
.c-benefit__detail-image {
    display: none
}

.c-benefit__feature-name {
    font-weight: 700;
    display: block;
    margin-bottom: .5em;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
    display: none
}

.c-benefit__feature-name,
.c-benefit__feature-text {
    font-family: helvetica-neue;
    color: #002550;
    text-align: center
}

.c-benefit__feature-text {
    font-weight: 300
}

.c-benefit__feature-text-backup {
    display: none
}

.c-benefit__dots {
    display: inline-block;
    margin-left: 5px
}

.c-benefit__dots--hidden,
.c-benefit__hidden-words {
    display: none
}

.c-benefit__hidden-words--showing {
    display: inline
}

.c-benefit__toggle-button {
    padding: 0;
    outline: 0 !important;
    border: 0;
    cursor: pointer;
    font-family: helvetica-neue;
    font-weight: 400;
    background-color: transparent;
    color: #002550;
    text-transform: uppercase
}

.c-benefit__toggle-button:active {
    border-style: outset
}

.c-benefit__toggle-button:after {
    content: "";
    display: inline-block;
    margin-left: 15px;
    font-family: icons, serif !important;
    font-size: .8em;
    color: inherit
}

.c-benefit__less,
.c-benefit__more,
.c-benefit__toggle-button--hidden {
    display: none
}

.c-benefit__less--showing,
.c-benefit__more--showing {
    display: inline
}

.c-benefit__feature-heading {
    margin-bottom: 1.5em;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    line-height: 28px;
    font-family: helvetica-neue;
    font-weight: 400
}

.c-benefit .glider {
    position: relative;
    display: flex;
    justify-content: center
}

.c-benefit .glider .glide__track {
    padding-bottom: 2em;
    transition: height .3s ease-in-out
}

.c-benefit .glider .glide__bullets {
    position: absolute;
    bottom: -2.5em;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center
}

.c-benefit .glider .glide__bullet {
    outline: 0 !important;
    border: 0;
    cursor: pointer;
    background: transparent;
    padding: 10px 2px
}

.c-benefit .glider .glide__bullet:active {
    border-style: outset
}

.c-benefit .glider .glide__bullet-bar {
    display: block;
    background-color: #d0d0d0;
    border-radius: 5px;
    height: 3px;
    width: 22px
}

.c-benefit .glider .glide__bullet--active .glide__bullet-bar {
    background-color: #002550
}

.c-benefit .glider .glide__arrows {
    display: none
}

.c-benefit .glider .glide__arrows .arrow {
    outline: none;
    border: 0;
    font-size: 23px;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -60px
}

.c-benefit .glider .glide__arrows .arrow i {
    cursor: pointer
}

.c-benefit .glider .glide__arrows .arrow i:hover {
    color: #002550
}

.c-benefit .glider .glide__arrows .arrow--left {
    left: 0;
    transform: rotate(180deg)
}

.c-benefit .glider .glide__arrows .arrow--right {
    right: 0;
    transform: translateY(3px)
}

.c-cta-bar {
    color: #002550;
    right: 0;
    z-index: 10;
    position: fixed;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    text-align: -webkit-center;
    width: 100vw;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-weight: 400;
    font-weight: 300
}

.c-cta-bar,
.c-cta-bar__button {
    display: flex;
    font-family: helvetica-neue
}

.c-cta-bar__button {
    font-weight: 700;
    justify-content: flex-end;
    position: relative
}

.c-cta-bar__button:hover:before {
    transform: translate(-100%, -50%);
    opacity: 1
}

.c-cta-bar__button-wrapper {
    display: flex;
    position: relative;
    text-decoration: none;
    align-items: center
}

.c-cta-bar__button-wrapper:hover {
    text-decoration: none
}

.c-cta-bar__button-wrapper i {
    font-size: 25px;
    color: #002550;
    transition: color .3s ease-in-out
}

.c-cta-bar__button-wrapper .icon-precent {
    background-image: url(ktm/resources/icon-precent.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(hqv/resources/icon-precent.svg)
}

.c-cta-bar__button-wrapper .icon-precent-wrapper {
    padding: 11px;
    margin-left: 10px
}

.js-testride {
    display: none
}

.heading-h3,
.vehicleStageSlider .glide__content-headline--main,
h3 {
    margin-bottom: .25em;
    color: inherit;
    font: 500 24px/1.42 helvetica-neue
}

.vehicleStageSlider ol+.glide__content-headline--main,
.vehicleStageSlider p+.glide__content-headline--main,
.vehicleStageSlider ul+.glide__content-headline--main,
ol+.heading-h3,
ol+h3,
p+.heading-h3,
p+h3,
ul+.heading-h3,
ul+h3 {
    margin-top: .75em
}

.heading-h6,
.vehicleStageSlider .glide__content-headline--sub,
h6 {
    margin-bottom: .25em;
    color: inherit;
    font: 500 16px/1.62 helvetica-neue
}

.vehicleStageSlider ol+.glide__content-headline--sub,
.vehicleStageSlider p+.glide__content-headline--sub,
.vehicleStageSlider ul+.glide__content-headline--sub,
ol+.heading-h6,
ol+h6,
p+.heading-h6,
p+h6,
ul+.heading-h6,
ul+h6 {
    margin-top: .75em
}

.vehicleStageSlider .c-stage-slider.component {
    margin-bottom: 0
}

.vehicleStageSlider .glide__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.vehicleStageSlider .glide__content-image {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden
}

.vehicleStageSlider .glide__content-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%
}

.vehicleStageSlider .glide__content-container {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 100px
}

.vehicleStageSlider .glide__content-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end
}

.vehicleStageSlider .glide__content-headline {
    display: flex;
    flex-direction: column
}

.vehicleStageSlider .glide__content-headline p {
    margin-top: 0;
    word-break: break-word;
    white-space: normal
}

.vehicleStageSlider .glide__content-headline--primary,
.vehicleStageSlider .glide__content-headline--secondary {
    color: #fff
}

.vehicleStageSlider .glide__content-headline--sub {
    font-weight: 400 !important
}

.vehicleStageSlider .glide__content-headline--main {
    margin-bottom: .5em;
    font-weight: 400 !important
}

.vehicleStageSlider .glide__content-buttons--group {
    display: flex;
    flex-direction: column
}

.vehicleStageSlider .js-button-secondary {
    display: none
}

.vehicleStageSlider .js-button-secondary--showing {
    display: flex
}

.vehicleStageSlider .c-btn {
    margin: 0
}

.vehicleStageSlider .c-btn:first-child {
    margin-bottom: 17px
}

.vehicleStageSlider .c-btn__link {
    font-size: 18px
}

.vehicleStageSlider .c-btn__link--primary-light {
    border-color: #ffed00;
    color: #ffed00
}

.vehicleStageSlider .c-btn__link--primary-light:hover {
    background-color: #ffed00;
    color: #002550
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__slides,
.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide,
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.maininfo {
    position: relative;
    overflow-x: hidden
}

.models {
    position: relative;
    padding-top: 45px
}

.models:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: -1;
    width: calc(100% + 40px);
    height: 100%;
    background-color: #f2f2f2
}

.models.component {
    padding-bottom: 40px
}

.models__row-reverse .offset-lg-1 {
    margin-left: 0 !important
}

.models__heading {
    margin-bottom: 0;
    padding: .75em 0;
    font-size: 40px;
    text-align: center;
    word-break: break-word
}

.models .financing-link,
.models__heading {
    font-family: helvetica-neue;
    font-weight: 400
}

.models .financing-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #002550;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border: none;
    outline: none;
    padding-left: 0;
    background: transparent
}

.models .financing-link:after {
    content: "";
    font-family: icons, serif !important;
    font-size: 13px;
    color: #002550;
    cursor: pointer;
    padding-left: 25px
}

.models__price-rates {
    position: relative;
    padding: 1em 0
}

.models__price-rates p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: helvetica-neue;
    text-align: center
}

.models__price-rates:before {
    content: "";
    border-top: 1px solid #ffed00;
    position: absolute;
    width: 150%;
    left: -40px;
    top: 0
}

.models__price-rates:after {
    content: "";
    border-top: 1px solid #ffed00;
    position: absolute;
    width: 150%;
    bottom: 0;
    left: -40px
}

.models__manufacturer-info {
    margin: 2em 0;
    font-size: 12px;
    font-family: helvetica-neue;
    text-align: center
}

.models__manufacturer-info--desktop-only {
    display: none
}

.models__manufacturer-info p {
    margin-bottom: 0
}

.models__description {
    margin-top: 3em;
    padding: 1em 3em 0;
    text-align: center;
    font-family: helvetica-neue;
    font-weight: 300
}

.models__description--desktop-only {
    display: none
}

.models__description p {
    font-size: 18px;
    font-family: helvetica-neue
}

.models__description p span {
    font-weight: 700;
    display: inline-block;
    padding-bottom: 30px
}

.models__actions--desktop {
    display: none
}

.models__actions--mobile {
    display: block
}

.models__mobile-actions {
    display: flex;
    justify-content: center;
    margin-top: 3.5em
}

.models__mobile-actions ul {
    margin-left: 0
}

.models__actions-list {
    text-align: center;
    margin-bottom: 0
}

.models__action-list-item--desktop {
    display: none;
    font-family: helvetica-neue;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px
}

.models__action-list-item--desktop--color-picker {
    margin-left: auto !important
}

.models__action-list-item--desktop:before {
    display: none;
    margin-left: 0
}

.models__action-list-item--desktop:not(:first-child) {
    position: relative;
    margin-left: 1em;
    padding-left: 1em
}

.models__action-list-item--desktop:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #d0d0d0;
    display: none
}

.models__action-list-item--desktop span a {
    text-decoration: none;
    transition: color .3s ease-in-out
}

.models__action-list-item--desktop span i {
    color: #002550;
    padding-right: 15px;
    position: relative;
    top: 3px
}

.models__action-list-item--mobile {
    font-family: helvetica-neue;
    font-weight: 400;
    text-decoration: none
}

.models__action-list-item--mobile span {
    padding: 35px 0;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center
}

.models__action-list-item--mobile span a {
    text-decoration: none;
    transition: color .3s ease-in-out
}

.models__action-list-item--mobile span i {
    color: #002550;
    padding-right: 15px
}

.models__action-list-item--mobile:before {
    content: "";
    position: absolute;
    width: 120%;
    border-top: 1px solid #000;
    margin: 0 -60vw
}

.models__action-list-item--mobile:after {
    content: "";
    position: absolute;
    width: 120%;
    border-bottom: 1px solid #000;
    margin: 0 -60vw
}

.models__color-picker {
    display: inline-flex;
    margin-bottom: 0;
    margin-left: 1em
}

.models__color-option {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 25px;
    height: 25px;
    padding: 0;
    border: 2px solid #fff;
    cursor: pointer
}

.models__color-option:not(:last-child) {
    margin-right: 20px
}

.models__color-option:before {
    display: none
}

.models__color-option--checked:after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translate(-10%, -10%);
    width: 25px;
    height: 25px;
    color: inherit;
    font-family: icons, serif !important;
    font-size: 18px
}

.models__variants-list {
    margin-top: 2em
}

.models__variant {
    padding-left: 0
}

.models__variant:before {
    display: none
}

.models__variant--hidden {
    display: none
}

.models__slide {
    position: relative;
    padding-left: 0;
    padding-bottom: 50px
}

.models__slide:before {
    display: none
}

.models__slide-image {
    width: 100%;
    height: auto
}

.models__slide-index {
    display: none
}

.models .glider {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 1.5em
}

.models .glider--no-slider .glide__arrows,
.models .glider--no-slider .models__slide-index {
    display: none !important
}

.models .glider .glide__bullets {
    position: absolute;
    bottom: -2.5em;
    left: 50%;
    transform: translateX(-50%)
}

.models .glider .glide__bullet {
    outline: 0 !important;
    border: 0;
    cursor: pointer;
    background: transparent;
    padding: 10px 2px
}

.models .glider .glide__bullet:active {
    border-style: outset
}

.models .glider .glide__bullet-bar {
    display: block;
    background-color: #d0d0d0;
    border-radius: 5px;
    height: 3px;
    width: 22px
}

.models .glider .glide__bullet--active .glide__bullet-bar {
    background-color: #002550
}

.models .glider .glide__arrows {
    display: none
}

.models .glider .glide__arrows .arrow {
    outline: none;
    border: 0;
    font-size: 18px;
    position: absolute;
    top: calc(100% - 42px);
    z-index: 1;
    margin-top: 0
}

.models .glider .glide__arrows .arrow i {
    cursor: pointer
}

.models .glider .glide__arrows .arrow i:hover {
    color: #002550
}

.models .glider .glide__arrows .arrow--left {
    transform: rotate(180deg);
    left: 45%
}

.models .glider .glide__arrows .arrow--right {
    right: 45%;
    transform: translateY(2px)
}

.c-technical-data {
    background-color: #f2f2f2;
    padding: 3.25em 0
}

.c-technical-data.component {
    margin-left: 0;
    margin-right: 0
}

.c-technical-data__heading {
    font-family: helvetica-neue;
    font-weight: 400;
    margin-bottom: 34px;
    font-size: 40px;
    text-align: center
}

.c-technical-data__heading span {
    position: relative
}

.c-technical-data__image {
    display: none
}

.c-technical-data__image-container {
    position: absolute
}

.c-technical-data__group {
    padding: 0 2em;
    border-top: .5px solid rgba(0, 0, 0, .25)
}

.c-technical-data__group--last {
    border-bottom: .5px solid rgba(0, 0, 0, .25)
}

.c-technical-data__group-heading {
    font-family: helvetica-neue;
    font-weight: 400;
    padding: 34px 0;
    color: #002550;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.c-technical-data__group-heading--open+ul {
    display: block;
    padding-bottom: 3em
}

.c-technical-data__list {
    display: none;
    color: #002550
}

.c-technical-data__list li {
    display: table-row;
    padding-left: 0;
    word-break: break-word;
    font-weight: 300
}

.c-technical-data__list li:before {
    display: none
}

.c-technical-data__list li:not(:last-child) {
    margin-bottom: 1em
}

.c-technical-data__list-label {
    font-family: helvetica-neue;
    font-weight: 400;
    display: table-cell;
    min-width: 120px;
    padding-bottom: 1em;
    color: #002550;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 20px
}

.c-technical-data__list-value {
    display: table-cell;
    padding: 0 0 1em 1.5em
}

.c-technical-data__show-all-container {
    margin-top: 1em;
    text-align: center
}

.c-technical-data__show-all,
.c-technical-data__show-all-show {
    display: none
}

.c-technical-data__show-all--hidden .c-technical-data__show-all-show,
.c-technical-data__show-all-close {
    display: inline-block
}

.c-technical-data__show-all--hidden .c-technical-data__show-all-close {
    display: none
}

.c-technical-data__show-all:focus {
    outline: none
}

.c-technical-data__show-all:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: #002550
}

.c-riders {
    display: flex;
    flex-wrap: wrap;
    background-repeat: no-repeat
}

.c-riders__image {
    width: 100%;
    height: 100%
}

.c-riders__image img {
    width: 100%;
    height: auto
}

.c-riders__text {
    padding: 1.5em 1em;
    width: 100%;
    align-self: center;
    z-index: 1;
    font-size: 20px;
    text-align: center;
    font-family: helvetica-neue;
    font-weight: 700;
    font-weight: 400
}

.c-riders__text .highlight {
    padding-bottom: .4em;
    display: inline-block;
    position: relative
}

.c-riders.bg-dark .c-riders__text {
    color: #fff
}

.c-social-teaser iframe {
    display: block
}

.c-social-teaser__card {
    background: #002550;
    padding: 5em;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.c-social-teaser__card h3 {
    margin-bottom: 0
}

.c-social-teaser__card hr {
    width: 65px;
    margin-bottom: 1em;
    border-color: #d0d0d0
}

.c-social-teaser__card p {
    color: #d0d0d0
}

hr+.c-social-teaser__card p {
    margin-top: .65em
}

.c-social-teaser__card .btn {
    font-family: helvetica-neue;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    height: 3rem;
    margin-top: 1.75em;
    padding: 0 3rem;
    border: 1px solid #fff;
    font-size: .9em;
    text-decoration: none
}

.c-social-teaser__card .btn:hover {
    border-color: #ffed00;
    color: #ffed00
}

.c-social-teaser__card .btn:focus {
    border-color: #f2f2f2;
    color: #f2f2f2
}

.c-social-teaser__card .btn i {
    font-size: 1em;
    margin-right: .5em
}

.c-social-teaser__card h3 {
    margin-bottom: .3em
}

.component-fullwidth--mobile {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px
}

@font-face {
    font-family: helvetica-neue;
    src: url(hqv/resources/helvetica-neue-light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: helvetica-neue;
    src: url(hqv/resources/helvetica-neue-medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: helvetica-neue;
    src: url(hqv/resources/helvetica-neue-medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: helvetica-neue;
    src: url(hqv/resources/helvetica-neue-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font: 300 16px/1.62 helvetica-neue;
    color: #002550
}

ol,
p,
ul {
    margin-bottom: 1em
}

a {
    color: inherit;
    text-decoration: underline
}

a:hover {
    color: #002550;
    text-decoration: none
}

.heading-h1,
h1 {
    margin-bottom: .25em;
    color: inherit;
    font: 500 30px/1.53 helvetica-neue
}

ol+.heading-h1,
ol+h1,
p+.heading-h1,
p+h1,
ul+.heading-h1,
ul+h1 {
    margin-top: .75em
}

.heading-h2,
h2 {
    margin-bottom: .25em;
    color: inherit;
    font: 500 26px/1.61 helvetica-neue
}

ol+.heading-h2,
ol+h2,
p+.heading-h2,
p+h2,
ul+.heading-h2,
ul+h2 {
    margin-top: .75em
}

.c-stage-image .glide__content-headline--main,
.heading-h3,
h3 {
    margin-bottom: .25em;
    color: inherit;
    font: 500 24px/1.42 helvetica-neue
}

.c-stage-image ol+.glide__content-headline--main,
.c-stage-image p+.glide__content-headline--main,
.c-stage-image ul+.glide__content-headline--main,
ol+.heading-h3,
ol+h3,
p+.heading-h3,
p+h3,
ul+.heading-h3,
ul+h3 {
    margin-top: .75em
}

.heading-h4,
h4 {
    margin-bottom: .25em;
    color: inherit;
    font: 500 20px/1.5 helvetica-neue
}

ol+.heading-h4,
ol+h4,
p+.heading-h4,
p+h4,
ul+.heading-h4,
ul+h4 {
    margin-top: .75em
}

.heading-h5,
h5 {
    margin-bottom: .25em;
    color: inherit;
    font: 500 16px/1.75 helvetica-neue
}

ol+.heading-h5,
ol+h5,
p+.heading-h5,
p+h5,
ul+.heading-h5,
ul+h5 {
    margin-top: .75em
}

.c-stage-image .glide__content-headline--sub,
.heading-h6,
h6 {
    margin-bottom: .25em;
    color: inherit;
    font: 500 16px/1.62 helvetica-neue
}

.c-stage-image ol+.glide__content-headline--sub,
.c-stage-image p+.glide__content-headline--sub,
.c-stage-image ul+.glide__content-headline--sub,
ol+.heading-h6,
ol+h6,
p+.heading-h6,
p+h6,
ul+.heading-h6,
ul+h6 {
    margin-top: .75em
}

b,
strong {
    font-family: helvetica-neue;
    font-weight: 500
}

ol {
    list-style: none;
    counter-reset: custom-counter;
    margin-left: 0;
    padding: 0
}

ol li {
    counter-increment: custom-counter;
    padding-left: 1.75em
}

ol li:before {
    content: counter(custom-counter) ". ";
    color: #002550;
    width: 1.75em;
    margin-left: -1.75em;
    display: inline-block;
    font-family: helvetica-neue;
    font-weight: 700
}

ul {
    list-style: none;
    padding: 0
}

ul li {
    padding-left: 1.75em
}

ul li:before {
    content: "\2022";
    color: #002550;
    width: 1.75em;
    margin-left: -1.75em;
    display: inline-block;
    vertical-align: -.11em
}

.highlight {
    position: relative
}

.highlight span {
    z-index: 2
}

.highlight span:before {
    content: "";
    position: absolute;
    background: url(hqv/resources/brush-hqv-bg.png) no-repeat;
    height: 100%;
    width: 100%;
    top: .4em;
    left: 0;
    background-size: contain;
    max-width: 400px;
    max-height: 1.5em;
    z-index: -1
}

.c-stage-image .glide__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.c-stage-image .glide__content-image {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden
}

.c-stage-image .glide__content-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%
}

.c-stage-image .glide__content-container {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    padding: 150px 20px 100px
}

.c-stage-image .glide__content-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 10px;
    justify-content: flex-end
}

.c-stage-image .glide__content-headline {
    display: flex;
    flex-direction: column;
    width: 100%
}

.c-stage-image .glide__content-headline p {
    margin-top: 0
}

.c-stage-image .glide__content-headline--primary {
    color: #002550
}

.c-stage-image .glide__content-headline--secondary {
    color: #fff
}

.c-stage-image .glide__content-headline--sub {
    font-weight: 400 !important
}

.c-stage-image .glide__content-headline--main {
    margin-bottom: .5em;
    font-weight: 400 !important
}

.c-stage-image .glide__content-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.c-stage-image .glide__content-buttons .c-btn {
    margin: 0
}

.c-stage-image .glide__content-buttons--group .c-btn:last-child {
    margin-top: 1.2em
}

.stageSlider .glide {
    width: 100%;
    box-sizing: border-box
}

.stageSlider .glide * {
    box-sizing: inherit
}

.stageSlider .glide__track {
    overflow: hidden
}

.stageSlider .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.stageSlider .glide__slide,
.stageSlider .glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.stageSlider .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.stageSlider .glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.stageSlider .glide__arrows,
.stageSlider .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.stageSlider .glide--rtl {
    direction: rtl
}

.stageSlider .glide {
    display: flex;
    justify-content: center;
    position: relative
}

.stageSlider .glide [role=list] {
    list-style: none;
    margin: 0;
    padding: 0
}

.stageSlider .glide [role=list] li {
    margin: 0;
    padding: 0
}

.stageSlider .glide [role=list] li:before {
    display: none
}

.stageSlider .glide__bullets {
    position: absolute;
    bottom: 40px
}

.stageSlider .glide__bullet {
    outline: 0 !important;
    border: 0;
    cursor: pointer;
    background: transparent;
    padding: 10px 2px
}

.stageSlider .glide__bullet:active {
    border-style: outset
}

.stageSlider .glide__bullet-bar {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    height: 3px;
    width: 40px
}

.stageSlider .glide__bullet--active .glide__bullet-bar {
    background-color: #ffed00
}

.aem-AuthorLayer-Preview .stageSlider,
.stageSlider--edit {
    margin-top: 120px
}

.aem-AuthorLayer-Preview .stageSlider .glide,
.aem-AuthorLayer-Preview .stageSlider .glide__track,
.stageSlider--edit .glide,
.stageSlider--edit .glide__track {
    width: 100%
}

.aem-AuthorLayer-Preview .stageSlider .cmp-container,
.stageSlider--edit .cmp-container {
    list-style: none;
    margin: 0;
    padding: 0
}

.aem-AuthorLayer-Preview .stageSlider .cmp-container li,
.stageSlider--edit .cmp-container li {
    margin: 0;
    padding: 0
}

.aem-AuthorLayer-Preview .stageSlider .cmp-container li:before,
.stageSlider--edit .cmp-container li:before {
    display: none
}

.aem-AuthorLayer-Preview .stageSlider .glide__content-image,
.stageSlider--edit .glide__content-image {
    width: 700px;
    height: 500px;
    overflow: hidden
}

.aem-AuthorLayer-Preview .stageSlider .glide__content-image img,
.stageSlider--edit .glide__content-image img {
    height: 100%;
    width: auto
}

@supports (display:grid) {
    .c-teaser-list__container {
        display: grid;
        grid-row-gap: 4.5em
    }
}

.c-teaser-list__container:after {
    content: "";
    display: table;
    clear: both
}

@supports (display:grid) {
    .c-teaser-list__container:after {
        display: none
    }
}

@supports (display:grid) {
    .c-teaser-list__container--riders {
        grid-row-gap: 0
    }
}

.c-teaser-list__item--two-items-per-row {
    background-color: #d0d0d0
}

.c-teaser-list__item--two-items-per-row:not(:last-child) {
    margin-bottom: 4.5em
}

@supports (display:grid) {
    .c-teaser-list__item--two-items-per-row:not(:last-child) {
        margin-bottom: 0
    }
}

.c-teaser-list__item--three-items-per-row:not(:last-child) {
    margin-bottom: 4.5em
}

@supports (display:grid) {
    .c-teaser-list__item--three-items-per-row:not(:last-child) {
        margin-bottom: 0
    }
}

.c-teaser-list__item--three-items-per-row:nth-child(3n+1) .c-teaser-list__title:after {
    background-image: url(hqv/resources/husqvarna-motorcycles-teaser-dash--01.svg)
}

.c-teaser-list__item--three-items-per-row:nth-of-type(3n+2) .c-teaser-list__title:after {
    background-image: url(hqv/resources/husqvarna-motorcycles-teaser-dash--02.svg)
}

.c-teaser-list__item--three-items-per-row:nth-of-type(3n+3) .c-teaser-list__title:after {
    background-image: url(hqv/resources/husqvarna-motorcycles-teaser-dash--03.svg)
}

.c-teaser-list__item--riders {
    position: relative
}

.c-teaser-list__figure {
    margin-bottom: 0
}

.c-teaser-list__figure img {
    width: 100%;
    height: auto
}

.c-teaser-list__content--two-items-per-row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18em;
    overflow: hidden;
    padding: 3.86em 2.5em
}

@supports (display:grid) {
    .c-teaser-list__content--two-items-per-row {
        height: auto;
        min-height: 13em
    }
}

.c-teaser-list__date--riders,
.c-teaser-list__date--two-items-per-row {
    display: none
}

.c-teaser-list__date--three-items-per-row {
    display: inline-block;
    margin: 1.375em 0 .74em;
    font-size: .875em;
    font-family: helvetica-neue;
    font-weight: 400
}

.c-teaser-list__link {
    display: inline;
    font-size: 1em;
    text-decoration: none
}

.c-teaser-list__link:hover {
    text-decoration: none
}

.c-teaser-list__link--riders {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 1.56em;
    color: #fff;
    transition: background-color .3s ease-in-out
}

.c-teaser-list__link--riders:hover {
    background-color: rgba(0, 37, 80, .7);
    color: #fff
}

.c-teaser-list__link--riders:hover h1 {
    color: #002550
}

.c-teaser-list__link--riders:hover button {
    border-color: #002550;
    color: #002550
}

.c-teaser-list__title {
    margin: 0;
    text-decoration: none;
    transition: color .3s ease-in-out
}

.c-teaser-list__title--two-items-per-row {
    text-align: center;
    font-size: 1.25em;
    color: #002550
}

.c-teaser-list__title--three-items-per-row {
    font-size: 1.25em;
    font-family: helvetica-neue;
    font-weight: 400;
    position: relative;
    margin-bottom: 1.87em
}

.c-teaser-list__title--three-items-per-row:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 42px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.c-teaser-list__title--riders {
    margin-bottom: .39em;
    font-size: 2.25em;
    text-align: center;
    font-family: helvetica-neue;
    font-weight: 500
}

.c-teaser-list__cta {
    cursor: pointer
}

.c-teaser-list__cta--three-items-per-row,
.c-teaser-list__cta--two-items-per-row {
    display: none
}

.c-teaser-list__cta--riders {
    display: inline-flex;
    margin: 0 auto;
    padding: .75em 1em;
    color: #fff;
    font-size: 1.125em;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-family: helvetica-neue;
    font-weight: 400;
    border: 2px solid #fff
}

.c-teaser-list__cta--riders:focus {
    outline: none
}

.c-teaser-list__teaser--riders,
.c-teaser-list__teaser--two-items-per-row {
    display: none
}

.c-teaser-list__teaser--three-items-per-row {
    margin-bottom: 0;
    font-family: helvetica-neue;
    font-weight: 300
}

.c-text__table {
    overflow-x: auto
}

.c-text__table table {
    width: 100%;
    border-collapse: collapse
}

.c-text__table tr th {
    color: #fff;
    padding: 2em 3em;
    background-color: #002550
}

.c-text__table td {
    padding: 1.85em 3em
}

.c-text__table tr:nth-child(odd) {
    background-color: #ebebeb
}

.rte-font-small {
    font-size: .75em
}

.rte-font-large {
    font-size: 1.25em
}

@font-face {
    font-family: icons;
    src: url(hqv/resources/icomoon.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icons, serif !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-apple:before {
    content: ""
}

.icon-arrow:before {
    content: ""
}

.icon-arrow_down:before {
    content: ""
}

.icon-arrow_left:before {
    content: ""
}

.icon-arrow_right:before {
    content: ""
}

.icon-bookmark:before {
    content: ""
}

.icon-calendar:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-country:before {
    content: ""
}

.icon-delete:before {
    content: ""
}

.icon-doc:before {
    content: ""
}

.icon-download:before {
    content: ""
}

.icon-error:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-forbidden:before {
    content: ""
}

.icon-health:before {
    content: ""
}

.icon-help:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-link:before {
    content: ""
}

.icon-location:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-minus_2:before {
    content: ""
}

.icon-minus:before {
    content: ""
}

.icon-no_view:before {
    content: ""
}

.icon-pause:before {
    content: ""
}

.icon-pdf:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-save:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-send:before {
    content: ""
}

.icon-share:before {
    content: ""
}

.icon-success:before {
    content: ""
}

.icon-tick:before {
    content: ""
}

.icon-trash:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-view:before {
    content: ""
}

.icon-wheel:before {
    content: ""
}

.icon-xls:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    box-sizing: inherit
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

footer {
    position: relative;
    z-index: 99
}

.c-footer {
    color: #002550;
    background-color: #f2f2f2;
    padding-left: 10px;
    padding-right: 10px;
    list-style: none;
    font: 300 16px/1.62 helvetica-neue
}

.c-footer__additional-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #d0d0d0
}

.c-footer__additional-text p {
    padding: 38px;
    max-width: 790px;
    text-align: center;
    font-weight: 300;
    font-size: .75em;
    color: #d0d0d0
}

.c-footer nav {
    padding: 68px 48px 40px
}

.c-footer__col {
    margin-bottom: 30px
}

.c-footer__col h3 {
    cursor: pointer;
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    font-weight: 400
}

.c-footer__col h3 i {
    font-size: .9em;
    color: #002550;
    align-items: baseline;
    position: relative;
    transition: transform .5s;
    top: 0;
    align-self: center
}

.c-footer__col ul li {
    display: none;
    padding: 2.5px 0
}

.c-footer__col ul li:before {
    content: none
}

.c-footer__col ul li a {
    text-decoration: none
}

.c-footer__col[data-opened=true] h3 {
    padding-bottom: 15px
}

.c-footer__col[data-opened=true] h3 i {
    color: #002550;
    transform: rotate(90deg)
}

.c-footer__col[data-opened=true] ul li {
    display: block;
    padding: 5px 0
}

.c-footer__icons h3 {
    font-size: 1em;
    font-weight: 400
}

.c-footer__icons ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -5px
}

.c-footer__icons ul li {
    padding: 25px 5px 0 0
}

.c-footer__icons ul li:before {
    content: none
}

.c-footer__icons ul li a {
    text-decoration: none
}

.c-footer__icons ul li a img {
    height: 18px;
    width: auto;
    padding-right: 5px;
    padding-left: 5px
}

.c-footer__legal-text {
    font-size: .75em;
    color: #002550;
    border-top: 1px solid #d0d0d0;
    padding: 40px 0;
    text-align: center;
    align-items: center
}

.c-footer__legal-text p {
    margin-bottom: 0
}

.c-footer__legal-text .back-to-top {
    text-transform: uppercase;
    font-weight: 400;
    color: #002550;
    cursor: pointer;
    padding-top: 40px;
    font-size: 18px;
    font-family: helvetica-neue;
    white-space: nowrap
}

.c-footer__legal-text .back-to-top i {
    right: 0;
    display: inline-block;
    transform: rotate(270deg);
    margin-left: 13px
}

@media (min-width:576px) {
    body .container {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 768px
    }

    .container,
    .container-sm {
        max-width: 768px
    }

    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .c-powerparts__detail-info .row>div:first-child div {
        padding-right: 10px
    }

    .c-powerparts__detail-image {
        border: 1px solid #ebebeb
    }

    .c-powerparts__detail-magnify {
        display: flex
    }

    .c-tire-recommendation .c-btn__link {
        width: auto
    }

    .component {
        margin-bottom: 60px
    }

    .component-double {
        margin-bottom: 120px
    }

    .component-fullwidth--padded,
    .component-fullwidth--padded-md {
        padding: 0 30px
    }

    body .container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 992px
    }

    .padding-all,
    .padding-md {
        padding: 20px
    }

    .heading-h3,
    h3 {
        font: 500 24px/1.67 helvetica-neue
    }

    .c-video-content__poster {
        width: 50%;
        padding: 0 0 0 60px;
        left: 0;
        transform: translateY(-50%) translateX(0) !important
    }

    .c-video-content__poster--empty {
        width: 100%;
        padding: 0
    }

    .c-video-content__poster-text+i {
        transform: translateX(50%) !important;
        font-size: 9em
    }

    .c-video-content__poster i {
        font-size: 9em
    }

    .c-video .content-mobile {
        display: none
    }

    .download-list li {
        flex-basis: calc(50% - 20px);
        -ms-flex-preferred-size: calc(50% - 20px - 3rem)
    }

    .download-list li a {
        font-size: 1.125em
    }

    body>#onetrust-consent-sdk #onetrust-pc-sdk {
        width: 800px !important
    }

    .c-culture-switch {
        background-color: transparent
    }

    .c-culture-switch--active {
        margin-top: 40px;
        align-items: center;
        justify-content: center
    }

    .c-culture-switch__toggle span {
        display: none
    }

    .nav--open [class*=nav__images--level] {
        display: block !important;
        opacity: 1;
        z-index: 100
    }

    .nav__images--level0 {
        width: 73%
    }

    .nav__images--level0 .c-image__content {
        justify-content: center
    }

    .nav__images--level1 {
        width: 41%
    }

    .nav__images--level1 .c-image__content {
        justify-content: center
    }

    .nav__images--level2 {
        display: none
    }

    .nav__images--level2 .c-image__content {
        justify-content: flex-end
    }

    html.nav--open {
        overflow-y: scroll
    }

    .nav--open.nav--language-menu-active .header .nav:before {
        opacity: .87;
        z-index: -3
    }

    .nav--language-menu-active .header .nav:before {
        z-index: -3
    }

    .nav__menu-toggle {
        position: static
    }

    .nav__items {
        padding: 0 20px 0 7%;
        margin: 0;
        top: 80px;
        height: calc(100vh - 200px - 1.5em);
        width: 27%;
        visibility: visible;
        display: flex;
        flex-direction: column;
        position: fixed;
        overflow-y: visible
    }

    .nav__items ul li {
        text-align: left
    }

    .nav__items ul li a,
    .nav__items ul li span {
        padding-right: 15px
    }

    .nav__items ul li a:hover:after,
    .nav__items ul li span:hover:after {
        opacity: 1
    }

    .nav__items .level-1 {
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        padding: 50px 0
    }

    .nav__items .level-1.level-active>li:not(.active)>a,
    .nav__items .level-1.level-active>li:not(.active)>span {
        color: #002550
    }

    .nav__items .level-1>li>a:after,
    .nav__items .level-1>li>span:after {
        width: 120px;
        bottom: 15px
    }

    .nav__items .level-1>li.active,
    .nav__items .level-1>li.active.models {
        margin: 0;
        padding-bottom: 0;
        border: none
    }

    .nav__items .level-1>li.active .level-2 {
        display: flex
    }

    .nav__items .level-1>li.active>span:after {
        opacity: 1
    }

    .nav__items .level-1>li .level-2 {
        display: none;
        position: fixed;
        flex-direction: column;
        justify-content: flex-start;
        left: 27%;
        top: 80px;
        height: calc(100% - 200px - 1.5em);
        background: no-repeat 0/8px 100% url(hqv/resources/level-separator.png);
        padding: 0 20px 0 7%;
        width: 32%;
        overflow-y: visible
    }

    .nav__items .level-1>li .level-2>li>a,
    .nav__items .level-1>li .level-2>li>span {
        font-size: 18px
    }

    .nav__items .level-1>li .level-2>li.active {
        margin: 0
    }

    .nav__items .level-1>li .level-2>li.active .content {
        box-shadow: none
    }

    .nav__items .level-1>li .level-2>li.active:before {
        opacity: 1
    }

    .nav__items .level-1>li .level-2>li.active>span {
        padding: 1em 0;
        margin-bottom: 0;
        background: #f2f2f2
    }

    .nav__items .level-1>li .level-2>li.active .level-3>li:first-child,
    .nav__items .level-1>li .level-2>li.active>.content>.level-4>li:first-child {
        margin-top: auto
    }

    .nav__items .level-1>li .level-2>li.active .level-3>li:last-child,
    .nav__items .level-1>li .level-2>li.active>.content>.level-4>li:last-child {
        margin-bottom: auto
    }

    .nav__items .level-1>li .level-2>li .level-3>li+li {
        margin-top: 20px
    }

    .nav__items .level-1>li .level-2>li .level-3>li:first-child {
        margin-top: auto
    }

    .nav__items .level-1>li .level-2>li .level-3>li:last-child {
        margin-bottom: auto
    }

    .nav__items .level-1>li .level-2>li .level-3,
    .nav__items .level-1>li .level-2>li>.content>.level-4 {
        display: none;
        position: fixed;
        flex-direction: column;
        left: 59%;
        top: 80px;
        z-index: 2;
        height: calc(100% - 200px - 1.5em);
        background: no-repeat 0/8px 100% url(hqv/resources/level-separator.png);
        padding: 0 20px 0 7%;
        width: 32%;
        overflow-y: auto
    }

    .nav__items .level-1>li .level-2>li .level-3 .content,
    .nav__items .level-1>li .level-2>li>.content>.level-4 .content {
        max-height: none !important
    }

    .nav__aside>* {
        flex-basis: 33.333333%
    }

    .nav__aside-links a i {
        margin: 0
    }

    .nav__aside-links a {
        white-space: nowrap;
        margin: 0;
        font-weight: 700
    }

    .nav__aside-links a:first-child {
        border-right: 0;
        margin-right: 30px
    }

    .nav__logo a img {
        max-width: 130px
    }

    .c-content-slider .glider .glide__arrows .arrow {
        font-size: 24px
    }

    .c-content-slider .glider .glide__arrows .arrow--left {
        left: -40px
    }

    .c-content-slider .glider .glide__arrows .arrow--right {
        right: -40px
    }

    .c-image__overlay .content .heading,
    .heading-h3,
    h3 {
        font: 500 24px/1.67 helvetica-neue
    }

    .heading-h6,
    h6 {
        font: 500 14px/2.29 helvetica-neue
    }

    .c-btn {
        flex-direction: row;
        justify-content: center
    }

    .c-btn__text {
        margin: 0 .938em;
        font-size: 1.375em
    }

    .c-btn__link {
        font-size: 1.25em
    }

    .c-image__overlay {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        padding: 0 5em;
        color: #fff
    }

    .c-image__overlay--background {
        background-color: hsla(0, 0%, 100%, .7);
        color: #002550
    }

    .c-image__overlay--right {
        justify-content: flex-end
    }

    .c-image__overlay--right .content {
        text-align: right;
        align-items: flex-end
    }

    .c-image__overlay--center,
    .c-image__overlay--left {
        justify-content: flex-start
    }

    .c-image__overlay--center .content,
    .c-image__overlay--left .content {
        align-items: flex-start;
        text-align: left
    }

    .c-image__overlay .content {
        max-width: 385px
    }

    .c-image__overlay .content .heading {
        margin-bottom: 10px !important;
        margin-top: 18px !important
    }

    .c-image__caption {
        position: absolute;
        top: 100%
    }

    .c-image:hover .c-image__overlay--background {
        background-color: transparent;
        color: #fff
    }

    .aem-Grid--default--3 .aem-GridColumn--default--1 .c-image__overlay,
    .aem-Grid--default--4 .aem-GridColumn--default--1 .c-image__overlay {
        position: relative;
        padding: 0;
        color: #002550
    }

    .aem-Grid--default--3 .aem-GridColumn--default--1 .c-image__overlay .content,
    .aem-Grid--default--4 .aem-GridColumn--default--1 .c-image__overlay .content {
        align-items: center
    }

    .aem-Grid--default--3 .aem-GridColumn--default--1 .c-image__overlay .content .subheading,
    .aem-Grid--default--3 .aem-GridColumn--default--1 .c-image__overlay .content p.subheading,
    .aem-Grid--default--4 .aem-GridColumn--default--1 .c-image__overlay .content .subheading,
    .aem-Grid--default--4 .aem-GridColumn--default--1 .c-image__overlay .content p.subheading {
        margin-top: 25px;
        font-size: 18px
    }

    .aem-Grid--default--3 .aem-GridColumn--default--1 .c-image__overlay .content .heading.subheading,
    .aem-Grid--default--3 .aem-GridColumn--default--1 .c-image__overlay .content p.heading,
    .aem-Grid--default--4 .aem-GridColumn--default--1 .c-image__overlay .content .heading.subheading,
    .aem-Grid--default--4 .aem-GridColumn--default--1 .c-image__overlay .content p.heading {
        font-size: 30px
    }

    .title-component.news>h1 {
        font-size: 2.5em
    }

    .heading-h3,
    .vehicleStageSlider .glide__content-headline--main,
    h3 {
        font: 500 24px/1.67 helvetica-neue
    }

    .heading-h6,
    .vehicleStageSlider .glide__content-headline--sub,
    h6 {
        font: 500 14px/2.29 helvetica-neue
    }

    .vehicleStageSlider .glide__content-container {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        padding: 150px 30px 100px
    }

    .c-technical-data__list-value {
        padding-left: 2em
    }

    .c-riders__image {
        width: 50%
    }

    .c-riders__text {
        font-size: 25px;
        width: 50%;
        padding: 1.5em 2.5em;
        text-align: start
    }

    .heading-h1,
    h1 {
        font: 500 60px/1.26 helvetica-neue
    }

    .heading-h2,
    h2 {
        font: 500 40px/1.4 helvetica-neue
    }

    .c-stage-image .glide__content-headline--main,
    .heading-h3,
    h3 {
        font: 500 24px/1.67 helvetica-neue
    }

    .heading-h4,
    h4 {
        font: 500 20px/1.8 helvetica-neue
    }

    .heading-h5,
    h5 {
        font: 500 16px/2.12 helvetica-neue
    }

    .c-stage-image .glide__content-headline--sub,
    .heading-h6,
    h6 {
        font: 500 14px/2.29 helvetica-neue
    }

    .highlight span:before {
        background-position: 0 6px;
        top: .1em
    }

    .c-stage-image .glide__content-container {
        max-width: 1640px;
        margin-left: auto;
        margin-right: auto;
        padding: 150px 30px 100px
    }

    .c-stage-image .glide__content-buttons {
        flex-direction: row;
        margin-top: 0
    }

    .c-stage-image .glide__content-buttons--group .c-btn:first-child {
        margin-right: .8em
    }

    .c-stage-image .glide__content-buttons--group .c-btn:last-child {
        margin-left: .8em
    }

    .c-stage-image .glide__content-buttons--group .c-btn:last-child {
        margin-top: 0
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 992px
    }

    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }

    .c-footer__icons ul {
        justify-content: start;
        margin-left: -20px;
        margin-right: -20px
    }

    .c-footer__icons ul li a img {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (min-width:992px) {

    .c-powerparts__listitem-reference,
    .c-powerparts__listitem h5 {
        text-align: left
    }

    .c-powerparts__detail .glide__bullet-bar {
        display: none
    }

    .c-powerparts__detail-headline {
        font-size: 40px
    }

    .c-powerparts__detail-image-container {
        margin: 0 10px 0 40px
    }

    .c-powerparts__filter {
        margin-bottom: 6em
    }

    .c-powerparts__filter h5 {
        margin-right: 3em;
        margin-top: 24px;
        margin-bottom: 0;
        font-size: 26px;
        font-weight: 300
    }

    .c-powerparts__filter .r-select {
        margin-right: 2em
    }

    .c-powerparts__filter-select {
        display: flex
    }

    .c-powerparts__error {
        position: absolute;
        flex-direction: row;
        align-items: center
    }

    .c-powerparts__error-text {
        margin-bottom: 0
    }

    .c-powerparts__list {
        padding-left: 70px
    }

    .c-tooltip__card {
        flex-direction: row;
        bottom: 50%;
        right: 0;
        left: auto;
        transform: translate(calc(100% + 10px), 42%)
    }

    .c-tooltip__body {
        flex-direction: row;
        padding: .75em 1em;
        border-top-right-radius: 0;
        border-bottom-left-radius: 5px
    }

    .c-tooltip__body:before {
        left: 0;
        top: 50%;
        transform: translate(-10px, -50%);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #002550;
        border-left: 0
    }

    .c-tooltip__button {
        min-width: 100px;
        padding: .75em
    }

    .c-request-error {
        flex-direction: row;
        padding: 3em 2em 2em
    }

    .c-request-error__warning-icon {
        margin: 0 1em 0 0
    }

    .c-safety-check__result {
        margin-top: 3em
    }

    .c-safety-check__result-message {
        flex-direction: row;
        padding: 3em 2em 2em
    }

    .c-safety-check__result-recall-icon {
        margin: 0 1em 0 0
    }

    .c-service-lookup__summary-message {
        flex-direction: row
    }

    .c-service-lookup__summary-recall-icon {
        margin: 0 1em 0 0
    }

    .c-tire-recommendation__results {
        margin-top: 5em
    }

    .c-tire-recommendation__results-heading {
        margin-bottom: 2em
    }

    .c-tire-recommendation__table tr td:first-child {
        padding-right: 2em
    }

    .c-tire-recommendation .r-select {
        margin-bottom: 0;
        padding-right: 1em
    }

    .c-tire-recommendation .r-select:nth-of-type(2) {
        min-width: 300px
    }

    .c-tire-recommendation .r-select__content {
        width: calc(100% - 1em);
        overflow-x: hidden;
        overflow-y: auto
    }

    .c-tire-recommendation .c-btn__link {
        justify-content: center;
        align-items: center;
        height: 54px;
        margin-top: .25rem;
        padding-top: 0;
        padding-bottom: 0
    }

    .c-dealersearch>.row {
        flex-direction: row
    }

    .c-dealersearch>.row>div[class*=col-lg-7] {
        order: 1
    }

    .c-dealersearch>.row>div[class*=col-lg-5] {
        order: 2
    }

    .c-dealersearch__content {
        padding-bottom: 70%
    }

    .c-dealersearch__detailview {
        top: 0;
        margin: 0 0 40px
    }

    .c-model-powerparts__heading {
        margin-bottom: 108px;
        font-size: 60px
    }

    .c-model-powerparts__item-heading {
        font-size: 18px
    }

    .c-model-powerparts .c-btn {
        margin-top: 83px
    }

    .c-model-powerparts .glider .glide__bullets {
        display: none
    }

    .c-model-powerparts .glider .glide__arrows {
        display: inline-block
    }

    .component-fullwidth--padded,
    .component-fullwidth--padded-lg {
        padding: 0 40px
    }

    body .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 1200px
    }

    .padding-lg {
        padding: 20px
    }

    .heading-h3,
    h3 {
        font: 500 40px/1.4 helvetica-neue
    }

    .download-list--thirds li {
        flex-basis: calc(33% - 20px);
        -ms-flex-preferred-size: calc(33% - 20px - 3rem)
    }

    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,
    body>#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler,
    body>#onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-handler.onetrust-close-btn-handler.button-theme {
        font-size: 20px !important
    }

    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
    body>#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler,
    body>#onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-handler.onetrust-close-btn-handler.button-theme {
        margin-bottom: 50px !important;
        padding: 1em 2em !important
    }

    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text {
        margin: 153px 0 76px !important;
        padding: 0 122px !important;
        font-size: 18px !important
    }

    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler {
        padding: 1.5em 1.75em !important
    }

    body>#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler {
        margin-bottom: 76px !important
    }

    .c-single-input-form__input-group {
        max-width: 500px;
        margin: 0 auto 2em
    }

    .c-single-input-form__input-group--inline {
        display: flex;
        flex-direction: row;
        justify-content: center;
        max-width: 100%
    }

    .c-culture-switch {
        display: none;
        position: absolute;
        top: 140px;
        left: 0;
        overflow: auto;
        width: 100%;
        background-color: transparent
    }

    .c-culture-switch--active {
        display: flex !important
    }

    .c-culture-switch>* {
        flex-basis: 33.333333%
    }

    .c-culture-switch__toggle span {
        font-family: helvetica-neue;
        font-weight: 500;
        margin-left: 10px;
        font-size: .875em
    }

    .c-culture-switch__container {
        height: auto
    }

    @supports (display:grid) {
        .c-culture-switch__container {
            display: grid;
            grid-template-columns: repeat(4, 25%);
            width: 100%
        }
    }

    .c-culture-switch__container:after {
        content: "";
        display: table;
        clear: both
    }

    @supports (display:grid) {
        .c-culture-switch__container:after {
            display: none
        }
    }

    .c-culture-switch__column {
        display: flex;
        flex-direction: column;
        float: left;
        width: 25%;
        text-align: left
    }

    @supports (display:grid) {
        .c-culture-switch__column {
            float: none;
            width: 100%
        }
    }

    .c-culture-switch__column:first-child {
        padding-left: 0
    }

    .c-culture-switch__column:last-child {
        padding-right: 0
    }

    .c-culture-switch__area {
        margin-bottom: 0
    }

    .c-culture-switch__area:first-child {
        margin-bottom: auto
    }

    .c-culture-switch__region-name {
        margin-bottom: 1em
    }

    .c-culture-switch__list--two-cols {
        column-gap: 2.5em
    }

    .c-culture-switch__list li:not(:last-child) {
        margin-bottom: .5em
    }

    .c-culture-switch__list li>a {
        color: #002550;
        font-size: 1em
    }

    .nav__items {
        width: 26%;
        padding: 0 20px 0 110px;
        top: 20px;
        height: calc(100% - 20px)
    }

    .nav__items .level-1>li>a:after,
    .nav__items .level-1>li>span:after {
        width: 135px;
        height: 16px;
        left: -30px;
        transform: none;
        background: url(hqv/resources/menu_desktop_dash.png);
        background-size: contain;
        bottom: 6px
    }

    .nav__items .level-1>li.active:before {
        opacity: 1
    }

    .nav__items .level-1>li .level-2 {
        width: 18%;
        left: 26%;
        padding: 0 20px 0 40px;
        top: 20px;
        height: calc(100% - 20px)
    }

    .nav__items .level-1>li .level-2>li>a:hover,
    .nav__items .level-1>li .level-2>li>span:hover {
        cursor: pointer
    }

    .nav__items .level-1>li .level-2>li>a:hover:after,
    .nav__items .level-1>li .level-2>li>span:hover:after {
        opacity: 1
    }

    .nav__items .level-1>li .level-2>li .level-3,
    .nav__items .level-1>li .level-2>li>.content>.level-4 {
        left: 44%;
        padding: 0 20px 0 40px;
        width: 18%;
        top: 20px;
        height: calc(100% - 20px)
    }

    .nav__items .level-1>li .level-2>li .level-3>li>span,
    .nav__items .level-1>li .level-2>li>.content>.level-4>li>span {
        cursor: auto
    }

    .nav__items .level-1>li a,
    .nav__items .level-1>li span {
        text-align: left
    }

    .c-content-slider .glider .glide__arrows .arrow {
        font-size: 28px
    }

    .c-content-slider .glider .glide__arrows .arrow--left {
        left: -47px
    }

    .c-content-slider .glider .glide__arrows .arrow--right {
        right: -47px
    }

    .c-image__overlay .content .heading,
    .heading-h3,
    h3 {
        font: 500 40px/1.4 helvetica-neue
    }

    .heading-h6,
    h6 {
        font: 500 16px/2 helvetica-neue
    }

    .c-image__overlay .content .c-btn__link {
        font-size: 20px
    }

    .c-image__caption {
        margin-top: 23px;
        font-size: 12px
    }

    .c-image-text--left {
        flex-direction: row
    }

    .c-image-text--right {
        flex-direction: row-reverse
    }

    .c-image-text__image {
        width: 50%
    }

    .c-image-text__caption {
        margin: 2em 0 0;
        font-size: 12px
    }

    .c-image-text__text {
        width: 50%;
        padding: 1.66em 2.5em 1.22em
    }

    .c-image-text__button {
        display: none
    }

    .title-component.model>h1 {
        font-size: 3.75em
    }

    .c-model-list__model-section-heading {
        font-size: 40px
    }

    .c-model-list__row {
        grid-template-columns: repeat(3, calc((100% - 350px)/3));
        grid-column-gap: 175px
    }

    .c-model-list__item:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, .0980392)
    }

    .c-overview__link {
        font-size: 1.1em
    }

    .title-component.news>h1 {
        font-size: 3.35em
    }

    .title-component.news>h1 {
        font-size: 3.75em
    }

    .c-date__datetime {
        font-size: 1.625em
    }

    .c-benefit {
        margin: 0;
        padding-top: 0
    }

    .c-benefit__category {
        height: 100vh;
        padding: 0;
        min-height: 100vh;
        height: auto;
        padding: 7.75em 0 4.25em
    }

    .c-benefit__heading {
        margin-bottom: 1.25em;
        font-size: 60px;
        text-align: left;
        line-height: 76px
    }

    .c-benefit__image {
        display: none
    }

    .c-benefit__feature-container[data-display=ktm-hqv-mobile] {
        display: none
    }

    .c-benefit__feature-container[data-display=hqv-desktop] {
        display: block
    }

    .c-benefit__features {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative
    }

    .c-benefit__feature {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 0;
        position: relative;
        flex: 0 0 25%;
        flex-basis: 33%;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 3.5em;
        padding: 0 3% 0 5%
    }

    .c-benefit__feature:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 8px;
        height: 100%;
        background-image: url(hqv/resources/husqvarna-vertical-brush.svg);
        background-repeat: no-repeat;
        background-size: cover
    }

    .c-benefit__feature:first-child {
        flex: 0 0 100%;
        flex-direction: row;
        transform: translateX(-30px);
        margin-bottom: 6.5em;
        padding: 0
    }

    .c-benefit__feature:first-child:after {
        display: none
    }

    .c-benefit__feature:first-child .c-benefit__benefit-image,
    .c-benefit__feature:first-child .c-benefit__detail-image {
        display: block;
        margin: 0
    }

    .c-benefit__feature:first-child .c-benefit__benefit-image img,
    .c-benefit__feature:first-child .c-benefit__detail-image img {
        width: 100%;
        height: auto
    }

    .c-benefit__feature:first-child .c-benefit__feature-image {
        display: none
    }

    .c-benefit__feature:first-child .c-benefit__feature-content-body {
        display: flex
    }

    .c-benefit__feature:first-child .c-benefit__feature-content {
        margin-left: 2em;
        padding-top: 2em
    }

    .c-benefit__feature:first-child .c-benefit__feature-text {
        max-width: 100%
    }

    .c-benefit__feature:first-child .c-benefit__detail-image {
        display: none
    }

    .c-benefit__feature--no-benefit-image:first-child {
        transform: translateX(0) !important
    }

    .c-benefit__feature--no-benefit-image:first-child .c-benefit__feature-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        margin-left: 0 !important
    }

    .c-benefit__feature--no-benefit-image:first-child .c-benefit__feature-text {
        max-width: 60% !important
    }

    .c-benefit__feature--no-benefit-image:first-child .c-benefit__detail-image {
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(-135%, -50%) !important;
        width: 300px;
        height: auto;
        margin-left: 2.5em
    }

    .c-benefit__feature--half-alignment {
        flex: 0 0 50%;
        align-items: center
    }

    .c-benefit__feature--half-alignment:last-child:after {
        display: none
    }

    .c-benefit__feature--half-alignment .c-benefit__feature-image {
        max-width: 450px;
        width: 100%;
        margin-right: 0
    }

    .c-benefit__feature-image {
        width: 100%;
        max-width: 100%;
        margin: 0 3em 1.5em 0
    }

    .c-benefit__feature-content {
        width: 100%;
        max-width: 400px
    }

    .c-benefit__feature-name {
        font-size: 20px;
        text-align: left
    }

    .c-benefit__feature-text {
        text-align: left
    }

    .c-benefit__feature-heading {
        margin-bottom: 1.5em;
        font-size: 26px;
        text-align: left
    }

    .c-benefit .glider .glide__bullet-bar {
        width: 38px
    }

    .c-cta-bar {
        position: absolute;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: block;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    .c-cta-bar__button:before {
        content: attr(data-label);
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        transform: translate(100%, -50%);
        opacity: 0;
        padding-right: 10px;
        font-size: 16px;
        white-space: nowrap;
        transition: all .3s ease-in-out
    }

    .c-cta-bar__button-wrapper {
        justify-content: flex-end;
        margin-bottom: 5px
    }

    .c-cta-bar__button-wrapper i {
        background: #fff;
        padding: 11px;
        border: 1px solid
    }

    .c-cta-bar__button-wrapper .icon-precent-wrapper {
        border: 1px solid;
        background-color: #fff
    }

    .js-fixed-sidebar {
        position: fixed;
        top: 50%;
        transform: translateY(-50%)
    }

    .heading-h3,
    .vehicleStageSlider .glide__content-headline--main,
    h3 {
        font: 500 40px/1.4 helvetica-neue
    }

    .heading-h6,
    .vehicleStageSlider .glide__content-headline--sub,
    h6 {
        font: 500 16px/2 helvetica-neue
    }

    .vehicleStageSlider .glide__content-container {
        max-width: 1640px;
        align-items: flex-end
    }

    .vehicleStageSlider .glide__content-text {
        max-width: 50%;
        height: auto;
        text-align: left
    }

    .vehicleStageSlider .glide__content-buttons--group {
        flex-direction: row
    }

    .vehicleStageSlider .c-btn:first-child {
        margin-bottom: 0;
        margin-right: 35px
    }

    .vehicleStageSlider .c-btn__link {
        font-size: 22px
    }

    .models {
        padding-top: 144px
    }

    .models:before {
        display: none
    }

    .models__row-reverse {
        flex-direction: row-reverse
    }

    .models__row-reverse .col-lg-5 {
        position: relative;
        /* 
        padding-left: 8.33333%;
        padding-right: 2.5em
        */
    }

    .models__row-reverse .col-lg-5:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: calc(100% + 30px);
        height: 100%;
        background-color: #f2f2f2
    }

    .models__row-reverse .col-lg-5--top-col:before {
        content: "";
        display: block;
        position: absolute;
        top: -144px;
        left: 0;
        width: calc(100% + 30px);
        height: 144px;
        background-color: #f2f2f2
    }

    .models__row-reverse .col-lg-5--bottom-col:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -120px;
        left: 0;
        width: calc(100% + 30px);
        height: 120px;
        background-color: #f2f2f2
    }

    .models__reverse-col-offset-lg {
        margin-left: 8.33333%
    }

    .models__heading {
        padding: 0 0 .5em;
        font-size: 60px;
        text-align: left
    }

    .models__price-rates p {
        text-align: left
    }

    .models__price-rates:before {
        width: 100%;
        left: 0
    }

    .models__price-rates:after {
        width: 100%;
        left: 0
    }

    .models__manufacturer-info {
        display: none
    }

    .models__manufacturer-info--desktop-only {
        display: block;
        margin: 1.5em 0 0;
        text-align: left
    }

    .models__description {
        display: none
    }

    .models__description--desktop-only {
        display: block;
        margin-top: 0;
        padding: 1em 0 0;
        text-align: left
    }

    .models__actions--desktop {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%
    }

    .models__actions--mobile,
    .models__mobile-actions {
        display: none
    }

    .models__actions-list {
        text-align: right;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        text-align: left
    }

    .models__action-list-item--desktop:last-child {
        margin-left: auto
    }

    .models__variants-list {
        margin-top: 3.75em
    }

    .models__slide-index {
        font-family: helvetica-neue;
        font-weight: 400;
        display: inline-block;
        position: absolute;
        bottom: 1em;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        font-size: 12px;
        line-height: 15px
    }

    .models .glider {
        margin: 0
    }

    .models .glider .glide__bullets {
        display: none
    }

    .models .glider .glide__arrows {
        display: inline-block
    }

    .c-technical-data {
        position: relative;
        margin-top: 3em;
        padding: 6.5em 4em
    }

    .c-technical-data__heading {
        margin-bottom: 137px;
        font-size: 60px;
        text-align: left
    }

    .c-technical-data__image {
        display: block
    }

    .c-technical-data__image--right {
        display: none !important
    }

    .c-technical-data__image-container--left {
        top: -9.5em;
        left: 0;
        transform: translateX(-60px)
    }

    .c-technical-data__image-container--left-open {
        top: 0
    }

    .c-technical-data__backdrop {
        position: relative;
        background-color: hsla(0, 0%, 94.9%, .38)
    }

    .c-technical-data__backdrop--top:before {
        content: "";
        display: block;
        position: absolute;
        top: -6.5em;
        left: 0;
        width: 100%;
        height: 6.5em;
        background-color: #f2f2f2
    }

    .c-technical-data__backdrop--top:after {
        content: "";
        display: block;
        position: absolute;
        top: -9.5em;
        left: 0;
        width: 100%;
        height: 3em;
        background-color: #fff
    }

    .c-technical-data__group {
        padding: 0 1em 0 0;
        border-top: none
    }

    .c-technical-data__group--last {
        border-bottom: none
    }

    .c-technical-data__group-heading {
        margin-bottom: 1.5em;
        padding-bottom: 0;
        font-size: 26px;
        text-align: left;
        cursor: auto
    }

    .c-technical-data__group-heading--open+ul {
        padding-bottom: 0
    }

    .c-technical-data__list {
        display: table
    }

    .c-technical-data__list li.c-technical-data__list-item--hidden {
        display: none
    }

    .c-technical-data__list-label {
        padding-bottom: 1.5em;
        font-size: 18px
    }

    .c-technical-data__list-value {
        padding: 0 0 1.5em 2.5em
    }

    .c-technical-data__show-all-container {
        margin-top: 2em
    }

    .c-technical-data__show-all {
        font-family: helvetica-neue;
        font-weight: 400;
        display: inline-block;
        position: relative;
        background-color: transparent;
        padding: 5px 0 0;
        border: none;
        outline: none;
        color: #002550;
        font-size: 18px;
        text-transform: uppercase;
        cursor: pointer
    }

    body {
        font: 300 16px/1.62 helvetica-neue
    }

    .heading-h1,
    h1 {
        font: 500 80px/1.2 helvetica-neue
    }

    .heading-h2,
    h2 {
        font: 500 60px/1.27 helvetica-neue
    }

    .c-stage-image .glide__content-headline--main,
    .heading-h3,
    h3 {
        font: 500 40px/1.4 helvetica-neue
    }

    .heading-h4,
    h4 {
        font: 500 26px/1.61 helvetica-neue
    }

    .heading-h5,
    h5 {
        font: 500 18px/1.89 helvetica-neue
    }

    .c-stage-image .glide__content-headline--sub,
    .heading-h6,
    h6 {
        font: 500 16px/2 helvetica-neue
    }

    .c-stage-image .glide__content-container {
        padding: 150px 50px 100px;
        justify-content: center
    }

    .c-stage-image .glide__content-container--center,
    .c-stage-image .glide__content-container--left {
        align-items: flex-start;
        text-align: left
    }

    .c-stage-image .glide__content-container--center .glide__content-text,
    .c-stage-image .glide__content-container--left .glide__content-text {
        align-items: flex-end
    }

    .c-stage-image .glide__content-container--center .glide__content-buttons,
    .c-stage-image .glide__content-container--left .glide__content-buttons {
        justify-content: flex-start
    }

    .c-stage-image .glide__content-container--right {
        align-items: flex-end;
        text-align: right
    }

    .c-stage-image .glide__content-container--right .glide__content-text {
        align-items: flex-start
    }

    .c-stage-image .glide__content-container--right .glide__content-buttons {
        justify-content: flex-end
    }

    .c-stage-image .glide__content-text {
        max-width: 50%;
        height: auto;
        padding: 0
    }

    @supports (display:grid) {
        .c-teaser-list__container--two-items-per-row {
            grid-template-columns: repeat(2, calc((100% - 5em)/2));
            column-gap: 5em
        }
    }

    .c-teaser-list__container--two-items-per-row.container {
        padding-left: 10em;
        padding-right: 10em
    }

    @supports (display:grid) {
        .c-teaser-list__container--three-items-per-row {
            grid-template-columns: repeat(3, calc((100% - 3em)/3));
            column-gap: 3em
        }
    }

    @supports (display:grid) {
        .c-teaser-list__container--riders {
            grid-template-columns: repeat(3, 33.33333%);
            grid-column-gap: 0
        }
    }

    .c-teaser-list__item {
        float: left
    }

    @supports (display:grid) {
        .c-teaser-list__item {
            float: none
        }
    }

    .c-teaser-list__item--two-items-per-row {
        width: calc(50% - 2.5em)
    }

    @supports (display:grid) {
        .c-teaser-list__item--two-items-per-row {
            width: 100%
        }
    }

    .c-teaser-list__item--two-items-per-row:nth-of-type(odd) {
        margin-right: 5em
    }

    @supports (display:grid) {
        .c-teaser-list__item--two-items-per-row:nth-of-type(odd) {
            margin-right: 0
        }
    }

    .c-teaser-list__item--two-items-per-row:not(:first-child):nth-child(odd) {
        clear: both
    }

    .c-teaser-list__item--three-items-per-row {
        width: calc(33.33333% - 2.25em)
    }

    @supports (display:grid) {
        .c-teaser-list__item--three-items-per-row {
            width: 100%
        }
    }

    .c-teaser-list__item--three-items-per-row:not(:nth-of-type(3n)) {
        margin-right: 3em
    }

    @supports (display:grid) {
        .c-teaser-list__item--three-items-per-row:not(:nth-of-type(3n)) {
            margin-right: 0
        }
    }

    .c-teaser-list__item--three-items-per-row:not(:first-child):nth-child(3n+1) {
        clear: both
    }

    .c-teaser-list__item--riders {
        width: 33.33333%
    }

    @supports (display:grid) {
        .c-teaser-list__item--riders {
            width: 100%
        }
    }

    .c-teaser-list__item--riders:not(:first-child):nth-child(3n+1) {
        clear: both
    }

    .c-teaser-list__date--three-items-per-row {
        font-size: 1em
    }

    .c-teaser-list__link--riders {
        padding-bottom: 2.89em
    }

    .c-teaser-list__link--riders:hover .c-teaser-list__title {
        opacity: 0
    }

    .c-teaser-list__link--riders:hover .c-teaser-list__cta {
        opacity: 1
    }

    .c-teaser-list__title--two-items-per-row {
        font-size: 1.6em;
        text-align: left
    }

    .c-teaser-list__title--three-items-per-row {
        margin-bottom: 2em;
        font-size: 1.6em
    }

    .c-teaser-list__title--riders {
        margin-bottom: 0;
        font-size: 2.72em;
        transition: opacity .3s ease-in-out
    }

    .c-teaser-list__cta--riders {
        position: absolute;
        bottom: 2.89em;
        left: 50%;
        transform: translate(-50%, 25%);
        opacity: 0
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1200px
    }

    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }

    .c-footer {
        font: 300 16px/1.62 helvetica-neue
    }

    .c-footer nav {
        padding: 88px 0 0;
        display: flex;
        justify-content: space-between
    }

    .c-footer__col h3 {
        cursor: auto
    }

    .c-footer__col h3 i {
        display: none
    }

    .c-footer__col ul {
        padding-top: 15px
    }

    .c-footer__col ul li {
        display: block
    }

    .c-footer__icons {
        max-width: 25%
    }

    .c-footer__icons ul {
        justify-content: start;
        margin-left: -15px;
        margin-right: -15px
    }

    .c-footer__icons ul li a img {
        height: 25px;
        padding-left: 14px;
        padding-right: 14px
    }

    .c-footer__legal-text {
        display: flex;
        justify-content: space-between
    }

    .c-footer__legal-text p {
        text-align: left
    }

    .c-footer__legal-text .back-to-top {
        padding-top: 0;
        padding-left: 20px
    }
}

@media (min-width:1200px) {
    .device-selector-wrapper .device-xl {
        display: block !important
    }

    .c-powerparts__list {
        padding-left: 110px
    }

    .c-tire-recommendation .r-select:nth-of-type(2) {
        min-width: 420px
    }

    .c-dealersearch__sidebar {
        margin-left: 40px
    }

    .component {
        margin-bottom: 80px
    }

    .component-double {
        margin-bottom: 160px
    }

    body .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 1640px
    }

    .padding-xl {
        padding: 20px
    }

    .c-benefit__feature:first-child .c-benefit__feature-content {
        margin-left: 4em
    }

    .c-benefit__feature--no-benefit-image:first-child .c-benefit__feature-content {
        max-width: 100%
    }

    .c-benefit__feature-image {
        max-width: 100%;
        margin-right: 8em
    }

    .c-benefit__feature-content {
        max-width: 551px
    }

    .models__action-list-item--mobile {
        display: none
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1640px
    }

    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

@media (max-width:575.98px) {
    .device-selector-wrapper .device-xs {
        display: block !important
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .device-selector-wrapper .device-sm {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .device-selector-wrapper .device-md {
        display: block !important
    }

    .c-dealersearch__content {
        padding-bottom: 75%
    }

    .c-culture-switch {
        display: none
    }

    .nav__images .c-image__content.active {
        height: 120px;
        bottom: 0;
        position: fixed;
        right: 0;
        left: 0;
        top: auto;
        transform: none
    }

    .nav__images .c-image__content.active picture {
        top: auto;
        transform: none;
        position: relative;
        max-height: none;
        height: 100%;
        width: 100%
    }

    .nav__images .c-image__content.active img {
        display: none
    }

    .nav__images .c-image__content.active .detail-box {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #d9d9d9
    }

    .nav__images .c-image__content.active .detail-box__copyright-container {
        display: none
    }

    .nav__images .c-image__content.active .detail-box__text {
        width: 100%;
        align-items: center;
        justify-content: space-between;
        display: flex;
        padding: 1.5em 2.5em
    }

    .nav__images .c-image__content.active .detail-box__heading {
        max-width: 50%;
        padding-right: 1em;
        font-size: 20px;
        margin-bottom: 0
    }

    .nav__images .c-image__content.active .detail-box .c-btn__link {
        max-width: 50%
    }

    .c-stage-image .glide__content-text {
        justify-content: flex-end
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .device-selector-wrapper .device-lg {
        display: block !important
    }

    .c-dealersearch__sidebar {
        margin-left: 20px
    }
}

@media (max-width:767.98px) {
    .c-powerparts__listitem h5 {
        font-size: 20px
    }

    .c-powerparts__listitem-reference {
        font-size: 18px
    }

    .c-powerparts__detail h5 {
        font-size: 20px
    }

    .c-powerparts__detail-description,
    .c-powerparts__detail-info h6,
    .c-powerparts__detail-info p span {
        font-size: 16px
    }

    .c-powerparts__filter {
        padding: 20px
    }

    .c-powerparts__filter .r-select {
        margin-bottom: 2em
    }

    .c-dealersearch {
        margin-left: 0;
        margin-right: 0
    }

    .c-dealersearch>.row>div[class*=col-lg-7] {
        padding: 0
    }

    .c-dealersearch__sidebar {
        margin-left: 10px;
        margin-right: 10px
    }

    .c-video-content__poster i {
        font-size: 5em
    }

    .c-video-content__poster h2 {
        font-size: 30px
    }

    body>#onetrust-consent-sdk #cookie-preferences .category-header {
        width: 100%
    }

    .nav__items .level-1 {
        margin-bottom: 100px
    }

    .nav--hidden .nav__aside-links {
        display: none
    }

    .nav__aside-links {
        background: #002550;
        color: #fff;
        display: flex;
        opacity: 0;
        transition: opacity .15s;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 99px;
        margin: 0;
        z-index: 0
    }

    .nav__aside-links a {
        font-size: 1.125em
    }
}

@media (max-width:991.98px) {
    .c-powerparts__detail .glide__bullets {
        justify-content: center
    }

    .c-powerparts__detail .glide__bullet {
        margin: 0 .25em 1.5em 0;
        padding: 1em 0;
        width: auto;
        border: 0
    }

    .c-powerparts__detail .glide__bullet .react__image {
        display: none
    }

    .c-powerparts__filter {
        height: 100%;
        width: 100%;
        justify-content: center;
        padding: 30px;
        overflow-y: auto
    }

    .c-powerparts__filter h5 {
        display: none
    }

    .c-powerparts__filter .r-select {
        margin-bottom: 3em
    }

    .c-dealersearch__content {
        flex-direction: column
    }

    body>#onetrust-consent-sdk #onetrust-pc-sdk {
        max-width: 600px !important
    }

    .accordion>.heading {
        cursor: pointer
    }

    .c-cta-bar__button {
        background: #000;
        flex: 1 0 auto;
        position: relative;
        max-height: 80px;
        transition: all .3s ease-in-out;
        background-color: #fff;
        font-family: helvetica-neue;
        font-weight: 300
    }

    .c-cta-bar__button:hover .c-cta-bar__button-wrapper i {
        color: #ffed00
    }

    .c-cta-bar__button:hover .icon-precent-wrapper .icon-precent {
        filter: brightness(0) invert(1);
        filter: invert(100%) sepia(100%) saturate(2878%) brightness(92%)
    }

    .c-cta-bar__button:hover {
        background: #002550
    }

    .c-cta-bar__button:not(:last-child) {
        border-right: 1px solid #f7f7f7
    }

    .c-cta-bar__button:after {
        content: "";
        display: block;
        padding-top: 100%
    }

    .c-cta-bar__button-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        justify-content: center
    }

    .c-cta-bar__button-wrapper span {
        display: none
    }

    .models__finance {
        display: flex;
        justify-content: center
    }

    .component-fullwidth--mobile {
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-bottom: 40px
    }
}

@media (-ms-high-contrast:none) {
    .c-tooltip__card {
        right: auto;
        max-width: 80vw
    }

    .c-tooltip__text {
        padding-right: 1.5em
    }

    body>#onetrust-consent-sdk #onetrust-pc-sdk {
        background: #fff !important
    }

    .nav__images .c-image__content picture {
        right: 0
    }

    .c-cta-bar {
        max-width: 20%;
        height: 0
    }
}

@media (-ms-high-contrast:none) and (min-width:992px) {
    .c-tooltip__card {
        transform: translateY(45%);
        margin-left: 15px
    }
}

@media (max-width:1199.98px) {
    .padding-all {
        padding: 22px
    }

    .models .financing-link {
        font-size: 16px;
        justify-content: center;
        padding-bottom: 40px
    }

    .models .financing-link:after {
        font-size: 11px
    }

    .c-teaser-list__container--riders.container {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .c-btn__icon i {
        position: relative
    }
}

@media (min-width:768px) and (min-width:992px) {
    .nav__images--level0 {
        width: 74%
    }

    .nav__images--level0 .detail-box .c-btn__link {
        display: none;
        position: absolute
    }

    .nav__images--level0 .detail-box__text {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%
    }

    .nav__images--level0 .detail-box__heading {
        top: 78%;
        right: 10%;
        max-width: 41%;
        position: absolute
    }

    .nav__images--level0 .detail-box__copyright-container {
        top: 42%;
        right: -291px;
        width: 350px
    }

    .nav__images--level0 .detail-box__copyright {
        display: inline-block;
        transform: rotate(-90deg);
        transform-origin: top left;
        text-align: end
    }

    .nav__images--level1 {
        width: 56%
    }

    .nav__images--level1 .detail-box .c-btn__link {
        display: none;
        position: absolute
    }

    .nav__images--level1 .detail-box__text {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%
    }

    .nav__images--level1 .detail-box__heading {
        bottom: 86%;
        left: 46%;
        width: 100%;
        max-width: 50%;
        position: absolute
    }

    .nav__images--level1 .detail-box__copyright-container {
        bottom: 12%;
        margin-right: 7%;
        width: 215px;
        left: 44%
    }

    .nav__images--level1 .detail-box__copyright {
        transform: rotate(-90deg);
        transform-origin: bottom left;
        text-align: start
    }

    .nav__images--level2 {
        width: 38%
    }

    .nav__images--level2 .detail-box__text {
        position: absolute;
        top: 55%;
        max-width: 40%
    }

    .nav__images--level2 .detail-box__heading {
        position: relative;
        margin-bottom: 1em
    }

    .nav__images--level2 .detail-box__copyright-container {
        bottom: 79%;
        left: 48%
    }

    .nav__images--level2 .detail-box .c-btn__link {
        position: relative
    }
}

@media (min-width:768px) and (min-width:992px) and (max-width:1300px) {
    .nav__images--level0 .detail-box__copyright-container {
        right: -257px
    }

    .nav__images--level2 .detail-box__copyright-container {
        left: 50%
    }
}

@media (any-hover:hover) {

    .nav__items,
    .nav__items .level-1>li .level-2 {
        scrollbar-width: thin;
        scrollbar-color: #bfbfbf transparent
    }

    .nav__items .level-1>li .level-2::-webkit-scrollbar,
    .nav__items::-webkit-scrollbar {
        width: 6px
    }

    .nav__items .level-1>li .level-2::-webkit-scrollbar-track,
    .nav__items::-webkit-scrollbar-track {
        background: transparent
    }

    .nav__items .level-1>li .level-2::-webkit-scrollbar-thumb,
    .nav__items::-webkit-scrollbar-thumb {
        background-color: #bfbfbf;
        border-radius: 6px;
        border: 3px solid transparent
    }
}

@media (min-width:768px) and (min-width:768px) {
    .nav__items .level-1>li.active .level-2 {
        justify-content: center;
        width: 100%;
        overflow: auto
    }

    .nav__items .level-1>li.active>span {
        background: #f2f2f2
    }
}

@media (min-width:992px) and (-ms-high-contrast:active),
(min-width:992px) and (-ms-high-contrast:none) {
    .c-benefit__feature {
        display: block
    }

    .c-benefit__feature:first-child {
        display: flex
    }
}

@media (min-width:1640px) {
    .c-benefit__feature:first-child {
        transform: translateX(calc(-100vw + 1610px))
    }

    .c-benefit__feature:first-child .c-benefit__feature-content {
        margin-left: 6.5625em
    }

    .c-benefit__feature:first-child .c-benefit__feature-text {
        max-width: 24em
    }

    .c-benefit__feature:first-child .c-benefit__detail-image {
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(-33%, -50%);
        width: 300px;
        height: auto
    }

    .c-benefit__feature--no-benefit-image:first-child {
        transform: translateX(0) !important
    }

    .models__row-reverse .col-lg-5:after {
        width: calc(100% + 30px + (100vw - 1640px)/2)
    }

    .models__row-reverse .col-lg-5--top-col:before {
        width: calc(100% + 30px + (100vw - 1640px)/2)
    }

    .models__row-reverse .col-lg-5--bottom-col:before {
        width: calc(100% + 30px + (100vw - 1640px)/2)
    }
}

@media (max-width:991.98px) and (min-width:992px) {
    .c-cta-bar__button:not(:last-child) {
        border-right: 0
    }
}