﻿/*!
 * @license
 * @date      Fri Dec 10 2021 16:59:40 GMT+0100 (Central European Standard Time)
 * @time      1639151984980
 * @brand     peugeot
 * @version   2.24.1-00000

 */
@charset "UTF-8"; /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

.h1, h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.pcd_form .pcd_form-loader, .q-automatic-colour-visualiser_loader, .q-check-vin .q-check-vin__loader .q-check-vin__loader-icon, .q-dealer-locator .dealer-locator-single-dealer .location-button.locating .icon, .q-dealer-locator .dealer-search .location-button.locating .icon, .q-loader, .q-vehicle-spec-table .vst-spin-inline {
    -webkit-animation: rotate-360 .75s infinite linear;
    animation: rotate-360 .75s infinite linear;
    border: .625rem solid rgba(255,255,255,.2);
    border-radius: 100%;
    height: 5.625rem;
    margin: 0 auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 5.625rem
}

    .pcd_form .pcd_form-loader::before, .q-automatic-colour-visualiser_loader::before, .q-check-vin .q-check-vin__loader .q-check-vin__loader-icon::before, .q-dealer-locator .dealer-locator-single-dealer .location-button.locating .icon::before, .q-dealer-locator .dealer-search .location-button.locating .icon::before, .q-loader::before, .q-vehicle-spec-table .vst-spin-inline::before {
        border-bottom: .625rem solid transparent;
        border-left: .625rem solid transparent;
        border-radius: 100% !important;
        border-right: .625rem solid transparent;
        border-top: .625rem solid #00a3e0;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        content: '';
        display: block;
        height: 100% !important;
        left: -.625rem;
        position: absolute;
        top: -.625rem;
        width: 100% !important
    }

.position-bottom-left, .position-bottom-right, .q-image-disclaimer .icon, .q-sticky.bottom .sticky-child, .q-vehicle-information-b .q-legal-text {
    bottom: 0;
    top: auto
}

.position-bottom-left, .position-top-left, .q-image-disclaimer .icon, .q-vehicle-information-b .q-information-container, .q-vehicle-information-b .q-legal-text, .q-vehicle-selector .q-stage .q-slider-stage-item {
    left: 0;
    right: auto
}

    .position-bottom-right, .position-top-right, .q-image-disclaimer .icon.close-button, .q-legal-notification .q-close-button .icon, .q-legal-notification .q-minimize-text {
        left: auto;
        right: 0
    }

    .position-top-left, .position-top-right, .q-image-disclaimer .icon.close-button, .q-legal-notification .q-close-button .icon, .q-legal-notification .q-minimize-text, .q-sticky.top .sticky-child, .q-vehicle-information-b .q-information-container, .q-vehicle-selector .q-stage .q-slider-stage-item {
        bottom: auto;
        top: 0
    }

.q-sticky.bottom .sticky-child, .q-sticky.top .sticky-child {
    left: 0;
    position: fixed;
    right: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@-webkit-keyframes rotate-360 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotate-360 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.no-animation {
    -webkit-transition-duration: 0ms !important;
    transition-duration: 0ms !important
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@font-face {
    font-family: Peugeot;
    font-weight: 300;
    font-display: swap;
    src: url(global/resources/fonts/Peugeot-Light.woff2) format("woff2"),url(global/resources/fonts/Peugeot-Light.woff) format("woff")
}

@font-face {
    font-family: Peugeot;
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    src: url(global/resources/fonts/Peugeot-Light-Italic.woff2) format("woff2"),url(global/resources/fonts/Peugeot-Light-Italic.woff) format("woff")
}

@font-face {
    font-family: Peugeot;
    font-weight: 400;
    font-display: swap;
    src: url(global/resources/fonts/Peugeot-Regular.woff2) format("woff2"),url(global/resources/fonts/Peugeot-Regular.woff) format("woff")
}

@font-face {
    font-family: Peugeot;
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url(global/resources/fonts/Peugeot-Regular-Italic.woff2) format("woff2"),url(global/resources/fonts/Peugeot-Regular-Italic.woff) format("woff")
}

@font-face {
    font-family: Peugeot;
    font-weight: 700;
    font-display: swap;
    src: url(global/resources/fonts/Peugeot-Bold.woff2) format("woff2"),url(global/resources/fonts/Peugeot-Bold.woff) format("woff")
}

@font-face {
    font-family: Peugeot;
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url(global/resources/fonts/Peugeot-Bold-Italic.woff2) format("woff2"),url(global/resources/fonts/Peugeot-Bold-Italic.woff) format("woff")
}

@font-face {
    font-family: Peugeot;
    font-weight: 800;
    font-display: swap;
    src: url(global/resources/fonts/Peugeot-Black.woff2) format("woff2"),url(global/resources/fonts/Peugeot-Black.woff) format("woff")
}

@font-face {
    font-family: Peugeot;
    font-weight: 800;
    font-style: italic;
    font-display: swap;
    src: url(global/resources/fonts/Peugeot-Black-Italic.woff2) format("woff2"),url(global/resources/fonts/Peugeot-Black-Italic.woff) format("woff")
}

@font-face {
    font-family: Peugeot;
    font-weight: 300;
    font-display: swap;
    src: url(global/resources/fonts/Peugeot-Light.woff2) format("woff2"),url(global/resources/fonts/Peugeot-Light.woff) format("woff")
}

meta.foundation-version {
    font-family: "/5.5.3/"
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 47.9375rem)/";
    width: 0
}

meta.foundation-mq-medium {
    font-family: /print, "only screen and (min-width:48rem)/";
    width: 48rem
}

meta.foundation-mq-medium-only {
    font-family: /print, "only screen and (min-width:48rem) and (max-width:61.9375rem)/";
    width: 48rem
}

meta.foundation-mq-large {
    font-family: /print, "only screen and (min-width:62rem)/";
    width: 62rem
}

meta.foundation-mq-large-only {
    font-family: /print, "only screen and (min-width:62rem) and (max-width:73.9375rem)/";
    width: 62rem
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:74rem)/";
    width: 74rem
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:74rem) and (max-width:120rem)/";
    width: 74rem
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.0625rem)/";
    width: 120.0625rem
}

meta.foundation-data-attribute-namespace {
    font-family: false
}

body, html {
    height: 100%
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    font-size: 16px
}

body {
    background: #f9f9f9;
    color: #787b80;
    cursor: auto;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative
}

a:hover {
    cursor: pointer
}

img {
    max-width: 100%;
    height: auto
}

img {
    -ms-interpolation-mode: bicubic
}

#map_canvas embed, #map_canvas img, #map_canvas object, .map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
    max-width: none !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.hide {
    display: none
}

.invisible {
    visibility: hidden
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%
}

.row {
    margin: 0 auto;
    max-width: 120rem;
    width: 100%
}

    .row:after, .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }

    .row.collapse > .column, .row.collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row .row {
        margin: 0 -1.09375rem;
        max-width: none;
        width: auto
    }

        .row .row:after, .row .row:before {
            content: " ";
            display: table
        }

        .row .row:after {
            clear: both
        }

        .row .row.collapse {
            margin: 0;
            max-width: none;
            width: auto
        }

            .row .row.collapse:after, .row .row.collapse:before {
                content: " ";
                display: table
            }

            .row .row.collapse:after {
                clear: both
            }

.column, .columns {
    padding-left: 1.09375rem;
    padding-right: 1.09375rem;
    width: 100%;
    float: left
}

    .column + .column:last-child, .column + .columns:last-child, .columns + .column:last-child, .columns + .columns:last-child {
        float: right
    }

    .column + .column.end, .column + .columns.end, .columns + .column.end, .columns + .columns.end {
        float: left
    }

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 1.09375rem;
        padding-right: 1.09375rem;
        float: left
    }

    .small-1 {
        width: 8.33333%
    }

    .small-2 {
        width: 16.66667%
    }

    .small-3 {
        width: 25%
    }

    .small-4 {
        width: 33.33333%
    }

    .small-5 {
        width: 41.66667%
    }

    .small-6 {
        width: 50%
    }

    .small-7 {
        width: 58.33333%
    }

    .small-8 {
        width: 66.66667%
    }

    .small-9 {
        width: 75%
    }

    .small-10 {
        width: 83.33333%
    }

    .small-11 {
        width: 91.66667%
    }

    .small-12 {
        width: 100%
    }

    .small-offset-0 {
        margin-left: 0 !important
    }

    .small-offset-1 {
        margin-left: 8.33333% !important
    }

    .small-offset-2 {
        margin-left: 16.66667% !important
    }

    .small-offset-3 {
        margin-left: 25% !important
    }

    .small-offset-4 {
        margin-left: 33.33333% !important
    }

    .small-offset-5 {
        margin-left: 41.66667% !important
    }

    .small-offset-6 {
        margin-left: 50% !important
    }

    .small-offset-7 {
        margin-left: 58.33333% !important
    }

    .small-offset-8 {
        margin-left: 66.66667% !important
    }

    .small-offset-9 {
        margin-left: 75% !important
    }

    .small-offset-10 {
        margin-left: 83.33333% !important
    }

    .small-offset-11 {
        margin-left: 91.66667% !important
    }

    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.small-centered, .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.small-uncentered, .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.small-centered:last-child, .columns.small-centered:last-child {
        float: none
    }

    .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
        float: left
    }

    .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
        float: right
    }

    .row.small-collapse > .column, .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
        padding-left: 1.09375rem;
        padding-right: 1.09375rem;
        float: left
    }
}

@media print,only screen and (min-width:48rem) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 1.09375rem;
        padding-right: 1.09375rem;
        float: left
    }

    .medium-1 {
        width: 8.33333%
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-3 {
        width: 25%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-6 {
        width: 50%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-9 {
        width: 75%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-0 {
        margin-left: 0 !important
    }

    .medium-offset-1 {
        margin-left: 8.33333% !important
    }

    .medium-offset-2 {
        margin-left: 16.66667% !important
    }

    .medium-offset-3 {
        margin-left: 25% !important
    }

    .medium-offset-4 {
        margin-left: 33.33333% !important
    }

    .medium-offset-5 {
        margin-left: 41.66667% !important
    }

    .medium-offset-6 {
        margin-left: 50% !important
    }

    .medium-offset-7 {
        margin-left: 58.33333% !important
    }

    .medium-offset-8 {
        margin-left: 66.66667% !important
    }

    .medium-offset-9 {
        margin-left: 75% !important
    }

    .medium-offset-10 {
        margin-left: 83.33333% !important
    }

    .medium-offset-11 {
        margin-left: 91.66667% !important
    }

    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.medium-centered, .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.medium-uncentered, .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.medium-centered:last-child, .columns.medium-centered:last-child {
        float: none
    }

    .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
        float: left
    }

    .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
        float: right
    }

    .row.medium-collapse > .column, .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
        padding-left: 1.09375rem;
        padding-right: 1.09375rem;
        float: left
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media print,only screen and (min-width:62rem) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 1.09375rem;
        padding-right: 1.09375rem;
        float: left
    }

    .large-1 {
        width: 8.33333%
    }

    .large-2 {
        width: 16.66667%
    }

    .large-3 {
        width: 25%
    }

    .large-4 {
        width: 33.33333%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-6 {
        width: 50%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-8 {
        width: 66.66667%
    }

    .large-9 {
        width: 75%
    }

    .large-10 {
        width: 83.33333%
    }

    .large-11 {
        width: 91.66667%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-0 {
        margin-left: 0 !important
    }

    .large-offset-1 {
        margin-left: 8.33333% !important
    }

    .large-offset-2 {
        margin-left: 16.66667% !important
    }

    .large-offset-3 {
        margin-left: 25% !important
    }

    .large-offset-4 {
        margin-left: 33.33333% !important
    }

    .large-offset-5 {
        margin-left: 41.66667% !important
    }

    .large-offset-6 {
        margin-left: 50% !important
    }

    .large-offset-7 {
        margin-left: 58.33333% !important
    }

    .large-offset-8 {
        margin-left: 66.66667% !important
    }

    .large-offset-9 {
        margin-left: 75% !important
    }

    .large-offset-10 {
        margin-left: 83.33333% !important
    }

    .large-offset-11 {
        margin-left: 91.66667% !important
    }

    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.large-centered, .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.large-uncentered, .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.large-centered:last-child, .columns.large-centered:last-child {
        float: none
    }

    .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
        float: left
    }

    .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
        float: right
    }

    .row.large-collapse > .column, .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
        padding-left: 1.09375rem;
        padding-right: 1.09375rem;
        float: left
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width:74rem) {
    .xlarge-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .xlarge-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .xlarge-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .xlarge-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .xlarge-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .xlarge-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .xlarge-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .xlarge-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .xlarge-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .xlarge-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .xlarge-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .xlarge-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .xlarge-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .xlarge-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .xlarge-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .xlarge-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .xlarge-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .xlarge-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .xlarge-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .xlarge-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .xlarge-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .xlarge-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .xlarge-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .xlarge-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 1.09375rem;
        padding-right: 1.09375rem;
        float: left
    }

    .xlarge-1 {
        width: 8.33333%
    }

    .xlarge-2 {
        width: 16.66667%
    }

    .xlarge-3 {
        width: 25%
    }

    .xlarge-4 {
        width: 33.33333%
    }

    .xlarge-5 {
        width: 41.66667%
    }

    .xlarge-6 {
        width: 50%
    }

    .xlarge-7 {
        width: 58.33333%
    }

    .xlarge-8 {
        width: 66.66667%
    }

    .xlarge-9 {
        width: 75%
    }

    .xlarge-10 {
        width: 83.33333%
    }

    .xlarge-11 {
        width: 91.66667%
    }

    .xlarge-12 {
        width: 100%
    }

    .xlarge-offset-0 {
        margin-left: 0 !important
    }

    .xlarge-offset-1 {
        margin-left: 8.33333% !important
    }

    .xlarge-offset-2 {
        margin-left: 16.66667% !important
    }

    .xlarge-offset-3 {
        margin-left: 25% !important
    }

    .xlarge-offset-4 {
        margin-left: 33.33333% !important
    }

    .xlarge-offset-5 {
        margin-left: 41.66667% !important
    }

    .xlarge-offset-6 {
        margin-left: 50% !important
    }

    .xlarge-offset-7 {
        margin-left: 58.33333% !important
    }

    .xlarge-offset-8 {
        margin-left: 66.66667% !important
    }

    .xlarge-offset-9 {
        margin-left: 75% !important
    }

    .xlarge-offset-10 {
        margin-left: 83.33333% !important
    }

    .xlarge-offset-11 {
        margin-left: 91.66667% !important
    }

    .xlarge-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.xlarge-centered, .columns.xlarge-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.xlarge-uncentered, .columns.xlarge-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.xlarge-centered:last-child, .columns.xlarge-centered:last-child {
        float: none
    }

    .column.xlarge-uncentered:last-child, .columns.xlarge-uncentered:last-child {
        float: left
    }

    .column.xlarge-uncentered.opposite, .columns.xlarge-uncentered.opposite {
        float: right
    }

    .row.xlarge-collapse > .column, .row.xlarge-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.xlarge-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.xlarge-uncollapse > .column, .row.xlarge-uncollapse > .columns {
        padding-left: 1.09375rem;
        padding-right: 1.09375rem;
        float: left
    }
}

@media only screen and (min-width:120.0625rem) {
    .xxlarge-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .xxlarge-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .xxlarge-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .xxlarge-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .xxlarge-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .xxlarge-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .xxlarge-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .xxlarge-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .xxlarge-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .xxlarge-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .xxlarge-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .xxlarge-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .xxlarge-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .xxlarge-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .xxlarge-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .xxlarge-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .xxlarge-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .xxlarge-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .xxlarge-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .xxlarge-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .xxlarge-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .xxlarge-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .xxlarge-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .xxlarge-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 1.09375rem;
        padding-right: 1.09375rem;
        float: left
    }

    .xxlarge-1 {
        width: 8.33333%
    }

    .xxlarge-2 {
        width: 16.66667%
    }

    .xxlarge-3 {
        width: 25%
    }

    .xxlarge-4 {
        width: 33.33333%
    }

    .xxlarge-5 {
        width: 41.66667%
    }

    .xxlarge-6 {
        width: 50%
    }

    .xxlarge-7 {
        width: 58.33333%
    }

    .xxlarge-8 {
        width: 66.66667%
    }

    .xxlarge-9 {
        width: 75%
    }

    .xxlarge-10 {
        width: 83.33333%
    }

    .xxlarge-11 {
        width: 91.66667%
    }

    .xxlarge-12 {
        width: 100%
    }

    .xxlarge-offset-0 {
        margin-left: 0 !important
    }

    .xxlarge-offset-1 {
        margin-left: 8.33333% !important
    }

    .xxlarge-offset-2 {
        margin-left: 16.66667% !important
    }

    .xxlarge-offset-3 {
        margin-left: 25% !important
    }

    .xxlarge-offset-4 {
        margin-left: 33.33333% !important
    }

    .xxlarge-offset-5 {
        margin-left: 41.66667% !important
    }

    .xxlarge-offset-6 {
        margin-left: 50% !important
    }

    .xxlarge-offset-7 {
        margin-left: 58.33333% !important
    }

    .xxlarge-offset-8 {
        margin-left: 66.66667% !important
    }

    .xxlarge-offset-9 {
        margin-left: 75% !important
    }

    .xxlarge-offset-10 {
        margin-left: 83.33333% !important
    }

    .xxlarge-offset-11 {
        margin-left: 91.66667% !important
    }

    .xxlarge-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.xxlarge-centered, .columns.xxlarge-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.xxlarge-uncentered, .columns.xxlarge-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.xxlarge-centered:last-child, .columns.xxlarge-centered:last-child {
        float: none
    }

    .column.xxlarge-uncentered:last-child, .columns.xxlarge-uncentered:last-child {
        float: left
    }

    .column.xxlarge-uncentered.opposite, .columns.xxlarge-uncentered.opposite {
        float: right
    }

    .row.xxlarge-collapse > .column, .row.xxlarge-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.xxlarge-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.xxlarge-uncollapse > .column, .row.xxlarge-uncollapse > .columns {
        padding-left: 1.09375rem;
        padding-right: 1.09375rem;
        float: left
    }
}

.accordion {
    margin-bottom: 0;
    margin-left: 0
}

    .accordion:after, .accordion:before {
        content: " ";
        display: table
    }

    .accordion:after {
        clear: both
    }

    .accordion .accordion-navigation, .accordion dd {
        display: block;
        margin-bottom: 0 !important
    }

        .accordion .accordion-navigation.active > a, .accordion dd.active > a {
            background: #f2f2f2;
            color: #222
        }

        .accordion .accordion-navigation > a, .accordion dd > a {
            background: #f9f9f9;
            color: #000;
            display: block;
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-size: 1rem;
            padding: 1rem
        }

            .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
                background: #ededed
            }

        .accordion .accordion-navigation > .content, .accordion dd > .content {
            display: none;
            padding: 1.09375rem
        }

            .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
                background: #f9f9f9;
                display: block
            }

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
    padding: .875rem 1.5rem .875rem .875rem;
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    background-color: #000;
    border-color: #000;
    color: #fff
}

    .alert-box .close {
        right: .25rem;
        background: inherit;
        color: #333;
        font-size: 1.375rem;
        line-height: .9;
        margin-top: -.6875rem;
        opacity: .3;
        padding: 0 6px 4px;
        position: absolute;
        top: 50%
    }

        .alert-box .close:focus, .alert-box .close:hover {
            opacity: .5
        }

    .alert-box.radius {
        border-radius: .1875rem
    }

    .alert-box.round {
        border-radius: 62.5rem
    }

    .alert-box.success {
        background-color: #43ac6a;
        border-color: #3a945b;
        color: #fff
    }

    .alert-box.alert {
        background-color: #f04124;
        border-color: #de2d0f;
        color: #fff
    }

    .alert-box.secondary {
        background-color: #f3f3f3;
        border-color: #d1d1d1;
        color: #535353
    }

    .alert-box.warning {
        background-color: #f08a24;
        border-color: #de770f;
        color: #fff
    }

    .alert-box.info {
        background-color: #a0d3e8;
        border-color: #74bfdd;
        color: #535353
    }

    .alert-box.alert-close {
        opacity: 0
    }

[class*=block-grid-] {
    display: block;
    padding: 0;
    margin: 0 -.5rem
}

    [class*=block-grid-]:after, [class*=block-grid-]:before {
        content: " ";
        display: table
    }

    [class*=block-grid-]:after {
        clear: both
    }

    [class*=block-grid-] > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 .5rem 1rem
    }

@media only screen {
    .small-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        .small-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    .small-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        .small-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    .small-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        .small-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    .small-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        .small-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    .small-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        .small-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    .small-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        .small-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    .small-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        .small-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    .small-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        .small-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    .small-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        .small-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    .small-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        .small-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    .small-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        .small-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    .small-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        .small-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        .small-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media print,only screen and (min-width:48rem) {
    .medium-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        .medium-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    .medium-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        .medium-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    .medium-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        .medium-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    .medium-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        .medium-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    .medium-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        .medium-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    .medium-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        .medium-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    .medium-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        .medium-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    .medium-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        .medium-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    .medium-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        .medium-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    .medium-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        .medium-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    .medium-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        .medium-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    .medium-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        .medium-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        .medium-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media print,only screen and (min-width:62rem) {
    .large-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        .large-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    .large-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        .large-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    .large-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        .large-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    .large-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        .large-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    .large-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        .large-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    .large-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        .large-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    .large-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        .large-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    .large-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        .large-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    .large-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        .large-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    .large-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        .large-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    .large-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        .large-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    .large-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        .large-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media only screen and (min-width:74rem) {
    .xlarge-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        .xlarge-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    .xlarge-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        .xlarge-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    .xlarge-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        .xlarge-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    .xlarge-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        .xlarge-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    .xlarge-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        .xlarge-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    .xlarge-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        .xlarge-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    .xlarge-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        .xlarge-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    .xlarge-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        .xlarge-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    .xlarge-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        .xlarge-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    .xlarge-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        .xlarge-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    .xlarge-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        .xlarge-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    .xlarge-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        .xlarge-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

@media only screen and (min-width:120.0625rem) {
    .xxlarge-block-grid-1 > li {
        list-style: none;
        width: 100%
    }

        .xxlarge-block-grid-1 > li:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both
        }

    .xxlarge-block-grid-2 > li {
        list-style: none;
        width: 50%
    }

        .xxlarge-block-grid-2 > li:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both
        }

    .xxlarge-block-grid-3 > li {
        list-style: none;
        width: 33.33333%
    }

        .xxlarge-block-grid-3 > li:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both
        }

    .xxlarge-block-grid-4 > li {
        list-style: none;
        width: 25%
    }

        .xxlarge-block-grid-4 > li:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both
        }

    .xxlarge-block-grid-5 > li {
        list-style: none;
        width: 20%
    }

        .xxlarge-block-grid-5 > li:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both
        }

    .xxlarge-block-grid-6 > li {
        list-style: none;
        width: 16.66667%
    }

        .xxlarge-block-grid-6 > li:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both
        }

    .xxlarge-block-grid-7 > li {
        list-style: none;
        width: 14.28571%
    }

        .xxlarge-block-grid-7 > li:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both
        }

    .xxlarge-block-grid-8 > li {
        list-style: none;
        width: 12.5%
    }

        .xxlarge-block-grid-8 > li:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both
        }

    .xxlarge-block-grid-9 > li {
        list-style: none;
        width: 11.11111%
    }

        .xxlarge-block-grid-9 > li:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both
        }

    .xxlarge-block-grid-10 > li {
        list-style: none;
        width: 10%
    }

        .xxlarge-block-grid-10 > li:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both
        }

    .xxlarge-block-grid-11 > li {
        list-style: none;
        width: 9.09091%
    }

        .xxlarge-block-grid-11 > li:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both
        }

    .xxlarge-block-grid-12 > li {
        list-style: none;
        width: 8.33333%
    }

        .xxlarge-block-grid-12 > li:nth-of-type(1n) {
            clear: none
        }

        .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both
        }
}

.button, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    /*/*font-family: 'Noto Kufi Arabic', sans-serif;*/*/
    font-weight: 700;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    padding: .5rem 1rem .5625rem 1rem;
    font-size: .8375rem;
    background-color: #000;
    border-color: #000;
    color: #fff;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out
}

    .button:focus, .button:hover, button:focus, button:hover {
        background-color: #000
    }

    .button:focus, .button:hover, button:focus, button:hover {
        color: #fff
    }

    .button.secondary, button.secondary {
        background-color: #f3f3f3;
        border-color: #fafafa;
        color: #f3f3f3
    }

        .button.secondary:focus, .button.secondary:hover, button.secondary:focus, button.secondary:hover {
            background-color: #fafafa
        }

        .button.secondary:focus, .button.secondary:hover, button.secondary:focus, button.secondary:hover {
            color: #f3f3f3
        }

    .button.success, button.success {
        background-color: #43ac6a;
        border-color: #b1e1c3;
        color: #fff
    }

        .button.success:focus, .button.success:hover, button.success:focus, button.success:hover {
            background-color: #b1e1c3
        }

        .button.success:focus, .button.success:hover, button.success:focus, button.success:hover {
            color: #f3f3f3
        }

    .button.alert, button.alert {
        background-color: #f04124;
        border-color: #f9b3a7;
        color: #fff
    }

        .button.alert:focus, .button.alert:hover, button.alert:focus, button.alert:hover {
            background-color: #f9b3a7
        }

        .button.alert:focus, .button.alert:hover, button.alert:focus, button.alert:hover {
            color: #f3f3f3
        }

    .button.warning, button.warning {
        background-color: #f08a24;
        border-color: #f9d0a7;
        color: #fff
    }

        .button.warning:focus, .button.warning:hover, button.warning:focus, button.warning:hover {
            background-color: #f9d0a7
        }

        .button.warning:focus, .button.warning:hover, button.warning:focus, button.warning:hover {
            color: #f3f3f3
        }

    .button.info, button.info {
        background-color: #a0d3e8;
        border-color: #d9edf6;
        color: #f3f3f3
    }

        .button.info:focus, .button.info:hover, button.info:focus, button.info:hover {
            background-color: #d9edf6
        }

        .button.info:focus, .button.info:hover, button.info:focus, button.info:hover {
            color: #f3f3f3
        }

    .button.large, button.large {
        padding: .625rem 1.25rem .6875rem 1.25rem;
        font-size: 1.125rem
    }

    .button.small, button.small {
        padding: .25rem .5rem .3125rem .5rem;
        font-size: .75rem
    }

    .button.tiny, button.tiny {
        padding: .1875rem .375rem .25rem .375rem;
        font-size: .5rem
    }

    .button.expand, button.expand {
        padding: .5rem 1rem .5625rem 1rem;
        font-size: .9375rem;
        padding-bottom: .5625rem;
        padding-top: .5rem;
        padding-left: .5rem;
        padding-right: .5rem;
        width: 100%
    }

    .button.left-align, button.left-align {
        text-align: right;
        text-indent: .75rem
    }

    .button.right-align, button.right-align {
        text-align: right;
        padding-right: .75rem
    }

    .button.radius, button.radius {
        border-radius: .1875rem
    }

    .button.round, button.round {
        border-radius: 62.5rem
    }

    .button.disabled, .button[disabled], button.disabled, button[disabled] {
        background-color: #000;
        border-color: #000;
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: default;
        opacity: .6
    }

        .button.disabled:focus, .button.disabled:hover, .button[disabled]:focus, .button[disabled]:hover, button.disabled:focus, button.disabled:hover, button[disabled]:focus, button[disabled]:hover {
            background-color: #000
        }

        .button.disabled:focus, .button.disabled:hover, .button[disabled]:focus, .button[disabled]:hover, button.disabled:focus, button.disabled:hover, button[disabled]:focus, button[disabled]:hover {
            color: #fff
        }

        .button.disabled:focus, .button.disabled:hover, .button[disabled]:focus, .button[disabled]:hover, button.disabled:focus, button.disabled:hover, button[disabled]:focus, button[disabled]:hover {
            background-color: #000
        }

        .button.disabled.secondary, .button[disabled].secondary, button.disabled.secondary, button[disabled].secondary {
            background-color: #f3f3f3;
            border-color: #fafafa;
            color: #f3f3f3;
            -webkit-box-shadow: none;
            box-shadow: none;
            cursor: default;
            opacity: .6
        }

            .button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary:focus, .button[disabled].secondary:hover, button.disabled.secondary:focus, button.disabled.secondary:hover, button[disabled].secondary:focus, button[disabled].secondary:hover {
                background-color: #fafafa
            }

            .button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary:focus, .button[disabled].secondary:hover, button.disabled.secondary:focus, button.disabled.secondary:hover, button[disabled].secondary:focus, button[disabled].secondary:hover {
                color: #f3f3f3
            }

            .button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary:focus, .button[disabled].secondary:hover, button.disabled.secondary:focus, button.disabled.secondary:hover, button[disabled].secondary:focus, button[disabled].secondary:hover {
                background-color: #f3f3f3
            }

        .button.disabled.success, .button[disabled].success, button.disabled.success, button[disabled].success {
            background-color: #43ac6a;
            border-color: #b1e1c3;
            color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            cursor: default;
            opacity: .6
        }

            .button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success:focus, .button[disabled].success:hover, button.disabled.success:focus, button.disabled.success:hover, button[disabled].success:focus, button[disabled].success:hover {
                background-color: #b1e1c3
            }

            .button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success:focus, .button[disabled].success:hover, button.disabled.success:focus, button.disabled.success:hover, button[disabled].success:focus, button[disabled].success:hover {
                color: #f3f3f3
            }

            .button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success:focus, .button[disabled].success:hover, button.disabled.success:focus, button.disabled.success:hover, button[disabled].success:focus, button[disabled].success:hover {
                background-color: #43ac6a
            }

        .button.disabled.alert, .button[disabled].alert, button.disabled.alert, button[disabled].alert {
            background-color: #f04124;
            border-color: #f9b3a7;
            color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            cursor: default;
            opacity: .6
        }

            .button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert:focus, .button[disabled].alert:hover, button.disabled.alert:focus, button.disabled.alert:hover, button[disabled].alert:focus, button[disabled].alert:hover {
                background-color: #f9b3a7
            }

            .button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert:focus, .button[disabled].alert:hover, button.disabled.alert:focus, button.disabled.alert:hover, button[disabled].alert:focus, button[disabled].alert:hover {
                color: #f3f3f3
            }

            .button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert:focus, .button[disabled].alert:hover, button.disabled.alert:focus, button.disabled.alert:hover, button[disabled].alert:focus, button[disabled].alert:hover {
                background-color: #f04124
            }

        .button.disabled.warning, .button[disabled].warning, button.disabled.warning, button[disabled].warning {
            background-color: #f08a24;
            border-color: #f9d0a7;
            color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            cursor: default;
            opacity: .6
        }

            .button.disabled.warning:focus, .button.disabled.warning:hover, .button[disabled].warning:focus, .button[disabled].warning:hover, button.disabled.warning:focus, button.disabled.warning:hover, button[disabled].warning:focus, button[disabled].warning:hover {
                background-color: #f9d0a7
            }

            .button.disabled.warning:focus, .button.disabled.warning:hover, .button[disabled].warning:focus, .button[disabled].warning:hover, button.disabled.warning:focus, button.disabled.warning:hover, button[disabled].warning:focus, button[disabled].warning:hover {
                color: #f3f3f3
            }

            .button.disabled.warning:focus, .button.disabled.warning:hover, .button[disabled].warning:focus, .button[disabled].warning:hover, button.disabled.warning:focus, button.disabled.warning:hover, button[disabled].warning:focus, button[disabled].warning:hover {
                background-color: #f08a24
            }

        .button.disabled.info, .button[disabled].info, button.disabled.info, button[disabled].info {
            background-color: #a0d3e8;
            border-color: #d9edf6;
            color: #f3f3f3;
            -webkit-box-shadow: none;
            box-shadow: none;
            cursor: default;
            opacity: .6
        }

            .button.disabled.info:focus, .button.disabled.info:hover, .button[disabled].info:focus, .button[disabled].info:hover, button.disabled.info:focus, button.disabled.info:hover, button[disabled].info:focus, button[disabled].info:hover {
                background-color: #d9edf6
            }

            .button.disabled.info:focus, .button.disabled.info:hover, .button[disabled].info:focus, .button[disabled].info:hover, button.disabled.info:focus, button.disabled.info:hover, button[disabled].info:focus, button[disabled].info:hover {
                color: #f3f3f3
            }

            .button.disabled.info:focus, .button.disabled.info:hover, .button[disabled].info:focus, .button[disabled].info:hover, button.disabled.info:focus, button.disabled.info:hover, button[disabled].info:focus, button[disabled].info:hover {
                background-color: #a0d3e8
            }

    button::-moz-focus-inner {
        border: 0;
        padding: 0
    }

@media print,only screen and (min-width:48rem) {
    .button, button {
        display: inline-block
    }
}

.button-group {
    list-style: none;
    margin: 0;
    left: 0
}

    .button-group:after, .button-group:before {
        content: " ";
        display: table
    }

    .button-group:after {
        clear: both
    }

    .button-group.even-2 li {
        display: inline-block;
        margin: 0 -2px;
        width: 50%
    }

        .button-group.even-2 li .button, .button-group.even-2 li > button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,.5)
        }

        .button-group.even-2 li:first-child .button, .button-group.even-2 li:first-child button {
            border-left: 0
        }

        .button-group.even-2 li .button, .button-group.even-2 li button {
            width: 100%
        }

    .button-group.even-3 li {
        display: inline-block;
        margin: 0 -2px;
        width: 33.33333%
    }

        .button-group.even-3 li .button, .button-group.even-3 li > button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,.5)
        }

        .button-group.even-3 li:first-child .button, .button-group.even-3 li:first-child button {
            border-left: 0
        }

        .button-group.even-3 li .button, .button-group.even-3 li button {
            width: 100%
        }

    .button-group.even-4 li {
        display: inline-block;
        margin: 0 -2px;
        width: 25%
    }

        .button-group.even-4 li .button, .button-group.even-4 li > button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,.5)
        }

        .button-group.even-4 li:first-child .button, .button-group.even-4 li:first-child button {
            border-left: 0
        }

        .button-group.even-4 li .button, .button-group.even-4 li button {
            width: 100%
        }

    .button-group.even-5 li {
        display: inline-block;
        margin: 0 -2px;
        width: 20%
    }

        .button-group.even-5 li .button, .button-group.even-5 li > button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,.5)
        }

        .button-group.even-5 li:first-child .button, .button-group.even-5 li:first-child button {
            border-left: 0
        }

        .button-group.even-5 li .button, .button-group.even-5 li button {
            width: 100%
        }

    .button-group.even-6 li {
        display: inline-block;
        margin: 0 -2px;
        width: 16.66667%
    }

        .button-group.even-6 li .button, .button-group.even-6 li > button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,.5)
        }

        .button-group.even-6 li:first-child .button, .button-group.even-6 li:first-child button {
            border-left: 0
        }

        .button-group.even-6 li .button, .button-group.even-6 li button {
            width: 100%
        }

    .button-group.even-7 li {
        display: inline-block;
        margin: 0 -2px;
        width: 14.28571%
    }

        .button-group.even-7 li .button, .button-group.even-7 li > button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,.5)
        }

        .button-group.even-7 li:first-child .button, .button-group.even-7 li:first-child button {
            border-left: 0
        }

        .button-group.even-7 li .button, .button-group.even-7 li button {
            width: 100%
        }

    .button-group.even-8 li {
        display: inline-block;
        margin: 0 -2px;
        width: 12.5%
    }

        .button-group.even-8 li .button, .button-group.even-8 li > button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,.5)
        }

        .button-group.even-8 li:first-child .button, .button-group.even-8 li:first-child button {
            border-left: 0
        }

        .button-group.even-8 li .button, .button-group.even-8 li button {
            width: 100%
        }

    .button-group > li {
        display: inline-block;
        margin: 0 -2px
    }

        .button-group > li .button, .button-group > li > button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,.5)
        }

        .button-group > li:first-child .button, .button-group > li:first-child button {
            border-left: 0
        }

    .button-group.stack > li {
        display: block;
        margin: 0;
        float: none
    }

        .button-group.stack > li .button, .button-group.stack > li > button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,.5)
        }

        .button-group.stack > li:first-child .button, .button-group.stack > li:first-child button {
            border-left: 0
        }

        .button-group.stack > li .button, .button-group.stack > li > button {
            border-color: rgba(255,255,255,.5);
            border-left-width: 0;
            border-top: 1px solid;
            display: block;
            margin: 0
        }

        .button-group.stack > li > button {
            width: 100%
        }

        .button-group.stack > li:first-child .button, .button-group.stack > li:first-child button {
            border-top: 0
        }

    .button-group.stack-for-small > li {
        display: inline-block;
        margin: 0 -2px
    }

        .button-group.stack-for-small > li .button, .button-group.stack-for-small > li > button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,.5)
        }

        .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child button {
            border-left: 0
        }

@media only screen and (max-width:47.9375rem) {
    .button-group.stack-for-small > li {
        display: block;
        margin: 0;
        width: 100%
    }

        .button-group.stack-for-small > li .button, .button-group.stack-for-small > li > button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,.5)
        }

        .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child button {
            border-left: 0
        }

        .button-group.stack-for-small > li .button, .button-group.stack-for-small > li > button {
            border-color: rgba(255,255,255,.5);
            border-left-width: 0;
            border-top: 1px solid;
            display: block;
            margin: 0
        }

        .button-group.stack-for-small > li > button {
            width: 100%
        }

        .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child button {
            border-top: 0
        }
}

.button-group.radius > * {
    display: inline-block;
    margin: 0 -2px
}

    .button-group.radius > * .button, .button-group.radius > * > button {
        border-left: 1px solid;
        border-color: rgba(255,255,255,.5)
    }

.button-group.radius > :first-child .button, .button-group.radius > :first-child button {
    border-left: 0
}

.button-group.radius > *, .button-group.radius > * > .button, .button-group.radius > * > a, .button-group.radius > * > button {
    border-radius: 0
}

.button-group.radius > :first-child, .button-group.radius > :first-child > .button, .button-group.radius > :first-child > a, .button-group.radius > :first-child > button {
    -webkit-border-bottom-left-radius: .1875rem;
    -webkit-border-top-left-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
    border-top-left-radius: .1875rem
}

.button-group.radius > :last-child, .button-group.radius > :last-child > .button, .button-group.radius > :last-child > a, .button-group.radius > :last-child > button {
    -webkit-border-bottom-right-radius: .1875rem;
    -webkit-border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.button-group.radius.stack > * {
    display: block;
    margin: 0
}

    .button-group.radius.stack > * .button, .button-group.radius.stack > * > button {
        border-left: 1px solid;
        border-color: rgba(255,255,255,.5)
    }

.button-group.radius.stack > :first-child .button, .button-group.radius.stack > :first-child button {
    border-left: 0
}

.button-group.radius.stack > * .button, .button-group.radius.stack > * > button {
    border-color: rgba(255,255,255,.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0
}

.button-group.radius.stack > * > button {
    width: 100%
}

.button-group.radius.stack > :first-child .button, .button-group.radius.stack > :first-child button {
    border-top: 0
}

.button-group.radius.stack > *, .button-group.radius.stack > * > .button, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button {
    border-radius: 0
}

.button-group.radius.stack > :first-child, .button-group.radius.stack > :first-child > .button, .button-group.radius.stack > :first-child > a, .button-group.radius.stack > :first-child > button {
    -webkit-top-left-radius: .1875rem;
    -webkit-top-right-radius: .1875rem;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.button-group.radius.stack > :last-child, .button-group.radius.stack > :last-child > .button, .button-group.radius.stack > :last-child > a, .button-group.radius.stack > :last-child > button {
    -webkit-bottom-left-radius: .1875rem;
    -webkit-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
    border-bottom-right-radius: .1875rem
}

@media print,only screen and (min-width:48rem) {
    .button-group.radius.stack-for-small > * {
        display: inline-block;
        margin: 0 -2px
    }

        .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * > button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,.5)
        }

    .button-group.radius.stack-for-small > :first-child .button, .button-group.radius.stack-for-small > :first-child button {
        border-left: 0
    }

    .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > .button, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button {
        border-radius: 0
    }

    .button-group.radius.stack-for-small > :first-child, .button-group.radius.stack-for-small > :first-child > .button, .button-group.radius.stack-for-small > :first-child > a, .button-group.radius.stack-for-small > :first-child > button {
        -webkit-border-bottom-left-radius: .1875rem;
        -webkit-border-top-left-radius: .1875rem;
        border-bottom-left-radius: .1875rem;
        border-top-left-radius: .1875rem
    }

    .button-group.radius.stack-for-small > :last-child, .button-group.radius.stack-for-small > :last-child > .button, .button-group.radius.stack-for-small > :last-child > a, .button-group.radius.stack-for-small > :last-child > button {
        -webkit-border-bottom-right-radius: .1875rem;
        -webkit-border-top-right-radius: .1875rem;
        border-bottom-right-radius: .1875rem;
        border-top-right-radius: .1875rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .button-group.radius.stack-for-small > * {
        display: block;
        margin: 0
    }

        .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * > button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,.5)
        }

    .button-group.radius.stack-for-small > :first-child .button, .button-group.radius.stack-for-small > :first-child button {
        border-left: 0
    }

    .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * > button {
        border-color: rgba(255,255,255,.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0
    }

    .button-group.radius.stack-for-small > * > button {
        width: 100%
    }

    .button-group.radius.stack-for-small > :first-child .button, .button-group.radius.stack-for-small > :first-child button {
        border-top: 0
    }

    .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > .button, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button {
        border-radius: 0
    }

    .button-group.radius.stack-for-small > :first-child, .button-group.radius.stack-for-small > :first-child > .button, .button-group.radius.stack-for-small > :first-child > a, .button-group.radius.stack-for-small > :first-child > button {
        -webkit-top-left-radius: .1875rem;
        -webkit-top-right-radius: .1875rem;
        border-top-left-radius: .1875rem;
        border-top-right-radius: .1875rem
    }

    .button-group.radius.stack-for-small > :last-child, .button-group.radius.stack-for-small > :last-child > .button, .button-group.radius.stack-for-small > :last-child > a, .button-group.radius.stack-for-small > :last-child > button {
        -webkit-bottom-left-radius: .1875rem;
        -webkit-bottom-right-radius: .1875rem;
        border-bottom-left-radius: .1875rem;
        border-bottom-right-radius: .1875rem
    }
}

.button-group.round > * {
    display: inline-block;
    margin: 0 -2px
}

    .button-group.round > * .button, .button-group.round > * > button {
        border-left: 1px solid;
        border-color: rgba(255,255,255,.5)
    }

.button-group.round > :first-child .button, .button-group.round > :first-child button {
    border-left: 0
}

.button-group.round > *, .button-group.round > * > .button, .button-group.round > * > a, .button-group.round > * > button {
    border-radius: 0
}

.button-group.round > :first-child, .button-group.round > :first-child > .button, .button-group.round > :first-child > a, .button-group.round > :first-child > button {
    -webkit-border-bottom-left-radius: 62.5rem;
    -webkit-border-top-left-radius: 62.5rem;
    border-bottom-left-radius: 62.5rem;
    border-top-left-radius: 62.5rem
}

.button-group.round > :last-child, .button-group.round > :last-child > .button, .button-group.round > :last-child > a, .button-group.round > :last-child > button {
    -webkit-border-bottom-right-radius: 62.5rem;
    -webkit-border-top-right-radius: 62.5rem;
    border-bottom-right-radius: 62.5rem;
    border-top-right-radius: 62.5rem
}

.button-group.round.stack > * {
    display: block;
    margin: 0
}

    .button-group.round.stack > * .button, .button-group.round.stack > * > button {
        border-left: 1px solid;
        border-color: rgba(255,255,255,.5)
    }

.button-group.round.stack > :first-child .button, .button-group.round.stack > :first-child button {
    border-left: 0
}

.button-group.round.stack > * .button, .button-group.round.stack > * > button {
    border-color: rgba(255,255,255,.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0
}

.button-group.round.stack > * > button {
    width: 100%
}

.button-group.round.stack > :first-child .button, .button-group.round.stack > :first-child button {
    border-top: 0
}

.button-group.round.stack > *, .button-group.round.stack > * > .button, .button-group.round.stack > * > a, .button-group.round.stack > * > button {
    border-radius: 0
}

.button-group.round.stack > :first-child, .button-group.round.stack > :first-child > .button, .button-group.round.stack > :first-child > a, .button-group.round.stack > :first-child > button {
    -webkit-top-left-radius: .5rem;
    -webkit-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.button-group.round.stack > :last-child, .button-group.round.stack > :last-child > .button, .button-group.round.stack > :last-child > a, .button-group.round.stack > :last-child > button {
    -webkit-bottom-left-radius: .5rem;
    -webkit-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

@media print,only screen and (min-width:48rem) {
    .button-group.round.stack-for-small > * {
        display: inline-block;
        margin: 0 -2px
    }

        .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * > button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,.5)
        }

    .button-group.round.stack-for-small > :first-child .button, .button-group.round.stack-for-small > :first-child button {
        border-left: 0
    }

    .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > .button, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button {
        border-radius: 0
    }

    .button-group.round.stack-for-small > :first-child, .button-group.round.stack-for-small > :first-child > .button, .button-group.round.stack-for-small > :first-child > a, .button-group.round.stack-for-small > :first-child > button {
        -webkit-border-bottom-left-radius: 62.5rem;
        -webkit-border-top-left-radius: 62.5rem;
        border-bottom-left-radius: 62.5rem;
        border-top-left-radius: 62.5rem
    }

    .button-group.round.stack-for-small > :last-child, .button-group.round.stack-for-small > :last-child > .button, .button-group.round.stack-for-small > :last-child > a, .button-group.round.stack-for-small > :last-child > button {
        -webkit-border-bottom-right-radius: 62.5rem;
        -webkit-border-top-right-radius: 62.5rem;
        border-bottom-right-radius: 62.5rem;
        border-top-right-radius: 62.5rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .button-group.round.stack-for-small > * {
        display: block;
        margin: 0
    }

        .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * > button {
            border-left: 1px solid;
            border-color: rgba(255,255,255,.5)
        }

    .button-group.round.stack-for-small > :first-child .button, .button-group.round.stack-for-small > :first-child button {
        border-left: 0
    }

    .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * > button {
        border-color: rgba(255,255,255,.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0
    }

    .button-group.round.stack-for-small > * > button {
        width: 100%
    }

    .button-group.round.stack-for-small > :first-child .button, .button-group.round.stack-for-small > :first-child button {
        border-top: 0
    }

    .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > .button, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button {
        border-radius: 0
    }

    .button-group.round.stack-for-small > :first-child, .button-group.round.stack-for-small > :first-child > .button, .button-group.round.stack-for-small > :first-child > a, .button-group.round.stack-for-small > :first-child > button {
        -webkit-top-left-radius: .5rem;
        -webkit-top-right-radius: .5rem;
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }

    .button-group.round.stack-for-small > :last-child, .button-group.round.stack-for-small > :last-child > .button, .button-group.round.stack-for-small > :last-child > a, .button-group.round.stack-for-small > :last-child > button {
        -webkit-bottom-left-radius: .5rem;
        -webkit-bottom-right-radius: .5rem;
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem
    }
}

.button-bar:after, .button-bar:before {
    content: " ";
    display: table
}

.button-bar:after {
    clear: both
}

.button-bar .button-group {
    float: left;
    margin-right: .625rem
}

    .button-bar .button-group div {
        overflow: hidden
    }

.f-dropdown {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: none 0 #ccc;
    font-size: 1rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    max-width: 18.75rem
}

    .f-dropdown.open {
        display: block
    }

    .f-dropdown > :first-child {
        margin-top: 0
    }

    .f-dropdown > :last-child {
        margin-bottom: 0
    }

    .f-dropdown.drop-right {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #fff;
        border: none 0 #ccc;
        font-size: 1rem;
        height: auto;
        max-height: none;
        width: 100%;
        z-index: 89;
        margin-top: 0;
        margin-left: 0;
        max-width: 18.75rem
    }

        .f-dropdown.drop-right.open {
            display: block
        }

        .f-dropdown.drop-right > :first-child {
            margin-top: 0
        }

        .f-dropdown.drop-right > :last-child {
            margin-bottom: 0
        }

        .f-dropdown.drop-right:before {
            border: inset 0;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent #fff transparent transparent;
            border-right-style: solid;
            position: absolute;
            top: 10px;
            left: 0;
            z-index: 89
        }

        .f-dropdown.drop-right:after {
            border: inset 1;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent #ccc transparent transparent;
            border-right-style: solid;
            position: absolute;
            top: 9px;
            left: -2;
            z-index: 88
        }

    .f-dropdown.drop-left {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #fff;
        border: none 0 #ccc;
        font-size: 1rem;
        height: auto;
        max-height: none;
        width: 100%;
        z-index: 89;
        margin-top: 0;
        margin-left: 0;
        max-width: 18.75rem
    }

        .f-dropdown.drop-left.open {
            display: block
        }

        .f-dropdown.drop-left > :first-child {
            margin-top: 0
        }

        .f-dropdown.drop-left > :last-child {
            margin-bottom: 0
        }

        .f-dropdown.drop-left:before {
            border: inset 0;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent transparent transparent #fff;
            border-left-style: solid;
            position: absolute;
            top: 10px;
            right: 0;
            left: auto;
            z-index: 89
        }

        .f-dropdown.drop-left:after {
            border: inset 1;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent transparent transparent #ccc;
            border-left-style: solid;
            position: absolute;
            top: 9px;
            right: -2;
            left: auto;
            z-index: 88
        }

    .f-dropdown.drop-top {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #fff;
        border: none 0 #ccc;
        font-size: 1rem;
        height: auto;
        max-height: none;
        width: 100%;
        z-index: 89;
        margin-left: 0;
        margin-top: 0;
        max-width: 18.75rem
    }

        .f-dropdown.drop-top.open {
            display: block
        }

        .f-dropdown.drop-top > :first-child {
            margin-top: 0
        }

        .f-dropdown.drop-top > :last-child {
            margin-bottom: 0
        }

        .f-dropdown.drop-top:before {
            border: inset 0;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: #fff transparent transparent transparent;
            border-top-style: solid;
            bottom: 0;
            position: absolute;
            top: auto;
            left: 10px;
            right: auto;
            z-index: 89
        }

        .f-dropdown.drop-top:after {
            border: inset 1;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: #ccc transparent transparent transparent;
            border-top-style: solid;
            bottom: -2;
            position: absolute;
            top: auto;
            left: 9px;
            right: auto;
            z-index: 88
        }

    .f-dropdown li {
        cursor: pointer;
        font-size: 1rem;
        line-height: 1.25rem;
        margin: 0
    }

        .f-dropdown li:focus, .f-dropdown li:hover {
            background: #fff
        }

        .f-dropdown li a {
            display: block;
            padding: .5rem 0;
            color: #000
        }

    .f-dropdown.content {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #fff;
        border: none 0 #ccc;
        font-size: 1rem;
        height: auto;
        max-height: none;
        padding: 0;
        width: 100%;
        z-index: 89;
        max-width: 18.75rem
    }

        .f-dropdown.content.open {
            display: block
        }

        .f-dropdown.content > :first-child {
            margin-top: 0
        }

        .f-dropdown.content > :last-child {
            margin-bottom: 0
        }

    .f-dropdown.radius {
        border-radius: .1875rem
    }

    .f-dropdown.tiny {
        max-width: 200px
    }

    .f-dropdown.small {
        max-width: 300px
    }

    .f-dropdown.medium {
        max-width: 500px
    }

    .f-dropdown.large {
        max-width: 800px
    }

    .f-dropdown.mega {
        width: 100% !important;
        max-width: 100% !important
    }

        .f-dropdown.mega.open {
            left: 0 !important
        }

.dropdown.button, button.dropdown {
    position: relative;
    padding-right: 3.5625rem
}

    .dropdown.button::after, button.dropdown::after {
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        top: 50%;
        width: 0
    }

    .dropdown.button::after, button.dropdown::after {
        border-width: .375rem;
        right: 1.6875rem;
        margin-top: -.34375rem
    }

    .dropdown.button::after, button.dropdown::after {
        border-color: #fff transparent transparent transparent
    }

    .dropdown.button.tiny, button.dropdown.tiny {
        padding-right: 2.625rem
    }

        .dropdown.button.tiny:after, button.dropdown.tiny:after {
            border-width: .375rem;
            right: 1.125rem;
            margin-top: -.125rem
        }

        .dropdown.button.tiny::after, button.dropdown.tiny::after {
            border-color: #fff transparent transparent transparent
        }

    .dropdown.button.small, button.dropdown.small {
        padding-right: 3.0625rem
    }

        .dropdown.button.small::after, button.dropdown.small::after {
            border-width: .4375rem;
            right: 1.3125rem;
            margin-top: -.15625rem
        }

        .dropdown.button.small::after, button.dropdown.small::after {
            border-color: #fff transparent transparent transparent
        }

    .dropdown.button.large, button.dropdown.large {
        padding-right: 3.625rem
    }

        .dropdown.button.large::after, button.dropdown.large::after {
            border-width: .3125rem;
            right: 1.71875rem;
            margin-top: -.15625rem
        }

        .dropdown.button.large::after, button.dropdown.large::after {
            border-color: #fff transparent transparent transparent
        }

    .dropdown.button.secondary:after, button.dropdown.secondary:after {
        border-color: #333 transparent transparent transparent
    }

.flex-video {
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.5625rem;
    position: relative
}

    .flex-video.widescreen {
        padding-bottom: 56.34%
    }

    .flex-video.vimeo {
        padding-top: 0
    }

    .flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0
    }

form {
    margin: 0 0 1rem
}

    form .row .row {
        margin: 0 -.5rem
    }

        form .row .row .column, form .row .row .columns {
            padding: 0 .5rem
        }

        form .row .row.collapse {
            margin: 0
        }

            form .row .row.collapse .column, form .row .row.collapse .columns {
                padding: 0
            }

            form .row .row.collapse input {
                -webkit-border-bottom-right-radius: 0;
                -webkit-border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-top-right-radius: 0
            }

    form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
        padding-left: .5rem
    }

label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0
}

    label.right {
        float: none !important;
        text-align: right
    }

    label.inline {
        margin: 0 0 1rem 0;
        padding: .5rem 0
    }

    label small {
        text-transform: capitalize;
        color: #676767
    }

.postfix, .prefix {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: .875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2
}

    .postfix.button {
        border: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        text-align: center
    }

    .prefix.button {
        border: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        text-align: center
    }

        .prefix.button.radius {
            border-radius: 0;
            -webkit-border-bottom-left-radius: .1875rem;
            -webkit-border-top-left-radius: .1875rem;
            border-bottom-left-radius: .1875rem;
            border-top-left-radius: .1875rem
        }

    .postfix.button.radius {
        border-radius: 0;
        -webkit-border-bottom-right-radius: .1875rem;
        -webkit-border-top-right-radius: .1875rem;
        border-bottom-right-radius: .1875rem;
        border-top-right-radius: .1875rem
    }

    .prefix.button.round {
        border-radius: 0;
        -webkit-border-bottom-left-radius: 62.5rem;
        -webkit-border-top-left-radius: 62.5rem;
        border-bottom-left-radius: 62.5rem;
        border-top-left-radius: 62.5rem
    }

    .postfix.button.round {
        border-radius: 0;
        -webkit-border-bottom-right-radius: 62.5rem;
        -webkit-border-top-right-radius: 62.5rem;
        border-bottom-right-radius: 62.5rem;
        border-top-right-radius: 62.5rem
    }

label.prefix, span.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc
}

label.postfix, span.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333;
    border-color: #ccc
}
/*/*input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{-webkit-appearance:none;-moz-appearance:none;border-radius:0;background-color:#f1f0f0;border-style:none;border-width:0;border-color:#ccc;-webkit-box-shadow:none;box-shadow:none;color:rgba(0,0,0,.75);display:block;font-family:inherit;font-size:.875rem;height:2.3125rem;margin:0 0 1rem 0;padding:.5rem;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .15s linear,background .15s linear;transition:border-color .15s linear,background .15s linear}input:not([type]):focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{background:#f1f0f0;border-color:#999;outline:0}input:not([type]):disabled,input[type=color]:disabled,input[type=date]:disabled,input[type=datetime-local]:disabled,input[type=datetime]:disabled,input[type=email]:disabled,input[type=month]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=text]:disabled,input[type=time]:disabled,input[type=url]:disabled,input[type=week]:disabled,textarea:disabled{background-color:#f1f0f0;cursor:default}fieldset[disabled] input:not([type]),fieldset[disabled] input[type=color],fieldset[disabled] input[type=date],fieldset[disabled] input[type=datetime-local],fieldset[disabled] input[type=datetime],fieldset[disabled] input[type=email],fieldset[disabled] input[type=month],fieldset[disabled] input[type=number],fieldset[disabled] input[type=password],fieldset[disabled] input[type=search],fieldset[disabled] input[type=tel],fieldset[disabled] input[type=text],fieldset[disabled] input[type=time],fieldset[disabled] input[type=url],fieldset[disabled] input[type=week],fieldset[disabled] textarea,input:not([type])[disabled],input:not([type])[readonly],input[type=color][disabled],input[type=color][readonly],input[type=date][disabled],input[type=date][readonly],input[type=datetime-local][disabled],input[type=datetime-local][readonly],input[type=datetime][disabled],input[type=datetime][readonly],input[type=email][disabled],input[type=email][readonly],input[type=month][disabled],input[type=month][readonly],input[type=number][disabled],input[type=number][readonly],input[type=password][disabled],input[type=password][readonly],input[type=search][disabled],input[type=search][readonly],input[type=tel][disabled],input[type=tel][readonly],input[type=text][disabled],input[type=text][readonly],input[type=time][disabled],input[type=time][readonly],input[type=url][disabled],input[type=url][readonly],input[type=week][disabled],input[type=week][readonly],textarea[disabled],textarea[readonly]{background-color:#f1f0f0;cursor:default}input:not([type]).radius,input[type=color].radius,input[type=date].radius,input[type=datetime-local].radius,input[type=datetime].radius,input[type=email].radius,input[type=month].radius,input[type=number].radius,input[type=password].radius,input[type=search].radius,input[type=tel].radius,input[type=text].radius,input[type=time].radius,input[type=url].radius,input[type=week].radius,textarea.radius{border-radius:.1875rem}form .row .prefix-radius.row.collapse button,form .row .prefix-radius.row.collapse input,form .row .prefix-radius.row.collapse select,form .row .prefix-radius.row.collapse textarea{border-radius:0;-webkit-border-bottom-right-radius:.1875rem;-webkit-border-top-right-radius:.1875rem;border-bottom-right-radius:.1875rem;border-top-right-radius:.1875rem}form .row .prefix-radius.row.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:.1875rem;-webkit-border-top-left-radius:.1875rem;border-bottom-left-radius:.1875rem;border-top-left-radius:.1875rem}form .row .postfix-radius.row.collapse button,form .row .postfix-radius.row.collapse input,form .row .postfix-radius.row.collapse select,form .row .postfix-radius.row.collapse textarea{border-radius:0;-webkit-border-bottom-left-radius:.1875rem;-webkit-border-top-left-radius:.1875rem;border-bottom-left-radius:.1875rem;border-top-left-radius:.1875rem}*/ */
form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: .1875rem;
    -webkit-border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem;
    border-top-right-radius: .1875rem
}

form .row .prefix-round.row.collapse button, form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse select, form .row .prefix-round.row.collapse textarea {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 62.5rem;
    -webkit-border-top-right-radius: 62.5rem;
    border-bottom-right-radius: 62.5rem;
    border-top-right-radius: 62.5rem
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 62.5rem;
    -webkit-border-top-left-radius: 62.5rem;
    border-bottom-left-radius: 62.5rem;
    border-top-left-radius: 62.5rem
}

form .row .postfix-round.row.collapse button, form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse select, form .row .postfix-round.row.collapse textarea {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 62.5rem;
    -webkit-border-top-left-radius: 62.5rem;
    border-bottom-left-radius: 62.5rem;
    border-top-left-radius: 62.5rem
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 62.5rem;
    -webkit-border-top-right-radius: 62.5rem;
    border-bottom-right-radius: 62.5rem;
    border-top-right-radius: 62.5rem
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

textarea[rows] {
    height: auto
}

textarea {
    max-width: 100%
}

::-webkit-input-placeholder {
    color: #666
}

:-moz-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #fafafa;
    border-radius: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: none;
    border-width: 0;
    border-color: #ccc;
    color: rgba(0,0,0,.75);
    font-family: inherit;
    font-size: .875rem;
    line-height: normal;
    padding: .5rem;
    border-radius: 0;
    height: 2.3125rem
}

    select::-ms-expand {
        display: none
    }

    select.radius {
        border-radius: .1875rem
    }

    select:focus {
        background-color: #f3f3f3;
        border-color: #999
    }

    select:disabled {
        background-color: #f1f0f0;
        cursor: default
    }

    select[multiple] {
        height: auto
    }

input[type=checkbox], input[type=file], input[type=radio], select {
    margin: 0 0 1rem 0
}

    input[type=checkbox] + label, input[type=radio] + label {
        display: inline-block;
        margin-left: .5rem;
        margin-right: 1rem;
        margin-bottom: 0;
        vertical-align: baseline
    }

input[type=file] {
    width: 100%
}

fieldset {
    border: 1px solid #ddd;
    margin: 1.125rem 0;
    padding: 1.25rem
}

    fieldset legend {
        font-weight: 700;
        margin: 0;
        margin-left: -.1875rem;
        padding: 0 .1875rem
    }

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] small.error, [data-abide] span.error {
    display: block;
    font-size: .75rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: .375rem .5625rem .5625rem;
    background: #f04124;
    color: #fff
}

[data-abide] small.error, [data-abide] span.error {
    display: none
}

small.error, span.error {
    display: block;
    font-size: .75rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: .375rem .5625rem .5625rem;
    background: #f04124;
    color: #fff
}

.error input, .error select, .error textarea {
    margin-bottom: 0
}

    .error input[type=checkbox], .error input[type=radio] {
        margin-bottom: 1rem
    }

.error label, .error label.error {
    color: #f04124
}

.error small.error {
    display: block;
    font-size: .75rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: .375rem .5625rem .5625rem;
    background: #f04124;
    color: #fff
}

.error > label > small {
    background: 0 0;
    color: #676767;
    display: inline;
    font-size: 60%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

.error span.error-message {
    display: block
}

input.error, select.error, textarea.error {
    margin-bottom: 0
}

label.error {
    color: #f04124
}

.inline-list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: -1.375rem;
    margin-right: 0;
    overflow: hidden;
    padding: 0
}

    .inline-list > li {
        display: block;
        float: left;
        list-style: none;
        margin-left: 1.375rem
    }

        .inline-list > li > * {
            display: block
        }

.keystroke, kbd {
    background-color: #ededed;
    border-color: #ddd;
    color: #222;
    border-style: solid;
    border-width: 1px;
    font-family: Consolas,Menlo,Courier,monospace;
    font-size: inherit;
    margin: 0;
    padding: .125rem .25rem 0;
    border-radius: .1875rem
}

.label {
    display: inline-block;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 400;
    line-height: 1;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: .25rem .5rem .25rem;
    font-size: .6875rem;
    background-color: #000;
    color: #fff
}

    .label.radius {
        border-radius: .1875rem
    }

    .label.round {
        border-radius: 1000px
    }

    .label.alert {
        background-color: #f04124;
        color: #fff
    }

    .label.warning {
        background-color: #f08a24;
        color: #fff
    }

    .label.success {
        background-color: #43ac6a;
        color: #fff
    }

    .label.secondary {
        background-color: #f3f3f3;
        color: #333
    }

    .label.info {
        background-color: #a0d3e8;
        color: #333
    }

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333
}

    .panel > :first-child {
        margin-top: 0
    }

    .panel > :last-child {
        margin-bottom: 0
    }

    .panel .h1, .panel .h2, .panel .h3, .panel .h4, .panel .h5, .panel .h6, .panel .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, .panel dl, .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel li, .panel p, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .panel .q-title {
        color: #333
    }

    .panel .h1, .panel .h2, .panel .h3, .panel .h4, .panel .h5, .panel .h6, .panel .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .panel .q-title {
        line-height: 1;
        margin-bottom: .625rem
    }

        .panel .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .subheader.q-title, .panel .subheader.h1, .panel .subheader.h2, .panel .subheader.h3, .panel .subheader.h4, .panel .subheader.h5, .panel .subheader.h6, .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .panel .subheader.q-title {
            line-height: 1.4
        }

    .panel.callout {
        border-style: solid;
        border-width: 1px;
        border-color: #d8d8d8;
        margin-bottom: 1.25rem;
        padding: 1.25rem;
        background: #f0f0f0;
        color: #333
    }

        .panel.callout > :first-child {
            margin-top: 0
        }

        .panel.callout > :last-child {
            margin-bottom: 0
        }

        .panel.callout .h1, .panel.callout .h2, .panel.callout .h3, .panel.callout .h4, .panel.callout .h5, .panel.callout .h6, .panel.callout .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, .panel.callout dl, .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout li, .panel.callout p, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .panel.callout .q-title {
            color: #333
        }

        .panel.callout .h1, .panel.callout .h2, .panel.callout .h3, .panel.callout .h4, .panel.callout .h5, .panel.callout .h6, .panel.callout .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .panel.callout .q-title {
            line-height: 1;
            margin-bottom: .625rem
        }

            .panel.callout .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .subheader.q-title, .panel.callout .subheader.h1, .panel.callout .subheader.h2, .panel.callout .subheader.h3, .panel.callout .subheader.h4, .panel.callout .subheader.h5, .panel.callout .subheader.h6, .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .panel.callout .subheader.q-title {
                line-height: 1.4
            }

        .panel.callout a:not(.button) {
            color: #000
        }

            .panel.callout a:not(.button):focus, .panel.callout a:not(.button):hover {
                color: #000
            }

    .panel.radius {
        border-radius: .1875rem
    }

.progress {
    background-color: #f6f6f6;
    border: 1px solid #fff;
    height: 1.5625rem;
    margin-bottom: .625rem;
    padding: .125rem
}

    .progress .meter {
        background: #000;
        display: block;
        height: 100%;
        float: left;
        width: 0%
    }

        .progress .meter.secondary {
            background: #f3f3f3;
            display: block;
            height: 100%;
            float: left;
            width: 0%
        }

        .progress .meter.success {
            background: #43ac6a;
            display: block;
            height: 100%;
            float: left;
            width: 0%
        }

        .progress .meter.alert {
            background: #f04124;
            display: block;
            height: 100%;
            float: left;
            width: 0%
        }

    .progress.secondary .meter {
        background: #f3f3f3;
        display: block;
        height: 100%;
        float: left;
        width: 0%
    }

    .progress.success .meter {
        background: #43ac6a;
        display: block;
        height: 100%;
        float: left;
        width: 0%
    }

    .progress.alert .meter {
        background: #f04124;
        display: block;
        height: 100%;
        float: left;
        width: 0%
    }

    .progress.radius {
        border-radius: .1875rem
    }

        .progress.radius .meter {
            border-radius: -.8125rem
        }

    .progress.round {
        border-radius: 1000px
    }

        .progress.round .meter {
            border-radius: 999px
        }

.range-slider {
    border: 1px solid none;
    margin: 1.25rem 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    display: block;
    height: .25rem;
    width: 100%;
    background: #ccc
}

    .range-slider.vertical-range {
        border: 1px solid none;
        margin: 1.25rem 0;
        position: relative;
        -ms-touch-action: none;
        touch-action: none;
        display: inline-block;
        height: 12.5rem;
        width: 1rem
    }

        .range-slider.vertical-range .range-slider-handle {
            bottom: -11.375rem;
            margin-left: -.28125rem;
            margin-top: 0;
            position: absolute
        }

        .range-slider.vertical-range .range-slider-active-segment {
            border-bottom-left-radius: inherit;
            border-bottom-right-radius: inherit;
            border-top-left-radius: initial;
            bottom: 0;
            height: auto;
            width: .125rem
        }

    .range-slider.radius {
        background: #ccc;
        border-radius: .1875rem
    }

        .range-slider.radius .range-slider-handle {
            background: #f7d900;
            border-radius: .1875rem
        }

            .range-slider.radius .range-slider-handle:hover {
                background: #000
            }

    .range-slider.round {
        background: #ccc;
        border-radius: 62.5rem
    }

        .range-slider.round .range-slider-handle {
            background: #f7d900;
            border-radius: 62.5rem
        }

            .range-slider.round .range-slider-handle:hover {
                background: #000
            }

    .range-slider.disabled, .range-slider[disabled] {
        background: #ccc;
        cursor: not-allowed;
        opacity: .7
    }

        .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
            background: #f7d900;
            cursor: default;
            opacity: .7
        }

            .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
                background: #000
            }

.range-slider-active-segment {
    background: #f7d900;
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
    display: inline-block;
    height: .125rem;
    position: absolute
}

.range-slider-handle {
    border: 2px solid #fff;
    cursor: pointer;
    display: inline-block;
    height: 1.125rem;
    position: absolute;
    top: -.625rem;
    width: 1.125rem;
    z-index: 1;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #f7d900
}

    .range-slider-handle:hover {
        background: #000
    }

.reveal-modal-bg {
    background: #000;
    background: rgba(0,0,0,.45);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0
}

.reveal-modal {
    border-radius: 0;
    display: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1005;
    left: 0;
    background-color: #fff;
    padding: 0;
    border: solid 0 #666;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-shadow: 0 0 10px rgba(0,0,0,.4)
}

@media only screen and (max-width:47.9375rem) {
    .reveal-modal {
        min-height: 100%
    }
}

.reveal-modal .column, .reveal-modal .columns {
    min-width: 0
}

.reveal-modal > :first-child {
    margin-top: 0
}

.reveal-modal > :last-child {
    margin-bottom: 0
}

@media print,only screen and (min-width:48rem) {
    .reveal-modal {
        left: 0;
        margin: 0 auto;
        max-width: 100%;
        right: 0;
        width: 100%
    }
}

@media print,only screen and (min-width:48rem) {
    .reveal-modal {
        top: 2.5rem
    }
}

.reveal-modal.radius {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.reveal-modal.round {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 62.5rem
}

.reveal-modal.collapse {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media print,only screen and (min-width:48rem) {
    .reveal-modal.tiny {
        left: 0;
        margin: 0 auto;
        max-width: 100%;
        right: 0;
        width: 30%
    }
}

@media print,only screen and (min-width:48rem) {
    .reveal-modal.small {
        left: 0;
        margin: 0 auto;
        max-width: 100%;
        right: 0;
        width: 40%
    }
}

@media print,only screen and (min-width:48rem) {
    .reveal-modal.medium {
        left: 0;
        margin: 0 auto;
        max-width: 100%;
        right: 0;
        width: 60%
    }
}

@media print,only screen and (min-width:48rem) {
    .reveal-modal.large {
        left: 0;
        margin: 0 auto;
        max-width: 100%;
        right: 0;
        width: 70%
    }
}

@media print,only screen and (min-width:48rem) {
    .reveal-modal.xlarge {
        left: 0;
        margin: 0 auto;
        max-width: 100%;
        right: 0;
        width: 95%
    }
}

.reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0
}

@media print,only screen and (min-width:48rem) {
    .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 100%;
        right: 0;
        width: 100%
    }
}

.reveal-modal.toback {
    z-index: 1003
}

.reveal-modal .close-reveal-modal {
    color: #fff;
    cursor: pointer;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 3.9375rem;
    right: 1.6875rem
}

table {
    background: #eee;
    border: none 1px #ddd;
    margin-bottom: 1.25rem;
    table-layout: auto
}

    table caption {
        background: 0 0;
        color: #000;
        font-size: 1rem;
        font-weight: 700
    }

    table thead {
        background: #fff
    }

        table thead tr td, table thead tr th {
            color: #000;
            font-size: .875rem;
            font-weight: 700;
            padding: 1.25rem 0 1rem 0
        }

    table tfoot {
        background: #fff
    }

        table tfoot tr td, table tfoot tr th {
            color: #000;
            font-size: .875rem;
            font-weight: 700;
            padding: 1.25rem 0 1rem 0
        }

    table tr td, table tr th {
        color: #222;
        font-size: .875rem;
        padding: .25rem .5rem;
        text-align: right
    }

    table tr.alt, table tr.even, table tr:nth-of-type(even) {
        background: #fff
    }

    table tbody tr td, table tbody tr th, table tfoot tr td, table tfoot tr th, table thead tr th, table tr td {
        display: table-cell;
        line-height: 1.125rem
    }

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0
}

    .tabs:after, .tabs:before {
        content: " ";
        display: table
    }

    .tabs:after {
        clear: both
    }

    .tabs .tab-title, .tabs dd {
        float: left;
        list-style: none;
        margin-bottom: 0 !important;
        position: relative
    }

        .tabs .tab-title > a, .tabs dd > a {
            display: block;
            background-color: transparent;
            color: #000;
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-size: 1.125rem;
            padding: .25rem .5rem
        }

            .tabs .tab-title > a:hover, .tabs dd > a:hover {
                background-color: #f7d900
            }

        .tabs .tab-title.active > a, .tabs dd.active > a {
            background-color: #f7d900;
            color: #000
        }

    .tabs.radius .tab:first-child a, .tabs.radius dd:first-child a {
        -webkit-border-bottom-left-radius: .1875rem;
        -webkit-border-top-left-radius: .1875rem;
        border-bottom-left-radius: .1875rem;
        border-top-left-radius: .1875rem
    }

    .tabs.radius .tab:last-child a, .tabs.radius dd:last-child a {
        -webkit-border-bottom-right-radius: .1875rem;
        -webkit-border-top-right-radius: .1875rem;
        border-bottom-right-radius: .1875rem;
        border-top-right-radius: .1875rem
    }

    .tabs.vertical .tab-title, .tabs.vertical dd {
        position: inherit;
        float: none;
        display: block;
        top: auto
    }

.tabs-content {
    width: 100%
}

    .tabs-content:after, .tabs-content:before {
        content: " ";
        display: table
    }

    .tabs-content:after {
        clear: both
    }

    .tabs-content > .content {
        display: none;
        float: left;
        margin-bottom: .625rem;
        padding: 1.09375rem 0;
        width: 100%
    }

        .tabs-content > .content.active {
            display: block;
            float: none
        }

        .tabs-content > .content.contained {
            padding: 1.09375rem
        }

    .tabs-content.vertical {
        display: block
    }

        .tabs-content.vertical > .content {
            padding: 0 1.09375rem
        }

@media print,only screen and (min-width:48rem) {
    .tabs.vertical {
        float: left;
        margin: 0;
        margin-bottom: 1.25rem !important;
        max-width: 20%;
        width: 20%
    }

    .tabs-content.vertical {
        float: left;
        margin-left: -1px;
        max-width: 80%;
        padding-left: 1rem;
        width: 80%
    }
}

.no-js .tabs-content > .content {
    display: block;
    float: none
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:48rem)/";
    width: "48rem"
}

.contain-to-grid {
    width: 100%;
    background: #fff
}

    .contain-to-grid .top-bar {
        margin-bottom: 0;
        direction: rtl;
    }

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0
}

    .fixed.expanded:not(.top-bar) {
        height: auto;
        max-height: 100%;
        overflow-y: auto;
        width: 100%
    }

        .fixed.expanded:not(.top-bar) .title-area {
            position: fixed;
            width: 100%;
            z-index: 99
        }

        .fixed.expanded:not(.top-bar) .top-bar-section {
            margin-top: 9rem;
            z-index: 98
        }

.top-bar {
    background: #fff;
    height: 9rem;
    line-height: 9rem;
    margin-bottom: 0;
    overflow: hidden;
    position: relative
}

    .top-bar ul {
        list-style: none;
        margin-bottom: 0
    }

    .top-bar .row {
        max-width: none
    }

    .top-bar form, .top-bar input, .top-bar select {
        margin-bottom: 0
    }

    .top-bar input, .top-bar select {
        font-size: .75rem;
        height: 1.75rem;
        padding-bottom: .35rem;
        padding-top: .35rem
    }

    .top-bar .button, .top-bar button {
        font-size: .75rem;
        margin-bottom: 0;
        padding-bottom: .4125rem;
        padding-top: .4125rem
    }

@media only screen and (max-width:47.9375rem) {
    .top-bar .button, .top-bar button {
        position: relative;
        top: -1px
    }
}

.top-bar .title-area {
    margin: 0;
    position: relative
}

.top-bar .name {
    font-size: 16;
    height: 9rem;
    margin: 0
}

    .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .top-bar .name .q-title, .top-bar .name .h1, .top-bar .name .h2, .top-bar .name .h3, .top-bar .name .h4, .top-bar .name .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
        font-size: 1.125rem;
        line-height: 9rem;
        margin: 0
    }

        .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .top-bar .name .q-title a, .top-bar .name .h1 a, .top-bar .name .h2 a, .top-bar .name .h3 a, .top-bar .name .h4 a, .top-bar .name .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title a, .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
            color: #3b3938;
            display: block;
            font-weight: 400;
            padding: 0 .5rem;
            width: 75%
        }

.top-bar .toggle-topbar {
    position: absolute;
    left: 0;
    top: 0
}

    .top-bar .toggle-topbar a {
        color: #3b3938;
        display: block;
        font-size: .8125rem;
        font-weight: 700;
        height: 9rem;
        line-height: 9rem;
        padding: 0 .5rem;
        position: relative;
        text-transform: uppercase
    }

    .top-bar .toggle-topbar.menu-icon {
        margin-top: -16px;
        top: 50%
    }

        .top-bar .toggle-topbar.menu-icon a {
            color: #000;
            height: 34px;
            line-height: 33px;
            padding: 0 2.0625rem 0 .5rem;
            position: relative
        }

            .top-bar .toggle-topbar.menu-icon a span::after {
                content: "";
                display: block;
                height: 1px;
                position: absolute;
                margin-top: -8px;
                top: 50%;
                right: .5rem;
                background-color: #000;
                -webkit-box-shadow: 0 7px 0 0 #000,0 14px 0 0 #000;
                box-shadow: 0 7px 0 0 #000,0 14px 0 0 #000;
                width: 16px
            }

            .top-bar .toggle-topbar.menu-icon a:hover span::after {
                background-color: "";
                -webkit-box-shadow: 0 7px 0 0 "",0 14px 0 0 "";
                box-shadow: 0 7px 0 0 "",0 14px 0 0 ""
            }

.top-bar.expanded {
    background: 0 0;
    height: auto
}

    .top-bar.expanded .title-area {
        background: #fff
    }

    .top-bar.expanded .toggle-topbar a {
        color: #888
    }

        .top-bar.expanded .toggle-topbar a span::after {
            -webkit-box-shadow: 0 0 0 1px #000,0 7px 0 1px #000,0 14px 0 1px #000;
            box-shadow: 0 0 0 1px #000,0 7px 0 1px #000,0 14px 0 1px #000
        }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .top-bar.expanded .top-bar-section .dropdown, .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown {
        clip: initial
    }

    .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0
    }
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left .3s ease-out;
    transition: left .3s ease-out
}

    .top-bar-section ul {
        display: block;
        font-size: 16;
        height: auto;
        margin: 0;
        padding: 0;
        width: 100%
    }

    .top-bar-section .divider, .top-bar-section [role=separator] {
        border-top: solid 1px gray;
        clear: both;
        height: 1px;
        width: 100%
    }

    .top-bar-section ul li {
        background: #fff
    }

        .top-bar-section ul li > a {
            color: #3b3938;
            display: block;
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-size: 1rem;
            font-weight: 700;
            padding-left: .5rem;
            padding: 12px 0 12px .5rem;
            text-transform: none;
            width: 100%
        }

            .top-bar-section ul li > a.button {
                font-size: 1rem;
                padding-left: .5rem;
                padding-right: .5rem;
                background-color: #000;
                border-color: #000;
                color: #fff
            }

                .top-bar-section ul li > a.button:focus, .top-bar-section ul li > a.button:hover {
                    background-color: #000
                }

                .top-bar-section ul li > a.button:focus, .top-bar-section ul li > a.button:hover {
                    color: #fff
                }

                .top-bar-section ul li > a.button.secondary {
                    background-color: #f3f3f3;
                    border-color: #fafafa;
                    color: #f3f3f3
                }

                    .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul li > a.button.secondary:hover {
                        background-color: #fafafa
                    }

                    .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul li > a.button.secondary:hover {
                        color: #f3f3f3
                    }

                .top-bar-section ul li > a.button.success {
                    background-color: #43ac6a;
                    border-color: #b1e1c3;
                    color: #fff
                }

                    .top-bar-section ul li > a.button.success:focus, .top-bar-section ul li > a.button.success:hover {
                        background-color: #b1e1c3
                    }

                    .top-bar-section ul li > a.button.success:focus, .top-bar-section ul li > a.button.success:hover {
                        color: #f3f3f3
                    }

                .top-bar-section ul li > a.button.alert {
                    background-color: #f04124;
                    border-color: #f9b3a7;
                    color: #fff
                }

                    .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul li > a.button.alert:hover {
                        background-color: #f9b3a7
                    }

                    .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul li > a.button.alert:hover {
                        color: #f3f3f3
                    }

                .top-bar-section ul li > a.button.warning {
                    background-color: #f08a24;
                    border-color: #f9d0a7;
                    color: #fff
                }

                    .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul li > a.button.warning:hover {
                        background-color: #f9d0a7
                    }

                    .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul li > a.button.warning:hover {
                        color: #f3f3f3
                    }

                .top-bar-section ul li > a.button.info {
                    background-color: #a0d3e8;
                    border-color: #d9edf6;
                    color: #f3f3f3
                }

                    .top-bar-section ul li > a.button.info:focus, .top-bar-section ul li > a.button.info:hover {
                        background-color: #d9edf6
                    }

                    .top-bar-section ul li > a.button.info:focus, .top-bar-section ul li > a.button.info:hover {
                        color: #f3f3f3
                    }

        .top-bar-section ul li > button {
            font-size: 1rem;
            padding-left: .5rem;
            padding-right: .5rem;
            background-color: #000;
            border-color: #000;
            color: #fff
        }

            .top-bar-section ul li > button:focus, .top-bar-section ul li > button:hover {
                background-color: #000
            }

            .top-bar-section ul li > button:focus, .top-bar-section ul li > button:hover {
                color: #fff
            }

            .top-bar-section ul li > button.secondary {
                background-color: #f3f3f3;
                border-color: #fafafa;
                color: #f3f3f3
            }

                .top-bar-section ul li > button.secondary:focus, .top-bar-section ul li > button.secondary:hover {
                    background-color: #fafafa
                }

                .top-bar-section ul li > button.secondary:focus, .top-bar-section ul li > button.secondary:hover {
                    color: #f3f3f3
                }

            .top-bar-section ul li > button.success {
                background-color: #43ac6a;
                border-color: #b1e1c3;
                color: #fff
            }

                .top-bar-section ul li > button.success:focus, .top-bar-section ul li > button.success:hover {
                    background-color: #b1e1c3
                }

                .top-bar-section ul li > button.success:focus, .top-bar-section ul li > button.success:hover {
                    color: #f3f3f3
                }

            .top-bar-section ul li > button.alert {
                background-color: #f04124;
                border-color: #f9b3a7;
                color: #fff
            }

                .top-bar-section ul li > button.alert:focus, .top-bar-section ul li > button.alert:hover {
                    background-color: #f9b3a7
                }

                .top-bar-section ul li > button.alert:focus, .top-bar-section ul li > button.alert:hover {
                    color: #f3f3f3
                }

            .top-bar-section ul li > button.warning {
                background-color: #f08a24;
                border-color: #f9d0a7;
                color: #fff
            }

                .top-bar-section ul li > button.warning:focus, .top-bar-section ul li > button.warning:hover {
                    background-color: #f9d0a7
                }

                .top-bar-section ul li > button.warning:focus, .top-bar-section ul li > button.warning:hover {
                    color: #f3f3f3
                }

            .top-bar-section ul li > button.info {
                background-color: #a0d3e8;
                border-color: #d9edf6;
                color: #f3f3f3
            }

                .top-bar-section ul li > button.info:focus, .top-bar-section ul li > button.info:hover {
                    background-color: #d9edf6
                }

                .top-bar-section ul li > button.info:focus, .top-bar-section ul li > button.info:hover {
                    color: #f3f3f3
                }

        .top-bar-section ul li:hover:not(.has-form) > a {
            background-color: transparent;
            color: #00a3e0;
            background: 0 0
        }

        .top-bar-section ul li.active > a {
            background: 0 0;
            color: #00a3e0
        }

            .top-bar-section ul li.active > a:hover {
                background: 0 0;
                color: #00a3e0
            }

    .top-bar-section .has-form {
        padding: .5rem
    }

    .top-bar-section .has-dropdown {
        position: relative
    }

        .top-bar-section .has-dropdown > a:after {
            margin-right: .5rem;
            margin-top: -4.5px;
            position: absolute;
            top: 50%;
            right: 0
        }

        .top-bar-section .has-dropdown.moved {
            position: static
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                position: static !important;
                height: auto;
                width: auto;
                overflow: visible;
                clip: auto;
                display: block;
                position: absolute !important;
                width: 100%
            }

            .top-bar-section .has-dropdown.moved > a:after {
                display: none
            }

    .top-bar-section .dropdown {
        clip: rect(1px,1px,1px,1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block;
        padding: 0;
        position: absolute;
        top: 0;
        z-index: 99;
        left: 100%
    }

        .top-bar-section .dropdown li {
            height: auto;
            width: 100%
        }

            .top-bar-section .dropdown li a {
                font-weight: 400;
                padding: 8px .5rem
            }

                .top-bar-section .dropdown li a.parent-link {
                    font-weight: 700
                }

            .top-bar-section .dropdown li.parent-link, .top-bar-section .dropdown li.title .h5, .top-bar-section .dropdown li.title h5 {
                margin-bottom: 0;
                margin-top: 0;
                font-size: 1.125rem
            }

                .top-bar-section .dropdown li.parent-link a, .top-bar-section .dropdown li.title .h5 a, .top-bar-section .dropdown li.title h5 a {
                    color: #3b3938;
                    display: block
                }

                    .top-bar-section .dropdown li.parent-link a:hover, .top-bar-section .dropdown li.title .h5 a:hover, .top-bar-section .dropdown li.title h5 a:hover {
                        background: 0 0
                    }

            .top-bar-section .dropdown li.has-form {
                padding: 8px .5rem
            }

            .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
                top: auto
            }

        .top-bar-section .dropdown label {
            color: #777;
            font-size: .625rem;
            font-weight: 700;
            margin-bottom: 0;
            padding: 8px .5rem 2px;
            text-transform: uppercase
        }

.js-generated {
    display: block
}

@media only screen and (min-width:48rem) {
    .top-bar {
        background: #fff;
        overflow: visible
    }

        .top-bar:after, .top-bar:before {
            content: " ";
            display: table
        }

        .top-bar:after {
            clear: both
        }

        .top-bar .toggle-topbar {
            display: none
        }

        .top-bar .title-area {
            float: left
        }

        .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .top-bar .name .q-title a, .top-bar .name .h1 a, .top-bar .name .h2 a, .top-bar .name .h3 a, .top-bar .name .h4 a, .top-bar .name .h5 a, .top-bar .name .h6 a, .top-bar .name .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title a, .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name h5 a, .top-bar .name h6 a {
            width: auto
        }

        .top-bar .button, .top-bar button, .top-bar input, .top-bar select {
            font-size: .875rem;
            height: 1.75rem;
            position: relative;
            top: 3.625rem
        }

        .top-bar .has-form > .button, .top-bar .has-form > button {
            font-size: .875rem;
            height: 1.75rem;
            position: relative;
            top: 3.625rem
        }

        .top-bar.expanded {
            background: #fff
        }

    .contain-to-grid .top-bar {
        margin: 0 auto;
        margin-bottom: 0;
        max-width: 120rem
    }

    .top-bar-section {
        -webkit-transition: none 0 0;
        transition: none 0 0;
        left: 0 !important
    }

        .top-bar-section ul {
            display: inline;
            height: auto !important;
            width: auto
        }

            .top-bar-section ul li {
                float: left
            }

                .top-bar-section ul li .js-generated {
                    display: none
                }

        .top-bar-section li.hover > a:not(.button) {
            background-color: transparent;
            background: 0 0;
            color: #00a3e0
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            background: 0 0;
            line-height: 9rem;
            padding: 0 .5rem
        }

            .top-bar-section li:not(.has-form) a:not(.button):hover {
                background-color: transparent;
                background: 0 0
            }

        .top-bar-section li.active:not(.has-form) a:not(.button) {
            background: 0 0;
            color: #00a3e0;
            line-height: 9rem;
            padding: 0 .5rem
        }

            .top-bar-section li.active:not(.has-form) a:not(.button):hover {
                background: 0 0;
                color: #00a3e0
            }

        .top-bar-section .has-dropdown.moved {
            position: relative
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                clip: rect(1px,1px,1px,1px);
                height: 1px;
                overflow: hidden;
                position: absolute !important;
                width: 1px;
                display: block
            }

        .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            display: block;
            position: absolute !important
        }

        .top-bar-section .has-dropdown > a:focus + .dropdown {
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            display: block;
            position: absolute !important
        }

        .top-bar-section .dropdown {
            left: 0;
            background: 0 0;
            min-width: 100%;
            top: auto
        }

            .top-bar-section .dropdown li a {
                background: #fff;
                color: #000;
                line-height: 9rem;
                padding: 12px .5rem;
                white-space: nowrap
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
                background: #fff;
                color: #000
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
                background-color: transparent;
                color: #00a3e0;
                background: #fff
            }

            .top-bar-section .dropdown li label {
                background: #fff;
                white-space: nowrap
            }

            .top-bar-section .dropdown li .dropdown {
                left: 100%;
                top: 0
            }

        .top-bar-section > ul > .divider, .top-bar-section > ul > [role=separator] {
            border-right: solid 1px #fff;
            border-bottom: none;
            border-top: none;
            clear: none;
            height: 9rem;
            width: 0
        }

        .top-bar-section .has-form {
            background: 0 0;
            height: 9rem;
            padding: 0 .5rem
        }

        .top-bar-section .right li .dropdown {
            left: auto;
            right: 0
        }

            .top-bar-section .right li .dropdown li .dropdown {
                right: 100%
            }

        .top-bar-section .left li .dropdown {
            right: auto;
            left: 0
        }

            .top-bar-section .left li .dropdown li .dropdown {
                left: 100%
            }

    .no-js .top-bar-section ul li:hover > a {
        background-color: transparent;
        background: 0 0;
        color: #00a3e0
    }

    .no-js .top-bar-section ul li:active > a {
        background: 0 0;
        color: #00a3e0
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important
    }

    .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important
    }
}

.text-left {
    text-align: right !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

@media only screen and (max-width:47.9375rem) {
    .small-only-text-left {
        text-align: right !important
    }

    .small-only-text-right {
        text-align: right !important
    }

    .small-only-text-center {
        text-align: center !important
    }

    .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    .small-text-left {
        text-align: right !important
    }

    .small-text-right {
        text-align: right !important
    }

    .small-text-center {
        text-align: center !important
    }

    .small-text-justify {
        text-align: justify !important
    }
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .medium-only-text-left {
        text-align: right !important
    }

    .medium-only-text-right {
        text-align: right !important
    }

    .medium-only-text-center {
        text-align: center !important
    }

    .medium-only-text-justify {
        text-align: justify !important
    }
}

@media print,only screen and (min-width:48rem) {
    .medium-text-left {
        text-align: right !important
    }

    .medium-text-right {
        text-align: right !important
    }

    .medium-text-center {
        text-align: center !important
    }

    .medium-text-justify {
        text-align: justify !important
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .large-only-text-left {
        text-align: right !important
    }

    .large-only-text-right {
        text-align: right !important
    }

    .large-only-text-center {
        text-align: center !important
    }

    .large-only-text-justify {
        text-align: justify !important
    }
}

@media print,only screen and (min-width:62rem) {
    .large-text-left {
        text-align: right !important
    }

    .large-text-right {
        text-align: right !important
    }

    .large-text-center {
        text-align: center !important
    }

    .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width:74rem) and (max-width:120rem) {
    .xlarge-only-text-left {
        text-align: right !important
    }

    .xlarge-only-text-right {
        text-align: right !important
    }

    .xlarge-only-text-center {
        text-align: center !important
    }

    .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width:74rem) {
    .xlarge-text-left {
        text-align: right !important
    }

    .xlarge-text-right {
        text-align: right !important
    }

    .xlarge-text-center {
        text-align: center !important
    }

    .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width:120.0625rem) and (max-width:6249999.9375rem) {
    .xxlarge-only-text-left {
        text-align: right !important
    }

    .xxlarge-only-text-right {
        text-align: right !important
    }

    .xxlarge-only-text-center {
        text-align: center !important
    }

    .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width:120.0625rem) {
    .xxlarge-text-left {
        text-align: right !important
    }

    .xxlarge-text-right {
        text-align: right !important
    }

    .xxlarge-text-center {
        text-align: center !important
    }

    .xxlarge-text-justify {
        text-align: justify !important
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0
}

a {
    color: #00a3e0;
    line-height: inherit;
    text-decoration: underline
}

    a:focus, a:hover {
        color: #000
    }

    a img {
        border: none
    }

p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0;
    text-rendering: optimizeLegibility;
    padding-bottom:24px;
}

    p.lead {
        font-size: 1.21875rem;
        line-height: 1.6
    }

    p aside {
        font-size: .875rem;
        font-style: italic;
        line-height: 1.35
    }

.h1, .h2, .h3, .h4, .h5, .h6, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, h1, h2, h3, h4, h5, h6 {
    color: #000;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    text-rendering: optimizeLegibility
}

    .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        color: #595959;
        font-size: 60%;
        line-height: 0
    }

.h1, h1 {
    font-size: 1.875rem
}

.h2, h2 {
    font-size: 1.5625rem
}

.h3, h3 {
    font-size: 1.25rem
}

.h4, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, h4 {
    font-size: .9375rem
}

.h5, h5 {
    font-size: .75rem
}

.h6, h6 {
    font-size: .75rem
}

.subheader {
    line-height: 1;
    color: #000;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0
}

hr {
    border: solid #000;
    border-width: .0625rem 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.24609rem
}

em, i {
    font-style: italic;
    line-height: inherit
}

b, strong {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

code {
    background-color: #fbfbfb;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: 400;
    padding: .125rem .3125rem .0625rem
}

dl, ol, ul {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    list-style-position: outside;
    margin-bottom: 0
}

ul {
    margin-left: 1rem
}

    ul li ol, ul li ul {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

    ul.circle li ul, ul.disc li ul, ul.square li ul {
        list-style: inherit
    }

    ul.square {
        list-style-type: square;
        margin-left: 1rem
    }

    ul.circle {
        list-style-type: circle;
        margin-left: 1rem
    }

    ul.disc {
        list-style-type: disc;
        margin-left: 1rem
    }

ol {
    margin-left: 1rem
}

    ol li ol, ol li ul {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

.no-bullet {
    list-style-type: none;
    margin-left: 0
}

    .no-bullet li ol, .no-bullet li ul {
        margin-left: 1.25rem;
        margin-bottom: 0;
        list-style: none
    }

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

dl dd {
    margin-bottom: .75rem
}

abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #787b80;
    cursor: help
}

abbr {
    text-transform: none
}

    abbr[title] {
        border-bottom: .0625rem dotted #000
    }

blockquote {
    margin: 0 0 0;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd
}

    blockquote cite {
        display: block;
        font-size: .8125rem;
        color: #3b3b3b
    }

        blockquote cite:before {
            content: "\2014 \0020"
        }

        blockquote cite a, blockquote cite a:visited {
            color: #3b3b3b
        }

    blockquote, blockquote p {
        line-height: 1.5;
        color: #595959
    }

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: .625rem .75rem
}

    .vcard li {
        margin: 0;
        display: block
    }

    .vcard .fn {
        font-weight: 700;
        font-size: .9375rem
    }

.vevent .summary {
    font-weight: 700
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: 700;
    border: none;
    padding: 0 .0625rem
}

@media print,only screen and (min-width:48rem) {
    .h1, .h2, .h3, .h4, .h5, .h6, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, h1, h2, h3, h4, h5, h6 {
        line-height: 1
    }

    .h1, h1 {
        font-size: 2.5rem
    }

    .h2, h2 {
        font-size: 1.875rem
    }

    .h3, h3 {
        font-size: 1.5625rem
    }

    .h4, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, h4 {
        font-size: 1.25rem
    }

    .h5, h5 {
        font-size: .9375rem
    }

    .h6, h6 {
        font-size: .75rem
    }
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .34in
    }

    .h2, .h3, h2, h3, p {
        orphans: 3;
        widows: 3
    }

    .h2, .h3, h2, h3 {
        page-break-after: avoid
    }
}

.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden
}

    .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-left, .off-canvas-wrap.move-right, .off-canvas-wrap.move-top {
        min-height: 100%;
        -webkit-overflow-scrolling: touch
    }

.inner-wrap {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease,-webkit-transform 250ms ease
}

    .inner-wrap:after, .inner-wrap:before {
        content: " ";
        display: table
    }

    .inner-wrap:after {
        clear: both
    }

.tab-bar {
    -webkit-backface-visibility: hidden;
    background: #fff;
    color: #000;
    height: 3.125rem;
    line-height: 3.125rem;
    position: relative
}

    .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .tab-bar .q-title, .tab-bar .h1, .tab-bar .h2, .tab-bar .h3, .tab-bar .h4, .tab-bar .h5, .tab-bar .h6, .tab-bar .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
        color: #fff;
        font-weight: 700;
        line-height: 3.125rem;
        margin: 0
    }

    .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .tab-bar .q-title, .tab-bar .h1, .tab-bar .h2, .tab-bar .h3, .tab-bar .h4, .tab-bar .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
        font-size: .9375rem
    }

.left-small {
    height: 3.125rem;
    position: absolute;
    top: 0;
    width: 3.125rem;
    border-right: none;
    left: 0
}

.right-small {
    height: 3.125rem;
    position: absolute;
    top: 0;
    width: 3.125rem;
    border-left: none;
    right: 0
}

.tab-bar-section {
    height: 3.125rem;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0
}

    .tab-bar-section.left {
        text-align: right
    }

    .tab-bar-section.right {
        text-align: right
    }

    .tab-bar-section.left {
        left: 0;
        right: 3.125rem
    }

    .tab-bar-section.right {
        left: 3.125rem;
        right: 0
    }

    .tab-bar-section.middle {
        left: 3.125rem;
        right: 3.125rem
    }

.tab-bar .menu-icon {
    color: #000;
    display: block;
    height: 3.125rem;
    padding: 0;
    position: relative;
    text-indent: 2.1875rem;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: 3.125rem
}

    .tab-bar .menu-icon span::after {
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        top: 50%;
        margin-top: -.5rem;
        left: 1.0625rem;
        background-color: #000;
        -webkit-box-shadow: 0 7px 0 0 #000,0 14px 0 0 #000;
        box-shadow: 0 7px 0 0 #000,0 14px 0 0 #000;
        width: 1rem
    }

    .tab-bar .menu-icon:hover span::after {
        background-color: #000;
        -webkit-box-shadow: 0 7px 0 0 #000,0 14px 0 0 #000;
        box-shadow: 0 7px 0 0 #000,0 14px 0 0 #000
    }

.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #323232;
    bottom: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    -webkit-transition: -webkit-transform .5s ease 0ms;
    transition: -webkit-transform .5s ease 0ms;
    transition: transform .5s ease 0ms;
    transition: transform .5s ease 0ms,-webkit-transform .5s ease 0ms;
    width: 23.4375rem;
    z-index: 1001;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    left: 0;
    top: 0
}

    .left-off-canvas-menu * {
        -webkit-backface-visibility: hidden
    }

.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #323232;
    bottom: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    -webkit-transition: -webkit-transform .5s ease 0ms;
    transition: -webkit-transform .5s ease 0ms;
    transition: transform .5s ease 0ms;
    transition: transform .5s ease 0ms,-webkit-transform .5s ease 0ms;
    width: 23.4375rem;
    z-index: 1001;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    right: 0;
    top: 0
}

    .right-off-canvas-menu * {
        -webkit-backface-visibility: hidden
    }

.top-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #323232;
    bottom: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    -webkit-transition: -webkit-transform .5s ease 0ms;
    transition: -webkit-transform .5s ease 0ms;
    transition: transform .5s ease 0ms;
    transition: transform .5s ease 0ms,-webkit-transform .5s ease 0ms;
    width: 23.4375rem;
    z-index: 1001;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    top: 0;
    width: 100%;
    height: 18.75rem
}

    .top-off-canvas-menu * {
        -webkit-backface-visibility: hidden
    }

.bottom-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #323232;
    bottom: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    -webkit-transition: -webkit-transform .5s ease 0ms;
    transition: -webkit-transform .5s ease 0ms;
    transition: transform .5s ease 0ms;
    transition: transform .5s ease 0ms,-webkit-transform .5s ease 0ms;
    width: 23.4375rem;
    z-index: 1001;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    bottom: 0;
    width: 100%;
    height: 18.75rem
}

    .bottom-off-canvas-menu * {
        -webkit-backface-visibility: hidden
    }

ul.off-canvas-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

    ul.off-canvas-list li label {
        background: #323232;
        border-bottom: .0625rem solid #656565;
        border-top: none;
        color: #fff;
        display: block;
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0;
        padding: 1.25rem 1.25rem;
        text-transform: uppercase
    }

    ul.off-canvas-list li a {
        border-bottom: .0625rem solid #656565;
        color: #fff;
        display: block;
        padding: 0;
        -webkit-transition: background .3s ease;
        transition: background .3s ease
    }

        ul.off-canvas-list li a:hover {
            background: #000
        }

        ul.off-canvas-list li a:active {
            background: #000
        }

.move-right > .inner-wrap {
    -webkit-transform: translate3d(23.4375rem,0,0);
    transform: translate3d(23.4375rem,0,0)
}

.move-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    cursor: default;
    -webkit-transition: background 250ms ease;
    transition: background 250ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0,0,0,.4);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002
}

@media print,only screen and (min-width:48rem) {
    .move-right .exit-off-canvas:hover {
        background: rgba(0,0,0,.4)
    }
}

.move-left > .inner-wrap {
    -webkit-transform: translate3d(-23.4375rem,0,0);
    transform: translate3d(-23.4375rem,0,0)
}

.move-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    cursor: default;
    -webkit-transition: background 250ms ease;
    transition: background 250ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0,0,0,.4);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002
}

@media print,only screen and (min-width:48rem) {
    .move-left .exit-off-canvas:hover {
        background: rgba(0,0,0,.4)
    }
}

.move-top > .inner-wrap {
    -webkit-transform: translate3d(0,-18.75rem,0);
    transform: translate3d(0,-18.75rem,0)
}

.move-top .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    cursor: default;
    -webkit-transition: background 250ms ease;
    transition: background 250ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0,0,0,.4);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002
}

@media print,only screen and (min-width:48rem) {
    .move-top .exit-off-canvas:hover {
        background: rgba(0,0,0,.4)
    }
}

.move-bottom > .inner-wrap {
    -webkit-transform: translate3d(0,18.75rem,0);
    transform: translate3d(0,18.75rem,0)
}

.move-bottom .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    cursor: default;
    -webkit-transition: background 250ms ease;
    transition: background 250ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0,0,0,.4);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002
}

@media print,only screen and (min-width:48rem) {
    .move-bottom .exit-off-canvas:hover {
        background: rgba(0,0,0,.4)
    }
}

.offcanvas-overlap .bottom-off-canvas-menu, .offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu, .offcanvas-overlap .top-off-canvas-menu {
    -webkit-transform: none;
    transform: none;
    z-index: 1003
}

.offcanvas-overlap .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    cursor: default;
    -webkit-transition: background 250ms ease;
    transition: background 250ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0,0,0,.4);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002
}

@media print,only screen and (min-width:48rem) {
    .offcanvas-overlap .exit-off-canvas:hover {
        background: rgba(0,0,0,.4)
    }
}

.offcanvas-overlap-left .right-off-canvas-menu {
    -webkit-transform: none;
    transform: none;
    z-index: 1003
}

.offcanvas-overlap-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    cursor: default;
    -webkit-transition: background 250ms ease;
    transition: background 250ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0,0,0,.4);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002
}

@media print,only screen and (min-width:48rem) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
        background: rgba(0,0,0,.4)
    }
}

.offcanvas-overlap-right .left-off-canvas-menu {
    -webkit-transform: none;
    transform: none;
    z-index: 1003
}

.offcanvas-overlap-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    cursor: default;
    -webkit-transition: background 250ms ease;
    transition: background 250ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0,0,0,.4);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002
}

@media print,only screen and (min-width:48rem) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
        background: rgba(0,0,0,.4)
    }
}

.offcanvas-overlap-top .bottom-off-canvas-menu {
    -webkit-transform: none;
    transform: none;
    z-index: 1003
}

.offcanvas-overlap-top .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    cursor: default;
    -webkit-transition: background 250ms ease;
    transition: background 250ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0,0,0,.4);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002
}

@media print,only screen and (min-width:48rem) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
        background: rgba(0,0,0,.4)
    }
}

.offcanvas-overlap-bottom .top-off-canvas-menu {
    -webkit-transform: none;
    transform: none;
    z-index: 1003
}

.offcanvas-overlap-bottom .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    cursor: default;
    -webkit-transition: background 250ms ease;
    transition: background 250ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0,0,0,.4);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002
}

@media print,only screen and (min-width:48rem) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
        background: rgba(0,0,0,.4)
    }
}

.no-csstransforms .left-off-canvas-menu {
    left: -23.4375rem
}

.no-csstransforms .right-off-canvas-menu {
    right: -23.4375rem
}

.no-csstransforms .top-off-canvas-menu {
    top: -18.75rem
}

.no-csstransforms .bottom-off-canvas-menu {
    bottom: -18.75rem
}

.no-csstransforms .move-left > .inner-wrap {
    right: 23.4375rem
}

.no-csstransforms .move-right > .inner-wrap {
    left: 23.4375rem
}

.no-csstransforms .move-top > .inner-wrap {
    right: 18.75rem
}

.no-csstransforms .move-bottom > .inner-wrap {
    left: 18.75rem
}

.left-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #323232;
    bottom: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 23.4375rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    left: 0;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease,-webkit-transform 250ms ease
}

    .left-submenu * {
        -webkit-backface-visibility: hidden
    }

    .left-submenu .back > a {
        background: #323232;
        border-bottom: .0625rem solid #656565;
        border-top: none;
        color: #fff;
        font-weight: 700;
        padding: 1.25rem 1.25rem;
        text-transform: uppercase;
        margin: 0
    }

        .left-submenu .back > a:hover {
            background: #000;
            border-bottom: .0625rem solid #656565;
            border-top: none
        }

        .left-submenu .back > a:before {
            content: "\AB";
            margin-right: .5rem;
            display: inline
        }

    .left-submenu.move-right, .left-submenu.offcanvas-overlap, .left-submenu.offcanvas-overlap-right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.right-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #323232;
    bottom: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 23.4375rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    right: 0;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease,-webkit-transform 250ms ease
}

    .right-submenu * {
        -webkit-backface-visibility: hidden
    }

    .right-submenu .back > a {
        background: #323232;
        border-bottom: .0625rem solid #656565;
        border-top: none;
        color: #fff;
        font-weight: 700;
        padding: 1.25rem 1.25rem;
        text-transform: uppercase;
        margin: 0
    }

        .right-submenu .back > a:hover {
            background: #000;
            border-bottom: .0625rem solid #656565;
            border-top: none
        }

        .right-submenu .back > a:after {
            content: "\BB";
            margin-left: .5rem;
            display: inline
        }

    .right-submenu.move-left, .right-submenu.offcanvas-overlap, .right-submenu.offcanvas-overlap-left {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.top-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #323232;
    bottom: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 23.4375rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    top: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease,-webkit-transform 250ms ease
}

    .top-submenu * {
        -webkit-backface-visibility: hidden
    }

    .top-submenu .back > a {
        background: #323232;
        border-bottom: .0625rem solid #656565;
        border-top: none;
        color: #fff;
        font-weight: 700;
        padding: 1.25rem 1.25rem;
        text-transform: uppercase;
        margin: 0
    }

        .top-submenu .back > a:hover {
            background: #000;
            border-bottom: .0625rem solid #656565;
            border-top: none
        }

    .top-submenu.move-bottom, .top-submenu.offcanvas-overlap, .top-submenu.offcanvas-overlap-bottom {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.bottom-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #323232;
    bottom: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 23.4375rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    bottom: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease,-webkit-transform 250ms ease
}

    .bottom-submenu * {
        -webkit-backface-visibility: hidden
    }

    .bottom-submenu .back > a {
        background: #323232;
        border-bottom: .0625rem solid #656565;
        border-top: none;
        color: #fff;
        font-weight: 700;
        padding: 1.25rem 1.25rem;
        text-transform: uppercase;
        margin: 0
    }

        .bottom-submenu .back > a:hover {
            background: #000;
            border-bottom: .0625rem solid #656565;
            border-top: none
        }

    .bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap, .bottom-submenu.offcanvas-overlap-top {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
    content: "\BB";
    margin-left: .5rem;
    display: inline
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
    content: "\AB";
    margin-right: .5rem;
    display: inline
}

:focus {
    outline: 0
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    min-height: 100%
}

body {
    height: 100%
}

@media only screen and (max-width:47.9375rem) {
    body.modal-open {
        overflow: hidden;
        position: fixed
    }
}

body.template-blank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh
}

.menu-open body {
    background-color: #f5f5f5 !important
}

a {
    overflow-wrap: break-word;
    word-wrap: break-word
}

.row.full-width {
    max-width: none;
    width: 100%
}

[class*=block-grid-] > li {
    clear: none !important
}

.center {
    margin-left: auto;
    margin-right: auto
}

.right-align {
    margin-left: auto
}

.q-page-container {
    margin: 0 auto; /*max-width:120rem;*/
    min-height: 100vh;
    z-index: 0
}

@media print,only screen and (min-width:62rem) {
    .q-page-container {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }
}

@media print,only screen and (min-width:48rem) {
    .q-blog-content {
        margin: auto;
        width: 68%
    }
}

.q-border-top, .q-offer-item {
    border-top: .5rem solid #00a3e0
}

.q-dealer-details .q-modal-container .dealer-dropdown .q-dropdown .q-content, .q-language-selector .q-dropdown .q-content, .q-nav-primary .q-nav-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.q-target-group-selected {
    display: none
}

    .q-target-group-selected.show {
        display: block
    }

.no-float {
    float: none !important
}

.icon {
    vertical-align: middle
}

.show-for-print-inline {
    display: none !important
}

.q-sticky {
    height: 3rem
}

    .q-sticky .q-grid-overflow-none {
        margin-left: 0;
        margin-right: 0
    }

    .q-sticky .q-grid-overflow-xsmall {
        margin-left: 0;
        margin-right: 0
    }

    .q-sticky .q-grid-overflow-small {
        margin-left: 0;
        margin-right: 0
    }

    .q-sticky .q-grid-overflow-medium {
        margin-left: 0;
        margin-right: 0
    }

    .q-sticky .q-grid-overflow-large {
        margin-left: 0;
        margin-right: 0
    }

    .q-sticky .sticky-child {
        z-index: 55
    }

.q-columns-half {
    padding-left: 1.09375rem;
    padding-right: 1.09375rem
}

.q-columns-quarter {
    padding-left: .54688rem;
    padding-right: .54688rem
}

.q-no-link {
    text-decoration: none
}

.q-block {
    display: block
}

.q-inline {
    display: inline
}

picture img {
    width: 100%
}

@media only screen and (min-width:120.0625rem) {
    .q-sticky.bottom .sticky-child, .q-sticky.top .sticky-child {
        left: 50%;
        right: auto;
        margin-left: -60rem;
        width: 120rem
    }
}

@media print {
    .sticky-wrapper {
        display: none !important
    }
}

@media print {
    .show-for-print-inline {
        display: inline !important
    }
}

@media print,only screen and (min-width:62rem) {
    .q-large-6 {
        width: 16.66667% !important
    }
}

.clearfix::after, .clearfix::before {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.pac-container {
    border-top: 0 none
}

    .pac-container .pac-item {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: .875rem;
        line-height: normal;
        padding: .5rem .6875rem
    }

        .pac-container .pac-item:first-child {
            border-top: 0 none
        }

        .pac-container .pac-item .pac-icon {
            display: none
        }

        .pac-container .pac-item .pac-item-query {
            font-family: inherit;
            font-size: 1.125rem
        }

    .pac-container::after {
        display: none
    }

.q-offer-icon, .q-offer-icon-large {
    color: #000;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 700;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    z-index: 1
}

    .q-offer-icon-large::before, .q-offer-icon::before {
        border-right: solid transparent;
        border-top: solid #00a3e0;
        content: '';
        left: 0;
        position: absolute;
        top: 0;
        z-index: -1
    }

.q-offer-icon {
    font-size: 1.125rem;
    padding: .1875rem
}

    .q-offer-icon::before {
        border-right-width: 2.5rem;
        border-top-width: 2.5rem
    }

.q-offer-icon-large {
    font-size: 2rem;
    padding: .4375rem
}

    .q-offer-icon-large::before {
        border-right-width: 5.5rem;
        border-top-width: 5.5rem
    }

.q-margin-none {
    margin-top: 0
}

.q-margin-xsmall {
    margin-top: 1.64062rem
}

.q-margin-small {
    margin-top: 2.1875rem
}

.q-margin-medium {
    margin-top: 1.5rem
}

.q-margin-large {
    margin-top: 2.5rem
}

@media print,only screen and (min-width:62rem) {
    .q-page-container {
        position: relative;
        border: none;
        -webkit-box-shadow: 0 1.25rem 1.875rem 0 rgba(0,0,0,.2);
        box-shadow: 0 1.25rem 1.875rem 0 rgba(0,0,0,.2)
    }
}

@font-face {
    font-family: icons-peugeot;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(global/resources/fonts/icons-peugeot.woff2) format("woff2"),url(global/resources/fonts/icons-peugeot.woff) format("woff")
}

.icon {
    font-family: icons-peugeot;
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none
}

    .icon::after, .icon::before {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit
    }

.icon-organise::before {
    content: ""
}

.icon-air-recirculation::before {
    content: ""
}

.icon-reset::before {
    content: ""
}

.icon-switch::before {
    content: ""
}

.icon-synchronize::before {
    content: ""
}

.icon-indicators::before {
    content: ""
}

.icon-route::before {
    content: ""
}

.icon-question-mark::before {
    content: ""
}

.icon-at-sign::before {
    content: ""
}

.icon-home::before {
    content: ""
}

.icon-star::before {
    content: ""
}

.icon-edit::before {
    content: ""
}

.icon-phone::before {
    content: ""
}

.icon-microphone::before {
    content: ""
}

.icon-bluetooth::before {
    content: ""
}

.icon-sms::before {
    content: ""
}

.icon-reload::before {
    content: ""
}

.icon-prev-folder::before {
    content: ""
}

.icon-play-video::before {
    content: ""
}

.icon-trash::before {
    content: ""
}

.icon-check::before {
    content: ""
}

.icon-info::before {
    content: ""
}

.icon-mobile::before {
    content: ""
}

.icon-alert::before {
    content: ""
}

.icon-keyboard::before {
    content: ""
}

.icon-calendar::before {
    content: ""
}

.icon-stage::before {
    content: ""
}

.icon-magnify-glass::before {
    content: ""
}

.icon-usb::before {
    content: ""
}

.icon-wifi::before {
    content: ""
}

.icon-lock::before {
    content: ""
}

.icon-bookmark::before {
    content: ""
}

.icon-settings::before {
    content: ""
}

.icon-microphone-off::before {
    content: ""
}

.icon-world::before {
    content: ""
}

.icon-poi-bank::before {
    content: ""
}

.icon-shopping-cart::before {
    content: ""
}

.icon-poi-convention-center::before {
    content: ""
}

.icon-book::before {
    content: ""
}

.icon-house::before {
    content: ""
}

.icon-bluettoth-connection::before {
    content: ""
}

.icon-sent-mail::before {
    content: ""
}

.icon-prev-track::before {
    content: ""
}

.icon-next-track::before {
    content: ""
}

.icon-list::before {
    content: ""
}

.icon-fullscreen::before {
    content: ""
}

.icon-clock::before {
    content: ""
}

.icon-reduce::before {
    content: ""
}

.icon-place-on-map::before {
    content: ""
}

.icon-save-download::before {
    content: ""
}

.icon-eye::before {
    content: ""
}

.icon-shopping-bag::before {
    content: ""
}

.icon-unlock::before {
    content: ""
}

.icon-carplay::before {
    content: ""
}

.icon-on-off::before {
    content: ""
}

.icon-off::before {
    content: ""
}

.icon-search-list::before {
    content: ""
}

.icon-star-1::before {
    content: ""
}

.icon-speaker-on::before {
    content: ""
}

.icon-unsecured-network::before {
    content: ""
}

.icon-more-options::before {
    content: ""
}

.icon-profile::before {
    content: ""
}

.icon-contact::before {
    content: ""
}

.icon-filter::before {
    content: ""
}

.icon-email::before {
    content: ""
}

.icon-call::before {
    content: ""
}

.icon-bookmark-checked::before {
    content: ""
}

.icon-date-hour::before {
    content: ""
}

.icon-select-list::before {
    content: ""
}

.icon-voice-instruction::before {
    content: ""
}

.icon-profile-woman::before {
    content: ""
}

.icon-profile-man::before {
    content: ""
}

.icon-euro::before {
    content: ""
}

.icon-price::before {
    content: ""
}

.icon-premium::before {
    content: ""
}

.icon-document::before {
    content: ""
}

.icon-print::before {
    content: ""
}

.icon-cube::before {
    content: ""
}

.icon-bobby-car::before {
    content: ""
}

.icon-book-page::before {
    content: ""
}

.icon-odometer::before {
    content: ""
}

.icon-car-plate::before {
    content: ""
}

.icon-europe::before {
    content: ""
}

.icon-megaphone-crossed-out::before {
    content: ""
}

.icon-email-error::before {
    content: ""
}

.icon-quote-document-checked::before {
    content: ""
}

.icon-offer-badge::before {
    content: ""
}

.icon-basket::before {
    content: ""
}

.icon-profile-1::before {
    content: ""
}

.icon-reprise::before {
    content: ""
}

.icon-check-small::before {
    content: ""
}

.icon-citroen-dealer::before {
    content: ""
}

.icon-propulsion-battery::before {
    content: ""
}

.icon-battery-full::before {
    content: ""
}

.icon-battery::before {
    content: ""
}

.icon-fuel::before {
    content: ""
}

.icon-charge-station::before {
    content: ""
}

.icon-engine::before {
    content: ""
}

.icon-battery-charging::before {
    content: ""
}

.icon-electrical-lightning::before {
    content: ""
}

.icon-hybrid-station::before {
    content: ""
}

.icon-battery-flow::before {
    content: ""
}

.icon-music-note::before {
    content: ""
}

.icon-moon-crescent::before {
    content: ""
}

.icon-guidance-arrow::before {
    content: ""
}

.icon-finish::before {
    content: ""
}

.icon-voice-speak::before {
    content: ""
}

.icon-sun-day::before {
    content: ""
}

.icon-dab::before {
    content: ""
}

.icon-fuel-canister::before {
    content: ""
}

.icon-visio-park::before {
    content: ""
}

.icon-distance::before {
    content: ""
}

.icon-auto::before {
    content: ""
}

.icon-ac::before {
    content: ""
}

.icon-brightness::before {
    content: ""
}

.icon-sam-system::before {
    content: ""
}

.icon-arrow-circle-a::before {
    content: ""
}

.icon-park-assistance::before {
    content: ""
}

.icon-car::before {
    content: ""
}

.icon-radio::before {
    content: ""
}

.icon-low-beam::before {
    content: ""
}

.icon-cup-coffee::before {
    content: ""
}

.icon-contrast::before {
    content: ""
}

.icon-sos::before {
    content: ""
}

.icon-briefcase::before {
    content: ""
}

.icon-car-rental::before {
    content: ""
}

.icon-temperature-coolant::before {
    content: ""
}

.icon-tire-pressure-warning::before {
    content: ""
}

.icon-airbag-baby::before {
    content: ""
}

.icon-car-sliding-slipping::before {
    content: ""
}

.icon-auto-wiper::before {
    content: ""
}

.icon-car-asr-mud::before {
    content: ""
}

.icon-car-asr-sliding-snow::before {
    content: ""
}

.icon-child-security::before {
    content: ""
}

.icon-wrench-maintenance::before {
    content: ""
}

.icon-oil-level::before {
    content: ""
}

.icon-brake-linings::before {
    content: ""
}

.icon-car-hill-descent-control::before {
    content: ""
}

.icon-temperature::before {
    content: ""
}

.icon-truck::before {
    content: ""
}

.icon-parking-aid::before {
    content: ""
}

.icon-auto-hold-handbrake::before {
    content: ""
}

.icon-high-beam::before {
    content: ""
}

.icon-head-lamp-level-control::before {
    content: ""
}

.icon-rear-fog-light::before {
    content: ""
}

.icon-interior-light::before {
    content: ""
}

.icon-night-vision-moon-street::before {
    content: ""
}

.icon-speaker-car::before {
    content: ""
}

.icon-parking-break::before {
    content: ""
}

.icon-windscreen-wiper::before {
    content: ""
}

.icon-windscreen-washer::before {
    content: ""
}

.icon-windscreen-defrost::before {
    content: ""
}

.icon-rear-window-defrost::before {
    content: ""
}

.icon-window-lift::before {
    content: ""
}

.icon-heated-seat::before {
    content: ""
}

.icon-clock-heat-fan::before {
    content: ""
}

.icon-engine-oil::before {
    content: ""
}

.icon-spiral-diesel-pre-heat::before {
    content: ""
}

.icon-ad-blue::before {
    content: ""
}

.icon-steering-wheel::before {
    content: ""
}

.icon-cruise-control::before {
    content: ""
}

.icon-seat-belt::before {
    content: ""
}

.icon-doors-open::before {
    content: ""
}

.icon-bonnet-open::before {
    content: ""
}

.icon-power-window-lock::before {
    content: ""
}

.icon-boot-open-2::before {
    content: ""
}

.icon-seat-massage::before {
    content: ""
}

.icon-parking-rear-view::before {
    content: ""
}

.icon-boot-open::before {
    content: ""
}

.icon-book-intructions::before {
    content: ""
}

.icon-head-up-display::before {
    content: ""
}

.icon-adaptive-light-auto-light::before {
    content: ""
}

.icon-fan::before {
    content: ""
}

.icon-car-volumetric-alarm::before {
    content: ""
}

.icon-climate-fan-temperature::before {
    content: ""
}

.icon-apps-menu::before {
    content: ""
}

.icon-android-auto::before {
    content: ""
}

.icon-car-profile::before {
    content: ""
}

.icon-climate-fan-off::before {
    content: ""
}

.icon-eye-closed-drowsiness::before {
    content: ""
}

.icon-airflow-arrow::before {
    content: ""
}

.icon-weight::before {
    content: ""
}

.icon-weight-alert::before {
    content: ""
}

.icon-leaf::before {
    content: ""
}

.icon-bubble-language-change::before {
    content: ""
}

.icon-mirroring::before {
    content: ""
}

.icon-graph-poi-exchange::before {
    content: ""
}

.icon-emergency-cross::before {
    content: ""
}

.icon-house-poi-commercial::before {
    content: ""
}

.icon-add-widget-plus::before {
    content: ""
}

.icon-note-music-media-center::before {
    content: ""
}

.icon-note-music-streaming::before {
    content: ""
}

.icon-seat-steering-wheel-comfort::before {
    content: ""
}

.icon-suspension-shock-absorber::before {
    content: ""
}

.icon-parking-visio-park-rear::before {
    content: ""
}

.icon-ventilating-fan::before {
    content: ""
}

.icon-speed-regulation::before {
    content: ""
}

.icon-speed-limiter::before {
    content: ""
}

.icon-360-degrees::before {
    content: ""
}

.icon-van-commercial-vehicle::before {
    content: ""
}

.icon-stars-new-car::before {
    content: ""
}

.icon-car-plus-configurator::before {
    content: ""
}

.icon-vin-number-code::before {
    content: ""
}

.icon-compare-comparator::before {
    content: ""
}

.icon-tools-after-sales::before {
    content: ""
}

.icon-van-camping::before {
    content: ""
}

.icon-car-body::before {
    content: ""
}

.icon-car-silhouette-occasion::before {
    content: ""
}

.icon-box-volume::before {
    content: ""
}

.icon-play-button::before {
    content: ""
}

.icon-star-outline::before {
    content: ""
}

.icon-new-badge::before {
    content: ""
}

.icon-electric::before {
    content: ""
}

.icon-citroen-logo::before {
    content: ""
}

.icon-my-citroen::before {
    content: ""
}

.icon-burger-menu::before {
    content: ""
}

.icon-question::before {
    content: ""
}

.icon-facebook::before {
    content: ""
}

.icon-twitter::before {
    content: ""
}

.icon-youtube::before {
    content: ""
}

.icon-option-standard::before {
    content: ""
}

.icon-option-available::before {
    content: ""
}

.icon-option-not-available::before {
    content: ""
}

.icon-driving-aid::before {
    content: ""
}

.icon-security::before {
    content: ""
}

.icon-connect-play::before {
    content: ""
}

.icon-connect-nav::before {
    content: ""
}

.icon-instagram::before {
    content: ""
}

.icon-linkedin::before {
    content: ""
}

.icon-messenger::before {
    content: ""
}

.icon-business::before {
    content: ""
}

.icon-business1::before {
    content: ""
}

.icon-plus-big::before {
    content: ""
}

.icon-hotspot-video::before {
    content: ""
}

.icon-location::before {
    content: ""
}

.icon-like::before {
    content: ""
}

.icon-chronometer::before {
    content: ""
}

.icon-true::before {
    content: ""
}

.icon-error::before {
    content: ""
}

.icon-video::before {
    content: ""
}

.icon-dealer-map::before {
    content: ""
}

.icon-play-small::before {
    content: ""
}

.icon-sound::before {
    content: ""
}

.icon-sound-medium::before {
    content: ""
}

.icon-sound-low::before {
    content: ""
}

.icon-mute::before {
    content: ""
}

.icon-full-screen::before {
    content: ""
}

.icon-reduce-screen::before {
    content: ""
}

.icon-link-chevron::before {
    content: ""
}

.icon-time::before {
    content: ""
}

.icon-minus-big::before {
    content: ""
}

.icon-approved-used-car::before {
    content: ""
}

.icon-sales-used-cars::before {
    content: ""
}

.icon-motability::before {
    content: ""
}

.icon-car-frontview::before {
    content: ""
}

.icon-star-filled::before {
    content: ""
}

.icon-back::before {
    content: ""
}

.icon-indicator-right::before {
    content: ""
}

.icon-right-ward-arrow::before {
    content: ""
}

.icon-left-ward-arrow::before {
    content: ""
}

.icon-drop-down-arrow::before {
    content: ""
}

.icon-arrow-right::before {
    content: ""
}

.icon-arrow-top-right::before {
    content: ""
}

.icon-arrow-bottom-right::before {
    content: ""
}

.icon-close::before {
    content: ""
}

.icon-pause::before {
    content: ""
}

.icon-minus::before {
    content: ""
}

.icon-plus::before {
    content: ""
}

.icon-close-1::before {
    content: ""
}

.icon-number-one::before {
    content: ""
}

.icon-number-two::before {
    content: ""
}

.icon-number-three::before {
    content: ""
}

.icon-number-four::before {
    content: ""
}

.icon-number-five::before {
    content: ""
}

.icon-number-six::before {
    content: ""
}

.icon-number-seven::before {
    content: ""
}

.icon-number-zero::before {
    content: ""
}

.icon-number-eight::before {
    content: ""
}

.icon-number-nine::before {
    content: ""
}

.icon-chevron-small::before {
    content: ""
}

.icon-chevron-big::before {
    content: ""
}

.icon-close-small::before {
    content: ""
}

.icon-chevron-up::before {
    content: ""
}

.icon-chevron-down::before {
    content: ""
}

.icon-chevron-left::before {
    content: ""
}

.icon-chevron-right::before {
    content: ""
}

.icon-back-to-results::before {
    content: ""
}

.icon-arrow-down::before {
    content: ""
}

.icon-arrow-up::before {
    content: ""
}

.icon-gallery::before {
    content: "";
    font-size: 1.5rem;
    padding: .25rem
}

.icon-option-standard::before {
    color: #00a3e0
}

.icon-player-controls-play::before {
    content: "";
    color: #fff
}

.icon-slider-next::before {
    content: ""
}

.icon-slider-prev::before {
    content: ""
}

.icon-search::before {
    content: ""
}

.icon-gps::before {
    content: ""
}

.icon-social-media-facebook::before {
    content: "";
    font-family: icons-peugeot;
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit
}

.icon-social-media-twitter::before {
    content: "";
    font-family: icons-peugeot;
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit
}

.icon-social-media-google-plus::before {
    content: "";
    font-family: icons-peugeot;
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit
}

.icon-social-media-instagram::before {
    content: "";
    font-family: icons-peugeot;
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit
}

.icon-social-media-youtube::before {
    content: "";
    font-family: icons-peugeot;
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit
}

.h1 > .icon, .h2 > .icon, .h3 > .icon, .h4 > .icon, .h5 > .icon, .h6 > .icon, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title > .icon, h1 > .icon, h2 > .icon, h3 > .icon, h4 > .icon, h5 > .icon, h6 > .icon {
    margin-right: .5rem;
    vertical-align: middle
}

.h1 > .icon, h1 > .icon {
    font-size: 1.875rem;
    line-height: 1.875rem
}

.h2 > .icon, h2 > .icon {
    font-size: 1.5625rem;
    line-height: 1.5625rem
}

.h3 > .icon, h3 > .icon {
    font-size: 1.25rem;
    line-height: 1.25rem
}

.h4 > .icon, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title > .icon, h4 > .icon {
    font-size: .9375rem;
    line-height: .9375rem
}

.h5 > .icon, h5 > .icon {
    font-size: .75rem;
    line-height: .75rem
}

.h6 > .icon, h6 > .icon {
    font-size: .75rem;
    line-height: .75rem
}

@media print,only screen and (min-width:48rem) {
    .h1 > .icon, h1 > .icon {
        font-size: 2.5rem;
        line-height: 2.5rem
    }

    .h2 > .icon, h2 > .icon {
        font-size: 1.875rem;
        line-height: 1.875rem
    }

    .h3 > .icon, h3 > .icon {
        font-size: 1.5625rem;
        line-height: 1.5625rem
    }

    .h4 > .icon, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title > .icon, h4 > .icon {
        font-size: 1.25rem;
        line-height: 1.25rem
    }

    .h5 > .icon, h5 > .icon {
        font-size: .9375rem;
        line-height: .9375rem
    }

    .h6 > .icon, h6 > .icon {
        font-size: .75rem;
        line-height: .75rem
    }
}

#qtip-overlay.blurs, .qtip-close {
    cursor: pointer
}

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.qtip-content, .qtip-titlebar {
    position: relative;
    overflow: hidden
}

.qtip-content {
    padding: 5px 9px;
    text-align: right;
    word-wrap: break-word
}

.qtip-titlebar {
    padding: 5px 35px 5px 10px;
    border-width: 0 0 1px;
    font-weight: 700
}

    .qtip-titlebar + .qtip-content {
        border-top-width: 0 !important
    }

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    outline: 0;
    border: 1px solid transparent
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
    top: 16px
}

.qtip-icon .ui-icon, .qtip-titlebar .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr
}

.qtip-icon, .qtip-icon .ui-icon {
    border-radius: 3px;
    text-decoration: none
}

    .qtip-icon .ui-icon {
        width: 18px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        text-indent: 0;
        font: normal 700 10px/13px Tahoma,sans-serif;
        color: inherit;
        background: -100em -100em no-repeat
    }

.qtip-default {
    border: 1px solid #f1d031;
    background-color: #ffffa3;
    color: #555
}

    .qtip-default .qtip-titlebar {
        background-color: #ffef93
    }

    .qtip-default .qtip-icon {
        border-color: #ccc;
        background: #f1f1f1;
        color: #777
    }

    .qtip-default .qtip-titlebar .qtip-close {
        border-color: #aaa;
        color: #111
    }

.qtip-light {
    background-color: #fff;
    border-color: #e2e2e2;
    color: #454545
}

    .qtip-light .qtip-titlebar {
        background-color: #f1f1f1
    }

.qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3
}

    .qtip-dark .qtip-titlebar {
        background-color: #404040
    }

    .qtip-dark .qtip-icon {
        border-color: #444
    }

    .qtip-dark .qtip-titlebar .ui-state-hover {
        border-color: #303030
    }

.qtip-cream {
    background-color: #fbf7aa;
    border-color: #f9e98e;
    color: #a27d35
}

.qtip-red, .qtip-red .qtip-icon, .qtip-red .qtip-titlebar .ui-state-hover {
    border-color: #d95252
}

.qtip-cream .qtip-titlebar {
    background-color: #f0de7d
}

.qtip-cream .qtip-close .qtip-icon {
    background-position: -82px 0
}

.qtip-red {
    background-color: #f78b83;
    color: #912323
}

    .qtip-red .qtip-titlebar {
        background-color: #f06d65
    }

    .qtip-red .qtip-close .qtip-icon {
        background-position: -102px 0
    }

.qtip-green {
    background-color: #caed9e;
    border-color: #90d93f;
    color: #3f6219
}

    .qtip-green .qtip-titlebar {
        background-color: #b0de78
    }

    .qtip-green .qtip-close .qtip-icon {
        background-position: -42px 0
    }

.qtip-blue {
    background-color: #e5f6fe;
    border-color: #add9ed;
    color: #5e99bd
}

    .qtip-blue .qtip-titlebar {
        background-color: #d0e9f5
    }

    .qtip-blue .qtip-close .qtip-icon {
        background-position: -2px 0
    }

.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15)
}

.qtip-bootstrap, .qtip-rounded, .qtip-tipsy {
    border-radius: 5px
}

    .qtip-rounded .qtip-titlebar {
        border-radius: 4px 4px 0 0
    }

.qtip-youtube {
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: #fff;
    border: 0 solid transparent;
    background: #4a4a4a;
    background-image: -o-linear-gradient(top,#4a4a4a 0,#000 100%)
}

    .qtip-youtube .qtip-titlebar {
        background-color: #4a4a4a;
        background-color: rgba(0,0,0,0)
    }

    .qtip-youtube .qtip-content {
        padding: .75em;
        font: 12px arial,sans-serif
    }

    .qtip-youtube .qtip-icon {
        border-color: #222
    }

    .qtip-youtube .qtip-titlebar .ui-state-hover {
        border-color: #303030
    }

.qtip-jtools {
    background: #232323;
    background: rgba(0,0,0,.7);
    background-image: -o-linear-gradient(top,#717171,#232323);
    border: 2px solid #ddd;
    border: 2px solid #f1f1f1;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333
}

    .qtip-jtools .qtip-titlebar {
        background-color: transparent
    }

    .qtip-jtools .qtip-content, .qtip-jtools .qtip-titlebar {
        background: 0 0;
        color: #fff;
        border: 0 dashed transparent
    }

    .qtip-jtools .qtip-icon {
        border-color: #555
    }

    .qtip-jtools .qtip-titlebar .ui-state-hover {
        border-color: #333
    }

.qtip-cluetip {
    -webkit-box-shadow: 4px 4px 5px rgba(0,0,0,.4);
    box-shadow: 4px 4px 5px rgba(0,0,0,.4);
    background-color: #d9d9c2;
    color: #111;
    border: 0 dashed transparent
}

    .qtip-cluetip .qtip-titlebar {
        background-color: #87876a;
        color: #fff;
        border: 0 dashed transparent
    }

    .qtip-cluetip .qtip-icon {
        border-color: #808064
    }

    .qtip-cluetip .qtip-titlebar .ui-state-hover {
        border-color: #696952;
        color: #696952
    }

.qtip-tipsy {
    background: #000;
    background: rgba(0,0,0,.87);
    color: #fff;
    border: 0 solid transparent;
    font-size: 11px;
    font-family: 'Lucida Grande',sans-serif;
    font-weight: 700;
    line-height: 16px;
    text-shadow: 0 1px #000
}

    .qtip-tipsy .qtip-titlebar {
        padding: 6px 35px 0 10px;
        background-color: transparent
    }

    .qtip-tipsy .qtip-content {
        padding: 6px 10px
    }

    .qtip-tipsy .qtip-icon {
        border-color: #222;
        text-shadow: none
    }

    .qtip-tipsy .qtip-titlebar .ui-state-hover {
        border-color: #303030
    }

.qtip-tipped {
    border: 3px solid #959fa9;
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #454545;
    font-weight: 400;
    font-family: serif
}

    .qtip-tipped .qtip-titlebar {
        border-bottom-width: 0;
        color: #fff;
        background: #3a79b8;
        background-image: -o-linear-gradient(top,#3a79b8,#2e629d)
    }

    .qtip-tipped .qtip-icon {
        border: 2px solid #285589;
        background: #285589
    }

        .qtip-tipped .qtip-icon .ui-icon {
            background-color: #fbfbfb;
            color: #555
        }

.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

    .qtip-bootstrap .qtip-titlebar {
        padding: 8px 14px;
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        border-radius: 5px 5px 0 0
    }

        .qtip-bootstrap .qtip-titlebar .qtip-close {
            right: 11px;
            top: 45%;
            border-style: none
        }

    .qtip-bootstrap .qtip-content {
        padding: 9px 14px
    }

    .qtip-bootstrap .qtip-icon {
        background: 0 0
    }

        .qtip-bootstrap .qtip-icon .ui-icon {
            width: auto;
            height: auto;
            float: right;
            font-size: 20px;
            font-weight: 700;
            line-height: 18px;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            opacity: .2
        }

#qtip-overlay, #qtip-overlay div {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4
}

.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
    -webkit-filter: none;
    filter: none;
    -ms-filter: none
}

.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10
}

.qtip .qtip-tip, x:-o-prefocus {
    visibility: hidden
}

    .qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
        position: absolute;
        color: #123456;
        background: 0 0;
        border: 0 dashed transparent
    }

        .qtip .qtip-tip canvas {
            top: 0;
            left: 0
        }

        .qtip .qtip-tip .qtip-vml {
            behavior: url(global/index.html#default#VML);
            display: inline-block;
            visibility: visible
        }

#qtip-overlay {
    position: fixed
}

    #qtip-overlay div {
        position: absolute;
        background-color: #000;
        opacity: .7
    }

.qtipmodal-ie6fix {
    position: absolute !important
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.button::before, .q-button::before, .ui-control::before {
    content: "";
    font-family: icons-peugeot;
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    font-size: .75rem;
    margin-right: .5rem
}

.activity.ui-control, .button.activity, .button.call-to-action, .button.keyviual, .button.primary, .button.secondary, .call-to-action.ui-control, .keyviual.ui-control, .primary.ui-control, .q-button.activity, .q-button.call-to-action, .q-button.keyviual, .q-button.primary, .q-button.secondary, .q-dealer-details .action-buttons .q-contact a, .secondary.ui-control {
    padding-left: 1.875rem
}

    .activity.ui-control::before, .button.activity::before, .button.call-to-action::before, .button.link::before, .button.primary::before, .button.secondary::before, .call-to-action.ui-control::before, .link.ui-control::before, .primary.ui-control::before, .q-button.activity::before, .q-button.call-to-action::before, .q-button.link::before, .q-button.primary::before, .q-button.secondary::before, .q-dealer-details .action-buttons .q-contact a::before, .secondary.ui-control::before {
        left: .75rem
    }

.button.link, .link.ui-control, .q-button.link {
    padding-left: 1.125rem !important
}

    .button.link::before, .link.ui-control::before, .q-button.link::before {
        left: 0
    }

.button.no-arrow, .no-arrow.ui-control, .q-button.no-arrow {
    padding-left: 0 !important
}

.button.keyvisual, .keyvisual.ui-control, .q-button.keyvisual {
    padding: .4375rem 1rem .4375rem .5rem
}

    .button.keyvisual.right-align, .keyvisual.right-align.ui-control, .q-button.keyvisual.right-align {
        margin-right: 1.5rem
    }

.button.utility, .q-button.utility, .utility.ui-control {
    padding-left: .5rem
}

    .button.utility .icon, .q-button.utility .icon, .utility.ui-control .icon {
        margin-right: .5rem
    }

.activity.center.ui-control, .activity.right-align.ui-control, .button.activity.center, .button.activity.right-align, .button.keyvisual.center, .button.keyvisual.right-align, .button.primary.center, .button.primary.right-align, .button.secondary.center, .button.secondary.right-align, .center.activity.ui-control, .center.button.activity, .center.button.call-to-action, .center.call-to-action.ui-control, .center.q-button.activity, .center.q-button.call-to-action, .keyvisual.center.ui-control, .keyvisual.right-align.ui-control, .primary.center.ui-control, .primary.right-align.ui-control, .q-button.activity.center, .q-button.activity.right-align, .q-button.keyvisual.center, .q-button.keyvisual.right-align, .q-button.primary.center, .q-button.primary.right-align, .q-button.secondary.center, .q-button.secondary.right-align, .q-dealer-details .action-buttons .q-contact a.center, .q-dealer-details .action-buttons .q-contact a.right-align, .right-align.activity.ui-control, .right-align.button.activity, .right-align.button.call-to-action, .right-align.call-to-action.ui-control, .right-align.q-button.activity, .right-align.q-button.call-to-action, .secondary.center.ui-control, .secondary.right-align.ui-control {
    text-align: right
}

.button.email .icon::before, .button.location .icon::before, .button.phone .icon::before, .email.ui-control .icon::before, .location.ui-control .icon::before, .phone.ui-control .icon::before, .q-button.email .icon::before, .q-button.location .icon::before, .q-button.phone .icon::before {
    margin-right: .5rem
}

@media print,only screen and (min-width:48rem) {
    .button.keyvisual, .keyvisual.ui-control, .q-button.keyvisual {
        overflow: visible;
        position: relative;
        z-index: 0
    }

        .button.keyvisual.q-highlight, .keyvisual.q-highlight.ui-control, .q-button.keyvisual.q-highlight {
            border-color: #9d0605 transparent transparent
        }

        .button.keyvisual::after, .keyvisual.ui-control::after, .q-button.keyvisual::after {
            background-color: inherit;
            border-right: #000 solid 1px;
            bottom: 0;
            content: '';
            display: block;
            left: 0;
            position: absolute;
            top: 0;
            -webkit-transform: skewX(-34.25deg);
            transform: skewX(-34.25deg);
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
            width: 100%;
            z-index: -1
        }

        .button.keyvisual::after, .keyvisual.ui-control::after, .q-button.keyvisual::after {
            background-color: #000
        }
}

.button.dropdown div, .button.dropdown span, .button.q-dropdown div, .button.q-dropdown span, .q-button.dropdown div, .q-button.dropdown span, .q-button.q-dropdown div, .q-button.q-dropdown span, .q-nav-secondary .q-dropdown-container .q-button-properties div, .q-nav-secondary .q-dropdown-container .q-button-properties span, button.dropdown div, button.dropdown span, button.q-dropdown div, button.q-dropdown span {
    padding-right: .625rem
}

.q-image-icons > * {
    float: right;
    margin-left: .5rem
}

.button, .q-button, .ui-control {
    -o-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-size: .875rem;
    line-height: 1.125rem;
    margin-top: 1rem;
    position: relative;
    -webkit-transition: background-color 0s ease-out;
    transition: background-color 0s ease-out
}

    .button.no-margin, .button.postfix, .button.prefix, .no-margin.ui-control, .postfix.ui-control, .prefix.ui-control, .q-button.no-margin, .q-button.postfix, .q-button.prefix {
        margin-top: 0
    }

    .button:not(.shopping-tool), .q-button:not(.shopping-tool), .ui-control:not(.shopping-tool) {
        display: table
    }

    .button.center, .center.ui-control, .q-button.center {
        text-align: center
    }

    .button.dropdown::before, .button.no-arrow::before, .button.shopping-tool::before, .button.utility::before, .dropdown.ui-control::before, .no-arrow.ui-control::before, .q-button.dropdown::before, .q-button.no-arrow::before, .q-button.shopping-tool::before, .q-button.utility::before, .shopping-tool.ui-control::before, .utility.ui-control::before {
        content: none
    }

    .button.call-to-action, .button.keyvisual, .button.primary, .call-to-action.ui-control, .keyvisual.ui-control, .primary.ui-control, .q-button.call-to-action, .q-button.keyvisual, .q-button.primary, .q-dealer-details .action-buttons .q-contact a {
        color: #fff
    }

        .button.call-to-action:focus, .button.keyvisual:focus, .button.primary:focus, .call-to-action.ui-control:focus, .keyvisual.ui-control:focus, .primary.ui-control:focus, .q-button.call-to-action:focus, .q-button.keyvisual:focus, .q-button.primary:focus, .q-dealer-details .action-buttons .q-contact a:focus {
            color: #fff
        }

    .activity.ui-control, .button.activity, .button.secondary, .q-button.activity, .q-button.secondary, .secondary.ui-control {
        color: #000
    }

        .activity.ui-control:focus, .button.activity:focus, .button.secondary:focus, .q-button.activity:focus, .q-button.secondary:focus, .secondary.ui-control:focus {
            background-color: rgba(0,0,0,.15);
            color: #000
        }

    .button:active, .button:focus, .button:hover, .q-button:active, .q-button:focus, .q-button:hover, .ui-control:active, .ui-control:focus, .ui-control:hover {
        color: #00a3e0
    }

    .activity.ui-control, .button.activity, .button.call-to-action, .button.keyvisual, .button.primary, .button.secondary, .call-to-action.ui-control, .keyvisual.ui-control, .primary.ui-control, .q-button.activity, .q-button.call-to-action, .q-button.keyvisual, .q-button.primary, .q-button.secondary, .q-dealer-details .action-buttons .q-contact a, .secondary.ui-control {
        padding-bottom: .6875rem;
        padding-top: .6875rem
    }

        .activity.ui-control::before, .button.activity::before, .button.call-to-action::before, .button.link::before, .button.primary::before, .button.secondary::before, .call-to-action.ui-control::before, .link.ui-control::before, .primary.ui-control::before, .q-button.activity::before, .q-button.call-to-action::before, .q-button.link::before, .q-button.primary::before, .q-button.secondary::before, .q-dealer-details .action-buttons .q-contact a::before, .secondary.ui-control::before {
            line-height: 1.5;
            position: absolute;
            top: auto
        }

    .button.link, .link.ui-control, .q-button.link {
        padding-left: 1.125rem !important
    }

        .button.link::before, .link.ui-control::before, .q-button.link::before {
            top: 0
        }

        .button.link:active, .button.link:hover, .link.ui-control:active, .link.ui-control:hover, .q-button.link:active, .q-button.link:hover {
            color: #606060
        }

    .activity.ui-control, .button.activity, .button.secondary, .q-button.activity, .q-button.secondary, .secondary.ui-control {
        background-color: rgba(0,0,0,.15)
    }

        .activity.ui-control:active, .activity.ui-control:hover, .button.activity:active, .button.activity:hover, .button.secondary:active, .button.secondary:hover, .q-button.activity:active, .q-button.activity:hover, .q-button.secondary:active, .q-button.secondary:hover, .secondary.ui-control:active, .secondary.ui-control:hover {
            background-color: rgba(0,0,0,.15);
            color: #606060
        }

    .activity.ui-control, .button.activity, .q-button.activity {
        background-color: #00a3e0;
        font-weight: 700
    }

        .activity.ui-control:active, .activity.ui-control:hover, .button.activity:active, .button.activity:hover, .q-button.activity:active, .q-button.activity:hover {
            background-color: #00a3e0
        }

    .button.keyvisual, .button.utility, .keyvisual.ui-control, .q-button.keyvisual, .q-button.utility, .utility.ui-control {
        padding-bottom: .375rem;
        padding-top: .375rem
    }

    .button.keyvisual, .keyvisual.ui-control, .q-button.keyvisual {
        line-height: 1;
        position: relative;
        white-space: nowrap
    }

    .button.utility, .q-button.utility, .utility.ui-control {
        background-color: #fff;
        border: 1px solid #f3f3f3;
        color: #000;
        width: 100%
    }

        .button.utility:active, .button.utility:hover, .q-button.utility:active, .q-button.utility:hover, .utility.ui-control:active, .utility.ui-control:hover {
            color: #606060
        }

        .button.utility .icon, .q-button.utility .icon, .utility.ui-control .icon {
            display: inline-block
        }

        .button.utility span, .q-button.utility span, .utility.ui-control span {
            line-height: 1.625rem;
            vertical-align: middle
        }

    .button.call-to-action, .call-to-action.ui-control, .q-button.call-to-action {
        background-color: #000 !important;
        border-bottom: 0;
        text-transform: initial;
        width: 100%
    }

    .button.email::before, .button.linkbutton::before, .button.location::before, .button.phone::before, .email.ui-control::before, .linkbutton.ui-control::before, .location.ui-control::before, .phone.ui-control::before, .q-button.email::before, .q-button.linkbutton::before, .q-button.location::before, .q-button.phone::before {
        content: none
    }

    .button.email .icon::before, .button.linkbutton .icon::before, .button.location .icon::before, .button.phone .icon::before, .email.ui-control .icon::before, .linkbutton.ui-control .icon::before, .location.ui-control .icon::before, .phone.ui-control .icon::before, .q-button.email .icon::before, .q-button.linkbutton .icon::before, .q-button.location .icon::before, .q-button.phone .icon::before {
        vertical-align: top
    }

    .alternative.ui-control, .button.alternative, .button.email, .button.link, .button.linkbutton, .button.location, .button.phone, .email.ui-control, .link.ui-control, .linkbutton.ui-control, .location.ui-control, .phone.ui-control, .q-button.alternative, .q-button.email, .q-button.link, .q-button.linkbutton, .q-button.location, .q-button.phone {
        background-color: transparent;
        padding: 0
    }

@media print {
    .button, .q-button, .ui-control {
        display: none !important
    }
}

.button.dropdown, .button.q-dropdown, .q-button.dropdown, .q-button.q-dropdown, .q-nav-secondary .q-dropdown-container .q-button-properties, button.dropdown, button.q-dropdown {
    background: #fff;
    border: 1px solid #d8d8d8;
    color: #000;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-size: inherit;
    margin-bottom: 0;
    z-index: 9
}

    .button.dropdown div, .button.dropdown span, .button.q-dropdown div, .button.q-dropdown span, .q-button.dropdown div, .q-button.dropdown span, .q-button.q-dropdown div, .q-button.q-dropdown span, .q-nav-secondary .q-dropdown-container .q-button-properties div, .q-nav-secondary .q-dropdown-container .q-button-properties span, button.dropdown div, button.dropdown span, button.q-dropdown div, button.q-dropdown span {
        border-style: hidden;
        color: #000;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: inherit;
        overflow: hidden;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .button.dropdown::after, .button.q-dropdown::after, .q-button.dropdown::after, .q-button.q-dropdown::after, button.dropdown::after, button.q-dropdown::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        border: 0;
        position: absolute
    }

    .button.dropdown[aria-expanded=true], .button.q-dropdown[aria-expanded=true], .q-button.dropdown[aria-expanded=true], .q-button.q-dropdown[aria-expanded=true], button.dropdown[aria-expanded=true], button.q-dropdown[aria-expanded=true] {
        background: #fff;
        color: #00a3e0;
        z-index: 20
    }

        .button.dropdown[aria-expanded=true]::after, .button.q-dropdown[aria-expanded=true]::after, .q-button.dropdown[aria-expanded=true]::after, .q-button.q-dropdown[aria-expanded=true]::after, button.dropdown[aria-expanded=true]::after, button.q-dropdown[aria-expanded=true]::after {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit;
            color: #00a3e0;
            position: absolute
        }

@media print {
    .button.dropdown, .button.q-dropdown, .q-button.dropdown, .q-button.q-dropdown, button.dropdown, button.q-dropdown {
        display: none !important
    }
}

.q-image-icons {
    height: 2rem;
    left: .625rem;
    position: absolute;
    right: .625rem;
    top: .625rem;
    z-index: 50
}

    .q-image-icons > * {
        position: static
    }

.button_link--full-width .button, .button_link--full-width .q-button, .button_link--full-width button {
    width: 100%
}

.has-tip {
    border-bottom: 1px dashed #000
}

table {
    border-collapse: separate;
    border-spacing: 0
}

    table thead {
        margin-bottom: .25rem
    }

        table thead tr th {
            border-bottom: .1875rem solid #00a3e0;
            padding: 1rem .75rem 1rem
        }

    table tbody td {
        padding: 1rem .75rem
    }

        table tbody td:not(:last-child) {
            border-right: .1875rem solid #fff
        }

    table tfoot tr td {
        padding: 1rem .75rem 1rem
    }

.tabs {
    border-bottom: .0625rem solid #f3f3f3
}

    .tabs a {
        text-decoration: none
    }

.q-image-disclaimer {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 50
}

    .q-image-disclaimer.q-disclaimer-transparent {
        max-width: 100%
    }

    .q-image-disclaimer:not(.q-disclaimer-color) {
        width: auto !important
    }

    .q-image-disclaimer .q-disclaimer-close-icon-overflow {
        margin-right: 17px
    }

    .q-image-disclaimer .icon {
        position: absolute;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease;
        z-index: 20
    }

        .q-image-disclaimer .icon.close-button {
            color: #000;
            padding: .375rem
        }

            .q-image-disclaimer .icon.close-button:hover {
                color: #606060
            }

    .q-image-disclaimer .q-disclaimer-container {
        overflow: hidden;
        overflow-y: auto;
        padding: .625rem 1.875rem .625rem 1.25rem;
        position: absolute;
        top: 0;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
        width: 100%
    }

        .q-image-disclaimer .q-disclaimer-container.q-disclaimer-transparent {
            color: #000;
            -webkit-transition: opacity .5s ease;
            transition: opacity .5s ease
        }

            .q-image-disclaimer .q-disclaimer-container.q-disclaimer-transparent .close-button, .q-image-disclaimer .q-disclaimer-container.q-disclaimer-transparent .q-disclaimer {
                background-color: transparent
            }

            .q-image-disclaimer .q-disclaimer-container.q-disclaimer-transparent .close-button {
                font-weight: 800;
                opacity: .5;
                top: .375rem
            }

            .q-image-disclaimer .q-disclaimer-container.q-disclaimer-transparent .icon-disclaimer::before {
                color: transparent
            }

            .q-image-disclaimer .q-disclaimer-container.q-disclaimer-transparent .close-button, .q-image-disclaimer .q-disclaimer-container.q-disclaimer-transparent .icon-disclaimer, .q-image-disclaimer .q-disclaimer-container.q-disclaimer-transparent .q-disclaimer {
                color: #000
            }

        .q-image-disclaimer .q-disclaimer-container .icon-disclaimer:hover {
            color: #606060
        }

        .q-image-disclaimer .q-disclaimer-container .icon-disclaimer::after {
            color: inherit
        }

        .q-image-disclaimer .q-disclaimer-container p {
            font-size: .875rem;
            line-height: 1.3125rem;
            margin-top: 1.3125rem
        }

            .q-image-disclaimer .q-disclaimer-container p:first-child {
                margin-top: 0
            }

.no-touch .q-image-disclaimer.q-disclaimer-color .icon-disclaimer:hover {
    color: #00a3e0
}

.q-image-disclaimer.q-disclaimer-color {
    background-color: #323232;
    color: #fff;
    -webkit-transition: height .5s ease-in-out,width .5s ease-in-out;
    transition: height .5s ease-in-out,width .5s ease-in-out
}

    .q-image-disclaimer.q-disclaimer-color .icon-disclaimer {
        color: #fff
    }

        .q-image-disclaimer.q-disclaimer-color .icon-disclaimer::before {
            background-color: #323232;
            color: #323232
        }

        .q-image-disclaimer.q-disclaimer-color .icon-disclaimer::after {
            color: inherit
        }

    .q-image-disclaimer.q-disclaimer-color .close-button {
        background-color: #fff
    }

.q-image-disclaimer.q-disclaimer-transparent .icon-disclaimer {
    height: 1.875rem;
    width: 1.875rem
}

    .q-image-disclaimer.q-disclaimer-transparent .icon-disclaimer::before {
        content: none
    }

.q-image-disclaimer.q-disclaimer-transparent .close-button {
    opacity: .5
}

.q-image-disclaimer.q-disclaimer-transparent.closed .q-disclaimer-container {
    opacity: 0
}

.q-image-disclaimer.q-disclaimer-transparent.opened .q-disclaimer-container {
    opacity: 1
}

.q-image-disclaimer.closed {
    height: 1.875rem;
    width: 1.875rem
}

    .q-image-disclaimer.closed .icon-disclaimer {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .q-image-disclaimer.closed .close-button {
        opacity: 0;
        pointer-events: none;
        z-index: -1
    }

.q-image-disclaimer.opened .icon-disclaimer {
    opacity: 0
}

.f-dropdown {
    -webkit-box-shadow: .25rem .25rem .1875rem 0 rgba(0,0,0,.19);
    box-shadow: .25rem .25rem .1875rem 0 rgba(0,0,0,.19);
    opacity: .9;
    z-index: 10
}

    .f-dropdown li a {
        color: inherit;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-weight: 700;
        margin: 0 1rem;
        text-decoration: none
    }

    .f-dropdown li:hover {
        background-color: #fff;
        color: #555
    }

.q-hmf-sort .f-dropdown .active.q-dropdown-item, .q-hmf-sort .f-dropdown .q-dropdown-item:hover, .q-tabs .f-dropdown .active.tab-title, .q-tabs .f-dropdown .tab-title:hover, .q-target-group-selector .f-dropdown .active.q-dropdown-item, .q-target-group-selector .f-dropdown .q-dropdown-item:hover, .q-vehicle-spec-table .vst-dropdown .f-dropdown .active.vst-label, .q-vehicle-spec-table .vst-dropdown .f-dropdown .vst-label:hover {
    background: #00a3e0;
    color: #000
}

.flexbox-container {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flexbox-container-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.fc-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fc-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.fc-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.fc-direction, .fc-direction-row {
    -ms-flex-wrap: row;
    flex-wrap: row
}

.fc-direction-row-reverse {
    -ms-flex-wrap: row-reverse;
    flex-wrap: row-reverse
}

.fc-direction-column {
    -ms-flex-wrap: column;
    flex-wrap: column
}

.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fc-direction-column-reverse {
    -ms-flex-wrap: column-reverse;
    flex-wrap: column-reverse
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.align-content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.align-content-between {
    -ms-flex-line-pack: between;
    align-content: between
}

.align-content-around {
    -ms-flex-line-pack: around;
    align-content: around
}

.align-content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.flex {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.align-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-self-center {
    -ms-flex-item-align: center;
    align-self: center
}

.align-self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.font-11, .font-11 * {
    font-size: .6875rem !important
}

.font-12, .font-12 * {
    font-size: .75rem !important
}

.font-14, .font-14 * {
    font-size: .875rem !important
}

.font-16, .font-16 * {
    font-size: 1rem !important
}

.font-18, .font-18 * {
    font-size: 1.125rem !important
}

.font-20, .font-20 * {
    font-size: 1.25rem !important
}

.font-21, .font-21 * {
    font-size: 1.3125rem !important
}

.font-22, .font-22 * {
    font-size: 1.375rem !important
}

.font-24, .font-24 * {
    font-size: 1.5rem !important
}

.font-26, .font-26 * {
    font-size: 1.625rem !important
}

.font-28, .font-28 * {
    font-size: 1.75rem !important
}

.font-36, .font-36 * {
    font-size: 2.25rem !important
}

.font-40, .font-40 * {
    font-size: 2.5rem !important
}

.font-48, .font-48 * {
    font-size: 3rem !important
}

.font-60, .font-60 * {
    font-size: 3.75rem !important
}

.font-72, .font-72 * {
    font-size: 4.5rem !important
}

.q-font-color-black {
    color: #000
}

.q-font-color-white {
    color: #fff
}

.q-font-color-my-brand {
    color: #00a3e0
}

.q-font-color-black-light {
    color: #3b3938
}

.q-font-color-hot-grey {
    color: #796f6e
}

footer {
    background: #000;
    color: #fff;
    margin-top: 2.125rem;
    padding-bottom: 1.5rem;
    width: 100%
}

    footer .header, footer a, footer a:focus, footer p {
        color: #fff
    }

    footer a {
        text-decoration: none
    }

        footer a:active, footer a:focus, footer a:hover {
            color: #606060
        }

.gmit-gf-request-type {
    background: #f3f3f3
}

    .gmit-gf-request-type .gmit-gf-button {
        font-size: .875rem;
        font-weight: 700;
        line-height: 1rem;
        text-transform: uppercase
    }

    .gmit-gf-request-type .gmit-gf-dealer-selector .gmit-gf-dealer-search-results .gmit-gf-dealer-count {
        color: #000;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: .875rem;
        font-stretch: condensed;
        font-weight: 700;
        line-height: 1rem
    }

    .gmit-gf-request-type .gmit-gf-dealer-selector .gmit-gf-dealer-search-results .gmit-gf-dealer-item .gmit-gf-dealer {
        text-decoration: none
    }

        .gmit-gf-request-type .gmit-gf-dealer-selector .gmit-gf-dealer-search-results .gmit-gf-dealer-item .gmit-gf-dealer address {
            font-style: normal
        }

    .gmit-gf-request-type .gmit-gf-dealer-selector .gmit-gf-search-options .gmit-gf-multioption-radio .gmit-gf-label-text {
        color: #000;
        font-weight: 700
    }

    .gmit-gf-request-type .gmit-gf-label-text {
        color: #000;
        font-size: .875rem;
        line-height: 1rem
    }

    .gmit-gf-request-type .gmit-gf-input-text::-webkit-input-placeholder {
        color: #c7c7c7
    }

    .gmit-gf-request-type .gmit-gf-input-text::-moz-placeholder {
        color: #c7c7c7
    }

    .gmit-gf-request-type .gmit-gf-input-text:-ms-input-placeholder {
        color: #c7c7c7
    }

    .gmit-gf-request-type .gmit-gf-input-text::-ms-input-placeholder {
        color: #c7c7c7
    }

    .gmit-gf-request-type .gmit-gf-input-text::placeholder {
        color: #c7c7c7
    }

    .gmit-gf-request-type .gmit-gf-input-text {
        color: #000;
        font-size: 1rem;
        line-height: 1rem
    }

    .gmit-gf-request-type .gmit-gf-multi-step {
        background: #fff
    }

        .gmit-gf-request-type .gmit-gf-multi-step .gmit-gf-groupbox {
            border-top-color: #fff
        }

        .gmit-gf-request-type .gmit-gf-multi-step.tabs .tab-title .gmit-multi-step-link {
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-size: 1rem;
            font-stretch: condensed
        }

        .gmit-gf-request-type .gmit-gf-multi-step.tabs .tab-title.disabled .gmit-multi-step-link {
            border-bottom-color: #fff;
            color: #999
        }

        .gmit-gf-request-type .gmit-gf-multi-step.tabs .tab-title.active .gmit-multi-step-link {
            background: #fff;
            border-bottom-color: #f7d900;
            font-weight: 700
        }

        .gmit-gf-request-type .gmit-gf-multi-step.tabs .tab-title.gmit-gf-step-visited .gmit-multi-step-link {
            border-bottom-color: #ccc
        }

        .gmit-gf-request-type .gmit-gf-multi-step .accordion-navigation {
            border-bottom-color: #f3f3f3
        }

            .gmit-gf-request-type .gmit-gf-multi-step .accordion-navigation .gmit-multi-step-link {
                background-color: #fff;
                border-bottom-color: #fff;
                border-top-color: #fff;
                /*font-family: 'Noto Kufi Arabic', sans-serif;*/
                font-size: 1rem;
                font-stretch: condensed;
                font-weight: 700;
                line-height: 1.125rem;
                text-decoration: none;
                text-transform: uppercase
            }

            .gmit-gf-request-type .gmit-gf-multi-step .accordion-navigation .content.active {
                background-color: #fff
            }

            .gmit-gf-request-type .gmit-gf-multi-step .accordion-navigation.active .gmit-multi-step-link {
                border-bottom-color: #ccc;
                border-top-color: #f7d900
            }

    .gmit-gf-request-type small.error, .gmit-gf-request-type span.error {
        background: #fff;
        color: #f04124;
        font-size: .875rem;
        font-style: normal;
        font-weight: 400
    }

    .gmit-gf-request-type .gmit-gf-input-checkbox:checked + label::before {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        background: 0 0;
        color: #000;
        position: absolute
    }

    .gmit-gf-request-type .gmit-gf-input-checkbox:checked:disabled + label::before {
        border-color: #999;
        color: #999
    }

.gmit-gf-selected-brochures .gmit-gf-selected-brochure-wrapper {
    background: #f3f3f3
}

    .gmit-gf-selected-brochures .gmit-gf-selected-brochure-wrapper .gmit-gf-icon.icon {
        color: #000
    }

.gmit-gf-selected-brochures .gmit-gf-pdf-label-text {
    font-size: .75rem;
    line-height: 1rem
}

.gmit-gf-selected-brochures .gmit-gf-selected-brochures-label {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1rem
}

.gmit-gf-selected-brochures .gmit-gf-selected-brochure-container {
    background: #f3f3f3
}

.gmit-gf-image-label {
    color: #000;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-size: .875rem;
    font-stretch: condensed;
    line-height: 1rem
}

.gmit-gf-brochure .gmit-flexbox-container.gmit-gf-disabled .gmit-gf-input-checkbox + label::before, .gmit-gf-selected-brochures .gmit-flexbox-container.gmit-gf-disabled .gmit-gf-input-checkbox + label::before {
    background: #f3f3f3;
    border-color: #f3f3f3
}

.gmit-gf-brochure .gmit-flexbox-container .gmit-gf-input-checkbox + label::before, .gmit-gf-selected-brochures .gmit-flexbox-container .gmit-gf-input-checkbox + label::before {
    border-color: #000
}

.gmit-gf-brochure-list .gmit-gf-row .gmit-flexbox-container .gmit-brochure-col-content {
    background-color: #fff
}

.gmit-gf-brochure-list .gmit-gf-row .gmit-flexbox-container.gmit-gf-disabled .gmit-brochure-col-content {
    background: #f3f3f3
}

.gmit-gf-content-separator hr {
    border-color: #000
}

.gmit-gf-datepicker input.gmit-gf-input-text:focus {
    background-color: #fff
}

.gmit-gf-datepicker input.gmit-gf-input-text:disabled {
    background-color: #fff;
    color: #000
}

.gmit-gf-datepicker div.button.dropdown.icon.active, .gmit-gf-datepicker span.button.dropdown.icon.active {
    background: #fff
}

.gmit-gf-datepicker .ui-datepicker {
    background: #fff;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-size: 1.25rem
}

    .gmit-gf-datepicker .ui-datepicker .ui-datepicker-header {
        border-left-color: #eee;
        border-right-color: #eee;
        border-top-color: #eee
    }

        .gmit-gf-datepicker .ui-datepicker .ui-datepicker-header a.ui-datepicker-next span::before {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit;
            font-size: 1.25rem;
            margin-right: .5rem
        }

        .gmit-gf-datepicker .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span::before {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit;
            font-size: 1.25rem;
            margin-right: .5rem
        }

        .gmit-gf-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
            font-weight: 700;
            text-transform: uppercase
        }

    .gmit-gf-datepicker .ui-datepicker table {
        border-bottom-color: #eee;
        border-left-color: #eee;
        border-right-color: #eee
    }

        .gmit-gf-datepicker .ui-datepicker table.ui-datepicker-calendar {
            background: #fff
        }

            .gmit-gf-datepicker .ui-datepicker table.ui-datepicker-calendar thead tr th {
                font-size: 1.25rem;
                font-weight: 400
            }

            .gmit-gf-datepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td {
                border-color: #fff;
                font-size: 1.25rem
            }

                .gmit-gf-datepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
                    color: #999
                }

                .gmit-gf-datepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-datepicker-current-day {
                    background: #f7d900
                }

                .gmit-gf-datepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td[data-handler] {
                    background: #eee
                }

                    .gmit-gf-datepicker .ui-datepicker table.ui-datepicker-calendar tbody tr td[data-handler].ui-datepicker-current-day {
                        background: #f7d900
                    }

.gmit-gf-dealer-selector .gmit-gf-dealer-search-results .gmit-gf-dealer-count {
    color: #000;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-size: .875rem;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 1rem
}

.gmit-gf-dealer-selector .gmit-gf-dealer-search-results .gmit-gf-dealer-items {
    border-color: #ccc
}

    .gmit-gf-dealer-selector .gmit-gf-dealer-search-results .gmit-gf-dealer-items .gmit-gf-divider {
        border-color: #ccc
    }

.gmit-gf-dealer-selector .gmit-gf-selected-dealer {
    font-size: .875rem;
    font-weight: 700
}

    .gmit-gf-dealer-selector .gmit-gf-selected-dealer .gmit-gf-selected-dealer-name {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-stretch: condensed
    }

.gmit-gf-dropdown select {
    background-color: #fff
}

.gmit-gf-follow-on .gmit-gf-confirmation-message label, .gmit-gf-follow-on .gmit-gf-confirmation-message p {
    color: #000;
    font-weight: 700
}

.gmit-gf-follow-on .gmit-gf-follow-on-headline {
    font-weight: 700
}

.gmit-gf-follow-on .gmit-gf-button:disabled {
    background-color: #999
}

    .gmit-gf-follow-on .gmit-gf-button:disabled:hover {
        background-color: #999
    }

.gmit-gf-bold {
    font-weight: 700
}

.gmit-gf-groupbox {
    background: 0 0 !important;
    border-top: transparent !important
}

    .gmit-gf-groupbox.gmit-gf-collapse {
        border-top-color: #fff
    }

        .gmit-gf-groupbox.gmit-gf-collapse .gmit-gf-groupbox-title {
            border-bottom-color: #fff
        }

    .gmit-gf-groupbox .icon {
        color: #ccc;
        font-size: 1.5rem
    }

        .gmit-gf-groupbox .icon.icon-close {
            color: #000;
            font-size: 1rem
        }

    .gmit-gf-groupbox .gmit-gf-groupbox-title {
        border-bottom-color: #ccc;
        color: #000;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: 1rem;
        font-stretch: condensed;
        line-height: 1.125rem;
        text-transform: uppercase
    }

        .gmit-gf-groupbox .gmit-gf-groupbox-title.gmit-gf-expander {
            font-weight: 800
        }

.gmit-gf-headline, .gmit-gf-headline-subtitle {
    font-weight: 700
}

.gmit-gf-text-field input.gmit-gf-input-text:focus {
    background-color: #fff
}

.gmit-gf-thank-you {
    background: #fff;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-size: .875rem;
    line-height: 1rem
}

    .gmit-gf-thank-you header.gmit-gf-headline-wrapper .gmit-gf-bodystyle-headline, .gmit-gf-thank-you header.gmit-gf-headline-wrapper .gmit-gf-carline-headline {
        color: #000;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.5rem
    }

    .gmit-gf-thank-you header.gmit-gf-dealer-contact-headline, .gmit-gf-thank-you header.gmit-gf-dealer-hours-headline, .gmit-gf-thank-you header.gmit-gf-dealer-selector-headline {
        font-size: .875rem !important;
        font-weight: 700
    }

    .gmit-gf-thank-you p {
        color: #000;
        font-size: .75rem
    }

    .gmit-gf-thank-you .gmit-gf-dealer {
        color: #000;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.125rem
    }

    .gmit-gf-thank-you .gmit-gf-trim-headline {
        line-height: 1.125rem
    }

    .gmit-gf-thank-you .gmit-gf-carline-pricing td {
        line-height: 1rem
    }

    .gmit-gf-thank-you .gmit-gf-paragraph-label-bold {
        line-height: 1rem
    }

.gmit-gf-comment-field .gmit-gf-count {
    font-size: .875rem
}

.gmit-gf-paragraph .gmit-gf-paragraph-label-bold {
    color: #000;
    font-weight: 700
}

.gmit-gf-paragraph p {
    font-size: .875rem;
    line-height: 1rem
}

.gmit-gf-paragraph.gmit-gf-general-submission-error p {
    color: #f04124;
    font-style: normal;
    font-weight: 400
}

.gmit-gf-bodystyle-headline, .gmit-gf-carline-headline, .gmit-gf-co2-headline, .gmit-gf-trim-headline {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-size: 1rem;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 1.3125rem
}

.gmit-gf-bodystyle-headline, .gmit-gf-carline-headline, .gmit-gf-co2-headline {
    text-transform: uppercase
}

.gmit-gf-co2-disclaimer, .gmit-gf-co2-stats-table, .gmit-gf-engine-description {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1rem
}

.gmit-gf-co2-disclaimer, .gmit-gf-co2-stats-table {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-size: .875rem;
    font-stretch: condensed;
    font-weight: 400;
    line-height: 1.125rem
}

.gmit-gf-carline-pricing-table .gmit-gf-carline-pricing-label2, .gmit-gf-carline-pricing-table .gmit-gf-carline-pricing2, .gmit-gf-carline-pricing-table tr td, .gmit-gf-carline-pricing-table tr th {
    color: #000
}

.gmit-gf-carline-pricing-table tr:nth-child(2) td {
    font-weight: 700
}

.gmit-gf-group-title {
    color: #000
}

.gmit-gf-expand-icon.icon {
    color: #ccc;
    font-size: 1.5rem;
    line-height: .875rem
}

.gmit-gf-layer-window.reveal-modal {
    background-color: rgba(0,0,0,.8);
    border-color: rgba(0,0,0,.8);
    color: #fff
}

    .gmit-gf-layer-window.reveal-modal .gmit-gf-modal-header .gmit-gf-modal-headline {
        color: #fff;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: 1.75rem;
        font-stretch: condensed;
        font-weight: 700;
        line-height: 1.5rem
    }

    .gmit-gf-layer-window.reveal-modal .gmit-gf-modal-container {
        font-size: .75rem;
        line-height: 1rem
    }

    .gmit-gf-layer-window.reveal-modal .close-reveal-modal {
        text-decoration: none
    }

        .gmit-gf-layer-window.reveal-modal .close-reveal-modal .icon-close {
            background-color: #fff;
            border: 2px solid #eee;
            color: #000;
            font-size: 2.25rem
        }

.gmit-flex-col-content {
    background-color: #fff;
    border-top-color: #00a3e0
}

    .gmit-flex-col-content p {
        color: #000
    }

.gmit-gf-request-type .gmit-gf-field-group-container .gmit-gf-input-checkbox + label, .gmit-gf-request-type .gmit-gf-field-group-container .gmit-gf-input-radio + label {
    line-height: 1rem
}

.gmit-gf-request-type .gmit-gf-input-radio:checked + label::before {
    background-color: #000
}

.gmit-gf-request-type .gmit-gf-input-checkbox + label, .gmit-gf-request-type .gmit-gf-input-radio + label {
    line-height: 1rem
}

    .gmit-gf-request-type .gmit-gf-input-checkbox + label::before, .gmit-gf-request-type .gmit-gf-input-radio + label::before {
        border-color: #000
    }

.gmit-gf-request-type [data-abide] input[data-invalid].gmit-gf-input-text {
    border-color: #f04124
}

.gmit-gf-request-type [data-abide] small.error {
    background-color: transparent;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400
}

.gmit-gf-request-type [data-abide] .gmit-gf-brochure-list .gmit-flexbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .gmit-gf-request-type [data-abide] .gmit-gf-brochure-list .gmit-flexbox-container.error .gmit-gf-input-checkbox + label::before {
        border-color: #f04124
    }

.gmit-gf-request-type [data-abide] .error ul .error .gmit-gf-label-text::before {
    border-color: #f04124
}

.gmit-gf-request-type [data-abide] .error ul .error .gmit-gf-input-checkbox + label::before, .gmit-gf-request-type [data-abide] .error ul .error .gmit-gf-input-radio + label::before {
    border-color: #f04124
}

.gmit-gf-request-type [data-abide] .error small.error {
    background-color: transparent;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400
}

    .gmit-gf-request-type [data-abide] .error small.error .gmit-gf-error-label {
        color: #f04124
    }

.gmit-gf-request-type [data-abide] .error small label {
    color: #000;
    font-size: .875rem;
    line-height: 1rem
}

.gmit-gf-request-type [data-abide] .error select {
    border-color: #f04124
}

.gmit-gf-request-type [data-abide] .error span.error {
    background-color: transparent;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400
}

.gmit-gf-request-type [data-abide] .error label {
    color: #000
}

    .gmit-gf-request-type [data-abide] .error label.error {
        color: #f04124
    }

.gmit-gf-request-type [data-abide] .error > label > small {
    background: 0 0;
    color: #f04124;
    display: inline;
    font-size: 60%;
    font-style: normal;
    text-transform: capitalize
}

.gmit-gf-request-type [data-abide] .error .gmit-gf-field-group-container .gmit-gf-input-checkbox + label::before, .gmit-gf-request-type [data-abide] .error .gmit-gf-field-group-container .gmit-gf-input-radio + label::before {
    border-color: #f04124
}

.gmit-gf-request-type [data-abide].gmit-gf-front-left label.gmit-gf-label-text.error, .gmit-gf-request-type [data-abide].gmit-gf-front-right label.gmit-gf-label-text.error {
    color: #f04124
}

@media print,only screen and (min-width:48rem) {
    .q-grid-container--bordered .columns + .columns {
        border-left-width: 1px;
        border-left-style: solid
    }
}

.q-grid-container {
    padding: 0 .54688rem
}

@media print,only screen and (min-width:48rem) {
    .q-grid-container {
        padding: 0 2.5rem
    }
}

.q-grid-container .q-grid-container {
    margin-left: 0;
    margin-right: 0;
    padding: 0
}

.q-grid-container .q-ht-expander-content .q-grid-container {
    padding: 0 .54688rem
}

@media print,only screen and (min-width:48rem) {
    .q-grid-container .q-ht-expander-content .q-grid-container {
        padding: 0 2.5rem
    }
}

.q-grid-container.q-equalize > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .q-grid-container.q-equalize > .row::before {
        display: inherit
    }

    .q-grid-container.q-equalize > .row .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .q-grid-container.q-equalize > .row .columns > .aem-Grid {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

.q-grid-container.q-equalize .q-multimedia-paragraph {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.q-grid-container.q-equalize .offer_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 100%
}

.q-grid-container.q-equalize .q-teaser-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media print,only screen and (min-width:48rem) {
    .q-grid-container--bordered .columns + .columns {
        border-color: #000
    }
}

.grid-bg-transparent {
    background-color: transparent
}

.grid-bg-white {
    background-color: #fff
}

.grid-bg-light {
    background-color: #f9f9f9
}

.grid-bg-neutral {
    background-color: #f3f3f3
}

.grid-bg-dark {
    background-color: #ccc
}

.grid-bg-darker {
    background-color: #323232
}

.grid-full-width {
    padding: 0
}

.grid-decoration .q-multimedia-item, .grid-decoration .q-multimedia-teaser, .grid-decoration .q-table {
    border-top: .5rem solid #00a3e0
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns:first-child, .row.grid-enable-spacing.small-collapse > .columns:first-child {
        padding-left: 0
    }

    .row.grid-enable-spacing.collapse > .columns:last-child, .row.grid-enable-spacing.small-collapse > .columns:last-child {
        padding-right: 0
    }

    .row.grid-enable-spacing.collapse > .columns.large-6:first-child, .row.grid-enable-spacing.collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.collapse > .columns.small-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.small-6:first-child {
        padding-right: 1.09375rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-6:first-child, .row.grid-enable-spacing.collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.collapse > .columns.small-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.small-6:first-child {
        padding-right: .9375rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-6:first-child, .row.grid-enable-spacing.collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.collapse > .columns.small-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.small-6:first-child {
        padding-right: .625rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-6:last-child, .row.grid-enable-spacing.collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.collapse > .columns.small-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.small-6:last-child {
        padding-left: 1.09375rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-6:last-child, .row.grid-enable-spacing.collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.collapse > .columns.small-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.small-6:last-child {
        padding-left: .9375rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-6:last-child, .row.grid-enable-spacing.collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.collapse > .columns.small-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.small-6:last-child {
        padding-left: .625rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.45833rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.25rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(1) {
        padding-right: .83333rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(2) {
        padding-left: .72917rem;
        padding-right: .72917rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(2) {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(2) {
        padding-left: .41667rem;
        padding-right: .41667rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.45833rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.25rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(3) {
        padding-left: .83333rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.64062rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.40625rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(1) {
        padding-right: .9375rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(2) {
        padding-left: .54688rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(2) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(2) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(3) {
        padding-left: 1.09375rem;
        padding-right: .54688rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(3) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(3) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.64062rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.40625rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(4) {
        padding-left: .9375rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.82292rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.5625rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.04167rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(2) {
        padding-left: .36458rem;
        padding-right: 1.45833rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(2) {
        padding-left: .3125rem;
        padding-right: 1.25rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(2) {
        padding-left: .20833rem;
        padding-right: .83333rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(3) {
        padding-left: .72917rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(3) {
        padding-left: .625rem;
        padding-right: .9375rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(3) {
        padding-left: .41667rem;
        padding-right: .625rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(4) {
        padding-left: 1.09375rem;
        padding-right: .72917rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(4) {
        padding-left: .9375rem;
        padding-right: .625rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(4) {
        padding-left: .625rem;
        padding-right: .41667rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.45833rem;
        padding-right: .36458rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.25rem;
        padding-right: .3125rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(5) {
        padding-left: .83333rem;
        padding-right: .20833rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.82292rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.5625rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.04167rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.small-12.columns, .row.grid-enable-spacing.small-collapse > .columns.small-12.columns {
        padding-left: 0;
        padding-right: 0
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns:first-child {
        padding-left: 0
    }

    .row.grid-enable-spacing.medium-collapse > .columns:last-child {
        padding-right: 0
    }

    .row.grid-enable-spacing.medium-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.medium-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.medium-collapse > .columns.small-6:first-child {
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.medium-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.medium-collapse > .columns.small-6:first-child {
        padding-right: .9375rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.medium-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.medium-collapse > .columns.small-6:first-child {
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.medium-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.medium-collapse > .columns.small-6:last-child {
        padding-left: 1.09375rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.medium-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.medium-collapse > .columns.small-6:last-child {
        padding-left: .9375rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.medium-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.medium-collapse > .columns.small-6:last-child {
        padding-left: .625rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.45833rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.25rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(1) {
        padding-right: .83333rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(2) {
        padding-left: .72917rem;
        padding-right: .72917rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(2) {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(2) {
        padding-left: .41667rem;
        padding-right: .41667rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.45833rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.25rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(3) {
        padding-left: .83333rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.64062rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.40625rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(1) {
        padding-right: .9375rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(2) {
        padding-left: .54688rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(2) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(2) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(3) {
        padding-left: 1.09375rem;
        padding-right: .54688rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(3) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(3) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.64062rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.40625rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(4) {
        padding-left: .9375rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.82292rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.5625rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.04167rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(2) {
        padding-left: .36458rem;
        padding-right: 1.45833rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(2) {
        padding-left: .3125rem;
        padding-right: 1.25rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(2) {
        padding-left: .20833rem;
        padding-right: .83333rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(3) {
        padding-left: .72917rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(3) {
        padding-left: .625rem;
        padding-right: .9375rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(3) {
        padding-left: .41667rem;
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(4) {
        padding-left: 1.09375rem;
        padding-right: .72917rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(4) {
        padding-left: .9375rem;
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(4) {
        padding-left: .625rem;
        padding-right: .41667rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.45833rem;
        padding-right: .36458rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.25rem;
        padding-right: .3125rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(5) {
        padding-left: .83333rem;
        padding-right: .20833rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.82292rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.5625rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.04167rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.small-12.columns {
        padding-left: 0;
        padding-right: 0
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns:first-child {
        padding-left: 0
    }

    .row.grid-enable-spacing.large-collapse > .columns:last-child {
        padding-right: 0
    }

    .row.grid-enable-spacing.large-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.large-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.large-collapse > .columns.small-6:first-child {
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.large-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.large-collapse > .columns.small-6:first-child {
        padding-right: .9375rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.large-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.large-collapse > .columns.small-6:first-child {
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.large-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.large-collapse > .columns.small-6:last-child {
        padding-left: 1.09375rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.large-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.large-collapse > .columns.small-6:last-child {
        padding-left: .9375rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.large-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.large-collapse > .columns.small-6:last-child {
        padding-left: .625rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.45833rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.25rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(1) {
        padding-right: .83333rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(2) {
        padding-left: .72917rem;
        padding-right: .72917rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(2) {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(2) {
        padding-left: .41667rem;
        padding-right: .41667rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.45833rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.25rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(3) {
        padding-left: .83333rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.64062rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.40625rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(1) {
        padding-right: .9375rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(2) {
        padding-left: .54688rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(2) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(2) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(3) {
        padding-left: 1.09375rem;
        padding-right: .54688rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(3) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(3) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.64062rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.40625rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(4) {
        padding-left: .9375rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.82292rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.5625rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.04167rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(2) {
        padding-left: .36458rem;
        padding-right: 1.45833rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(2) {
        padding-left: .3125rem;
        padding-right: 1.25rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(2) {
        padding-left: .20833rem;
        padding-right: .83333rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(3) {
        padding-left: .72917rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(3) {
        padding-left: .625rem;
        padding-right: .9375rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(3) {
        padding-left: .41667rem;
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(4) {
        padding-left: 1.09375rem;
        padding-right: .72917rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(4) {
        padding-left: .9375rem;
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(4) {
        padding-left: .625rem;
        padding-right: .41667rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.45833rem;
        padding-right: .36458rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.25rem;
        padding-right: .3125rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(5) {
        padding-left: .83333rem;
        padding-right: .20833rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.82292rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.5625rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.04167rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.small-12.columns {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns:first-child {
        padding-left: 0
    }

    .row.grid-enable-spacing.xlarge-collapse > .columns:last-child {
        padding-right: 0
    }

    .row.grid-enable-spacing.xlarge-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.xlarge-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.xlarge-collapse > .columns.small-6:first-child {
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.xlarge-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.xlarge-collapse > .columns.small-6:first-child {
        padding-right: .9375rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.xlarge-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.xlarge-collapse > .columns.small-6:first-child {
        padding-right: .625rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.xlarge-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.xlarge-collapse > .columns.small-6:last-child {
        padding-left: 1.09375rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.xlarge-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.xlarge-collapse > .columns.small-6:last-child {
        padding-left: .9375rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.xlarge-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.xlarge-collapse > .columns.small-6:last-child {
        padding-left: .625rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.45833rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.25rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(1) {
        padding-right: .83333rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(2) {
        padding-left: .72917rem;
        padding-right: .72917rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(2) {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(2) {
        padding-left: .41667rem;
        padding-right: .41667rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.45833rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.25rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(3) {
        padding-left: .83333rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.64062rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.40625rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(1) {
        padding-right: .9375rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(2) {
        padding-left: .54688rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(2) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(2) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(3) {
        padding-left: 1.09375rem;
        padding-right: .54688rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(3) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(3) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.64062rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.40625rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(4) {
        padding-left: .9375rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.82292rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.5625rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.04167rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(2) {
        padding-left: .36458rem;
        padding-right: 1.45833rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(2) {
        padding-left: .3125rem;
        padding-right: 1.25rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(2) {
        padding-left: .20833rem;
        padding-right: .83333rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(3) {
        padding-left: .72917rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(3) {
        padding-left: .625rem;
        padding-right: .9375rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(3) {
        padding-left: .41667rem;
        padding-right: .625rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(4) {
        padding-left: 1.09375rem;
        padding-right: .72917rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(4) {
        padding-left: .9375rem;
        padding-right: .625rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(4) {
        padding-left: .625rem;
        padding-right: .41667rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.45833rem;
        padding-right: .36458rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.25rem;
        padding-right: .3125rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(5) {
        padding-left: .83333rem;
        padding-right: .20833rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.82292rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.5625rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.04167rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.small-12.columns {
        padding-left: 0;
        padding-right: 0
    }
}

.q-grid-overflow-large {
    margin-left: -1.64062rem;
    margin-right: -1.64062rem
}

    .q-grid-overflow-large .q-grid-overflow-large {
        margin-left: 0;
        margin-right: 0
    }

@media print,only screen and (min-width:48rem) {
    .q-grid-overflow-none {
        margin-left: 0;
        margin-right: 0
    }
}

@media print,only screen and (min-width:48rem) {
    .q-grid-overflow-xsmall {
        margin-left: -1.64062rem;
        margin-right: -1.64062rem
    }
}

@media print,only screen and (min-width:48rem) {
    .q-grid-overflow-small {
        margin-left: -2.1875rem;
        margin-right: -2.1875rem
    }
}

@media print,only screen and (min-width:48rem) {
    .q-grid-overflow-medium {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
}

@media print,only screen and (min-width:48rem) {
    .q-grid-overflow-large {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }
}

.reveal-modal, .reveal-modal-bg {
    position: fixed
}

.reveal-modal {
    overflow-x: hidden;
    overflow-y: auto
}

    .reveal-modal.q-gallery-layer-modal {
        background-color: #fff
    }

    .reveal-modal.q-video-modal .q-margin-large {
        margin-top: 0
    }

    .reveal-modal.q-video-modal .q-video {
        width: 100%
    }

    .reveal-modal.visible {
        visibility: visible !important
    }

    .reveal-modal .q-nav-secondary {
        display: none !important
    }

    .reveal-modal .q-modal-header {
        background-color: transparent
    }

        .reveal-modal .q-modal-header .q-modal-title {
            font-size: 2.125rem;
            line-height: 2.5rem;
            margin-left: auto;
            margin-right: auto;
            max-width: 80%;
            text-align: center
        }

        .reveal-modal .q-modal-header a {
            text-decoration: none;
            z-index: 99
        }

            .reveal-modal .q-modal-header a:hover {
                color: #606060
            }

        .reveal-modal .q-modal-header .close-reveal-modal {
            line-height: .5
        }

        .reveal-modal .q-modal-header .print-reveal-modal {
            position: absolute;
            right: 4.8125rem;
            top: 3.9375rem
        }

        .reveal-modal .q-modal-header .icon {
            font-size: 1.5625rem;
            font-weight: 700
        }

    .reveal-modal.default-modal .q-modal-content, .reveal-modal.q-video-modal .q-modal-content {
        margin-bottom: 2.5rem
    }

    .reveal-modal.default-modal .q-modal-header {
        background-color: #fff;
        border-bottom: 1px solid #d8d8d8;
        z-index: 99
    }

    .reveal-modal.q-trim-detail-layer {
        background-color: #f3f3f3
    }

        .reveal-modal.q-trim-detail-layer .q-modal-header .q-modal-title {
            font-size: 1.25rem;
            font-weight: 800;
            margin: 2.625rem .75rem 1.5rem .75rem;
            text-align: right
        }

@media only screen and (max-width:47.9375rem) {
    .reveal-modal {
        max-height: 100% !important;
        overflow-y: auto;
        width: 100% !important
    }

        .reveal-modal .q-modal-title {
            max-width: 80%
        }
}

@media print,only screen and (min-width:48rem) {
    .reveal-modal.q-trim-detail-layer .q-modal-header .q-modal-title {
        font-size: 1.875rem;
        margin: 2.5rem 2.5rem 1.5rem 2.5rem;
        max-width: 90%
    }
}

@media print,only screen and (min-width:62rem) {
    .reveal-modal.q-trim-detail-layer .q-modal-header .q-modal-title {
        margin-left: 3rem;
        margin-right: 3rem
    }

    .reveal-modal.q-gallery-layer-modal {
        max-width: calc(100vw - 80px);
        overflow: hidden
    }

    .reveal-modal .q-modal-title {
        max-width: 93%
    }
}

nav a {
    text-decoration: none
}

.top-bar {
    overflow: hidden
}

    .top-bar .toggle-topbar.menu-icon a span::after {
        -webkit-box-shadow: 0 0 0 .125rem #000,0 .4375rem 0 .125rem #000,0 .875rem 0 .125rem #000;
        box-shadow: 0 0 0 .125rem #000,0 .4375rem 0 .125rem #000,0 .875rem 0 .125rem #000;
        width: 1.375rem
    }

.top-bar-section {
    padding: 0
}

    .top-bar-section ul li > a {
        display: inline;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: 1rem;
        font-weight: 700
    }

    .top-bar-section .utility .icon {
        top: -.1875rem
    }

.left-off-canvas-menu, .right-off-canvas-menu {
    overflow: hidden !important
}

@media print {
    .left-off-canvas-menu, .right-off-canvas-menu {
        display: none !important
    }
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a::after {
    content: "";
    font-family: icons-peugeot;
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
    line-height: 1;
    right: .5rem
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a::after {
    content: "";
    font-family: icons-peugeot;
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
    line-height: 1;
    left: .5rem
}

.off-canvas-list a {
    text-decoration: none
}

    .off-canvas-list a .icon {
        font-size: inherit
    }

.off-canvas-list form {
    display: table;
    table-layout: fixed;
    width: 100%
}

    .off-canvas-list form input {
        color: #323232;
        font-weight: 700;
        line-height: 1rem;
        padding: .75rem 0 .75rem .9375rem;
        width: 100%
    }

    .off-canvas-list form .input-group-btn, .off-canvas-list form input {
        background-color: #fff;
        border: medium none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: table-cell;
        margin: 0
    }

    .off-canvas-list form .input-group-btn {
        width: 2.5rem
    }

    .off-canvas-list form .button-search {
        background-color: transparent;
        border: medium none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: .75rem;
        line-height: .75rem;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
        width: 100%
    }

        .off-canvas-list form .button-search .icon {
            color: #323232
        }

.off-canvas-list label {
    cursor: default
}

.off-canvas-list .button {
    background-color: #323232
}

.off-canvas-list.has-search > .has-submenu > .left-submenu, .off-canvas-list.has-search > .has-submenu > .right-submenu {
    top: 4.875rem
}

.off-canvas-list .left-submenu a, .off-canvas-list .right-submenu a {
    font-size: 1.5rem
}

.off-canvas-list .left-submenu .title, .off-canvas-list .right-submenu .title {
    background: #f5f5f5;
    border-bottom: none;
    border-top: 4px solid #00a3e0;
    color: #323232;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-size: 1.5rem;
    margin: 0;
    padding: .5rem
}

.off-canvas-list.shopping-tools i {
    vertical-align: inherit
}

.q-navigation-link-list {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    position: relative
}

@media print {
    .q-navigation-link-list {
        display: none !important
    }
}

@media print,only screen and (min-width:62rem) {
    .q-navigation-link-list .q-navigation-bar {
        background-color: transparent;
        position: relative
    }

        .q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
            font-size: 1.0625rem;
            line-height: 1.25rem
        }

            .q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link {
                border-bottom: 4px solid transparent
            }

                .q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link.active, .q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link:hover {
                    border-bottom: 4px solid #00a3e0
                }

                .q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link:hover {
                    font-weight: 700
                }

            .q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-label {
                font-size: inherit;
                line-height: inherit
            }
}

.q-navigation-bar {
    position: relative;
    z-index: 50
}

    .q-navigation-bar a {
        text-decoration: none
    }

        .q-navigation-bar a:active, .q-navigation-bar a:focus {
            color: #000
        }

    .q-navigation-bar .jcarousel-next-disabled, .q-navigation-bar .jcarousel-prev-disabled {
        display: none
    }

    .q-navigation-bar .ui-control.slider-control {
        opacity: 0
    }

    .q-navigation-bar:not(.ps-container) > .q-scroller-content > .q-scroller-list {
        width: 625rem !important
    }

[data-navigation-top] {
    display: none
}

[data-navigation-bottom] {
    display: block
}

@media print,only screen and (min-width:62rem) {
    [data-navigation-top] {
        display: block
    }

    [data-navigation-bottom] {
        display: none
    }
}

@media print,only screen and (max-width:61.9375rem) {
    [data-navigation-bottom] {
        display: block
    }

        [data-navigation-bottom] .q-navigation-bar {
            margin-top: 2.5rem
        }

            [data-navigation-bottom] .q-navigation-bar .slider-control {
                display: none !important
            }

            [data-navigation-bottom] .q-navigation-bar .q-scroller-list {
                float: none;
                height: auto;
                margin-left: 0
            }

                [data-navigation-bottom] .q-navigation-bar .q-scroller-list:after, [data-navigation-bottom] .q-navigation-bar .q-scroller-list:before {
                    content: " ";
                    display: table
                }

                [data-navigation-bottom] .q-navigation-bar .q-scroller-list:after {
                    clear: both
                }

                [data-navigation-bottom] .q-navigation-bar .q-scroller-list > .q-scroller-content-item {
                    background-color: #ccc;
                    display: block;
                    float: none;
                    line-height: 2.25rem;
                    padding: .375rem .75rem;
                    width: 100%
                }

                    [data-navigation-bottom] .q-navigation-bar .q-scroller-list > .q-scroller-content-item:after, [data-navigation-bottom] .q-navigation-bar .q-scroller-list > .q-scroller-content-item:before {
                        content: " ";
                        display: table
                    }

                    [data-navigation-bottom] .q-navigation-bar .q-scroller-list > .q-scroller-content-item:after {
                        clear: both
                    }

                    [data-navigation-bottom] .q-navigation-bar .q-scroller-list > .q-scroller-content-item:not(:last-of-type) {
                        margin-bottom: .25rem
                    }

                    [data-navigation-bottom] .q-navigation-bar .q-scroller-list > .q-scroller-content-item.active {
                        display: none
                    }

                    [data-navigation-bottom] .q-navigation-bar .q-scroller-list > .q-scroller-content-item > a {
                        display: inline-block;
                        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
                        font-weight: 700;
                        padding-right: 1rem;
                        position: relative;
                        text-transform: uppercase;
                        width: 100%
                    }

                        [data-navigation-bottom] .q-navigation-bar .q-scroller-list > .q-scroller-content-item > a::after {
                            content: "";
                            font-family: icons-peugeot;
                            font-size: 1rem;
                            font-style: normal;
                            font-variant: normal;
                            line-height: 1;
                            position: relative;
                            speak: none;
                            text-transform: none;
                            font-size: inherit;
                            font-weight: inherit;
                            line-height: inherit;
                            text-align: inherit;
                            margin-top: -1.125rem;
                            position: absolute;
                            right: 0;
                            top: 50%
                        }

        [data-navigation-bottom] .q-nav-secondary-title {
            margin-bottom: 1rem;
            margin-left: 1.5rem;
            margin-top: .5rem
        }
}

@media print {
    [data-navigation-bottom] {
        display: none !important
    }
}

@media print,only screen and (min-width:62rem) {
    .q-navigation-bar {
        background: #fff
    }

        .q-navigation-bar .ui-control.slider-control {
            border: 0;
            -webkit-box-shadow: 0 0 1.5rem -.0625rem #d8d8d8;
            box-shadow: 0 0 1.5rem -.0625rem #d8d8d8;
            display: block;
            margin: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            -webkit-transition: opacity .5s;
            transition: opacity .5s;
            z-index: 30
        }

            .q-navigation-bar .ui-control.slider-control.active {
                opacity: 1
            }

            .q-navigation-bar .ui-control.slider-control.inactive {
                opacity: 0;
                z-index: -1
            }

            .q-navigation-bar .ui-control.slider-control.slider-control-prev {
                left: 0
            }

            .q-navigation-bar .ui-control.slider-control.slider-control-next {
                right: 0
            }

            .q-navigation-bar .ui-control.slider-control .icon {
                font-size: 1.125rem
            }

                .q-navigation-bar .ui-control.slider-control .icon::before {
                    font-size: 1.125rem;
                    font-weight: 800
                }

        .q-navigation-bar .slider-control-next, .q-navigation-bar .slider-control-prev {
            height: auto;
            margin-top: -2.75rem !important;
            top: 50% !important
        }

            .q-navigation-bar .slider-control-next .icon, .q-navigation-bar .slider-control-prev .icon {
                font-size: 1.875rem
            }

                .q-navigation-bar .slider-control-next .icon::before, .q-navigation-bar .slider-control-prev .icon::before {
                    font-size: 1.875rem
                }

        .q-navigation-bar .q-scroller-content {
            overflow: hidden;
            position: relative;
            width: 100%
        }

            .q-navigation-bar .q-scroller-content .q-scroller-list {
                margin: 0;
                padding: 0;
                position: relative
            }

                .q-navigation-bar .q-scroller-content .q-scroller-list:after, .q-navigation-bar .q-scroller-content .q-scroller-list:before {
                    content: " ";
                    display: table
                }

                .q-navigation-bar .q-scroller-content .q-scroller-list:after {
                    clear: both
                }

                .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
                    float: left;
                    list-style-type: none;
                    padding: .875rem .75rem
                }

                .q-navigation-bar .q-scroller-content .q-scroller-list.tabs > .q-scroller-content-item {
                    padding: 0
                }

        .q-navigation-bar:not(.ps-container) .slider-control {
            height: 100%;
            line-height: 2.75rem;
            margin-top: 0
        }

    [data-navigation-bottom] {
        display: none
    }
}

.off-canvas-wrap .inner-wrap {
    -webkit-transform: none;
    transform: none
}

    .off-canvas-wrap .inner-wrap .left-off-canvas-menu {
        padding-bottom: 5rem;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        -webkit-transform: translate(-100%,0);
        transform: translate(-100%,0)
    }

    .off-canvas-wrap .inner-wrap .right-off-canvas-menu {
        padding-bottom: 5rem;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -webkit-transform: translate(100%,0);
        transform: translate(100%,0)
    }

    .off-canvas-wrap .inner-wrap .q-page-container {
        overflow: hidden;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease,-webkit-transform .5s ease
    }

.off-canvas-wrap.move-left .inner-wrap .q-page-container, .off-canvas-wrap.move-right .inner-wrap .q-page-container {
    position: fixed;
    top: 0;
    width: 100%
}

.off-canvas-wrap.move-left .inner-wrap .q-exit-off-canvas, .off-canvas-wrap.move-right .inner-wrap .q-exit-off-canvas {
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    box-shadow: -4px 0 4px rgba(0,0,0,.5),4px 0 4px rgba(0,0,0,.5);
    cursor: default;
    -webkit-transition: background 250ms ease;
    transition: background 250ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0,0,0,.4);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002
}

@media print,only screen and (min-width:48rem) {
    .off-canvas-wrap.move-left .inner-wrap .q-exit-off-canvas:hover, .off-canvas-wrap.move-right .inner-wrap .q-exit-off-canvas:hover {
        background: rgba(0,0,0,.4)
    }
}

.off-canvas-wrap.move-right .inner-wrap .left-off-canvas-menu {
    position: static;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.off-canvas-wrap.move-right .inner-wrap .q-page-container {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .off-canvas-wrap.move-right .inner-wrap .q-page-container {
        -webkit-transform: translate3d(375px,0,0);
        transform: translate3d(375px,0,0)
    }
}

.off-canvas-wrap.move-left .inner-wrap .right-off-canvas-menu {
    position: static;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.off-canvas-wrap.move-left .inner-wrap .q-page-container {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .off-canvas-wrap.move-left .inner-wrap .q-page-container {
        -webkit-transform: translate3d(-375px,0,0);
        transform: translate3d(-375px,0,0)
    }
}

.ps {
    padding-left: .75rem !important;
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

@media print,only screen and (min-width:48rem) {
    .ps {
        padding-left: 2.5rem !important
    }
}

.ps__rail-x {
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(40%,transparent),color-stop(40%,#f3f3f3),color-stop(60%,#f3f3f3),color-stop(60%,transparent),to(transparent));
    background: linear-gradient(to bottom,transparent 0,transparent 40%,#f3f3f3 40%,#f3f3f3 60%,transparent 60%,transparent 100%);
    height: .875rem;
    bottom: 1.5rem;
    position: absolute
}

.ps--active-x > .ps__rail-x {
    display: block;
    background-color: transparent
}

.ps--focus > .ps__rail-x, .ps--scrolling-x > .ps__rail-x, .ps:hover > .ps__rail-x {
    height: .875rem;
    margin: 0
}

    .ps--focus > .ps__rail-x:hover, .ps--scrolling-x > .ps__rail-x:hover, .ps:hover > .ps__rail-x:hover {
        background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(40%,transparent),color-stop(40%,#f3f3f3),color-stop(60%,#f3f3f3),color-stop(60%,transparent),to(transparent));
        background: linear-gradient(to bottom,transparent 0,transparent 40%,#f3f3f3 40%,#f3f3f3 60%,transparent 60%,transparent 100%);
        height: .875rem
    }

.ps__thumb-x {
    background: #7f7f7f;
    border-radius: 1.5rem;
    height: .4375rem;
    margin: .25rem 0 0 0;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    bottom: 3px;
    position: absolute
}

.ps__rail-x.ps--clicking .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
    background-color: #999;
    height: 11px;
    bottom: 1px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important
    }
}

.q-print-header {
    display: none
}

    .q-print-header .title {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: .9375rem;
        font-weight: 700;
        padding-left: 45%
    }

    .q-print-header .logo-container {
        display: inline-block;
        float: right
    }

        .q-print-header .logo-container .logo {
            height: auto;
            width: 5.125rem
        }

@media print {
    .q-print-header {
        display: block
    }
}

@media print,only screen and (min-width:62rem) {
    .q-print-header.q-simple-header {
        display: block
    }
}

@media print {
    a[href]::after {
        content: none !important
    }
}

.qtip {
    background: rgba(0,0,0,.8);
    border: 0;
    color: #fff
}

    .qtip.qtip-dealer-locator .qtip-content {
        margin-top: 0;
        padding-top: 1.5rem
    }

    .qtip.qtip-dealer-locator .qtip-close.qtip-icon {
        border: 1px solid #ccc;
        color: #b0b0b0;
        height: 1.5rem;
        width: 1.5rem
    }

        .qtip.qtip-dealer-locator .qtip-close.qtip-icon .ui-icon {
            font-size: 1.5rem;
            padding: .1875rem .0625rem 0 0;
            width: 1.4375rem
        }

    .qtip.qtip-dealer-locator .qtip-close:active, .qtip.qtip-dealer-locator .qtip-close:focus, .qtip.qtip-dealer-locator .qtip-close:hover {
        color: #606060
    }

    .qtip .qtip-titlebar {
        background-color: transparent;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.0834;
        padding: 1.5rem 3.5rem 0 1.5rem
    }

        .qtip .qtip-titlebar .qtip-title a {
            color: #fff;
            font-stretch: condensed;
            font-weight: 800;
            word-break: break-word
        }

        .qtip .qtip-titlebar .qtip-close {
            margin-top: 0
        }

        .qtip .qtip-titlebar .h3, .qtip .qtip-titlebar h3 {
            color: #fff
        }

    .qtip .qtip-content {
        font-size: .875rem;
        line-height: 1.5;
        margin-top: 1rem;
        overflow: auto;
        padding: 0 1.5rem 1.5rem 1.5rem
    }

    .qtip .qtip-close {
        background: #fff;
        height: 2.875rem;
        right: 0;
        top: 0;
        width: 3rem
    }

        .qtip .qtip-close .ui-icon {
            font-size: 2.5rem;
            height: 1.375rem;
            padding: .875rem .4375rem;
            width: 1.5rem
        }

        .qtip .qtip-close.qtip-icon {
            border: 1px solid #ccc;
            border-radius: 0;
            color: #b0b0b0
        }

        .qtip .qtip-close:active, .qtip .qtip-close:focus, .qtip .qtip-close:hover {
            color: #606060
        }

@media only screen and (max-width:47.9375rem) {
    .qtip {
        max-width: none;
        width: 100%
    }
}

.q-slider .slider-control-prev {
    left: 0
}

.q-slider .slider-control-next {
    right: 0
}

.q-slider.slider-hover-arrow .slider-control-prev {
    left: -62.5rem
}

.q-slider.slider-hover-arrow .slider-control-next {
    right: -62.5rem
}

.q-slider.slider-hover-arrow:hover .slider-control-prev {
    left: 0
}

.q-slider.slider-hover-arrow:hover .slider-control-next {
    right: 0
}

.touch .q-slider.slider-hover-arrow .slider-control-prev {
    left: 0
}

.touch .q-slider.slider-hover-arrow .slider-control-next {
    right: 0
}

.q-slider {
    overflow: hidden
}

    .q-slider .slick-list {
        margin: 0 -.375rem
    }

    .q-slider .q-slider-item {
        height: auto
    }

        .q-slider .q-slider-item:not(:first-child) {
            opacity: 0
        }

        .q-slider .q-slider-item .q-grid-container {
            min-height: 1px
        }

        .q-slider .q-slider-item .q-multimedia-teaser, .q-slider .q-slider-item .q-offer-item {
            border-bottom: 1px solid #eee;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee
        }

        .q-slider .q-slider-item .q-multimedia-teaser {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            width: 100%
        }

    .q-slider .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .q-slider .slick-track .slick-slide {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            float: none;
            height: auto;
            margin: 0 .375rem
        }

            .q-slider .slick-track .slick-slide:not(:first-child) {
                opacity: 1
            }

    .q-slider .slider-control {
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }

        .q-slider .slider-control .icon {
            font-size: 1.625rem;
            line-height: 2.7
        }

    .q-slider .slider-control-next, .q-slider .slider-control-prev {
        margin-top: -2.75rem;
        position: absolute;
        top: 50%
    }

    .q-slider .slider-pagination {
        display: block;
        left: 50%;
        list-style: none;
        margin: 0 .3125rem;
        position: relative;
        text-align: center;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
        width: auto
    }

        .q-slider .slider-pagination li {
            cursor: pointer;
            display: inline-block;
            height: 1.25rem;
            margin: .625rem 0 0;
            padding: 0;
            position: relative;
            vertical-align: top;
            width: 1.25rem
        }

            .q-slider .slider-pagination li.slick-active button::before {
                color: #000;
                font-size: 3rem
            }

        .q-slider .slider-pagination button {
            background: #fff;
            border: 1px solid #fff;
            border-radius: 1.875rem;
            cursor: pointer;
            display: block;
            font-size: 0;
            line-height: 0;
            margin-bottom: .5rem;
            outline: 0;
            padding: .3125rem
        }

        .q-slider .slider-pagination .slick-active button {
            background-color: #000;
            border: 1px solid #000
        }

.no-touch .q-slider .slider-pagination button:hover {
    background-color: #000;
    border: 1px solid #000
}

@media print,only screen and (min-width:48rem) {
    .q-slider .q-slider-item .q-offer-item {
        margin: 0
    }

        .q-slider .q-slider-item .q-offer-item .q-offer-inner {
            padding: 0
        }
}

@media only screen and (max-width:47.9375rem),print {
    .q-stacked-list {
        margin-left: 0
    }

        .q-stacked-list a {
            text-decoration: none
        }

            .q-stacked-list a:hover {
                color: #555
            }

        .q-stacked-list .q-list-item {
            background-color: #fff;
            display: block;
            height: 9.5rem;
            line-height: 2.25rem;
            width: 100%
        }

            .q-stacked-list .q-list-item:after, .q-stacked-list .q-list-item:before {
                content: " ";
                display: table
            }

            .q-stacked-list .q-list-item:after {
                clear: both
            }

            .q-stacked-list .q-list-item.active:not(.q-expander-item) {
                display: none
            }

            .q-stacked-list .q-list-item .q-picture-container {
                height: 3.75rem;
                position: relative;
                text-align: center
            }

                .q-stacked-list .q-list-item .q-picture-container img, .q-stacked-list .q-list-item .q-picture-container picture {
                    max-height: 100%;
                    max-width: 100%
                }

            .q-stacked-list .q-list-item .q-label-container {
                margin: 1.125rem 0;
                padding: 0
            }

                .q-stacked-list .q-list-item .q-label-container .q-label {
                    color: #000
                }

            .q-stacked-list .q-list-item .q-price-container {
                font-size: 1rem;
                margin-top: 0
            }

            .q-stacked-list .q-list-item.q-with-price .q-label-container {
                margin: .5rem 0
            }

                .q-stacked-list .q-list-item.q-with-price .q-label-container .q-price-container {
                    color: #555;
                    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
                    font-weight: 800
                }
}

.tabs {
    -o-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .tabs .tab-title > a {
        padding: .75rem 1rem
    }

.touch .tabs .tab-title:not(.active) > a:hover {
    background-color: transparent
}

.tabs-content {
    background-color: #fff
}

    .tabs-content > .content {
        padding: 0
    }

.q-trim-information .q-content-container .q-content ul li::before, .q-trim-information-large .q-bottom ul li::before, ul.square li::before {
    left: -1rem
}

.q-quote {
    font-style: italic
}

    .q-quote::before {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit
    }

    .q-quote::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit
    }

.q-trim-information .q-content-container .q-content ul, .q-trim-information-large .q-bottom ul, ul.square {
    list-style: outside none
}

    .q-trim-information .q-content-container .q-content ul li, .q-trim-information-large .q-bottom ul li, ul.square li {
        line-height: 1.75rem;
        list-style: none;
        position: relative
    }

        .q-trim-information .q-content-container .q-content ul li::before, .q-trim-information-large .q-bottom ul li::before, ul.square li::before {
            background-color: #00a3e0;
            content: '';
            height: .375rem;
            margin: .6875rem 0 0;
            position: absolute;
            width: .375rem
        }

.q-quote::after, .q-quote::before {
    color: #000;
    font-size: 2rem;
    vertical-align: -.5rem
}

.q-quote p {
    display: inline
}

.ui-control {
    background-color: #fff;
    border: 1px solid #eee;
    color: #000;
    height: 2.75rem;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 2.75rem
}

    .ui-control::before {
        content: none
    }

    .ui-control.q-button {
        display: block
    }

        .ui-control.q-button:focus {
            color: #000
        }

    .ui-control.button:focus {
        background-color: #fff
    }

    .ui-control.slider-control {
        height: 5.5rem;
        line-height: 4.375rem;
        width: 2.5rem;
        z-index: 48
    }

    .ui-control:not(.ui-disabled):active, .ui-control:not(.ui-disabled):hover {
        background-color: #fff;
        color: #606060
    }

    .ui-control.inactive, .ui-control.slick-disabled, .ui-control.ui-disabled {
        pointer-events: none
    }

    .ui-control.inactive, .ui-control.slick-disabled {
        border: 0;
        color: #606060;
        cursor: default;
        opacity: .25
    }

    .ui-control:not(.slider-control) > .icon {
        font-size: 2rem
    }

.q-vehicle-information-a .q-headline, .q-vehicle-information-b .q-headline, .q-vehicle-information-bar .q-headline, .vehicle-information .q-headline {
    margin-top: -.3125rem
}

.q-vehicle-information-a .q-headline-border, .q-vehicle-information-b .q-headline-border, .q-vehicle-information-bar .q-headline-border, .vehicle-information .q-headline-border {
    border-bottom: solid thin #000
}

    .q-vehicle-information-a .q-headline-border a, .q-vehicle-information-b .q-headline-border a, .q-vehicle-information-bar .q-headline-border a, .vehicle-information .q-headline-border a {
        text-decoration: none
    }

.q-price-container {
    color: #888;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 800;
    line-height: 1.25;
    margin-top: .625rem
}

    .q-price-container .q-price, .q-price-container .q-price-net {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        padding-bottom: .125rem;
        padding-top: .125rem
    }

        .q-price-container .q-price .q-value, .q-price-container .q-price-net .q-value {
            display: inline-block
        }

    .q-price-container.q-include-exclude .q-from, .q-price-container.q-include-exclude .q-price {
        display: block
    }

@media print,only screen and (max-width:47.9375rem) {
    .hide-for-small-only {
        display: none !important
    }
}

@media print,only screen {
    .hide-for-small-up {
        display: none !important
    }
}

@media print,only screen and (max-width:0),only screen and (min-width:48rem) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media print,only screen and (min-width:48rem) {
    .hide-for-medium-up {
        display: none !important
    }
}

@media print,only screen and (max-width:47.9375rem),only screen and (min-width:62rem) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,only screen and (max-width:47.9375rem) {
    .show-for-medium-up {
        display: none !important
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .hide-for-large-only {
        display: none !important
    }
}

@media print,only screen and (min-width:62rem) {
    .hide-for-large-up {
        display: none !important
    }
}

@media print,only screen and (max-width:61.9375rem),only screen and (min-width:74rem) {
    .show-for-large-only {
        display: none !important
    }
}

@media print,only screen and (max-width:61.9375rem) {
    .show-for-large-up {
        display: none !important
    }
}

@media print,only screen and (min-width:74rem) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media print,only screen and (min-width:74rem) {
    .hide-for-xlarge-up {
        display: none !important
    }
}

@media print,only screen and (max-width:73.9375rem) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media print,only screen and (max-width:73.9375rem) {
    .show-for-xlarge-up {
        display: none !important
    }
}

.hide-for-portrait, .show-for-landscape {
    display: inherit !important
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

table.hide-for-landscape, table.show-for-portrait {
    display: table !important
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important
}

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important
}

@media only screen and (orientation:landscape) {
    .hide-for-portrait, .show-for-landscape {
        display: inherit !important
    }

    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }

    table.hide-for-portrait, table.show-for-landscape {
        display: table !important
    }

    thead.hide-for-portrait, thead.show-for-landscape {
        display: table-header-group !important
    }

    tbody.hide-for-portrait, tbody.show-for-landscape {
        display: table-row-group !important
    }

    tr.hide-for-portrait, tr.show-for-landscape {
        display: table-row !important
    }

    td.hide-for-portrait, td.show-for-landscape, th.hide-for-portrait, th.show-for-landscape {
        display: table-cell !important
    }
}

@media only screen and (orientation:portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: inherit !important
    }

    .hide-for-portrait, .show-for-landscape {
        display: none !important
    }

    table.hide-for-landscape, table.show-for-portrait {
        display: table !important
    }

    thead.hide-for-landscape, thead.show-for-portrait {
        display: table-header-group !important
    }

    tbody.hide-for-landscape, tbody.show-for-portrait {
        display: table-row-group !important
    }

    tr.hide-for-landscape, tr.show-for-portrait {
        display: table-row !important
    }

    td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
        display: table-cell !important
    }
}

.show-for-touch {
    display: none !important
}

.hide-for-touch {
    display: inherit !important
}

.touch .show-for-touch {
    display: inherit !important
}

.touch .hide-for-touch {
    display: none !important
}

table .hide-for-touch {
    display: table !important
}

.touch table .show-for-touch {
    display: table !important
}

thead .hide-for-touch {
    display: table-header-group !important
}

.touch thead .show-for-touch {
    display: table-header-group !important
}

tbody .hide-for-touch {
    display: table-row-group !important
}

.touch tbody .show-for-touch {
    display: table-row-group !important
}

tr .hide-for-touch {
    display: table-row !important
}

.touch tr .show-for-touch {
    display: table-row !important
}

td .hide-for-touch {
    display: table-cell !important
}

.touch td .show-for-touch {
    display: table-cell !important
}

th .hide-for-touch {
    display: table-cell !important
}

.touch th .show-for-touch {
    display: table-cell !important
}

.show-for-sr {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.show-on-focus {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

    .show-on-focus:active, .show-on-focus:focus {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

.print-only, .show-for-print {
    display: none !important
}

@media print {
    .print-only, .show-for-print {
        display: block !important
    }

    .hide-for-print, .hide-on-print {
        display: none !important
    }

    table .show-for-print {
        display: table !important
    }

    thead .show-for-print {
        display: table-header-group !important
    }

    tbody .show-for-print {
        display: table-row-group !important
    }

    tr .show-for-print {
        display: table-row !important
    }

    td .show-for-print {
        display: table-cell !important
    }

    th .show-for-print {
        display: table-cell !important
    }
}

.activity.ui-control, .button.activity, .button.call-to-action, .button.primary, .button.primary--dark, .button.primary--sport, .button.secondary, .button.secondary--dark, .call-to-action.ui-control, .primary--dark.ui-control, .primary--sport.ui-control, .primary.ui-control, .q-button.activity, .q-button.call-to-action, .q-button.primary, .q-button.primary--dark, .q-button.primary--sport, .q-button.secondary, .q-button.secondary--dark, .q-dealer-details .action-buttons .q-contact a, .secondary--dark.ui-control, .secondary.ui-control {
    font-size: 15px;
}

    .activity.ui-control:before, .button.activity:before, .button.call-to-action:before, .button.link:before, .button.primary:before, .button.secondary:before, .call-to-action.ui-control:before, .link.ui-control:before, .primary.ui-control:before, .q-button.activity:before, .q-button.call-to-action:before, .q-button.link:before, .q-button.primary:before, .q-button.secondary:before, .q-dealer-details .action-buttons .q-contact a:before, .secondary.ui-control:before {
        padding-right: .5rem
    }

.button.tertiary .icon, .button.tertiary--dark .icon, .q-button.tertiary .icon, .q-button.tertiary--dark .icon, .tertiary--dark.ui-control .icon, .tertiary.ui-control .icon {
    padding-right: .5rem
}

.button.no-arrow, .no-arrow.ui-control, .q-button.no-arrow {
    padding-left: 3rem !important
}

.button.link, .link.ui-control, .q-button.link {
    padding-left: 0 !important
}

.button, .q-button, .ui-control {
    margin-top: 0rem;
    font-size: .875rem;
    line-height: 1;
    -webkit-transition: background-color .2s ease-out,border-color .2s ease-out;
    transition: background-color .2s ease-out,border-color .2s ease-out;
    max-width: 19.375rem
}

    .button::before, .q-button::before, .ui-control::before {
        content: ""
    }

    .button.call-to-action, .button.primary, .call-to-action.ui-control, .primary.ui-control, .q-button.call-to-action, .q-button.primary, .q-dealer-details .action-buttons .q-contact a {
        color: #fff;
        background-color: #00a3e0
    }

        .button.call-to-action:focus, .button.call-to-action:hover, .button.primary:focus, .button.primary:hover, .call-to-action.ui-control:focus, .call-to-action.ui-control:hover, .primary.ui-control:focus, .primary.ui-control:hover, .q-button.call-to-action:focus, .q-button.call-to-action:hover, .q-button.primary:focus, .q-button.primary:hover, .q-dealer-details .action-buttons .q-contact a:focus, .q-dealer-details .action-buttons .q-contact a:hover {
            color: #fff;
            background-color: #000
        }

    .button.primary--dark, .primary--dark.ui-control, .q-button.primary--dark {
        background-color: #00a3e0;
        color: #fff;
        border: .0625rem solid transparent
    }

        .button.primary--dark:focus, .button.primary--dark:hover, .primary--dark.ui-control:focus, .primary--dark.ui-control:hover, .q-button.primary--dark:focus, .q-button.primary--dark:hover {
            color: #fff;
            background-color: transparent;
            border-color: #fff
        }

    .button.primary--sport, .primary--sport.ui-control, .q-button.primary--sport {
        background-color: #bfdd0b;
        color: #000
    }

        .button.primary--sport:focus, .button.primary--sport:hover, .primary--sport.ui-control:focus, .primary--sport.ui-control:hover, .q-button.primary--sport:focus, .q-button.primary--sport:hover {
            background-color: #000;
            color: #fff
        }

    .activity.ui-control, .button.activity, .button.secondary, .q-button.activity, .q-button.secondary, .secondary.ui-control {
        color: #787b80;
        background-color: transparent;
        border: .0625rem solid #787b80
    }

        .activity.ui-control:focus, .activity.ui-control:hover, .button.activity:focus, .button.activity:hover, .button.secondary:focus, .button.secondary:hover, .q-button.activity:focus, .q-button.activity:hover, .q-button.secondary:focus, .q-button.secondary:hover, .secondary.ui-control:focus, .secondary.ui-control:hover {
            color: #fff;
            background-color: #00a3e0;
            border-color: transparent
        }

    .button.secondary--dark, .q-button.secondary--dark, .secondary--dark.ui-control {
        color: #fff;
        background-color: transparent;
        border: .0625rem solid #fff
    }

        .button.secondary--dark:focus, .button.secondary--dark:hover, .q-button.secondary--dark:focus, .q-button.secondary--dark:hover, .secondary--dark.ui-control:focus, .secondary--dark.ui-control:hover {
            color: #fff;
            background-color: #00a3e0;
            border-color: transparent
        }

    .activity.ui-control, .button.activity, .button.call-to-action, .button.primary, .button.primary--dark, .button.primary--sport, .button.secondary, .button.secondary--dark, .call-to-action.ui-control, .primary--dark.ui-control, .primary--sport.ui-control, .primary.ui-control, .q-button.activity, .q-button.call-to-action, .q-button.primary, .q-button.primary--dark, .q-button.primary--sport, .q-button.secondary, .q-button.secondary--dark, .q-dealer-details .action-buttons .q-contact a, .secondary--dark.ui-control, .secondary.ui-control {
        padding-left: 1.375rem;
        padding-right: 1.375rem;
        position: relative;
        height: 2.8125rem;
        max-width: 22.375rem;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        font-weight: 700
    }

        .activity.ui-control span, .button.activity span, .button.call-to-action span, .button.primary span, .button.primary--dark span, .button.primary--sport span, .button.secondary span, .button.secondary--dark span, .call-to-action.ui-control span, .primary--dark.ui-control span, .primary--sport.ui-control span, .primary.ui-control span, .q-button.activity span, .q-button.call-to-action span, .q-button.primary span, .q-button.primary--dark span, .q-button.primary--sport span, .q-button.secondary span, .q-button.secondary--dark span, .q-dealer-details .action-buttons .q-contact a span, .secondary--dark.ui-control span, .secondary.ui-control span {
            text-align: center
        }

    .button span, .q-button span, .ui-control span {
        line-height: .8125rem;
        display: table-cell;
        vertical-align: middle;
        text-align: right
    }

    .button:before, .q-button:before, .ui-control:before {
        content: none
    }

    .button.link, .link.ui-control, .q-button.link {
        color: #00a3e0;
        font-size: .75rem;
        font-weight: 400;
        border-bottom: none;
        background-color: transparent
    }

@media print,only screen and (min-width:62rem) {
    .button.link, .link.ui-control, .q-button.link {
        font-size: .875rem
    }
}

.button.link::after, .link.ui-control::after, .q-button.link::after {
    content: "";
    font-family: icons-peugeot;
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    font-size: inherit;
    line-height: inherit
}

.button.link:focus, .button.link:hover, .link.ui-control:focus, .link.ui-control:hover, .q-button.link:focus, .q-button.link:hover {
    color: #000
}

.button.link--dark, .link--dark.ui-control, .q-button.link--dark {
    background-color: transparent;
    color: #00a3e0
}

    .button.link--dark:focus, .button.link--dark:hover, .link--dark.ui-control:focus, .link--dark.ui-control:hover, .q-button.link--dark:focus, .q-button.link--dark:hover {
        color: #fff
    }

.button.tertiary, .q-button.tertiary, .tertiary.ui-control {
    background-color: transparent;
    border: .0625rem solid #787b80;
    letter-spacing: .88px;
    color: #787b80
}

    .button.tertiary.no-arrow, .q-button.tertiary.no-arrow, .tertiary.no-arrow.ui-control {
        padding-left: .625rem !important
    }

    .button.tertiary:focus, .button.tertiary:hover, .q-button.tertiary:focus, .q-button.tertiary:hover, .tertiary.ui-control:focus, .tertiary.ui-control:hover {
        background-color: #00a3e0;
        border-color: transparent;
        color: #fff
    }

.button.tertiary--dark, .q-button.tertiary--dark, .tertiary--dark.ui-control {
    background-color: transparent;
    border: .0625rem solid #fff;
    color: #fff
}

    .button.tertiary--dark.no-arrow, .q-button.tertiary--dark.no-arrow, .tertiary--dark.no-arrow.ui-control {
        padding-left: .625rem !important
    }

    .button.tertiary--dark:focus, .button.tertiary--dark:hover, .q-button.tertiary--dark:focus, .q-button.tertiary--dark:hover, .tertiary--dark.ui-control:focus, .tertiary--dark.ui-control:hover {
        background-color: #00a3e0;
        border-color: transparent;
        color: #fff
    }

.button.tertiary, .button.tertiary--dark, .q-button.tertiary, .q-button.tertiary--dark, .tertiary--dark.ui-control, .tertiary.ui-control {
    padding: .625rem
}

    .button.tertiary .icon, .button.tertiary--dark .icon, .q-button.tertiary .icon, .q-button.tertiary--dark .icon, .tertiary--dark.ui-control .icon, .tertiary.ui-control .icon {
        display: table-cell;
        padding: 0
    }

.aem-AuthorLayer-Edit .flyout-content .aem-Grid > .button, .aem-AuthorLayer-Edit .flyout-content .aem-Grid > .q-button, .aem-AuthorLayer-Edit .flyout-content .aem-Grid > .ui-control, .aem-AuthorLayer-Preview .flyout-content .aem-Grid > .button, .aem-AuthorLayer-Preview .flyout-content .aem-Grid > .q-button, .aem-AuthorLayer-Preview .flyout-content .aem-Grid > .ui-control {
    margin-left: 8px;
    margin-right: 8px
}

.button.dropdown, .button.q-dropdown, .q-button.dropdown, .q-button.q-dropdown, button.dropdown, button.q-dropdown {
    background-color: #f1f0f0;
    border: none;
    font-size: .875rem;
    line-height: 1rem;
    font-weight: 700;
    color: #3b3938
}

    .button.dropdown div, .button.dropdown span, .button.q-dropdown div, .button.q-dropdown span, .q-button.dropdown div, .q-button.dropdown span, .q-button.q-dropdown div, .q-button.q-dropdown span, button.dropdown div, button.dropdown span, button.q-dropdown div, button.q-dropdown span {
        color: #3b3938
    }

    .button.dropdown::after, .button.q-dropdown::after, .q-button.dropdown::after, .q-button.q-dropdown::after, button.dropdown::after, button.q-dropdown::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        font-size: 1.125rem;
        color: #3b3938;
        position: absolute
    }

    .button.dropdown:hover::after, .button.q-dropdown:hover::after, .q-button.dropdown:hover::after, .q-button.q-dropdown:hover::after, button.dropdown:hover::after, button.q-dropdown:hover::after {
        color: #9d0605
    }

    .button.dropdown[aria-expanded=true], .button.q-dropdown[aria-expanded=true], .q-button.dropdown[aria-expanded=true], .q-button.q-dropdown[aria-expanded=true], button.dropdown[aria-expanded=true], button.q-dropdown[aria-expanded=true] {
        background: #f1f0f0;
        color: #3b3938;
        z-index: 20
    }

        .button.dropdown[aria-expanded=true]::after, .button.q-dropdown[aria-expanded=true]::after, .q-button.dropdown[aria-expanded=true]::after, .q-button.q-dropdown[aria-expanded=true]::after, button.dropdown[aria-expanded=true]::after, button.q-dropdown[aria-expanded=true]::after {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit;
            font-size: 1.125rem;
            position: absolute;
            color: #9d0605
        }

.f-dropdown {
    -webkit-box-shadow: none;
    box-shadow: none
}

.q-hmf-sort .f-dropdown .active.q-dropdown-item, .q-hmf-sort .f-dropdown .q-dropdown-item:hover, .q-tabs .f-dropdown .active.tab-title, .q-tabs .f-dropdown .tab-title:hover, .q-target-group-selector .f-dropdown .active.q-dropdown-item, .q-target-group-selector .f-dropdown .q-dropdown-item:hover, .q-vehicle-spec-table .vst-dropdown .f-dropdown .active.vst-label, .q-vehicle-spec-table .vst-dropdown .f-dropdown .vst-label:hover {
    background: #00a3e0;
    color: #000
}

footer {
    margin-top: 0;
    background: #000;
    padding-bottom: 0
}

    footer a:active, footer a:focus, footer a:hover {
        color: #fff
    }

    footer a.logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .footer-bottom-section {
        background-color: rgba(0,0,0,.05);
        padding-bottom: 4.5625rem
    }

.gmit-gf-request-type .gmit-gf-field-group-container {
    padding-left: 0
}

    .gmit-gf-request-type .gmit-gf-field-group-container .gmit-gf-input-checkbox + label:after {
        left: .25rem
    }

.gmit-gf-request-type .gmit-gf-input-checkbox + label {
    padding: 0 1.875rem
}

    .gmit-gf-request-type .gmit-gf-input-checkbox + label:before {
        border-color: #adaeb2;
        width: 1.25rem;
        height: 1.25rem
    }

    .gmit-gf-request-type .gmit-gf-input-checkbox + label:after {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 0;
        border: none;
        width: .75rem;
        height: .75rem;
        top: calc(50% - .375rem)
    }

.gmit-gf-request-type .gmit-gf-input-checkbox:checked + label:after {
    background-color: #00a3e0;
    opacity: 1
}

.gmit-gf-request-type .gmit-gf-input-radio + label {
    padding: 0 1.875rem
}

    .gmit-gf-request-type .gmit-gf-input-radio + label:before {
        border-color: #adaeb2;
        width: 1.25rem;
        height: 1.25rem;
        border-radius: 100%;
        -webkit-box-shadow: 0 0 0 .21875rem #fff inset;
        box-shadow: 0 0 0 .21875rem #fff inset
    }

.gmit-gf-request-type .gmit-gf-input-radio:checked + label:before {
    background-color: #00a3e0
}

.gmit-gf-request-type .gmit-gf-loader:before {
    position: absolute;
    border-color: #00a3e0 transparent transparent
}

.q-grid-container .q-grid-container:not(.grid-full-width), .q-grid-container:not(.grid-full-width) {
    padding: 0 2.1875rem
}

.flyout-content .q-grid-container .q-grid-container:not(.grid-full-width), .flyout-content .q-grid-container:not(.grid-full-width) {
    padding: 0
}

@media print,only screen and (min-width:48rem) {
    .q-grid-container .q-grid-container:not(.grid-full-width), .q-grid-container:not(.grid-full-width) {
        padding: 0 4.375rem
    }
}

.flyout-content .q-grid-container {
    margin-left: 0;
    margin-right: 0;
    padding: 0
}

.row.grid-enable-spacing {
    width: auto;
    max-width: unset
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns:first-child, .row.grid-enable-spacing.small-collapse > .columns:first-child {
        padding-left: 0
    }

    .row.grid-enable-spacing.collapse > .columns:last-child, .row.grid-enable-spacing.small-collapse > .columns:last-child {
        padding-right: 0
    }

    .row.grid-enable-spacing.collapse > .columns.large-6:first-child, .row.grid-enable-spacing.collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.collapse > .columns.small-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.small-6:first-child {
        padding-right: 1.09375rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-6:first-child, .row.grid-enable-spacing.collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.collapse > .columns.small-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.small-6:first-child {
        padding-right: .9375rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-6:first-child, .row.grid-enable-spacing.collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.collapse > .columns.small-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.small-collapse > .columns.small-6:first-child {
        padding-right: .625rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-6:last-child, .row.grid-enable-spacing.collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.collapse > .columns.small-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.small-6:last-child {
        padding-left: 1.09375rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-6:last-child, .row.grid-enable-spacing.collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.collapse > .columns.small-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.small-6:last-child {
        padding-left: .9375rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-6:last-child, .row.grid-enable-spacing.collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.collapse > .columns.small-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.small-collapse > .columns.small-6:last-child {
        padding-left: .625rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.45833rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.25rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(1) {
        padding-right: .83333rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(2) {
        padding-left: .72917rem;
        padding-right: .72917rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(2) {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(2) {
        padding-left: .41667rem;
        padding-right: .41667rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.45833rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.25rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-4:nth-child(3) {
        padding-left: .83333rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.64062rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.40625rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(1) {
        padding-right: .9375rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(2) {
        padding-left: .54688rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(2) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(2) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(3) {
        padding-left: 1.09375rem;
        padding-right: .54688rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(3) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(3) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.64062rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.40625rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.collapse > .columns.small-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.small-3:nth-child(4) {
        padding-left: .9375rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.82292rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.5625rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.04167rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(2) {
        padding-left: .36458rem;
        padding-right: 1.45833rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(2) {
        padding-left: .3125rem;
        padding-right: 1.25rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(2) {
        padding-left: .20833rem;
        padding-right: .83333rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(3) {
        padding-left: .72917rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(3) {
        padding-left: .625rem;
        padding-right: .9375rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(3) {
        padding-left: .41667rem;
        padding-right: .625rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(4) {
        padding-left: 1.09375rem;
        padding-right: .72917rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(4) {
        padding-left: .9375rem;
        padding-right: .625rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(4) {
        padding-left: .625rem;
        padding-right: .41667rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.45833rem;
        padding-right: .36458rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.25rem;
        padding-right: .3125rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(5) {
        padding-left: .83333rem;
        padding-right: .20833rem
    }
}

@media only screen {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.82292rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.5625rem
    }
}

@media only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.collapse > .columns.small-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.small-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.04167rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .row.grid-enable-spacing.collapse > .columns.small-12.columns, .row.grid-enable-spacing.small-collapse > .columns.small-12.columns {
        padding-left: 0;
        padding-right: 0
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns:first-child {
        padding-left: 0
    }

    .row.grid-enable-spacing.medium-collapse > .columns:last-child {
        padding-right: 0
    }

    .row.grid-enable-spacing.medium-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.medium-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.medium-collapse > .columns.small-6:first-child {
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.medium-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.medium-collapse > .columns.small-6:first-child {
        padding-right: .9375rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.medium-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.medium-collapse > .columns.small-6:first-child {
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.medium-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.medium-collapse > .columns.small-6:last-child {
        padding-left: 1.09375rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.medium-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.medium-collapse > .columns.small-6:last-child {
        padding-left: .9375rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.medium-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.medium-collapse > .columns.small-6:last-child {
        padding-left: .625rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.45833rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.25rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(1) {
        padding-right: .83333rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(2) {
        padding-left: .72917rem;
        padding-right: .72917rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(2) {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(2) {
        padding-left: .41667rem;
        padding-right: .41667rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.45833rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.25rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-4:nth-child(3) {
        padding-left: .83333rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.64062rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.40625rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(1) {
        padding-right: .9375rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(2) {
        padding-left: .54688rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(2) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(2) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(3) {
        padding-left: 1.09375rem;
        padding-right: .54688rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(3) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(3) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.64062rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.40625rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.small-3:nth-child(4) {
        padding-left: .9375rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.82292rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.5625rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.04167rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(2) {
        padding-left: .36458rem;
        padding-right: 1.45833rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(2) {
        padding-left: .3125rem;
        padding-right: 1.25rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(2) {
        padding-left: .20833rem;
        padding-right: .83333rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(3) {
        padding-left: .72917rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(3) {
        padding-left: .625rem;
        padding-right: .9375rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(3) {
        padding-left: .41667rem;
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(4) {
        padding-left: 1.09375rem;
        padding-right: .72917rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(4) {
        padding-left: .9375rem;
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(4) {
        padding-left: .625rem;
        padding-right: .41667rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.45833rem;
        padding-right: .36458rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.25rem;
        padding-right: .3125rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(5) {
        padding-left: .83333rem;
        padding-right: .20833rem
    }
}

@media print,only screen and (min-width:48rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.82292rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.5625rem
    }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.medium-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.medium-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.04167rem
    }
}

@media only screen and (min-width:48rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.medium-collapse > .columns.small-12.columns {
        padding-left: 0;
        padding-right: 0
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns:first-child {
        padding-left: 0
    }

    .row.grid-enable-spacing.large-collapse > .columns:last-child {
        padding-right: 0
    }

    .row.grid-enable-spacing.large-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.large-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.large-collapse > .columns.small-6:first-child {
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.large-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.large-collapse > .columns.small-6:first-child {
        padding-right: .9375rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.large-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.large-collapse > .columns.small-6:first-child {
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.large-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.large-collapse > .columns.small-6:last-child {
        padding-left: 1.09375rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.large-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.large-collapse > .columns.small-6:last-child {
        padding-left: .9375rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.large-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.large-collapse > .columns.small-6:last-child {
        padding-left: .625rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.45833rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.25rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(1) {
        padding-right: .83333rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(2) {
        padding-left: .72917rem;
        padding-right: .72917rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(2) {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(2) {
        padding-left: .41667rem;
        padding-right: .41667rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.45833rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.25rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-4:nth-child(3) {
        padding-left: .83333rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.64062rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.40625rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(1) {
        padding-right: .9375rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(2) {
        padding-left: .54688rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(2) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(2) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(3) {
        padding-left: 1.09375rem;
        padding-right: .54688rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(3) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(3) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.64062rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.40625rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.small-3:nth-child(4) {
        padding-left: .9375rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.82292rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.5625rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.04167rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(2) {
        padding-left: .36458rem;
        padding-right: 1.45833rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(2) {
        padding-left: .3125rem;
        padding-right: 1.25rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(2) {
        padding-left: .20833rem;
        padding-right: .83333rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(3) {
        padding-left: .72917rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(3) {
        padding-left: .625rem;
        padding-right: .9375rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(3) {
        padding-left: .41667rem;
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(4) {
        padding-left: 1.09375rem;
        padding-right: .72917rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(4) {
        padding-left: .9375rem;
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(4) {
        padding-left: .625rem;
        padding-right: .41667rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.45833rem;
        padding-right: .36458rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.25rem;
        padding-right: .3125rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(5) {
        padding-left: .83333rem;
        padding-right: .20833rem
    }
}

@media print,only screen and (min-width:62rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.82292rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.5625rem
    }
}

@media print,only screen and (min-width:62rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.large-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.large-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.04167rem
    }
}

@media only screen and (min-width:62rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.large-collapse > .columns.small-12.columns {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns:first-child {
        padding-left: 0
    }

    .row.grid-enable-spacing.xlarge-collapse > .columns:last-child {
        padding-right: 0
    }

    .row.grid-enable-spacing.xlarge-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.xlarge-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.xlarge-collapse > .columns.small-6:first-child {
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.xlarge-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.xlarge-collapse > .columns.small-6:first-child {
        padding-right: .9375rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-6:first-child, .row.grid-enable-spacing.xlarge-collapse > .columns.medium-6:first-child, .row.grid-enable-spacing.xlarge-collapse > .columns.small-6:first-child {
        padding-right: .625rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.xlarge-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.xlarge-collapse > .columns.small-6:last-child {
        padding-left: 1.09375rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.xlarge-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.xlarge-collapse > .columns.small-6:last-child {
        padding-left: .9375rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-6:last-child, .row.grid-enable-spacing.xlarge-collapse > .columns.medium-6:last-child, .row.grid-enable-spacing.xlarge-collapse > .columns.small-6:last-child {
        padding-left: .625rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.45833rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(1) {
        padding-right: 1.25rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(1) {
        padding-right: .83333rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(2) {
        padding-left: .72917rem;
        padding-right: .72917rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(2) {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(2) {
        padding-left: .41667rem;
        padding-right: .41667rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.45833rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(3) {
        padding-left: 1.25rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-4:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-4:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-4:nth-child(3) {
        padding-left: .83333rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.64062rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(1) {
        padding-right: 1.40625rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(1) {
        padding-right: .9375rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(2) {
        padding-left: .54688rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(2) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(2) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(3) {
        padding-left: 1.09375rem;
        padding-right: .54688rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(3) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(3) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.64062rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(4) {
        padding-left: 1.40625rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-3:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-3:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.small-3:nth-child(4) {
        padding-left: .9375rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.82292rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.5625rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(1), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(1) {
        padding-right: 1.04167rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(2) {
        padding-left: .36458rem;
        padding-right: 1.45833rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(2) {
        padding-left: .3125rem;
        padding-right: 1.25rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(2), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(2) {
        padding-left: .20833rem;
        padding-right: .83333rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(3) {
        padding-left: .72917rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(3) {
        padding-left: .625rem;
        padding-right: .9375rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(3), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(3) {
        padding-left: .41667rem;
        padding-right: .625rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(4) {
        padding-left: 1.09375rem;
        padding-right: .72917rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(4) {
        padding-left: .9375rem;
        padding-right: .625rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(4), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(4) {
        padding-left: .625rem;
        padding-right: .41667rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.45833rem;
        padding-right: .36458rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(5) {
        padding-left: 1.25rem;
        padding-right: .3125rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(5), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(5), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(5) {
        padding-left: .83333rem;
        padding-right: .20833rem
    }
}

@media only screen and (min-width:74rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.82292rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.5625rem
    }
}

@media only screen and (min-width:74rem) and (min-width:62rem) and (max-width:73.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.large-2:nth-child(6), .row.grid-enable-spacing.xlarge-collapse > .columns.medium-2:nth-child(6), .row.grid-enable-spacing.xlarge-collapse > .columns.small-2:nth-child(6) {
        padding-left: 1.04167rem
    }
}

@media only screen and (min-width:74rem) and (max-width:47.9375rem) {
    .row.grid-enable-spacing.xlarge-collapse > .columns.small-12.columns {
        padding-left: 0;
        padding-right: 0
    }
}

.grid_builder--spring .q-grid-container .row {
    max-width: 90rem
}

.aem-Grid-newComponent > .columns:first-child {
    padding-left: 0
}

.aem-Grid-newComponent > .columns:last-child {
    padding-right: 0
}

.aem-Grid-newComponent > .columns.large-6:first-child, .aem-Grid-newComponent > .columns.medium-6:first-child, .aem-Grid-newComponent > .columns.small-6:first-child {
    padding-right: 1.09375rem
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-6:first-child, .aem-Grid-newComponent > .columns.medium-6:first-child, .aem-Grid-newComponent > .columns.small-6:first-child {
        padding-right: .9375rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .aem-Grid-newComponent > .columns.large-6:first-child, .aem-Grid-newComponent > .columns.medium-6:first-child, .aem-Grid-newComponent > .columns.small-6:first-child {
        padding-right: .625rem
    }
}

.aem-Grid-newComponent > .columns.large-6:last-child, .aem-Grid-newComponent > .columns.medium-6:last-child, .aem-Grid-newComponent > .columns.small-6:last-child {
    padding-left: 1.09375rem
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-6:last-child, .aem-Grid-newComponent > .columns.medium-6:last-child, .aem-Grid-newComponent > .columns.small-6:last-child {
        padding-left: .9375rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .aem-Grid-newComponent > .columns.large-6:last-child, .aem-Grid-newComponent > .columns.medium-6:last-child, .aem-Grid-newComponent > .columns.small-6:last-child {
        padding-left: .625rem
    }
}

.aem-Grid-newComponent > .columns.large-4:nth-child(1), .aem-Grid-newComponent > .columns.medium-4:nth-child(1), .aem-Grid-newComponent > .columns.small-4:nth-child(1) {
    padding-right: 1.45833rem
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-4:nth-child(1), .aem-Grid-newComponent > .columns.medium-4:nth-child(1), .aem-Grid-newComponent > .columns.small-4:nth-child(1) {
        padding-right: 1.25rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .aem-Grid-newComponent > .columns.large-4:nth-child(1), .aem-Grid-newComponent > .columns.medium-4:nth-child(1), .aem-Grid-newComponent > .columns.small-4:nth-child(1) {
        padding-right: .83333rem
    }
}

.aem-Grid-newComponent > .columns.large-4:nth-child(2), .aem-Grid-newComponent > .columns.medium-4:nth-child(2), .aem-Grid-newComponent > .columns.small-4:nth-child(2) {
    padding-left: .72917rem;
    padding-right: .72917rem
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-4:nth-child(2), .aem-Grid-newComponent > .columns.medium-4:nth-child(2), .aem-Grid-newComponent > .columns.small-4:nth-child(2) {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .aem-Grid-newComponent > .columns.large-4:nth-child(2), .aem-Grid-newComponent > .columns.medium-4:nth-child(2), .aem-Grid-newComponent > .columns.small-4:nth-child(2) {
        padding-left: .41667rem;
        padding-right: .41667rem
    }
}

.aem-Grid-newComponent > .columns.large-4:nth-child(3), .aem-Grid-newComponent > .columns.medium-4:nth-child(3), .aem-Grid-newComponent > .columns.small-4:nth-child(3) {
    padding-left: 1.45833rem
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-4:nth-child(3), .aem-Grid-newComponent > .columns.medium-4:nth-child(3), .aem-Grid-newComponent > .columns.small-4:nth-child(3) {
        padding-left: 1.25rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .aem-Grid-newComponent > .columns.large-4:nth-child(3), .aem-Grid-newComponent > .columns.medium-4:nth-child(3), .aem-Grid-newComponent > .columns.small-4:nth-child(3) {
        padding-left: .83333rem
    }
}

.aem-Grid-newComponent > .columns.large-3:nth-child(1), .aem-Grid-newComponent > .columns.medium-3:nth-child(1), .aem-Grid-newComponent > .columns.small-3:nth-child(1) {
    padding-right: 1.64062rem
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-3:nth-child(1), .aem-Grid-newComponent > .columns.medium-3:nth-child(1), .aem-Grid-newComponent > .columns.small-3:nth-child(1) {
        padding-right: 1.40625rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .aem-Grid-newComponent > .columns.large-3:nth-child(1), .aem-Grid-newComponent > .columns.medium-3:nth-child(1), .aem-Grid-newComponent > .columns.small-3:nth-child(1) {
        padding-right: .9375rem
    }
}

.aem-Grid-newComponent > .columns.large-3:nth-child(2), .aem-Grid-newComponent > .columns.medium-3:nth-child(2), .aem-Grid-newComponent > .columns.small-3:nth-child(2) {
    padding-left: .54688rem;
    padding-right: 1.09375rem
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-3:nth-child(2), .aem-Grid-newComponent > .columns.medium-3:nth-child(2), .aem-Grid-newComponent > .columns.small-3:nth-child(2) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .aem-Grid-newComponent > .columns.large-3:nth-child(2), .aem-Grid-newComponent > .columns.medium-3:nth-child(2), .aem-Grid-newComponent > .columns.small-3:nth-child(2) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

.aem-Grid-newComponent > .columns.large-3:nth-child(3), .aem-Grid-newComponent > .columns.medium-3:nth-child(3), .aem-Grid-newComponent > .columns.small-3:nth-child(3) {
    padding-left: 1.09375rem;
    padding-right: .54688rem
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-3:nth-child(3), .aem-Grid-newComponent > .columns.medium-3:nth-child(3), .aem-Grid-newComponent > .columns.small-3:nth-child(3) {
        padding-left: .46875rem;
        padding-right: .46875rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .aem-Grid-newComponent > .columns.large-3:nth-child(3), .aem-Grid-newComponent > .columns.medium-3:nth-child(3), .aem-Grid-newComponent > .columns.small-3:nth-child(3) {
        padding-left: .3125rem;
        padding-right: .3125rem
    }
}

.aem-Grid-newComponent > .columns.large-3:nth-child(4), .aem-Grid-newComponent > .columns.medium-3:nth-child(4), .aem-Grid-newComponent > .columns.small-3:nth-child(4) {
    padding-left: 1.64062rem
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-3:nth-child(4), .aem-Grid-newComponent > .columns.medium-3:nth-child(4), .aem-Grid-newComponent > .columns.small-3:nth-child(4) {
        padding-left: 1.40625rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .aem-Grid-newComponent > .columns.large-3:nth-child(4), .aem-Grid-newComponent > .columns.medium-3:nth-child(4), .aem-Grid-newComponent > .columns.small-3:nth-child(4) {
        padding-left: .9375rem
    }
}

.aem-Grid-newComponent > .columns.large-2:nth-child(1), .aem-Grid-newComponent > .columns.medium-2:nth-child(1), .aem-Grid-newComponent > .columns.small-2:nth-child(1) {
    padding-right: 1.82292rem
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-2:nth-child(1), .aem-Grid-newComponent > .columns.medium-2:nth-child(1), .aem-Grid-newComponent > .columns.small-2:nth-child(1) {
        padding-right: 1.5625rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .aem-Grid-newComponent > .columns.large-2:nth-child(1), .aem-Grid-newComponent > .columns.medium-2:nth-child(1), .aem-Grid-newComponent > .columns.small-2:nth-child(1) {
        padding-right: 1.04167rem
    }
}

.aem-Grid-newComponent > .columns.large-2:nth-child(2), .aem-Grid-newComponent > .columns.medium-2:nth-child(2), .aem-Grid-newComponent > .columns.small-2:nth-child(2) {
    padding-left: .36458rem;
    padding-right: 1.45833rem
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-2:nth-child(2), .aem-Grid-newComponent > .columns.medium-2:nth-child(2), .aem-Grid-newComponent > .columns.small-2:nth-child(2) {
        padding-left: .3125rem;
        padding-right: 1.25rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-2:nth-child(2), .aem-Grid-newComponent > .columns.medium-2:nth-child(2), .aem-Grid-newComponent > .columns.small-2:nth-child(2) {
        padding-left: .20833rem;
        padding-right: .83333rem
    }
}

.aem-Grid-newComponent > .columns.large-2:nth-child(3), .aem-Grid-newComponent > .columns.medium-2:nth-child(3), .aem-Grid-newComponent > .columns.small-2:nth-child(3) {
    padding-left: .72917rem;
    padding-right: 1.09375rem
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-2:nth-child(3), .aem-Grid-newComponent > .columns.medium-2:nth-child(3), .aem-Grid-newComponent > .columns.small-2:nth-child(3) {
        padding-left: .625rem;
        padding-right: .9375rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .aem-Grid-newComponent > .columns.large-2:nth-child(3), .aem-Grid-newComponent > .columns.medium-2:nth-child(3), .aem-Grid-newComponent > .columns.small-2:nth-child(3) {
        padding-left: .41667rem;
        padding-right: .625rem
    }
}

.aem-Grid-newComponent > .columns.large-2:nth-child(4), .aem-Grid-newComponent > .columns.medium-2:nth-child(4), .aem-Grid-newComponent > .columns.small-2:nth-child(4) {
    padding-left: 1.09375rem;
    padding-right: .72917rem
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-2:nth-child(4), .aem-Grid-newComponent > .columns.medium-2:nth-child(4), .aem-Grid-newComponent > .columns.small-2:nth-child(4) {
        padding-left: .9375rem;
        padding-right: .625rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .aem-Grid-newComponent > .columns.large-2:nth-child(4), .aem-Grid-newComponent > .columns.medium-2:nth-child(4), .aem-Grid-newComponent > .columns.small-2:nth-child(4) {
        padding-left: .625rem;
        padding-right: .41667rem
    }
}

.aem-Grid-newComponent > .columns.large-2:nth-child(5), .aem-Grid-newComponent > .columns.medium-2:nth-child(5), .aem-Grid-newComponent > .columns.small-2:nth-child(5) {
    padding-left: 1.45833rem;
    padding-right: .36458rem
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-2:nth-child(5), .aem-Grid-newComponent > .columns.medium-2:nth-child(5), .aem-Grid-newComponent > .columns.small-2:nth-child(5) {
        padding-left: 1.25rem;
        padding-right: .3125rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .aem-Grid-newComponent > .columns.large-2:nth-child(5), .aem-Grid-newComponent > .columns.medium-2:nth-child(5), .aem-Grid-newComponent > .columns.small-2:nth-child(5) {
        padding-left: .83333rem;
        padding-right: .20833rem
    }
}

.aem-Grid-newComponent > .columns.large-2:nth-child(6), .aem-Grid-newComponent > .columns.medium-2:nth-child(6), .aem-Grid-newComponent > .columns.small-2:nth-child(6) {
    padding-left: 1.82292rem
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.large-2:nth-child(6), .aem-Grid-newComponent > .columns.medium-2:nth-child(6), .aem-Grid-newComponent > .columns.small-2:nth-child(6) {
        padding-left: 1.5625rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .aem-Grid-newComponent > .columns.large-2:nth-child(6), .aem-Grid-newComponent > .columns.medium-2:nth-child(6), .aem-Grid-newComponent > .columns.small-2:nth-child(6) {
        padding-left: 1.04167rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .aem-Grid-newComponent > .columns.small-12.columns {
        padding-left: 0;
        padding-right: 0
    }
}

.q-video-modal {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .q-video-modal .q-modal-header .close-reveal-modal {
        top: 0;
        right: 0
    }

        .q-video-modal .q-modal-header .close-reveal-modal:hover {
            color: #00a3e0
        }

    .q-video-modal .q-modal-header .icon {
        font-weight: 300
    }

.top-bar {
    height: auto;
    min-height: 9rem
}

.top-bar-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .top-bar-section ul li {
        float: none
    }

        .top-bar-section ul li:not(.has-form):hover > a {
            color: inherit
        }

        .top-bar-section ul li:not(.has-form) > a:active, .top-bar-section ul li:not(.has-form) > a:focus, .top-bar-section ul li:not(.has-form) > a:hover {
            color: #00a3e0
        }

.top-bar-section .utility {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header--small .top-bar {
    min-height: auto
}

.left-off-canvas-menu, .right-off-canvas-menu {
    overflow: auto !important
}

    .left-off-canvas-menu ul.off-canvas-list li.has-submenu > a::after, .right-off-canvas-menu ul.off-canvas-list li.has-submenu > a::after {
        font-size: 2rem;
        font-weight: 400;
        color: #00a3e0
    }

    .left-off-canvas-menu ul.off-canvas-list li > a.off-canvas-list__link {
        padding-right: 2.5rem
    }

    .left-off-canvas-menu ul.off-canvas-list li.has-submenu > a::after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 0;
        -webkit-transform: translateY(.6875rem);
        transform: translateY(.6875rem);
        right: 0
    }

    .right-off-canvas-menu ul.off-canvas-list li > a.off-canvas-list__link {
        padding-left: 2.5rem
    }

    .right-off-canvas-menu ul.off-canvas-list li.has-submenu > a::after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 0;
        -webkit-transform: translateY(.6875rem);
        transform: translateY(.6875rem);
        left: 0
    }

.off-canvas-list .button {
    background-color: transparent
}

.off-canvas-list .utility-links__link .icon {
    font-size: 2rem
}

.off-canvas-list .utility-links__link img {
    height: 2rem
}

.off-canvas-wrap {
    background-color: #fff
}

    .off-canvas-wrap .inner-wrap .q-page-container {
        -webkit-transition: none;
        transition: none
    }

        .off-canvas-wrap .inner-wrap .q-page-container .main-section, .off-canvas-wrap .inner-wrap .q-page-container .q-exit-off-canvas {
            -webkit-transition: -webkit-transform .5s ease;
            transition: -webkit-transform .5s ease;
            transition: transform .5s ease;
            transition: transform .5s ease,-webkit-transform .5s ease
        }

        .off-canvas-wrap .inner-wrap .q-page-container .q-exit-off-canvas {
            display: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

@media print,only screen and (min-width:48rem) {
    .off-canvas-wrap .inner-wrap .q-page-container .q-exit-off-canvas {
        display: block
    }
}

.off-canvas-wrap.move-right .inner-wrap .left-off-canvas-menu {
    position: relative;
    padding-bottom: 0
}

.off-canvas-wrap.move-right .inner-wrap .q-page-container {
    -webkit-transform: none;
    transform: none
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .off-canvas-wrap.move-right .inner-wrap .q-page-container {
        -webkit-transform: none;
        transform: none
    }
}

.off-canvas-wrap.move-right .inner-wrap .q-page-container .main-section, .off-canvas-wrap.move-right .inner-wrap .q-page-container .q-exit-off-canvas {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

@media print,only screen and (min-width:48rem) {
    .off-canvas-wrap.move-right .inner-wrap .q-page-container .main-section, .off-canvas-wrap.move-right .inner-wrap .q-page-container .q-exit-off-canvas {
        -webkit-transform: translate3d(375px,0,0);
        transform: translate3d(375px,0,0)
    }
}

.off-canvas-wrap.move-right .inner-wrap .q-offcanvas-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .off-canvas-wrap.move-right .inner-wrap .q-offcanvas-header .logo-section .logo--alt {
        display: none
    }

.off-canvas-wrap.move-left .inner-wrap .right-off-canvas-menu {
    position: relative
}

.off-canvas-wrap.move-left .inner-wrap .q-page-container {
    -webkit-transform: none;
    transform: none
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .off-canvas-wrap.move-left .inner-wrap .q-page-container {
        -webkit-transform: none;
        transform: none
    }
}

.off-canvas-wrap.move-left .inner-wrap .q-page-container .main-section, .off-canvas-wrap.move-left .inner-wrap .q-page-container .q-exit-off-canvas {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .off-canvas-wrap.move-left .inner-wrap .q-page-container .main-section, .off-canvas-wrap.move-left .inner-wrap .q-page-container .q-exit-off-canvas {
        -webkit-transform: translate3d(-375px,0,0);
        transform: translate3d(-375px,0,0)
    }
}

.q-slider .slider-control .icon {
    font-size: 1.625rem;
    line-height: 1
}

.q-slider .slider-pagination {
    width: 100%
}

    .q-slider .slider-pagination button {
        background: 0 0;
        border: 1px solid #fff;
        padding: .28125rem
    }

    .q-slider .slider-pagination .slick-active button {
        background-color: #fff;
        border: 1px solid #fff
    }

        .q-slider .slider-pagination .slick-active button:focus {
            background-color: #fff;
            border: 1px solid #fff
        }

.no-touch .q-slider .slider-pagination button:hover {
    background-color: #00a3e0;
    border: 1px solid #00a3e0
}

.q-slider .q-slider-item:not(:first-child) {
    display: none
}

.q-slider .slick-track .slick-slide:not(:first-child) {
    display: block
}

input[type=checkbox] + label, input[type=radio] + label {
    margin-left: .25rem
}

    input[type=radio] + label:before {
        left: -1.875rem
    }

    input[type=checkbox] + label:before {
        left: -2rem
    }

    input[type=checkbox] + label:after {
        left: -1.5625rem
    }

input.switch + label:before {
    left: -3.25rem
}

input.switch + label:after {
    left: -3.25rem
}

input.switch:checked + label:after {
    left: -1.6875rem
}

input[type=checkbox], input[type=radio] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    background-color: #3b3938;
    border: 1px solid #cac6c5
}

    input[type=checkbox] + label, input[type=radio] + label {
        color: #fff;
        cursor: pointer;
        position: relative;
        display: inline-block;
        vertical-align: middle
    }

        input[type=checkbox] + label:after, input[type=checkbox] + label:before, input[type=radio] + label:after, input[type=radio] + label:before {
            content: '';
            top: 50%;
            position: absolute;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: .2s ease;
            transition: .2s ease
        }

    input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
        background-color: #00a3e0
    }

input[type=radio] {
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 100%
}

    input[type=radio] + label:before {
        border-radius: 100%;
        width: 1.125rem;
        height: 1.125rem
    }

input[type=checkbox] {
    width: 1.5rem;
    height: 1.5rem
}

    input[type=checkbox] + label:before {
        width: 1.5rem;
        height: 1.5rem
    }

    input[type=checkbox] + label:after {
        height: .375rem;
        width: .75rem;
        border-left: 2px solid transparent;
        border-bottom: 2px solid transparent;
        -webkit-transform: translateY(-70%) rotate(-50deg);
        transform: translateY(-70%) rotate(-50deg)
    }

    input[type=checkbox]:checked + label:after {
        border-color: #fff
    }

input.switch {
    width: 2.8125rem;
    height: 1.25rem;
    border-radius: 1.25rem
}

    input.switch + label:before {
        width: 2.6875rem;
        height: 1.125rem;
        border-radius: 1.25rem
    }

    input.switch + label:after {
        height: 1.125rem;
        width: 1.125rem;
        border-radius: 100%;
        background-color: #fff;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 1px solid #cac6c5
    }

    input.switch:checked + label:after {
        border: 1px solid #cac6c5
    }

.h1, h1 {
    font-weight: 700;
    line-height: 2.5rem
}

.h2, h2 {
    font-weight: 700;
    line-height: 2.1875rem
}

.h3, h3 {
    font-weight: 700;
    line-height: 1.875rem
}

.h4, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, h4 {
    font-weight: 700;
    line-height: 1.5625rem
}

.h5, h5 {
    font-weight: 700;
    line-height: 1.25rem
}

.h6, h6 {
    font-weight: 700;
    line-height: 1.25rem
}

@media print,only screen and (min-width:48rem) {
    .h1, h1 {
        line-height: 3.125rem
    }

    .h2, h2 {
        line-height: 2.5rem
    }

    .h3, h3 {
        line-height: 2.1875rem
    }

    .h4, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, h4 {
        line-height: 1.875rem
    }

    .h5, h5 {
        line-height: 1.5625rem
    }

    .h6, h6 {
        line-height: 1.25rem
    }
}

.q-font-color-black {
    color: #787b80
}

p {
    color: #787b80
}

.ui-control {
    background-color: transparent;
    border: none;
    color: #fff
}

    .ui-control.q-button:focus {
        color: #00a3e0
    }

    .ui-control.button:focus {
        background-color: transparent
    }

    .ui-control.slider-control {
        height: 2.5rem;
        line-height: 1;
        width: 2.5rem;
        margin: 0
    }

    .ui-control:not(.ui-disabled):active, .ui-control:not(.ui-disabled):hover {
        background-color: transparent;
        color: #00a3e0
    }

.q-hmf-model .q-global-legal-notice {
    font-size: .875rem;
    line-height: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

    .q-hmf-model .q-global-legal-notice.is-hidden {
        display: none
    }

    .q-hmf-model .q-global-legal-notice.q-sticky {
        position: fixed;
        top: 0;
        left: 50%;
        margin: 0 auto;
        max-width: 120rem;
        height: auto;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10
    }

.q-hmf-filter .link-list {
    margin-left: 0
}

    .q-hmf-filter .link-list .gm-filter-by-item {
        float: left
    }

        .q-hmf-filter .link-list .gm-filter-by-item .q-link-item .icon {
            margin-right: .75rem
        }

        .q-hmf-filter .link-list .gm-filter-by-item .q-link-item .icon-close-modal {
            margin-right: 0
        }

        .q-hmf-filter .link-list .gm-filter-by-item.active:not(.filter-all) .q-label .icon {
            margin-left: .5rem
        }

.q-hmf-filter .q-range-slider .icon {
    margin-right: 1rem
}

.q-hmf-filter .q-range-slider .ui-slider .ui-slider-range-max {
    right: 0
}

.q-hmf-filter .q-range-slider .ui-slider .ui-slider-range-min {
    left: -.5rem
}

.q-hmf-filter .q-range-slider .ui-slider-horizontal .ui-slider-handle {
    margin-left: -.625rem
}

.q-hmf-filter .q-hmf-button-group .q-hmf-button-header .q-label {
    padding-left: .25rem
}

@media only screen and (max-width:47.9375rem) {
    .q-hmf-filter .link-list .gm-filter-by-item {
        margin-right: 0
    }

        .q-hmf-filter .link-list .gm-filter-by-item .q-link-item .icon {
            margin-right: 0
        }

        .q-hmf-filter .link-list .gm-filter-by-item .checkbox-container {
            float: left;
            margin-right: 1rem
        }
}

@media print,only screen and (max-width:61.9375rem) {
    .q-hmf-filter .q-range-slider .slider-label {
        padding: .25rem 2.25rem .25rem 1rem
    }

    .q-hmf-filter .q-expander-header::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        right: 1rem
    }
}

@media print,only screen and (min-width:48rem) {
    .q-hmf-filter .link-list .gm-filter-by-item {
        border-right: 2px solid #fff
    }
}

.q-hmf-filter {
    border-top: 1px solid #fff;
    margin-top: .5rem;
    width: 100%
}

.no-touch .q-hmf-filter .q-hmf-button-group .q-hmf-button-container .q-hmf-button-item:hover {
    border-bottom: 4px solid #00a3e0
}

.q-hmf-filter.link-list-grey .link-list .gm-filter-by-item.active, .q-hmf-filter.link-list-white .link-list .gm-filter-by-item.active {
    background-color: #00a3e0
}

.q-hmf-filter.link-list-white .q-range-slider {
    background-color: #fff
}

.q-hmf-filter.link-list-grey .q-range-slider {
    background-color: #f3f3f3
}

.q-hmf-filter .link-list .gm-filter-by-item {
    cursor: pointer;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-size: 1.125rem;
    font-weight: 700;
    list-style: none
}

    .q-hmf-filter .link-list .gm-filter-by-item .q-link-item {
        display: block;
        height: 100%;
        padding: 1rem 2rem;
        text-decoration: none;
        width: 100%
    }

        .q-hmf-filter .link-list .gm-filter-by-item .q-link-item .icon::before {
            font-size: 1.25rem
        }

        .q-hmf-filter .link-list .gm-filter-by-item .q-link-item .q-label .icon {
            display: none
        }

        .q-hmf-filter .link-list .gm-filter-by-item .q-link-item:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #000;
            outline: 0
        }

    .q-hmf-filter .link-list .gm-filter-by-item.active:not(.filter-all) .q-label .icon {
        display: inline-block
    }

        .q-hmf-filter .link-list .gm-filter-by-item.active:not(.filter-all) .q-label .icon::before {
            font-size: 1.25rem
        }

    .q-hmf-filter .link-list .gm-filter-by-item .checkbox-container {
        display: none
    }

.q-hmf-filter .q-expander-header {
    background-color: #fff;
    line-height: 1.25rem;
    padding: 0 1rem
}

.q-hmf-filter .gm-filter-by-item .icon-container {
    text-align: center
}

.q-hmf-filter .data-gm-filter-target li {
    display: none
}

.q-hmf-filter .q-hmf-button-group, .q-hmf-filter .q-range-slider {
    height: 100%
}

    .q-hmf-filter .q-range-slider .icon {
        display: inline;
        font-size: 1.25rem;
        line-height: 1.5rem
    }

    .q-hmf-filter .q-range-slider .slider-label {
        padding: .5rem 1rem 0
    }

        .q-hmf-filter .q-range-slider .slider-label .q-range-amount, .q-hmf-filter .q-range-slider .slider-label label {
            display: inline-block;
            font-size: .875rem;
            font-weight: 700
        }

        .q-hmf-filter .q-range-slider .slider-label .q-range-amount {
            background: 0 0;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin: 0;
            width: auto
        }

    .q-hmf-filter .q-range-slider .slider-container {
        padding: 1.625rem 1rem 1.875rem 1rem
    }

    .q-hmf-filter .q-range-slider .ui-slider {
        margin: 0
    }

        .q-hmf-filter .q-range-slider .ui-slider .ui-slider-range {
            border: 0;
            display: block;
            height: 100%;
            position: absolute;
            top: 0;
            z-index: 1
        }

    .q-hmf-filter .q-range-slider .ui-widget-header {
        background-color: #00a3e0
    }

    .q-hmf-filter .q-range-slider .ui-slider-horizontal .ui-slider-handle {
        background-color: #00a3e0;
        border: 2px solid #fff;
        border-radius: 50%;
        height: 1.25rem;
        position: absolute;
        top: -.5rem;
        width: 1.25rem;
        z-index: 5
    }

.q-hmf-filter .q-hmf-button-group {
    background: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

    .q-hmf-filter .q-hmf-button-group .q-hmf-button-header {
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%
    }

    .q-hmf-filter .q-hmf-button-group .q-expander-content {
        width: 100%
    }

    .q-hmf-filter .q-hmf-button-group .q-hmf-button-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%
    }

        .q-hmf-filter .q-hmf-button-group .q-hmf-button-container .q-hmf-button-item {
            border-bottom: 4px solid transparent;
            cursor: pointer;
            -webkit-box-flex: 1;
            -ms-flex: 1 auto;
            flex: 1 auto;
            padding-bottom: .4375rem;
            padding-top: 1rem;
            text-align: center
        }

            .q-hmf-filter .q-hmf-button-group .q-hmf-button-container .q-hmf-button-item.active {
                border-bottom: 4px solid #00a3e0
            }

            .q-hmf-filter .q-hmf-button-group .q-hmf-button-container .q-hmf-button-item .icon {
                font-size: 2rem
            }

.q-hmf-filter .q-hmf-filter-dropdown {
    position: relative
}

    .q-hmf-filter .q-hmf-filter-dropdown .f-dropdown {
        max-width: none
    }

        .q-hmf-filter .q-hmf-filter-dropdown .f-dropdown .item-title.active, .q-hmf-filter .q-hmf-filter-dropdown .f-dropdown .item-title:hover {
            background: #00a3e0;
            color: #000
        }

        .q-hmf-filter .q-hmf-filter-dropdown .f-dropdown .item-title a {
            font-weight: 800;
            padding-bottom: .875rem !important;
            padding-top: .875rem !important
        }

    .q-hmf-filter .q-hmf-filter-dropdown .q-dropdown {
        font-weight: 800;
        padding: .5rem 1rem;
        width: 100%
    }

    .q-hmf-filter .q-hmf-filter-dropdown .q-label {
        font-size: 1.125rem
    }

@media only screen and (max-width:47.9375rem) {
    .q-hmf-filter .link-list {
        border-top: 0;
        display: none
    }

        .q-hmf-filter .link-list.q-expander-content {
            -webkit-box-shadow: .25rem .25rem .1875rem 0 rgba(0,0,0,.19);
            box-shadow: .25rem .25rem .1875rem 0 rgba(0,0,0,.19)
        }

        .q-hmf-filter .link-list .gm-filter-by-item {
            background-color: #fff;
            float: none;
            margin-top: 0
        }

            .q-hmf-filter .link-list .gm-filter-by-item .q-link-item {
                font-weight: 800;
                padding: .625rem 1rem
            }

                .q-hmf-filter .link-list .gm-filter-by-item .q-link-item .icon {
                    line-height: inherit
                }

                    .q-hmf-filter .link-list .gm-filter-by-item .q-link-item .icon::before {
                        font-size: 1.25rem
                    }

            .q-hmf-filter .link-list .gm-filter-by-item .q-label {
                line-height: 1.6
            }

            .q-hmf-filter .link-list .gm-filter-by-item .checkbox-container {
                display: initial;
                line-height: 1.4
            }

                .q-hmf-filter .link-list .gm-filter-by-item .checkbox-container .icon-checkbox-tick {
                    display: none;
                    margin: 0
                }

            .q-hmf-filter .link-list .gm-filter-by-item.active:not(.filter-all) .q-label .icon {
                display: none
            }

            .q-hmf-filter .link-list .gm-filter-by-item.active .icon-checkbox-square {
                display: none
            }

            .q-hmf-filter .link-list .gm-filter-by-item.active .icon-checkbox-tick {
                display: inherit
            }
}

@media print,only screen and (max-width:61.9375rem) {
    .q-hmf-filter .q-range-slider .q-expander-content {
        width: 100%
    }

    .q-hmf-filter .q-range-slider .slider-label .q-range-amount, .q-hmf-filter .q-range-slider .slider-label label {
        font-size: 1.125rem
    }

    .q-hmf-filter .q-range-slider .slider-container {
        background-color: #f3f3f3
    }

    .q-hmf-filter .q-hmf-button-group .q-expander-content, .q-hmf-filter .q-range-slider .q-expander-content {
        display: none
    }

    .q-hmf-filter .q-expander-header {
        border: 1px solid #f3f3f3;
        cursor: pointer;
        font-size: 1.125rem;
        font-weight: 800;
        line-height: 2.375rem;
        min-height: 2.5rem;
        position: relative
    }

        .q-hmf-filter .q-expander-header::after {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit;
            color: #b0b0b0;
            position: absolute
        }

        .q-hmf-filter .q-expander-header.opened::after {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit;
            position: absolute
        }

        .q-hmf-filter .q-expander-header .icon {
            font-size: 1.75rem;
            line-height: 1.2
        }
}

@media print,only screen and (min-width:48rem) {
    .q-hmf-filter {
        margin-top: 1rem
    }

    .no-touch .q-hmf-filter .link-list .gm-filter-by-item .q-link-item:hover {
        -webkit-box-shadow: 0 -.25rem 0 #00a3e0 inset;
        box-shadow: 0 -.25rem 0 #00a3e0 inset
    }

    .q-hmf-filter.link-list-white .link-list .gm-filter-by-item {
        background-color: #fff
    }

    .q-hmf-filter.link-list-grey .link-list .gm-filter-by-item {
        background-color: #f3f3f3
    }

    .q-hmf-filter .link-list .gm-filter-by-item {
        border-bottom: 2px solid #fff;
        height: 3.5rem
    }

        .q-hmf-filter .link-list .gm-filter-by-item.active:not(.filter-all) .q-link-item {
            padding: 1rem 1.125rem
        }

        .q-hmf-filter .link-list .gm-filter-by-item.link-list-white {
            background-color: #fff
        }

        .q-hmf-filter .link-list .gm-filter-by-item.link-list-grey {
            background-color: #f3f3f3
        }
}

@media print,only screen and (min-width:62rem) {
    .q-hmf-filter .q-expander-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%
    }

    .q-hmf-filter .q-expander-header {
        background-color: transparent;
        border: 0;
        padding-top: .5rem
    }

        .q-hmf-filter .q-expander-header .q-label {
            font-size: .875rem;
            font-weight: 700;
            line-height: 1.5rem
        }

    .q-hmf-filter .q-hmf-button-group .q-hmf-button-container .q-hmf-button-item {
        padding-bottom: .25rem;
        padding-top: .4375rem
    }

        .q-hmf-filter .q-hmf-button-group .q-hmf-button-container .q-hmf-button-item .q-label {
            font-size: .875rem
        }

    .q-hmf-filter .q-range-slider .slider-container {
        padding-top: 2.125rem
    }
}

.q-hmf-model {
    margin-left: -1.64062rem;
    margin-right: -1.64062rem;
    background: #fff;
    padding: .75rem
}

@media print,only screen and (min-width:48rem) {
    .q-hmf-model {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding: 1rem;
        padding-top: 1px
    }
}

.q-hmf-results .q-overlay {
    left: 0
}

.q-hmf-results .q-results-container {
    margin-left: 0
}

.q-hmf-results {
    margin-top: 1rem;
    position: relative
}

    .q-hmf-results .q-overlay {
        background: rgba(0,0,0,.45);
        display: none;
        height: 100%;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 999
    }

        .q-hmf-results .q-overlay .q-overlay-message {
            background-color: #fff;
            display: inline-block;
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            margin: 6.25rem auto;
            max-width: 80%;
            padding: 2.5rem;
            text-align: center
        }

    .q-hmf-results .q-vehicle-count .q-count-number {
        font-weight: 700
    }

    .q-hmf-results .q-hmf-sort {
        position: relative
    }

    .q-hmf-results .q-results-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 1rem;
        padding: 0
    }

        .q-hmf-results .q-results-container .q-carline-family {
            display: none
        }

        .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a {
            position: relative
        }

            .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-offer-icon-large {
                display: block
            }

        .q-hmf-results .q-results-container .q-info-drawer {
            border-top: 8px solid #00a3e0;
            clear: both;
            display: block;
            list-style: none;
            margin: 0 .5rem;
            min-height: 18.75rem;
            width: 100%
        }

            .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a {
                border: 1px solid #eee;
                width: inherit
            }

        .q-hmf-results .q-results-container .q-vehicle-teaser {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-teaser-link {
                -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto
            }

            .q-hmf-results .q-results-container .q-vehicle-teaser .q-price-container .q-value .q-value-disclaimer {
                text-transform: none
            }

@media print,only screen and (min-width:48rem) {
    .q-hmf-results .q-results-container {
        border-top: 0
    }

    .q-hmf-results .q-vehicle-count {
        padding: .5rem 0 .5625rem
    }
}

.q-hmf-results .slider-filter {
    opacity: .5;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

@media only screen and (max-width:47.9375rem) {
    .q-hmf-results .q-results-container .q-info-drawer {
        display: none
    }
}

.q-hmf-sort .dropdown::after, .q-hmf-sort .q-dropdown::after {
    padding-left: .5rem
}

.q-hmf-sort .f-dropdown {
    left: 0 !important
}

.q-hmf-sort {
    font-size: 1.125rem
}

    .q-hmf-sort .dropdown, .q-hmf-sort .q-dropdown {
        font-weight: 800;
        min-height: 2.5rem;
        overflow-x: hidden;
        padding-bottom: .5rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%
    }

        .q-hmf-sort .dropdown::after, .q-hmf-sort .q-dropdown::after {
            margin-top: -.5rem
        }

    .q-hmf-sort .f-dropdown {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        opacity: 1;
        width: 100%;
        z-index: 60
    }

        .q-hmf-sort .f-dropdown .q-dropdown-item {
            font-size: 1.125rem
        }

            .q-hmf-sort .f-dropdown .q-dropdown-item a {
                margin: 0;
                padding: .875rem 1rem
            }

.q-hmf-teasers {
    background: #fff;
    padding: 0 1rem 1rem 1rem
}

    .q-hmf-teasers .q-hmf-group {
        margin-left: -2.1875rem;
        margin-right: -2.1875rem
    }

        .q-hmf-teasers .q-hmf-group .q-hmf-filter {
            margin-top: 0
        }

    .q-hmf-teasers .q-mtc-load-more {
        margin-top: 1.5rem
    }

.q-check-vin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .q-check-vin .q-check-vin__input-wrap {
        position: relative;
        display: block
    }

        .q-check-vin .q-check-vin__input-wrap .q-check-vin__input {
            color: #000;
            font-size: .875rem;
            line-height: .875rem;
            text-transform: uppercase;
            background-color: transparent;
            border: 1px solid #000;
            height: auto;
            margin-bottom: 0;
            padding: .9375rem 1.875rem .9375rem 1rem
        }

            .q-check-vin .q-check-vin__input-wrap .q-check-vin__input::-webkit-input-placeholder {
                text-transform: none;
                color: #000
            }

            .q-check-vin .q-check-vin__input-wrap .q-check-vin__input::-moz-placeholder {
                text-transform: none;
                color: #000
            }

            .q-check-vin .q-check-vin__input-wrap .q-check-vin__input:-ms-input-placeholder {
                text-transform: none;
                color: #000
            }

            .q-check-vin .q-check-vin__input-wrap .q-check-vin__input::-ms-input-placeholder {
                text-transform: none;
                color: #000
            }

            .q-check-vin .q-check-vin__input-wrap .q-check-vin__input::placeholder {
                text-transform: none;
                color: #000
            }

        .q-check-vin .q-check-vin__input-wrap .q-check-vin-reset {
            display: none;
            cursor: pointer;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: .625rem;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .q-check-vin .q-check-vin__input-wrap .q-check-vin-reset::before {
                content: "";
                font-family: icons-peugeot;
                font-size: 1rem;
                font-style: normal;
                font-variant: normal;
                line-height: 1;
                position: relative;
                speak: none;
                text-transform: none;
                font-size: inherit;
                font-weight: inherit;
                line-height: inherit;
                text-align: inherit
            }

            .q-check-vin .q-check-vin__input-wrap .q-check-vin-reset:before {
                color: red;
                font-size: .75rem
            }

    .q-check-vin .q-check-vin__validation {
        text-align: right
    }

        .q-check-vin .q-check-vin__validation > * {
            display: none;
            font-size: .75rem;
            line-height: .875rem;
            margin-top: .9375rem
        }

        .q-check-vin .q-check-vin__validation > :not(.q-check-vin--valid) {
            color: red
        }

    .q-check-vin .q-check-vin__loader .q-check-vin__loader-icon {
        display: none;
        margin: .9375rem auto
    }

    .q-check-vin .q-check-vin__loader.js-active .q-check-vin__loader-icon {
        display: block
    }

    .q-check-vin .q-check-vin_captcha .captcha {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 2.1875rem
    }

        .q-check-vin .q-check-vin_captcha .captcha .captcha_input-wrap {
            margin-right: 1.5625rem
        }

            .q-check-vin .q-check-vin_captcha .captcha .captcha_input-wrap .captcha_input {
                color: #000;
                font-size: .875rem;
                line-height: .875rem;
                background-color: transparent;
                border: 1px solid #000;
                height: auto;
                margin-bottom: 0;
                padding: .9375rem
            }

            .q-check-vin .q-check-vin_captcha .captcha .captcha_input-wrap .captcha_timer {
                height: .1875rem;
                margin-top: -.0625rem;
                background-color: #00a3e0
            }

    .q-check-vin .q-check-vin_captcha.js-hide {
        display: none
    }

    .q-check-vin .q-check-vin__back, .q-check-vin .q-check-vin__btn {
        line-height: .875rem;
        text-transform: uppercase
    }

    .q-check-vin .q-check-vin__cta {
        display: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .q-check-vin .q-check-vin__cta span {
            line-height: .875rem
        }

    .q-check-vin .q-check-vin__back {
        display: none
    }

    .q-check-vin .q-check-vin__submit[disabled] {
        pointer-events: none;
        opacity: 45%
    }

        .q-check-vin .q-check-vin__submit[disabled]:hover {
            background-color: #00a3e0 !important
        }

    .q-check-vin.js-captcha .q-check-vin__input-wrap .q-check-vin__input, .q-check-vin.js-disabled .q-check-vin__input-wrap .q-check-vin__input, .q-check-vin.js-error .q-check-vin__input-wrap .q-check-vin__input, .q-check-vin.js-invalid .q-check-vin__input-wrap .q-check-vin__input, .q-check-vin.js-invalid--brand .q-check-vin__input-wrap .q-check-vin__input, .q-check-vin.js-invalid--country .q-check-vin__input-wrap .q-check-vin__input, .q-check-vin.js-regex .q-check-vin__input-wrap .q-check-vin__input {
        border-color: red
    }

    .q-check-vin.js-captcha .q-check-vin-reset, .q-check-vin.js-disabled .q-check-vin-reset, .q-check-vin.js-error .q-check-vin-reset, .q-check-vin.js-invalid .q-check-vin-reset, .q-check-vin.js-invalid--brand .q-check-vin-reset, .q-check-vin.js-invalid--country .q-check-vin-reset, .q-check-vin.js-regex .q-check-vin-reset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .q-check-vin.js-campaign .q-check-vin__submit, .q-check-vin.js-campaign .q-check-vin_captcha, .q-check-vin.js-captcha .q-check-vin__submit, .q-check-vin.js-captcha .q-check-vin_captcha, .q-check-vin.js-disabled .q-check-vin__submit, .q-check-vin.js-disabled .q-check-vin_captcha, .q-check-vin.js-error .q-check-vin__submit, .q-check-vin.js-error .q-check-vin_captcha, .q-check-vin.js-invalid .q-check-vin__submit, .q-check-vin.js-invalid .q-check-vin_captcha, .q-check-vin.js-invalid--brand .q-check-vin__submit, .q-check-vin.js-invalid--brand .q-check-vin_captcha, .q-check-vin.js-invalid--country .q-check-vin__submit, .q-check-vin.js-invalid--country .q-check-vin_captcha, .q-check-vin.js-simple .q-check-vin__submit, .q-check-vin.js-simple .q-check-vin_captcha, .q-check-vin.js-valid .q-check-vin__submit, .q-check-vin.js-valid .q-check-vin_captcha {
        display: none
    }

    .q-check-vin.js-campaign .q-check-vin__back, .q-check-vin.js-captcha .q-check-vin__back, .q-check-vin.js-disabled .q-check-vin__back, .q-check-vin.js-error .q-check-vin__back, .q-check-vin.js-invalid .q-check-vin__back, .q-check-vin.js-invalid--brand .q-check-vin__back, .q-check-vin.js-invalid--country .q-check-vin__back, .q-check-vin.js-simple .q-check-vin__back, .q-check-vin.js-valid .q-check-vin__back {
        display: table
    }

    .q-check-vin.js-regex .q-check-vin--regex {
        display: block
    }

    .q-check-vin.js-invalid .q-check-vin--invalid {
        display: block
    }

    .q-check-vin.js-invalid--brand .q-check-vin--brand {
        display: block
    }

    .q-check-vin.js-invalid--country .q-check-vin--message {
        display: block
    }

    .q-check-vin.js-invalid--country .q-check-vin__cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .q-check-vin.js-disabled .q-check-vin--disabled {
        display: block
    }

    .q-check-vin.js-captcha .q-check-vin--captcha {
        display: block
    }

    .q-check-vin.js-error .q-check-vin--error {
        display: block
    }

    .q-check-vin.js-campaign .q-check-vin__input, .q-check-vin.js-simple .q-check-vin__input, .q-check-vin.js-valid .q-check-vin__input {
        color: #00a3e0;
        border: none;
        text-align: center;
        font-weight: 700;
        pointer-events: none
    }

    .q-check-vin.js-campaign .q-check-vin--message, .q-check-vin.js-campaign .q-check-vin--valid, .q-check-vin.js-simple .q-check-vin--message, .q-check-vin.js-simple .q-check-vin--valid, .q-check-vin.js-valid .q-check-vin--message, .q-check-vin.js-valid .q-check-vin--valid {
        text-align: center
    }

    .q-check-vin.js-campaign .q-check-vin__back, .q-check-vin.js-simple .q-check-vin__back, .q-check-vin.js-valid .q-check-vin__back {
        display: table
    }

    .q-check-vin.js-campaign .q-check-vin--message, .q-check-vin.js-simple .q-check-vin--message {
        display: block
    }

    .q-check-vin.js-campaign .q-check-vin__cta, .q-check-vin.js-simple .q-check-vin__cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .q-check-vin.js-valid .q-check-vin--message {
        display: block
    }

    .q-check-vin.js-campaign .q-check-vin__validation {
        display: none
    }

    .q-check-vin.js-campaign .q-check-vin__cta {
        margin-top: 1.25rem
    }

    .q-check-vin.js-campaign .q-check-vin__back {
        float: left
    }

    .q-check-vin.js-campaign .q-check-vin__clr.js-show, .q-check-vin.js-campaign .q-check-vin__not-clr.js-show {
        display: block
    }

        .q-check-vin.js-campaign .q-check-vin__clr.js-show + .q-check-vin__not-clr.js-show {
            margin-top: 2.5rem
        }

@media only screen {
    .q-check-vin .q-check-vin__back, .q-check-vin .q-check-vin__cta, .q-check-vin .q-check-vin__submit {
        margin: 2.5rem auto 0
    }

    .q-check-vin.js-campaign .q-check-vin__input, .q-check-vin.js-simple .q-check-vin__input, .q-check-vin.js-valid .q-check-vin__input {
        font-size: 1.5625rem;
        line-height: 2.1875rem
    }

    .q-check-vin.js-campaign .q-check-vin__validation > *, .q-check-vin.js-simple .q-check-vin__validation > *, .q-check-vin.js-valid .q-check-vin__validation > * {
        font-size: .875rem;
        line-height: 1.5rem;
        margin-top: .3125rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .q-check-vin .q-check-vin__back, .q-check-vin .q-check-vin__cta, .q-check-vin .q-check-vin__submit {
        margin: 1.875rem auto 0
    }

    .q-check-vin.js-campaign .q-check-vin__input, .q-check-vin.js-simple .q-check-vin__input, .q-check-vin.js-valid .q-check-vin__input {
        font-size: 1.25rem;
        line-height: 1.5625rem;
        padding: .9375rem 0
    }

    .q-check-vin.js-campaign .q-check-vin__validation > *, .q-check-vin.js-simple .q-check-vin__validation > *, .q-check-vin.js-valid .q-check-vin__validation > * {
        font-size: .75rem;
        line-height: 1.25rem;
        padding: 0 2.1875rem
    }

    .q-check-vin.js-campaign .q-check-vin__form, .q-check-vin.js-simple .q-check-vin__form, .q-check-vin.js-valid .q-check-vin__form {
        padding: 0
    }
}

.q-check-vin .q-check-vin__form {
    width: 100%;
    max-width: 31.25rem;
    min-width: 18.75rem;
    padding: 0 1.875rem
}

.q-check-vin .q-check-vin__campaigns-wrap {
    max-width: 70.625rem
}

    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__title {
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.25rem
    }

    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__title {
        border-bottom: 1px solid #000;
        padding-bottom: .625rem
    }

    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__nr, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__ra {
        display: none
    }

        .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__nr.js-show, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__ra.js-show {
            display: block
        }

@media only screen {
    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__nr.js-show {
        margin-top: 3.125rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__nr.js-show {
        margin-top: 2.5rem
    }
}

.q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__ra.js-show {
    margin-top: 2.5rem
}

.q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__clr, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__not-clr {
    display: none
}

    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__clr .q-check-vin__subtitle, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__not-clr .q-check-vin__subtitle {
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.25rem;
        margin: .625rem 0
    }

    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__clr .q-check-vin__subtitle, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__not-clr .q-check-vin__subtitle {
        font-size: .75rem
    }

    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__clr .q-check-vin__campaign, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__not-clr .q-check-vin__campaign {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: .625rem;
        color: #000
    }

        .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__clr .q-check-vin__campaign > *, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__not-clr .q-check-vin__campaign > * {
            width: calc(50% - .3125rem);
            padding-top: .9375rem;
            padding-bottom: .9375rem
        }

@media only screen {
    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__clr .q-check-vin__campaign, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__not-clr .q-check-vin__campaign {
        font-size: .75rem;
        line-height: 1.25rem
    }

        .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__clr .q-check-vin__campaign > *, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__not-clr .q-check-vin__campaign > * {
            padding-left: 1.25rem;
            padding-right: 1.25rem
        }

    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__clr .q-check-vin__nr.js-show, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__not-clr .q-check-vin__nr.js-show {
        margin-top: 3.75rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__clr .q-check-vin__campaign, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__not-clr .q-check-vin__campaign {
        font-size: .6875rem;
        line-height: 1rem
    }

        .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__clr .q-check-vin__campaign > *, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__not-clr .q-check-vin__campaign > * {
            padding-left: .9375rem;
            padding-right: .9375rem
        }

    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__clr .q-check-vin__nr.js-show, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__not-clr .q-check-vin__nr.js-show {
        margin-top: 3.125rem
    }
}

@media only screen {
    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__title {
        font-size: .9375rem
    }

    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__subtitle, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__title {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__cta .q-check-vin__btn {
        margin: 0 1.0625rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__title {
        font-size: .75rem
    }

    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__subtitle, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__title {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__cta .q-check-vin__btn {
        margin: 0 .3125rem
    }
}

.q-dealer-locator {
    min-height: 15rem;
    position: relative
}

.no-touch .q-dealer-locator .dealer-search .dealer-search-button:not([disabled]):hover .icon {
    color: #00a3e0
}

.q-dealer-locator.q-dl-widget {
    min-height: auto
}

.q-dealer-locator .row .row {
    margin: 0 auto
}

.q-dealer-locator .q-no-padding {
    padding: 0
}

.q-dealer-locator .q-dealer-header {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-top: 1.5rem
}

.q-dealer-locator .search-spinner {
    margin-top: 3.75rem !important;
    -webkit-transform: scale(.4);
    transform: scale(.4)
}

.q-dealer-locator .dealer-section-padding {
    padding-top: .75rem
}

    .q-dealer-locator .dealer-section-padding.dealer-search {
        margin-top: 1rem
    }

    .q-dealer-locator .dealer-section-padding .dropdown-dealer-services {
        border-right: 0
    }

.q-dealer-locator .dealer-search-list {
    width: 100%;
    z-index: 21
}

    .q-dealer-locator .dealer-search-list .cursor-pointer {
        cursor: pointer
    }

    .q-dealer-locator .dealer-search-list .pin-icon-label {
        color: #000;
        font-size: .875rem;
        font-weight: 700;
        left: .3125rem;
        position: absolute;
        top: .125rem
    }

        .q-dealer-locator .dealer-search-list .pin-icon-label.multi-char {
            -webkit-transform: translateX(-25%);
            transform: translateX(-25%)
        }

    .q-dealer-locator .dealer-search-list .active + .pin-icon-label {
        color: #fff
    }

    .q-dealer-locator .dealer-search-list .icon-arrow-right {
        font-size: 1.375rem;
        font-weight: 700;
        margin-top: -.6875rem;
        position: absolute;
        right: 0;
        top: 50%
    }

        .q-dealer-locator .dealer-search-list .icon-arrow-right:hover {
            color: #606060
        }

    .q-dealer-locator .dealer-search-list .q-dealer-info {
        margin-bottom: .875rem
    }

        .q-dealer-locator .dealer-search-list .q-dealer-info .q-dealer-distance, .q-dealer-locator .dealer-search-list .q-dealer-info p {
            font-family: inherit;
            font-size: 1rem;
            line-height: 1.3125;
            margin-right: 1rem;
            word-wrap: break-word
        }

        .q-dealer-locator .dealer-search-list .q-dealer-info .h5, .q-dealer-locator .dealer-search-list .q-dealer-info h5 {
            font-family: inherit;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.3125rem
        }

        .q-dealer-locator .dealer-search-list .q-dealer-info .q-dealer-distance-and-type {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: .25rem
        }

            .q-dealer-locator .dealer-search-list .q-dealer-info .q-dealer-distance-and-type .q-dealer-distance {
                -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
                margin-right: 1.5rem
            }

            .q-dealer-locator .dealer-search-list .q-dealer-info .q-dealer-distance-and-type .q-dealer-type {
                font-size: .875rem;
                line-height: 1.5
            }

        .q-dealer-locator .dealer-search-list .q-dealer-info .q-dealer-name {
            margin-bottom: .25rem
        }

    .q-dealer-locator .dealer-search-list .q-contact-links p {
        font-size: .75rem;
        line-height: 1.125rem
    }

.q-dealer-locator .dealer-map {
    height: 15rem
}

.q-dealer-locator .map-position:not(.sticky-child) {
    padding: .75rem 0 0;
    width: 100%
}

.q-dealer-locator .q-dealer-locator-container .map-legend {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    background-color: #fff;
    position: absolute;
    height: 2.75rem;
    width: auto;
    right: 2.25rem;
    top: 2.3125rem;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.3125rem 0 .6875rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .q-dealer-locator-container .map-legend {
        top: .875rem;
        left: .9375rem;
        right: auto
    }
}

.q-dealer-locator .q-dealer-locator-container .map-legend .map-legend-pin {
    width: 1.0625rem;
    height: 1.5625rem;
    display: inline-block;
    margin: 0 .625rem
}

.q-dealer-locator .q-dealer-locator-container .map-legend .sales-label, .q-dealer-locator .q-dealer-locator-container .map-legend .services-label {
    font-size: .75rem;
    font-weight: 700;
    display: inline-block;
    line-height: .8125rem
}

.q-dealer-locator .q-dealer-locator-container .map-legend .sales-label {
    color: #00a3e0
}

.q-dealer-locator .q-dealer-locator-container .map-legend .services-label {
    color: #3b3938
}

.q-dealer-locator .dealer-locator-single-dealer, .q-dealer-locator .dealer-search {
    position: relative;
    width: 100%;
    z-index: 20
}

    .q-dealer-locator .dealer-locator-single-dealer .dealer-search-by label, .q-dealer-locator .dealer-search .dealer-search-by label {
        color: #000
    }

    .q-dealer-locator .dealer-locator-single-dealer .dealer-search-by .searchby-label, .q-dealer-locator .dealer-search .dealer-search-by .searchby-label {
        font-size: 1.125rem;
        line-height: 1.3125rem;
        margin-bottom: .5rem
    }

    .q-dealer-locator .dealer-locator-single-dealer .dealer-search-by .searchby-option, .q-dealer-locator .dealer-search .dealer-search-by .searchby-option {
        float: left;
        margin-bottom: .5rem;
        padding-left: .125rem;
        padding-right: 1rem
    }

        .q-dealer-locator .dealer-locator-single-dealer .dealer-search-by .searchby-option .searchby-radio, .q-dealer-locator .dealer-search .dealer-search-by .searchby-option .searchby-radio {
            height: 1.25rem;
            margin: 0;
            vertical-align: middle
        }

    .q-dealer-locator .dealer-locator-single-dealer .location-button, .q-dealer-locator .dealer-search .location-button {
        background-color: #ccc;
        color: #000;
        float: left;
        height: 2.4375rem;
        margin-bottom: 0;
        overflow: hidden
    }

        .q-dealer-locator .dealer-locator-single-dealer .location-button:hover, .q-dealer-locator .dealer-search .location-button:hover {
            background-color: #eee
        }

        .q-dealer-locator .dealer-locator-single-dealer .location-button.locating, .q-dealer-locator .dealer-search .location-button.locating {
            padding: .5rem .875rem
        }

            .q-dealer-locator .dealer-locator-single-dealer .location-button.locating .icon, .q-dealer-locator .dealer-search .location-button.locating .icon {
                border-width: .1875rem;
                display: inline-block;
                height: 1.25rem;
                width: 1.25rem
            }

                .q-dealer-locator .dealer-locator-single-dealer .location-button.locating .icon::before, .q-dealer-locator .dealer-search .location-button.locating .icon::before {
                    border-top-color: #999;
                    border-width: .1875rem;
                    left: -.1875rem;
                    top: -.1875rem
                }

    .q-dealer-locator .dealer-locator-single-dealer .dealer-search-box, .q-dealer-locator .dealer-search .dealer-search-box {
        color: #000;
        float: left;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: 1.125rem;
        margin-bottom: 0;
        padding-right: 2rem;
        width: calc(100% - 6rem)
    }

        .q-dealer-locator .dealer-locator-single-dealer .dealer-search-box::-webkit-input-placeholder, .q-dealer-locator .dealer-search .dealer-search-box::-webkit-input-placeholder {
            color: #d8d8d8;
            font-family: inherit;
            font-size: inherit;
            line-height: 1.3125rem
        }

        .q-dealer-locator .dealer-locator-single-dealer .dealer-search-box::-moz-placeholder, .q-dealer-locator .dealer-search .dealer-search-box::-moz-placeholder {
            color: #d8d8d8;
            font-family: inherit;
            font-size: inherit;
            line-height: 1.3125rem
        }

        .q-dealer-locator .dealer-locator-single-dealer .dealer-search-box:-ms-input-placeholder, .q-dealer-locator .dealer-search .dealer-search-box:-ms-input-placeholder {
            color: #d8d8d8;
            font-family: inherit;
            font-size: inherit;
            line-height: 1.3125rem
        }

        .q-dealer-locator .dealer-locator-single-dealer .dealer-search-box::-ms-input-placeholder, .q-dealer-locator .dealer-search .dealer-search-box::-ms-input-placeholder {
            color: #d8d8d8;
            font-family: inherit;
            font-size: inherit;
            line-height: 1.3125rem
        }

        .q-dealer-locator .dealer-locator-single-dealer .dealer-search-box::placeholder, .q-dealer-locator .dealer-search .dealer-search-box::placeholder {
            color: #d8d8d8;
            font-family: inherit;
            font-size: inherit;
            line-height: 1.3125rem
        }

        .q-dealer-locator .dealer-locator-single-dealer .dealer-search-box::-ms-clear, .q-dealer-locator .dealer-search .dealer-search-box::-ms-clear {
            display: none
        }

        .q-dealer-locator .dealer-locator-single-dealer .dealer-search-box.geo-disabled, .q-dealer-locator .dealer-search .dealer-search-box.geo-disabled {
            padding-left: .6875rem;
            width: calc(100% - 3rem)
        }

    .q-dealer-locator .dealer-locator-single-dealer .dealer-search-button, .q-dealer-locator .dealer-search .dealer-search-button {
        background-color: #000;
        height: 2.4375rem;
        margin-bottom: 0;
        opacity: 1;
        position: absolute
    }

        .q-dealer-locator .dealer-locator-single-dealer .dealer-search-button:active .icon, .q-dealer-locator .dealer-locator-single-dealer .dealer-search-button:hover .icon, .q-dealer-locator .dealer-search .dealer-search-button:active .icon, .q-dealer-locator .dealer-search .dealer-search-button:hover .icon {
            color: #fff
        }

        .q-dealer-locator .dealer-locator-single-dealer .dealer-search-button[disabled], .q-dealer-locator .dealer-search .dealer-search-button[disabled] {
            background-color: #e6e6e6;
            cursor: default;
            opacity: .4
        }

            .q-dealer-locator .dealer-locator-single-dealer .dealer-search-button[disabled] .icon, .q-dealer-locator .dealer-search .dealer-search-button[disabled] .icon {
                color: #555
            }

    .q-dealer-locator .dealer-locator-single-dealer .clear-searchbox, .q-dealer-locator .dealer-search .clear-searchbox {
        float: left;
        margin-left: -1.75rem;
        padding-top: .4375rem
    }

        .q-dealer-locator .dealer-locator-single-dealer .clear-searchbox:active .icon, .q-dealer-locator .dealer-locator-single-dealer .clear-searchbox:hover .icon, .q-dealer-locator .dealer-search .clear-searchbox:active .icon, .q-dealer-locator .dealer-search .clear-searchbox:hover .icon {
            color: #00a3e0;
            cursor: pointer
        }

    .q-dealer-locator .dealer-locator-single-dealer .error, .q-dealer-locator .dealer-search .error {
        color: #f04124;
        font-size: .75rem;
        margin-top: .6875rem
    }

.q-dealer-locator .dealer-dropdown {
    margin-bottom: .75rem;
    margin-top: 0
}

    .q-dealer-locator .dealer-dropdown .highlight .q-content, .q-dealer-locator .dealer-dropdown:hover .q-content {
        color: #00a3e0
    }

    .q-dealer-locator .dealer-dropdown .f-dropdown {
        border-right: 0;
        display: block;
        left: inherit !important;
        width: 100% !important
    }

        .q-dealer-locator .dealer-dropdown .f-dropdown li .q-label {
            color: #000;
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-size: 1.125rem;
            margin-left: 1rem
        }

        .q-dealer-locator .dealer-dropdown .f-dropdown li label {
            font-weight: 800;
            padding: .5rem 1rem
        }

        .q-dealer-locator .dealer-dropdown .f-dropdown li .q-filter-checkbox {
            display: none
        }

        .q-dealer-locator .dealer-dropdown .f-dropdown li .checkbox-container {
            color: #000;
            display: initial;
            float: left;
            padding-top: .125rem
        }

            .q-dealer-locator .dealer-dropdown .f-dropdown li .checkbox-container .icon-checkbox-tick {
                margin-left: -.0625rem
            }

    .q-dealer-locator .dealer-dropdown .q-dropdown {
        border: .0625rem solid #eee;
        font-size: 1.125rem;
        font-weight: 800;
        width: 100%
    }

        .q-dealer-locator .dealer-dropdown .q-dropdown .q-content {
            white-space: pre-line
        }

        .q-dealer-locator .dealer-dropdown .q-dropdown.highlight {
            -webkit-box-shadow: .25rem .25rem .1875rem 0 rgba(0,0,0,.19);
            box-shadow: .25rem .25rem .1875rem 0 rgba(0,0,0,.19)
        }

    .q-dealer-locator .dealer-dropdown .highlight {
        background-color: #00a3e0;
        border-color: #00a3e0
    }

        .q-dealer-locator .dealer-dropdown .highlight.q-dropdown::after {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit;
            position: absolute
        }

.q-dealer-locator .filter-tags {
    margin-bottom: .25rem
}

    .q-dealer-locator .filter-tags .q-title {
        margin-top: .5rem;
        font-size: .875rem;
        line-height: 1.375rem
    }

    .q-dealer-locator .filter-tags .filter-tag {
        border: 1px solid #f3f3f3
    }

    .q-dealer-locator .filter-tags .inline-list {
        margin-bottom: 0
    }

        .q-dealer-locator .filter-tags .inline-list > li {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin-bottom: .75rem;
            margin-left: 0;
            margin-right: .75rem
        }

            .q-dealer-locator .filter-tags .inline-list > li .button {
                margin-bottom: 0;
                margin-top: 0;
                overflow: hidden;
                padding: 0
            }

                .q-dealer-locator .filter-tags .inline-list > li .button.utility {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex
                }

                    .q-dealer-locator .filter-tags .inline-list > li .button.utility span {
                        font-weight: 400;
                        line-height: 1.5
                    }

            .q-dealer-locator .filter-tags .inline-list > li .q-label {
                padding: 0 .5rem
            }

            .q-dealer-locator .filter-tags .inline-list > li .icon-close {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-left: 1px solid #eee;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                margin-left: .5rem;
                margin-right: 0;
                padding: .25rem;
                vertical-align: middle
            }

.q-dealer-locator .fixed-width {
    position: absolute;
    width: 3.125rem
}

.q-dealer-locator .fixed-width-left {
    float: right;
    padding-left: 2rem;
    width: 100%
}

.q-dealer-locator .q-separator hr {
    height: 1px;
    margin: 1rem 0 1rem
}

.q-dealer-locator .dealer-ratings {
    cursor: pointer;
    display: block
}

    .q-dealer-locator .dealer-ratings .dealer-rating .star-wrap span {
        font-size: .8125rem
    }

        .q-dealer-locator .dealer-ratings .dealer-rating .star-wrap span.rating-label {
            width: 7.5rem;
            display: inline-block
        }

        .q-dealer-locator .dealer-ratings .dealer-rating .star-wrap span.star-rating {
            background: url(global/resources/img/ratings.png) center/100% 10.9375rem no-repeat;
            display: inline-block;
            height: .9375rem;
            margin: .5rem 0;
            overflow: hidden;
            vertical-align: middle;
            width: 5.375rem
        }

        .q-dealer-locator .dealer-ratings .dealer-rating .star-wrap span.review-count {
            padding-left: .625rem
        }

        .q-dealer-locator .dealer-ratings .dealer-rating .star-wrap span.write-review {
            font-weight: 700
        }

    .q-dealer-locator .dealer-ratings .rating-disclaimer-icon {
        cursor: pointer;
        display: inline-block;
        font-size: .9375rem;
        height: .9375rem;
        margin: .5rem 0 .5rem .6875rem;
        vertical-align: top
    }

        .q-dealer-locator .dealer-ratings .rating-disclaimer-icon .icon {
            display: inline-block;
            font-size: inherit;
            vertical-align: super
        }

.q-dealer-locator .icon-location-pin-text-negative {
    color: #00a3e0;
    display: inline-block;
    margin-left: -.5rem
}

    .q-dealer-locator .icon-location-pin-text-negative.active {
        color: #000
    }

.q-dealer-locator .icon-location-pin-text-negative {
    font-size: 2.25rem
}

.q-dealer-locator a.directions, .q-dealer-locator a.fax, .q-dealer-locator a.phone {
    text-decoration: none
}

.q-dealer-locator .q-button {
    margin: .625rem 0 0
}

.q-dealer-locator .dealer-location-info .q-button:first-of-type:not(.q-more-information), .q-dealer-locator .q-contact-links .q-button:first-of-type:not(.q-more-information) {
    margin-top: .6875rem
}

.q-dealer-locator .dealer-locator-widget {
    position: relative
}

    .q-dealer-locator .dealer-locator-widget .q-dealer-header {
        display: none
    }

    .q-dealer-locator .dealer-locator-widget .dealer-section-padding .dealer-search {
        margin-top: 0
    }

    .q-dealer-locator .dealer-locator-widget .advanced-search {
        float: right;
        margin-top: .6875rem
    }

    .q-dealer-locator .dealer-locator-widget .dealer-location-info {
        margin-bottom: 1.5rem
    }

    .q-dealer-locator .dealer-locator-widget .nearby-dealers {
        font-size: .75rem;
        line-height: 1rem;
        margin-top: 1.25rem
    }

    .q-dealer-locator .dealer-locator-widget .q-dealer-info .q-dealer-name {
        margin-bottom: .5625rem
    }

    .q-dealer-locator .dealer-locator-widget .map-position {
        padding-bottom: 0;
        padding-top: 0
    }

    .q-dealer-locator .dealer-locator-widget .q-details-small {
        padding: 0
    }

        .q-dealer-locator .dealer-locator-widget .q-details-small .fixed-width .icon, .q-dealer-locator .dealer-locator-widget .q-details-small .fixed-width .pin-icon-label {
            padding-left: .1875rem
        }

    .q-dealer-locator .dealer-locator-widget .all-dealers-button {
        margin-top: .75rem
    }

    .q-dealer-locator .dealer-locator-widget .q-contact-buttons {
        line-height: 1
    }

    .q-dealer-locator .dealer-locator-widget .search-spinner .q-loader {
        margin-top: 5rem !important
    }

    .q-dealer-locator .dealer-locator-single-dealer .q-contact-buttons .q-contact, .q-dealer-locator .dealer-locator-widget .q-contact-buttons .q-contact, .q-dealer-locator .modal-details-container .q-contact-buttons .q-contact, .q-dealer-locator .q-dealer-list .q-contact-buttons .q-contact {
        padding: 0
    }

        .q-dealer-locator .dealer-locator-single-dealer .q-contact-buttons .q-contact .q-button, .q-dealer-locator .dealer-locator-widget .q-contact-buttons .q-contact .q-button, .q-dealer-locator .modal-details-container .q-contact-buttons .q-contact .q-button, .q-dealer-locator .q-dealer-list .q-contact-buttons .q-contact .q-button {
            border: 0;
            margin: 0
        }

.q-dealer-locator .q-more-information {
    margin-bottom: 1rem;
    margin-top: .125rem
}

.q-dealer-list > div:nth-last-child(2) .q-separator {
    display: none
}

.q-dealer-list > div:last-child .q-button {
    margin-top: 2.5rem
}

.q-dealer-details {
    background-color: #f3f3f3
}

    .q-dealer-details.q-mod-modal {
        bottom: 2.5rem;
        max-width: 120rem
    }

    .q-dealer-details .q-map {
        margin-bottom: 1rem
    }

    .q-dealer-details .q-separator hr {
        margin-bottom: 2.5rem;
        margin-top: 2.5rem
    }

    .q-dealer-details .q-header {
        margin-bottom: 1.125rem
    }

    .q-dealer-details .q-dealer-distance {
        margin-bottom: .5rem
    }

    .q-dealer-details .q-modal-header {
        background-color: #fff
    }

    .q-dealer-details .q-modal-container {
        margin-left: 0;
        margin-right: 0;
        padding: 0 0 2rem
    }

        .q-dealer-details .q-modal-container .h5, .q-dealer-details .q-modal-container .q-header, .q-dealer-details .q-modal-container h5 {
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.3125
        }

        .q-dealer-details .q-modal-container .dealer-dropdown {
            margin: 1rem 0;
            min-width: 18.125rem
        }

            .q-dealer-details .q-modal-container .dealer-dropdown .q-dropdown {
                border: 1px solid #d8d8d8;
                padding: 1rem .75rem
            }

                .q-dealer-details .q-modal-container .dealer-dropdown .q-dropdown.highlight {
                    background-color: #fff
                }

                    .q-dealer-details .q-modal-container .dealer-dropdown .q-dropdown.highlight .q-content {
                        color: #606060
                    }

                .q-dealer-details .q-modal-container .dealer-dropdown .q-dropdown .q-content {
                    font-size: .75rem;
                    font-weight: 400;
                    margin-right: 1.25rem;
                    white-space: nowrap
                }

                .q-dealer-details .q-modal-container .dealer-dropdown .q-dropdown::after {
                    color: #666
                }

            .q-dealer-details .q-modal-container .dealer-dropdown .f-dropdown {
                border: 1px solid #d8d8d8
            }

                .q-dealer-details .q-modal-container .dealer-dropdown .f-dropdown .q-dropdown-item label {
                    padding: 1rem .75rem
                }

                    .q-dealer-details .q-modal-container .dealer-dropdown .f-dropdown .q-dropdown-item label .q-label {
                        font-size: .75rem;
                        font-weight: 400;
                        margin: 0
                    }

    .q-dealer-details .columns.right-column {
        padding-left: .625rem
    }

    .q-dealer-details .columns .sub-column {
        padding-bottom: 2rem
    }

    .q-dealer-details .columns .contact-column {
        margin-top: 1.75rem
    }

    .q-dealer-details .columns:last-child {
        padding-bottom: 0
    }

    .q-dealer-details .q-button-container .q-button {
        margin-top: 1rem
    }

    .q-dealer-details .q-modal-title {
        font-weight: 700;
        max-width: 100%;
        padding: 0;
        text-align: center
    }

        .q-dealer-details .q-modal-title span {
            display: inline-block;
            vertical-align: middle
        }

        .q-dealer-details .q-modal-title .icon {
            text-decoration: none
        }

            .q-dealer-details .q-modal-title .icon.icon-arrow-right {
                float: none
            }

            .q-dealer-details .q-modal-title .icon.icon-arrow-left, .q-dealer-details .q-modal-title .icon.icon-arrow-right {
                font-size: 1rem;
                margin-top: 0
            }

            .q-dealer-details .q-modal-title .icon.disabled {
                opacity: .4
            }

    .q-dealer-details .q-modal-header .close-reveal-modal {
        height: 0;
        top: 0
    }

        .q-dealer-details .q-modal-header .close-reveal-modal .icon {
            display: inline-block;
            height: 100%
        }

    .q-dealer-details .q-modal-subtitle {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1.1667;
        margin: 1.5rem 0 .5rem;
        padding: .0625rem
    }

        .q-dealer-details .q-modal-subtitle .icon {
            font-size: 1.5rem
        }

    .q-dealer-details .q-colon::before {
        content: ':';
        display: inline
    }

    .q-dealer-details .q-show-medium-up {
        display: none
    }

    .q-dealer-details .q-contact, .q-dealer-locator .q-contact {
        cursor: pointer
    }

        .q-dealer-details .q-contact .icon-arrow-right, .q-dealer-locator .q-contact .icon-arrow-right {
            font-size: 1rem;
            position: relative
        }

        .q-dealer-details .q-contact .icon, .q-dealer-locator .q-contact .icon {
            display: none
        }

@media print,only screen and (min-width:48rem) {
    .q-dealer-locator {
        min-height: 37.5rem
    }

        .q-dealer-locator.q-dl-widget {
            min-height: 31.25rem
        }

        .q-dealer-locator .q-dealer-header {
            font-size: 2.5rem;
            line-height: 1;
            margin-top: 2.5rem
        }

        .q-dealer-locator .dealer-locator-widget .q-dealer-header {
            display: block;
            font-size: .875rem;
            font-weight: 400;
            margin-top: -.875rem
        }

        .q-dealer-locator .dealer-locator-widget .dealer-search-list .q-dealer-info .q-dealer-distance, .q-dealer-locator .dealer-locator-widget .dealer-search-list .q-dealer-info .q-dealer-name, .q-dealer-locator .dealer-locator-widget .dealer-search-list .q-dealer-info p {
            font-size: .875rem;
            line-height: 1.5
        }

        .q-dealer-locator .q-contact-url-label {
            display: none
        }

        .q-dealer-locator .q-contact-url {
            display: initial
        }

        .q-dealer-locator .dealer-map {
            height: 31.25rem
        }

        .q-dealer-locator .dealer-section-padding {
            padding-top: 1rem
        }

        .q-dealer-locator .dealer-search-list {
            float: left;
            width: 18.75rem
        }

        .q-dealer-locator .q-dealer-search {
            width: 18.75rem
        }

            .q-dealer-locator .q-dealer-search .dealer-search-by .searchby-label {
                font-size: .875rem
            }

        .q-dealer-locator .dealer-search-list, .q-dealer-locator .q-dealer-search {
            padding-right: .5rem
        }

        .q-dealer-locator .map-position:not(.sticky-child) {
            padding: 6rem 0 0 19.25rem;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%
        }

            .q-dealer-locator .map-position:not(.sticky-child).q-hide-search-by {
                padding-top: 0
            }

        .q-dealer-locator .map-position, .q-dealer-locator .sticky-wrapper {
            z-index: 0
        }

            .q-dealer-locator .map-position.map-sticky-bottom, .q-dealer-locator .sticky-wrapper.map-sticky-bottom {
                bottom: 0;
                top: auto !important
            }

        .q-dealer-locator .sticky-wrapper {
            padding: 6rem 0 0 19.25rem;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%
        }

            .q-dealer-locator .sticky-wrapper.q-sticky .sticky-child {
                padding-left: 21.75rem;
                padding-right: 2.5rem;
                top: 6rem !important;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0)
            }

        .q-dealer-locator .dealer-locator-widget .all-dealers-button {
            margin-top: .1875rem
        }

        .q-dealer-locator .dealer-ratings .rating-disclaimer-icon {
            font-size: .625rem;
            margin: .5rem 0 .5rem -.125rem
        }

    .dealer-locator-single-dealer .sticky-wrapper {
        padding-top: 0
    }

    .dealer-locator-single-dealer .q-more-information {
        margin-bottom: 2rem;
        margin-top: 1.125rem
    }

    .q-dealer-details {
        min-height: auto
    }

        .q-dealer-details.reveal-modal .q-modal-header {
            padding: .375rem 0
        }

            .q-dealer-details.reveal-modal .q-modal-header .q-modal-title {
                font-size: 1.5rem;
                line-height: 1.75rem
            }

        .q-dealer-details .q-separator hr {
            margin-bottom: 2.5rem;
            margin-top: 3rem
        }

        .q-dealer-details .q-modal-container {
            margin-left: 1.5rem;
            margin-right: 2rem
        }

            .q-dealer-details .q-modal-container .q-button {
                margin: 1rem 0 0
            }

            .q-dealer-details .q-modal-container.q-one-dealer {
                margin-top: 2.5rem
            }

        .q-dealer-details .header {
            margin-top: 1.75rem
        }

        .q-dealer-details .q-dealer-distance + .header {
            margin-top: 0
        }

        .q-dealer-details .q-show-small-only {
            display: none
        }

        .q-dealer-details .q-show-medium-up {
            display: inherit
        }

        .q-dealer-details .q-map {
            margin-bottom: 0;
            margin-left: 0;
            margin-right: 0
        }

        .q-dealer-details .columns:last-child:not(.modal-details-container) {
            padding-right: 0
        }
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator {
        overflow: initial
    }

        .q-dealer-locator .small-hide {
            display: none
        }

        .q-dealer-locator .q-contact-url {
            display: initial
        }

        .q-dealer-locator .q-contact-url {
            display: none
        }

        .q-dealer-locator .q-separator hr {
            margin-top: .5rem
        }

        .q-dealer-locator .dealer-locator-widget .q-contact.q-location {
            margin-bottom: 0
        }

        .q-dealer-locator .dealer-locator-widget .dealer-location-info {
            margin-bottom: 1rem
        }

        .q-dealer-locator .dealer-locator-widget .fixed-width-left {
            padding-left: 0
        }

    .q-dealer-details .q-show-large-up {
        display: none
    }

    .q-dealer-details .contact-column {
        margin-top: 0 !important
    }

    .q-dealer-details .small-only-margin-top {
        margin-top: .5rem
    }

    .q-dealer-details .reverse-rows-small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .q-dealer-details .q-modal-container .q-button {
        margin: .5rem 0 0
    }

    .q-dealer-details .q-modal-container .q-padding-bottom {
        padding-bottom: 1rem
    }

    .q-dealer-details .q-contact, .q-dealer-locator .q-contact {
        background-color: #fff;
        display: inline-block;
        font-size: .875rem;
        padding: .5rem;
        width: 100%
    }

        .q-dealer-details .q-contact > .q-label, .q-dealer-locator .q-contact > .q-label {
            display: none
        }

        .q-dealer-details .q-contact .icon, .q-dealer-locator .q-contact .icon {
            display: inline-block;
            margin: 0 .5rem
        }

        .q-dealer-details .q-contact.q-fax, .q-dealer-locator .q-contact.q-fax {
            display: none
        }
}

@media print,only screen and (min-width:62rem) {
    .q-dealer-locator .hide-large-up {
        display: none
    }

    .q-dealer-locator .dealer-search-list .q-dealer-info {
        margin-bottom: 0
    }

        .q-dealer-locator .dealer-search-list .q-dealer-info .q-dealer-distance, .q-dealer-locator .dealer-search-list .q-dealer-info .q-dealer-name, .q-dealer-locator .dealer-search-list .q-dealer-info p {
            font-size: .875rem;
            line-height: 1.5
        }

    .q-dealer-details .q-separator hr {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem
    }

    .q-dealer-details .q-modal-container .dealer-dropdown {
        min-width: 9.5rem
    }

        .q-dealer-details .q-modal-container .dealer-dropdown .q-dropdown {
            padding: .5rem
        }

            .q-dealer-details .q-modal-container .dealer-dropdown .q-dropdown::after {
                top: .875rem
            }

        .q-dealer-details .q-modal-container .dealer-dropdown .f-dropdown .q-dropdown-item label {
            padding: .5rem
        }

    .dealer-locator-single-dealer .q-button {
        margin-top: 1rem
    }

    .dealer-locator-single-dealer .q-more-information {
        margin-top: 2rem
    }
}

@media only screen and (min-width:74rem) {
    .q-dealer-locator .filter-tags {
        margin-bottom: .75rem
    }
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .dealer-locator-widget .fixed-width-left {
        padding-left: 0
    }

        .dealer-locator-widget .fixed-width-left .q-dealer-info {
            padding-left: 2.5rem
        }
}

@media only screen and (max-width:47.9375rem) {
    .q-dealer-details .modal-map-container {
        padding: 0
    }

    .q-dealer-details .modal-details-container {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .q-dealer-locator .dealer-locator-widget .fixed-width, .q-dealer-locator .dealer-locator-widget .q-dealer-header, .q-dealer-locator .dealer-locator-widget .q-separator {
        display: none
    }

    .q-dealer-locator .dealer-locator-widget .advanced-search {
        display: none !important
    }

    .q-dealer-locator .dealer-locator-widget .nearby-dealers {
        margin-top: 0
    }
}

.q-iframe {
    -webkit-overflow-scrolling: touch;
    display: none;
    margin: 0;
    min-height: 6.25rem;
    overflow: auto;
    padding: 0
}

    .q-iframe iframe {
        border: 0;
        display: block
    }

    .q-iframe img {
        max-width: 100%
    }

    .q-iframe.scrolling-disabled iframe {
        overflow: hidden
    }

.pcd_form #container {
    padding: 0;
    min-width: 0;
    max-width: none
}

.pcd_form .wf_form_message {
    display: none
}

.pcd_form.js-submited .wf_form_message {
    display: block
}

.pcd_form.js-submited .wf_form_content {
    display: none
}

.pcd_form .pcd_form-loader {
    margin: 1.5625rem auto
}

.q-share {
    background-color: rgba(255,255,255,.8);
    min-height: 2.25rem;
    min-width: 2.25rem;
    position: relative
}

    .q-share.share-open {
        background-color: transparent
    }

    .q-share ul {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: 1.125rem;
        font-weight: 700;
        list-style: none;
        margin: 0
    }

        .q-share ul li {
            font: inherit;
            margin: 1rem 0;
            white-space: nowrap
        }

            .q-share ul li:last-child {
                margin-bottom: 0
            }

            .q-share ul li a i {
                color: #fff;
                font-weight: 400
            }

    .q-share a {
        text-decoration: none
    }

    .q-share .q-share-shadow {
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc
    }

    .q-share .q-share-header {
        padding: 0 .5rem 0 0
    }

    .q-share .q-share-body {
        position: absolute;
        right: 0;
        top: 0
    }

        .q-share .q-share-body .icon {
            display: inline-block;
            margin-right: .625rem;
            vertical-align: bottom
        }

    .q-share .q-share-collapse {
        background-color: rgba(255,255,255,.8);
        display: none;
        min-height: 2.25rem;
        min-width: 2.25rem;
        padding: 1.5rem;
        position: relative;
        right: 0
    }

    .q-share .q-icon-share {
        cursor: pointer;
        padding: .375rem .5rem;
        position: relative
    }

        .q-share .q-icon-share .icon-share {
            font-size: 1.25rem
        }

            .q-share .q-icon-share .icon-share:hover {
                color: #606060
            }

    .q-share .icon-social-media-facebook::after, .q-share .icon-social-media-instagram::after, .q-share .icon-social-media-pinterest::after, .q-share .icon-social-media-twitter::after {
        color: #fff
    }

.cs-overlay-modal .cs-modal-container .cs-layout .cs-engine-details p, .cs-overlay-modal .cs-modal-container .cs-layout .cs-engine-details span {
    margin-bottom: .3125rem
}

.q-vehicle-configurator {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    overflow-x: auto
}

.q-velaro-chat-container {
    max-width: 2.1875rem;
    position: fixed;
    right: 0;
    top: 55%;
    z-index: 1000
}

@media print,only screen and (min-width:48rem) {
    #velaro-container {
        display: none
    }
}

.q-visual-frame {
    border: 1px solid #000;
    margin-bottom: .9375rem;
    padding: 1.125rem 1rem
}

@media print,only screen and (min-width:48rem) {
    .q-visual-frame {
        padding: 1.625rem 1.5rem
    }
}

.advisor .tabs {
    border-bottom: none
}

.advisor .tabs-content {
    background: 0 0
}

.advisor .h1, .advisor h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    line-height: normal
}

.advisor .container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.advisor select {
    border: 1px solid #f5f5f5;
    background-color: #fff;
    margin-bottom: 1.25rem;
    height: 2.8125rem
}

    .advisor select.styled-select {
        padding: .3125rem;
        padding-right: 3.625rem;
        padding-left: 1.4375rem;
        margin-bottom: 1.25rem;
        height: 2.8125rem;
        background-image: url(global/resources/img/242_Chevron_down.svg);
        background-size: 2.1875rem 1.5rem
    }

.advisor form .error input, .advisor form .error select, .advisor form .error textarea {
    margin-bottom: .3125rem;
    border-color: #f04124 !important
}

.advisor [data-abide] .error small.error, .advisor [data-abide] .error span.error, .advisor [data-abide] small.error, .advisor [data-abide] span.error, .advisor small.error, .advisor span.error {
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    background: 0 0;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 400;
    font-size: .875rem;
    text-transform: none;
    color: #787b80;
    color: #f04124;
    font-size: .875rem
}

.advisor input[type=color], .advisor input[type=date], .advisor input[type=datetime-local], .advisor input[type=datetime], .advisor input[type=email], .advisor input[type=month], .advisor input[type=number], .advisor input[type=password], .advisor input[type=search], .advisor input[type=tel], .advisor input[type=text], .advisor input[type=time], .advisor input[type=url], .advisor input[type=week], .advisor select, .advisor textarea {
    border: 2px solid #f5f5f5;
    background-color: #fff;
    height: 2.8125rem;
    color: #666;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 400;
    font-size: .875rem
}

.advisor textarea {
    min-height: 5rem
}

    .advisor input:not([type]):focus, .advisor input[type=color]:focus, .advisor input[type=date]:focus, .advisor input[type=datetime-local]:focus, .advisor input[type=datetime]:focus, .advisor input[type=email]:focus, .advisor input[type=month]:focus, .advisor input[type=number]:focus, .advisor input[type=password]:focus, .advisor input[type=search]:focus, .advisor input[type=tel]:focus, .advisor input[type=text]:focus, .advisor input[type=time]:focus, .advisor input[type=url]:focus, .advisor input[type=week]:focus, .advisor select:focus, .advisor textarea:focus {
        border-color: #999 !important
    }

.advisor .clear {
    clear: both
}

.advisor .marg60 {
    margin-bottom: 3.75rem;
    clear: both
}

.advisor .marg30 {
    margin-bottom: 1.875rem;
    clear: both
}

.advisor .marg30--top {
    margin-bottom: 0;
    margin-top: 1.875rem;
    clear: both
}

.advisor .marg30--topbottom {
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
    clear: both
}

.advisor .bg--white {
    background-color: #fff
}

.advisor .input-icons {
    position: relative
}

.advisor .button {
    display: inline-block;
    font-size: .875rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    padding-top: .8125rem;
    padding-bottom: .875rem;
    letter-spacing: .5px
}

    .advisor .button.button--red {
        background-color: #4cc9f9;
        color: #fff;
        text-transform: uppercase
    }

        .advisor .button.button--red:hover {
            background-color: #323232
        }

        .advisor .button.button--red:disabled {
            background-color: #f5f5f5;
            color: #999
        }

        .advisor .button.button--red.button--outline {
            background: 0 0;
            border: 1px solid #4cc9f9;
            color: #4cc9f9
        }

            .advisor .button.button--red.button--outline:hover {
                color: #fff;
                background-color: #4cc9f9
            }

            .advisor .button.button--red.button--outline:disabled {
                color: #999;
                border: 1px solid #999;
                background-color: #f5f5f5
            }

    .advisor .button:focus {
        -webkit-box-shadow: 0 0 .625rem rgba(0,0,0,.6);
        box-shadow: 0 0 .625rem rgba(0,0,0,.6)
    }

.advisor .align--center {
    margin: 0 auto
}

.advisor .rating {
    position: relative;
    display: inline-block;
    height: 1rem;
    line-height: 1rem;
    font-size: 1rem
}

.advisor .rating-msg label {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.advisor .rating-msg input[type=radio] {
    width: 1rem;
    height: 1rem
}

.advisor .rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer
}

    .advisor .rating label:nth-child(1) {
        z-index: 5
    }

    .advisor .rating label:nth-child(2) {
        z-index: 4
    }

    .advisor .rating label:nth-child(3) {
        z-index: 3
    }

    .advisor .rating label:nth-child(4) {
        z-index: 2
    }

    .advisor .rating label:nth-child(5) {
        z-index: 1
    }

    .advisor .rating label:last-of-type {
        position: static
    }

        .advisor .rating label:last-of-type .icon {
            color: #999;
            padding-right: .3125rem
        }

    .advisor .rating label input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

        .advisor .rating label input:focus:not(:checked) ~ .icon:last-child {
            color: #999;
            text-shadow: 0 0 .3125rem #4cc9f9
        }

    .advisor .rating label .icon {
        float: left;
        color: transparent;
        padding-right: .3125rem
    }

    .advisor .rating label.error + .rating-error {
        display: block
    }

.advisor .rating:hover label:hover input ~ .icon, .advisor .rating:not(:hover) label input:checked ~ .icon {
    color: #4cc9f9
}

.advisor input[type=radio]:checked + label:before {
    background: #4cc9f9;
    border: 3px solid #d8d8d8
}

.advisor .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.advisor .important {
    color: #f04124
}

.advisor__ca {
    font-size: 1.375rem;
    text-transform: uppercase;
    color: #323232;
    display: inline-block;
    font-weight: 700;
    line-height: initial;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    text-transform: uppercase;
    line-height: .9
}

.advisor__ca--red {
    color: #4cc9f9
}

.advisor__nf__ca__englobe {
    display: block
}

.advisor__nf {
    width: 3.375rem;
    height: 2.5625rem;
    display: inline-block;
    background-size: cover;
    background-image: url(global/resources/img/nf.svg);
    margin-left: .625rem
}

.advisor .stars {
    margin-left: 0
}

    .advisor .stars li {
        position: relative;
        display: inline-block;
        text-align: right;
        font-size: 1.5rem;
        line-height: 1
    }

        .advisor .stars li::before {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit;
            color: #999
        }

        .advisor .stars li.stars--big--alf::after, .advisor .stars li.stars--normal--alf::after, .advisor .stars li.stars--tiny--alf::after {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit
        }

        .advisor .stars li.active:before, .advisor .stars li.stars--big--alf:before, .advisor .stars li.stars--normal--alf:before, .advisor .stars li.stars--tiny--alf:before {
            color: #4cc9f9
        }

        .advisor .stars li:after {
            color: #999
        }

        .advisor .stars li.stars--big--alf:before, .advisor .stars li.stars--normal--alf:before, .advisor .stars li.stars--tiny--alf:before {
            overflow: hidden;
            display: block;
            position: absolute;
            bottom: 0;
            z-index: 1
        }

        .advisor .stars li.stars--big--alf:before {
            width: 1.375rem
        }

        .advisor .stars li.stars--normal--alf:before {
            width: .75rem
        }

        .advisor .stars li.stars--tiny--alf:before {
            width: .625rem;
            top: 0
        }

        .advisor .stars li.stars--normal, .advisor .stars li.stars--normal--alf {
            font-size: 1.5rem
        }

        .advisor .stars li.stars--big, .advisor .stars li.stars--big--alf {
            font-size: 2.75rem
        }

        .advisor .stars li.stars--tiny, .advisor .stars li.stars--tiny--alf {
            font-size: 1.25rem
        }

.advisor .link_with_arrow {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 400;
    font-size: .875rem;
    text-transform: none;
    color: #787b80;
    color: #4cc9f9;
    font-weight: 700;
    font-size: .75rem;
    display: block;
    text-decoration: none;
    text-transform: uppercase
}

    .advisor .link_with_arrow::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        display: inline-block;
        text-align: right;
        padding-left: .3125rem
    }

@media screen and (max-width:1300px) {
    .advisor .stars {
        margin-left: 0
    }

        .advisor .stars li {
            overflow: hidden;
            position: relative
        }

            .advisor .stars li.stars--big--alf:after, .advisor .stars li.stars--big--alf:before, .advisor .stars li.stars--big:after, .advisor .stars li.stars--big:before {
                font-size: 2.125rem;
                position: absolute;
                top: 0;
                left: 0
            }

            .advisor .stars li.stars--big--alf:before {
                width: 1.0625rem;
                z-index: 1
            }
}

@media screen and (max-width:990px) {
    .advisor .small-10.container_global {
        width: 100%
    }

    .advisor .columns {
        width: 100%
    }
}

.q-automatic-colour-visualiser_scroller .slick-next {
    right: .625rem
}

.q-automatic-colour-visualiser_scroller .slick-prev {
    left: .625rem
}

.q-automatic-colour-visualiser_colours .q-automatic-colour-visualiser_colour span {
    left: 50%
}

@media print,only screen and (min-width:48rem) {
    .q-automatic-colour-visualiser_scroller .slick-next {
        right: 3.125rem
    }

    .q-automatic-colour-visualiser_scroller .slick-prev {
        left: 3.125rem
    }
}

.q-automatic-colour-visualiser {
    position: relative;
    background-color: #fff
}

.q-automatic-colour-visualiser_scroller {
    list-style: none;
    margin: 0 0 .9375rem
}

    .q-automatic-colour-visualiser_scroller .slick-list {
        padding: 0 !important
    }

    .q-automatic-colour-visualiser_scroller img {
        margin: 0 auto;
        opacity: 0
    }

        .q-automatic-colour-visualiser_scroller img[src] {
            opacity: 1
        }

    .q-automatic-colour-visualiser_scroller .slider-pagination li {
        margin-top: 0
    }

    .q-automatic-colour-visualiser_scroller:not(.slick-initialized) li:not(:first-child) {
        position: absolute
    }

.q-automatic-colour-visualiser_colours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0 3.125rem
}

    .q-automatic-colour-visualiser_colours .q-automatic-colour-visualiser_colour {
        position: relative;
        margin: 0 .375rem
    }

        .q-automatic-colour-visualiser_colours .q-automatic-colour-visualiser_colour img {
            cursor: pointer;
            width: 2.4375rem;
            height: 2.4375rem;
            border-radius: 100%;
            margin-bottom: 1.875rem
        }

        .q-automatic-colour-visualiser_colours .q-automatic-colour-visualiser_colour span {
            display: none;
            text-align: center;
            position: absolute;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: .3125rem;
            font-size: .625rem;
            line-height: .6875rem;
            white-space: nowrap;
            color: #000
        }

        .q-automatic-colour-visualiser_colours .q-automatic-colour-visualiser_colour::before {
            position: absolute;
            border-radius: 100%;
            width: 3.0625rem;
            height: 3.0625rem;
            inset: -.3125rem;
            border: 2px solid #000
        }

        .q-automatic-colour-visualiser_colours .q-automatic-colour-visualiser_colour.js-active::before {
            content: ''
        }

        .q-automatic-colour-visualiser_colours .q-automatic-colour-visualiser_colour.js-active span {
            display: block
        }

.q-automatic-colour-visualiser_loader {
    display: none;
    position: absolute;
    top: calc(25% - 3.125rem);
    left: calc(50% - 3.125rem);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media print,only screen and (min-width:48rem) {
    .q-automatic-colour-visualiser_colours .q-automatic-colour-visualiser_colour {
        margin: 0 .46875rem
    }

        .q-automatic-colour-visualiser_colours .q-automatic-colour-visualiser_colour img {
            width: 3.125rem;
            height: 3.125rem
        }

        .q-automatic-colour-visualiser_colours .q-automatic-colour-visualiser_colour::before {
            width: 4rem;
            height: 4rem;
            inset: -.4375rem
        }

    .q-automatic-colour-visualiser_loader {
        top: calc(40% - 3.125rem)
    }
}

.q-car-colour-visualiser-wrap .q-car-colour-visualiser-colour-list {
    padding: 0 1.25rem 0 0
}

    .q-car-colour-visualiser-wrap .q-car-colour-visualiser-colour-list .q-car-colour-visualiser-colour {
        margin-right: .8125rem
    }

        .q-car-colour-visualiser-wrap .q-car-colour-visualiser-colour-list .q-car-colour-visualiser-colour span {
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

        .q-car-colour-visualiser-wrap .q-car-colour-visualiser-colour-list .q-car-colour-visualiser-colour:last-child {
            margin-right: 0
        }

.q-car-colour-visualiser-wrap .q-car-colour-visualiser-tabs {
    padding-right: 1.25rem
}

    .q-car-colour-visualiser-wrap .q-car-colour-visualiser-tabs .q-car-colour-visualiser-tab {
        margin-right: 1.5rem
    }

        .q-car-colour-visualiser-wrap .q-car-colour-visualiser-tabs .q-car-colour-visualiser-tab:last-child {
            margin-right: 0
        }

        .q-car-colour-visualiser-wrap .q-car-colour-visualiser-tabs .q-car-colour-visualiser-tab span {
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

@media print,only screen and (min-width:48rem) {
    .q-car-colour-visualiser-wrap .q-car-colour-visualiser-colour-list {
        margin: 0 0 0 20%
    }

    .q-car-colour-visualiser-wrap .js-mobileColors.q-car-colour-visualiser-colour-list {
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        margin: 0 0 0 10%
    }
}

.q-car-colour-visualiser-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .75rem .625rem
}

    .q-car-colour-visualiser-wrap .q-car-colour-visualiser-colour-list {
        width: calc(100% - 120px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none
    }

        .q-car-colour-visualiser-wrap .q-car-colour-visualiser-colour-list .q-car-colour-visualiser-colour {
            cursor: pointer;
            position: relative;
            width: 1.5rem;
            height: 1.5rem;
            margin-bottom: 2.5rem
        }

            .q-car-colour-visualiser-wrap .q-car-colour-visualiser-colour-list .q-car-colour-visualiser-colour span {
                display: none;
                text-align: center;
                width: 7.5rem;
                position: absolute;
                bottom: -1.5625rem;
                font-size: .6rem;
                text-transform: uppercase;
                pointer-events: none;
                color: #000
            }

            .q-car-colour-visualiser-wrap .q-car-colour-visualiser-colour-list .q-car-colour-visualiser-colour::before {
                content: '';
                display: none;
                position: absolute;
                top: -.25rem;
                left: -.25rem;
                right: -.25rem;
                bottom: -.25rem;
                border: 2px solid #000
            }

            .q-car-colour-visualiser-wrap .q-car-colour-visualiser-colour-list .q-car-colour-visualiser-colour.js-active::before {
                display: block
            }

            .q-car-colour-visualiser-wrap .q-car-colour-visualiser-colour-list .q-car-colour-visualiser-colour.js-active span {
                display: block
            }

    .q-car-colour-visualiser-wrap .q-car-colour-visualiser-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 7.5rem
    }

        .q-car-colour-visualiser-wrap .q-car-colour-visualiser-tabs .q-car-colour-visualiser-tab {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 36px;
            height: 36px;
            text-align: center;
            cursor: pointer;
            position: relative;
            border: 2px solid transparent
        }

            .q-car-colour-visualiser-wrap .q-car-colour-visualiser-tabs .q-car-colour-visualiser-tab span {
                pointer-events: none;
                width: 9.375rem;
                font-size: .6rem;
                position: absolute;
                text-transform: uppercase;
                color: #000;
                bottom: -1.5625rem;
                display: none
            }

            .q-car-colour-visualiser-wrap .q-car-colour-visualiser-tabs .q-car-colour-visualiser-tab i {
                pointer-events: none;
                font-size: 1.5625rem
            }

            .q-car-colour-visualiser-wrap .q-car-colour-visualiser-tabs .q-car-colour-visualiser-tab.js-active {
                border-color: #000
            }

                .q-car-colour-visualiser-wrap .q-car-colour-visualiser-tabs .q-car-colour-visualiser-tab.js-active span {
                    display: block
                }

@media print,only screen and (min-width:48rem) {
    .q-car-colour-visualiser-wrap {
        padding-bottom: 2rem
    }

        .q-car-colour-visualiser-wrap .q-car-colour-visualiser-colour-list {
            width: 80%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .q-car-colour-visualiser-wrap .q-car-colour-visualiser-colour-list .q-car-colour-visualiser-colour {
                margin-bottom: 0
            }

                .q-car-colour-visualiser-wrap .q-car-colour-visualiser-colour-list .q-car-colour-visualiser-colour::before {
                    top: -.3125rem;
                    left: -.3125rem;
                    right: -.3125rem;
                    bottom: -.3125rem;
                    border: 3px solid #000
                }

        .q-car-colour-visualiser-wrap .q-car-colour-visualiser-tabs {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            width: 20%
        }

            .q-car-colour-visualiser-wrap .q-car-colour-visualiser-tabs .q-car-colour-visualiser-tab {
                border: 3px solid transparent
            }

                .q-car-colour-visualiser-wrap .q-car-colour-visualiser-tabs .q-car-colour-visualiser-tab span {
                    font-size: .75rem;
                    bottom: -1.875rem
                }

                .q-car-colour-visualiser-wrap .q-car-colour-visualiser-tabs .q-car-colour-visualiser-tab.js-active {
                    border-color: #000
                }
}

.engine-data__container {
    max-width: 93.75rem;
    position: relative;
    margin: 0 auto
}

@media print,only screen and (min-width:62rem) {
    .engine-data__container {
        padding: 0 1.875rem
    }
}

.engine-data__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0
}

.engine-data__tab {
    cursor: pointer;
    margin-right: 1.25rem;
    border-bottom: 3px solid transparent;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: .625rem;
    line-height: 2.1875rem
}

@media print,only screen and (min-width:48rem) {
    .engine-data__tab {
        margin-right: 2.5rem
    }
}

.engine-data__tab.active {
    border-bottom-color: #4cc9f9;
    font-weight: 700
}

.engine-data__tab:hover {
    font-weight: 700;
    border-bottom-color: #00a3e0
}

.engine-data__tab::after {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden
}

.engine-data__energy-container {
    display: grid;
    grid-template-areas: 'energies'
}

.engine-data__energy-content {
    grid-area: energies;
    opacity: 1;
    -webkit-transition: opacity .4s cubic-bezier(.83,0,.17,1);
    transition: opacity .4s cubic-bezier(.83,0,.17,1)
}

    .engine-data__energy-content:not(.active) {
        opacity: 0;
        pointer-events: none
    }

.engine-data__engines {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 65vw;
    overflow-x: scroll;
    list-style: none;
    margin: 2.1875rem 0 2.5rem;
    max-width: 100vw;
    color: #000;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .engine-data__engines::after {
        content: '';
        display: block
    }

    .engine-data__engines::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0
    }

@media print,only screen and (min-width:48rem) {
    .engine-data__engines {
        grid-auto-columns: calc((100% - 3 * 1rem)/ 4);
        gap: 1rem;
        max-width: calc(100vw - 2 * 2rem);
        margin: 3.75rem 0 3.125rem
    }

        .engine-data__engines::after {
            content: none
        }
}

@media print,only screen and (min-width:62rem) {
    .engine-data__engines {
        grid-auto-columns: calc((100% - 3 * 1rem)/ 4);
        gap: 1rem
    }
}

.engine-data__engine {
    scroll-snap-align: start;
    opacity: 1;
    -webkit-transition: opacity .4s cubic-bezier(.83,0,.17,1);
    transition: opacity .4s cubic-bezier(.83,0,.17,1)
}

@media print,only screen and (min-width:48rem) {
    .engine-data__engine {
        position: relative;
        scroll-snap-align: unset
    }

        .engine-data__engine:nth-child(4n+1) {
            scroll-snap-align: start
        }

            .engine-data__engine:nth-child(4n+1)::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                height: 1px;
                width: calc(400% + 3 * 1rem);
                visibility: hidden
            }
}

@media print,only screen and (min-width:62rem) {
    .engine-data__engine:nth-child(4n+1)::before {
        width: calc(400% + 3 * 1rem)
    }
}

.engine-data__engine.active ~ .engine-data__engine {
    opacity: .3
}

@media print,only screen and (min-width:48rem) {
    .engine-data__engine.active ~ .engine-data__engine {
        opacity: 1
    }
}

.engine-data__title {
    color: #000
}

.engine-data__section {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .25rem;
    grid-template-areas: "label label" "value unit"
}

    .engine-data__section:first-child {
        margin-top: .9375rem
    }

    .engine-data__section > div {
        font-size: .75rem;
        line-height: 1rem
    }

.engine-data__label {
    grid-area: label
}

.engine-data__value {
    grid-area: value;
    font-weight: 700;
    font-size: .9375rem
}

.engine-data__unit {
    grid-area: unit
}

.engine-data__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100vw - 2 * 2rem);
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

@media print,only screen and (min-width:48rem) {
    .engine-data__dots {
        max-width: none
    }
}

.engine-data__dot {
    display: inline-block;
    width: 4.0625rem;
    padding: 0 .625rem;
    height: 2rem;
    margin: 0
}

.engine-data__dot-btn {
    width: 2.5rem;
    height: .125rem;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #adaeb2a6
}

    .engine-data__dot-btn::before {
        content: '';
        height: 2rem;
        width: 3.75rem;
        display: block;
        position: absolute;
        left: -.625rem;
        bottom: -1rem
    }

    .engine-data__dot-btn:focus, .engine-data__dot-btn:hover {
        background-color: #adaeb2a6
    }

@media print,only screen and (min-width:48rem) {
    .engine-data__dot-btn:focus, .engine-data__dot-btn:hover {
        background-color: #00a3e0
    }
}

.engine-data__dot-btn.active {
    background-color: #4cc9f9
}

    .engine-data__dot-btn.active:focus, .engine-data__dot-btn.active:hover {
        background-color: #4cc9f9
    }

@media print,only screen and (min-width:48rem) {
    .engine-data__dot-btn.active:focus, .engine-data__dot-btn.active:hover {
        background-color: #00a3e0
    }
}

.engine-data__arrows, .engine-data__arrows.js-hidden {
    display: none
}

    .engine-data__arrows .engine-data__arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 1.875rem;
        width: 1.875rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: opacity .4s cubic-bezier(.83,0,.17,1);
        transition: opacity .4s cubic-bezier(.83,0,.17,1);
        cursor: pointer
    }

        .engine-data__arrows .engine-data__arrow i {
            pointer-events: none;
            font-size: 2.0625rem
        }

    .engine-data__arrows.js-prev-disabled .prev {
        cursor: auto;
        opacity: .2
    }

    .engine-data__arrows.js-next-disabled .next {
        opacity: .2;
        cursor: auto
    }

@media print,only screen and (min-width:48rem) {
    .engine-data__arrows {
        display: block
    }

        .engine-data__arrows .engine-data__arrow.prev {
            left: -2%
        }

        .engine-data__arrows .engine-data__arrow.next {
            right: -2%
        }
}

@media (max-width:96.875rem) {
    .engine-data__arrows .engine-data__arrow.prev {
        left: 0
    }

    .engine-data__arrows .engine-data__arrow.next {
        right: 0
    }

    .engine-data__arrows .engine-data__arrow i {
        font-size: 1.5625rem
    }
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .engine-data__arrows .engine-data__arrow.prev {
        left: -1.5625rem
    }

    .engine-data__arrows .engine-data__arrow.next {
        right: -1.5625rem
    }
}

.expanderbutton__label + .expanderbutton__icon {
    padding-left: .75rem
}

.expanderbutton__btn {
    margin-top: 1.25rem
}

.expanderbutton--full .expanderbutton__btn {
    width: 100%
}

.q-flyout-button {
    background: #f5f5f5;
    color: #000;
    font-size: 1rem;
    margin: .3125rem 0;
    min-height: 3.875rem;
    padding: .5rem 0 .5rem .5rem;
    width: 100%
}

@media print,only screen and (min-width:48rem) {
    .q-flyout-button {
        font-size: .8125rem;
        margin: .25rem 0;
        min-height: 4.6875rem
    }
}

.q-flyout-button::after {
    content: "";
    font-family: icons-peugeot;
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    color: #ccc;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: right
}

.q-flyout-button .q-flyout-button-icon {
    margin: 0 .75rem 0 0
}

@media print,only screen and (min-width:48rem) {
    .q-flyout-button .q-flyout-button-icon {
        margin: 0 1rem 0 0
    }
}

.q-flyout-button .q-flyout-button-icon svg {
    display: block;
    height: 2.75rem;
    width: 2.75rem
}

@media print,only screen and (min-width:48rem) {
    .q-flyout-button .q-flyout-button-icon svg {
        height: 3.5625rem;
        width: 3.5625rem
    }
}

.q-flyout-button .q-label {
    font-weight: 700;
    line-height: 1.125rem;
    margin: 0 1rem 0 0
}

@media print,only screen and (min-width:48rem) {
    .q-flyout-button .q-label {
        line-height: .875rem
    }
}

.q-flyout-button:active, .q-flyout-button:focus, .q-flyout-button:hover {
    background: #ccc;
    color: #fff
}

    .q-flyout-button:active::after, .q-flyout-button:focus::after, .q-flyout-button:hover::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        color: inherit;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.5rem;
        text-align: right
    }

    .q-flyout-button:active .q-flyout-button-icon svg, .q-flyout-button:active .q-flyout-button-icon svg *, .q-flyout-button:focus .q-flyout-button-icon svg, .q-flyout-button:focus .q-flyout-button-icon svg *, .q-flyout-button:hover .q-flyout-button-icon svg, .q-flyout-button:hover .q-flyout-button-icon svg * {
        stroke: #fff
    }

@media print,only screen and (min-width:62rem) {
    .gridwithbackground__row-inverted .gridwithbackground__content {
        text-align: right
    }
}

.gridwithbackground__expander-close {
    right: .9375rem
}

@media print,only screen and (min-width:48rem) {
    .gridwithbackground__expander-close {
        right: 3.125rem
    }
}

.gridwithbackground--text-reversed > .gridwithbackground__container > .gridwithbackground__wrapper > .gridwithbackground__content {
    text-align: right
}

@media print,only screen and (max-width:61.9375rem) {
    .gridwithbackground--text-reversed .gridwithbackground__container--mobile-separated .gridwithbackground__content {
        text-align: right
    }
}

.gridwithbackground__wrapper {
    position: relative
}

.gridwithbackground__row, .gridwithbackground__row-inverted {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gridwithbackground__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.gridwithbackground__row-inverted {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap
}

.gridwithbackground__row .gridwithbackground__content {
    padding: 2.1875rem 2.1875rem
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .gridwithbackground__row .gridwithbackground__content {
        padding-right: 4.375rem;
        padding-left: 4.375rem
    }
}

.gridwithbackground .q-responsive-image-overlay {
    pointer-events: none
}

.gridwithbackground__content--overlay {
    position: absolute;
    top: 2.1875rem;
    width: 100%;
    z-index: 1;
    pointer-events: none
}

@media print,only screen and (min-width:48rem) {
    .gridwithbackground__content--overlay {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.gridwithbackground__content--overlay .q-button, .gridwithbackground__content--overlay .q-headline-text, .gridwithbackground__content--overlay .q-pricing {
    pointer-events: auto
}

.gridwithbackground__expander {
    color: #3b3938;
    display: none;
    position: relative
}

.gridwithbackground__expander--open {
    display: block
}

.gridwithbackground__expander-content {
    display: none
}

.gridwithbackground__expander-content--visible {
    display: block
}

.gridwithbackground__expander-close {
    background-color: #00a3e0;
    border: none;
    border-radius: 100%;
    line-height: 1;
    margin: 0;
    padding: .5rem;
    position: absolute;
    top: .9375rem;
    z-index: 5
}

@media print,only screen and (min-width:48rem) {
    .gridwithbackground__expander-close {
        top: 2.375rem
    }
}

.gridwithbackground__expander-close:focus, .gridwithbackground__expander-close:hover {
    background-color: #3b3938
}

.gridwithbackground__expander-close--fixed {
    position: fixed
}

.gridwithbackground__expander-icon {
    font-size: 1.5rem
}

@media print,only screen and (min-width:48rem) {
    .gridwithbackground__expander-icon {
        font-size: 2.125rem
    }
}

.gridwithbackground__expander .q-loader {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem
}

@media print,only screen and (min-width:48rem) {
    .gridwithbackground__expander .q-loader {
        margin-bottom: 2.5rem;
        margin-top: 2.5rem
    }
}

.gridwithbackground--text-reversed .gridwithbackground__expander .gridwithbackground__content {
    text-align: inherit
}

.gridwithbackground--light > .gridwithbackground__container > .gridwithbackground__wrapper > .gridwithbackground__content {
    color: #fff
}

.gridwithbackground__container {
    background-color: #fff
}

@media print,only screen and (max-width:61.9375rem) {
    .gridwithbackground__container--mobile-separated .gridwithbackground__content {
        position: static;
        padding: 2.1875rem 0;
        -webkit-transform: none;
        transform: none;
        color: #3b3938
    }
}

.q-headline-text.q-ht-inline .q-headline {
    margin-right: .5rem
}

.q-headline-text.q-ht-expander .q-expander-header .q-expander-header-elem {
    padding-right: 2rem
}

.q-headline-text.q-ht-expander .q-expander-header .icon {
    right: 1rem
}

@media print,only screen and (min-width:48rem) {
    .q-headline-text.q-btn-hang .flexbox-container > .row .columns + .columns:last-child {
        text-align: right
    }

    .q-headline-text.q-btn-right > .flexbox-container > .q-button-container {
        text-align: right
    }
}

.headline_text--align-reversed {
    text-align: right
}

.q-headline-text:not(.q-ht-expander)::before {
    content: '';
    display: block;
    height: 1.75rem;
    margin-top: -1.75rem
}

.q-headline-text .ht-headline-row .ht-headline > a {
    display: inline-block;
    text-decoration: none;
    width: 100%
}

    .q-headline-text .ht-headline-row .ht-headline > a:hover {
        color: #606060
    }

    .q-headline-text .ht-headline-row .ht-headline > a:focus {
        color: #000
    }

.q-headline-text .ht-headline-row .ht-headline .q-headline {
    color: inherit;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 2.5rem
}

.q-headline-text .ht-headline-row .q-subheadline {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5rem
}

.q-headline-text .ht-headline-row .q-subheadline-icon svg {
    display: block
}

    .q-headline-text .ht-headline-row .q-subheadline-icon svg * {
        fill: currentColor
    }

.q-headline-text .ht-content {
    font-size: .875rem;
    line-height: 1.25rem
}

    .q-headline-text .ht-content.q-ht-paragraph {
        margin-top: 1rem
    }

        .q-headline-text .ht-content.q-ht-paragraph ol, .q-headline-text .ht-content.q-ht-paragraph p, .q-headline-text .ht-content.q-ht-paragraph ul {
            font-size: inherit;
            line-height: 2;
        }

    .q-headline-text .ht-content .q-button {
        margin-bottom: 0
    }

.q-headline-text.font-style-1 .ht-headline-row .q-headline {
    font-size: 2.625rem;
    line-height: 1
}

.q-headline-text.font-style-1 .ht-headline-row .q-subheadline {
    font-size: 1rem;
    line-height: 1.125
}

.q-headline-text.font-style-2 .ht-headline-row .q-headline, .q-headline-text.font-style-2 .ht-headline-row .q-subheadline, .q-headline-text.font-style-3 .ht-headline-row .q-headline, .q-headline-text.font-style-3 .ht-headline-row .q-subheadline, .q-headline-text.font-style-4 .ht-headline-row .q-headline, .q-headline-text.font-style-4 .ht-headline-row .q-subheadline {
    font-size: 1.5rem;
    line-height: 1.16667
}

.q-headline-text.font-style-4 .ht-headline-row .q-subheadline {
    color: #888
}

.q-headline-text.font-style-5 .ht-headline-row .q-headline {
    font-size: 3.75rem;
    line-height: 1.06667
}

.q-headline-text.font-style-5 .ht-headline-row .q-subheadline {
    font-size: 1.5rem;
    line-height: 1
}

.q-headline-text .flexbox-container .flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-item-align: auto;
    align-self: auto;
    display: inline-block;
    max-width: 100%;
    min-height: 1rem
}

.q-headline-text .flexbox-container .ht-content.flex-item {
    min-height: 0
}

.q-headline-text.q-ht-stacked .flexbox-container.text-right .ht-headline-row .q-headline, .q-headline-text.q-ht-stacked .flexbox-container.text-right .ht-headline-row .q-subheadline {
    margin-right: .5rem
}

.q-headline-text.q-ht-stacked .flexbox-container.text-right .ht-headline-row .ht-headline {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.q-headline-text.q-ht-stacked .flexbox-container.text-right > .q-button-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.q-headline-text.q-ht-stacked .flexbox-container .ht-headline, .q-headline-text.q-ht-stacked .flexbox-container .ht-subhead, .q-headline-text.q-ht-stacked .flexbox-container > .q-button-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.q-headline-text.q-ht-stacked .flexbox-container .ht-headline-row {
    width: 100%
}

    .q-headline-text.q-ht-stacked .flexbox-container .ht-headline-row .ht-headline, .q-headline-text.q-ht-stacked .flexbox-container .ht-headline-row .ht-subhead {
        width: 100%
    }

.q-headline-text.q-ht-inline .flexbox-container .ht-headline {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.q-headline-text.q-ht-inline .flexbox-container .ht-subhead {
    -webkit-box-flex: 2;
    -ms-flex: 2 0 8.75rem;
    flex: 2 0 8.75rem
}

.q-headline-text.q-btn-right .ht-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.q-headline-text.q-btn-right .q-button-container {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.q-headline-text .q-subheadline-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.headline_text--align-center .q-headline-text.q-ht-stacked .q-subheadline-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.headline_text--align-reversed .q-headline-text.q-ht-stacked .q-subheadline-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.q-headline-text .hide-small {
    display: none
}

.q-headline-text.q-ht-expander {
    margin-left: -1.64062rem;
    margin-right: -1.64062rem
}

    .q-headline-text.q-ht-expander.q-ht-expander-margin-none {
        margin-top: 0
    }

    .q-headline-text.q-ht-expander.q-ht-expander-margin-xsmall {
        margin-top: -1.64062rem
    }

    .q-headline-text.q-ht-expander.q-ht-expander-margin-small {
        margin-top: -2.1875rem
    }

    .q-headline-text.q-ht-expander.q-ht-expander-margin-medium {
        margin-top: -1.5rem
    }

    .q-headline-text.q-ht-expander.q-ht-expander-margin-large {
        margin-top: -2.5rem
    }

    .q-headline-text.q-ht-expander .ht-headline {
        display: block
    }

    .q-headline-text.q-ht-expander .q-expander-header {
        background: #fff;
        border-bottom: 2px solid #f3f3f3;
        border-top: 4px solid transparent;
        display: block;
        padding: .5rem 1rem;
        position: relative;
        text-decoration: none
    }

        .q-headline-text.q-ht-expander .q-expander-header .q-expander-header-elem {
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.125;
            color: #000
        }

        .q-headline-text.q-ht-expander .q-expander-header .icon {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #ccc;
            font-size: 1rem
        }

        .q-headline-text.q-ht-expander .q-expander-header.open {
            border-top-color: #00a3e0;
            -webkit-box-shadow: 0 .125rem .3125rem -.3125rem;
            box-shadow: 0 .125rem .3125rem -.3125rem
        }

    .q-headline-text.q-ht-expander > .q-headline {
        background-color: #fff;
        font-size: 1.25rem;
        margin-bottom: 0;
        padding: .75rem
    }

        .q-headline-text.q-ht-expander > .q-headline a {
            text-decoration: none
        }

    .q-headline-text.q-ht-expander .q-ht-expander-content {
        background-color: #f3f3f3;
        padding: 1.5rem 0;
        position: relative
    }

        .q-headline-text.q-ht-expander .q-ht-expander-content .subheader {
            padding: .625rem 0 .9375rem 0
        }

        .q-headline-text.q-ht-expander .q-ht-expander-content .ht-content > .q-grid-container:first-child {
            margin-top: 0
        }

        .q-headline-text.q-ht-expander .q-ht-expander-content .ht-content .q-table {
            margin-left: 0;
            margin-right: 0
        }

        .q-headline-text.q-ht-expander .q-ht-expander-content .q-grid-overflow-large {
            margin-left: .25rem;
            margin-right: .25rem
        }

@media print,only screen and (min-width:48rem) {
    .q-headline-text .q-ht-expander-content > .flexbox-container > .ht-content {
        margin-top: 0
    }

        .q-headline-text .q-ht-expander-content > .flexbox-container > .ht-content .slick-list {
            margin: 0 -2.5rem
        }

    .q-headline-text .flexbox-container > .q-button-container .q-button {
        margin-top: 0
    }

        .q-headline-text .flexbox-container > .q-button-container .q-button + .q-button {
            margin-top: .5rem
        }

    .q-headline-text.font-style-1 .ht-headline-row .q-headline {
        font-size: 3.75rem;
        line-height: 1.06667
    }

    .q-headline-text.font-style-1 .ht-headline-row .q-subheadline {
        font-size: 1.125rem;
        line-height: 1.33333
    }

    .q-headline-text.font-style-2 .ht-headline-row .q-headline, .q-headline-text.font-style-2 .ht-headline-row .q-subheadline, .q-headline-text.font-style-3 .ht-headline-row .q-headline, .q-headline-text.font-style-3 .ht-headline-row .q-subheadline, .q-headline-text.font-style-4 .ht-headline-row .q-headline, .q-headline-text.font-style-4 .ht-headline-row .q-subheadline {
        font-size: 2.5rem;
        line-height: 1.125
    }

    .q-headline-text.font-style-5 .ht-headline-row .q-headline {
        font-size: 6.875rem;
        line-height: 1.03636
    }

    .q-headline-text.font-style-5 .ht-headline-row .q-subheadline {
        font-size: 2.625rem;
        line-height: 1.04762
    }

    .q-headline-text .flexbox-container .flex-item {
        -ms-flex-item-align: auto;
        align-self: auto
    }

    .q-headline-text .flexbox-container .ht-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .q-headline-text .flexbox-container > .q-button-container .q-button {
        margin-bottom: 0
    }

    .q-headline-text.q-btn-right .flexbox-container > .q-button-container .button, .q-headline-text.q-btn-right .flexbox-container > .q-button-container .q-button {
        display: inline-block
    }

    .q-headline-text.q-btn-bottom .flexbox-container > .q-button-container .q-button + .q-button {
        margin-top: 1rem
    }

    .q-headline-text.q-ht-stacked.q-btn-right .flexbox-container.text-right .ht-headline {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .q-headline-text.q-ht-stacked.q-btn-right .flexbox-container.text-right > .q-button-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .q-headline-text.q-ht-stacked.q-btn-right .flexbox-container .ht-headline, .q-headline-text.q-ht-stacked.q-btn-right .flexbox-container .ht-subhead {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block
    }

    .q-headline-text.q-ht-stacked.q-btn-bottom .flexbox-container .ht-headline, .q-headline-text.q-ht-stacked.q-btn-bottom .flexbox-container .ht-subhead {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .q-headline-text.q-btn-right > .flexbox-container > .q-button-container {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .q-headline-text.q-btn-right.q-ht-inline .flexbox-container > .q-button-container {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-bottom: 1rem
    }

    .q-headline-text.q-btn-bottom .flexbox-container .ht-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .q-headline-text.q-btn-bottom .flexbox-container > .q-button-container {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .q-headline-text.q-btn-hang .flexbox-container > .row {
        display: table;
        width: 100%
    }

        .q-headline-text.q-btn-hang .flexbox-container > .row .columns:first-child {
            min-width: 29.6875rem
        }

        .q-headline-text.q-btn-hang .flexbox-container > .row .columns + .columns:last-child {
            display: table-cell;
            float: none;
            vertical-align: bottom
        }

    .q-headline-text.q-ht-expander {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }

    .q-headline-text .hide-small {
        display: initial
    }
}

.headline_text--style-1 .q-headline-text .ht-headline-row .ht-headline .q-headline {
    font-size: 2.625rem;
    line-height: 1
}

@media print,only screen and (min-width:48rem) {
    .headline_text--style-1 .q-headline-text .ht-headline-row .ht-headline .q-headline {
        font-size: 3.75rem;
        line-height: 1.06667
    }
}

.headline_text--style-1 .q-headline-text .ht-headline-row .ht-headline .q-subheadline {
    font-size: 1rem;
    line-height: 1.125
}

@media print,only screen and (min-width:48rem) {
    .headline_text--style-1 .q-headline-text .ht-headline-row .ht-headline .q-subheadline {
        font-size: 1.125rem;
        line-height: 1.33333
    }
}

.headline_text--style-2 .q-headline-text .ht-headline-row .ht-headline .q-headline, .headline_text--style-2 .q-headline-text .ht-headline-row .ht-headline .q-subheadline, .headline_text--style-3 .q-headline-text .ht-headline-row .ht-headline .q-headline, .headline_text--style-3 .q-headline-text .ht-headline-row .ht-headline .q-subheadline, .headline_text--style-4 .q-headline-text .ht-headline-row .ht-headline .q-headline, .headline_text--style-4 .q-headline-text .ht-headline-row .ht-headline .q-subheadline {
    font-size: 1.5rem;
    line-height: 1.16667
}

@media print,only screen and (min-width:48rem) {
    .headline_text--style-2 .q-headline-text .ht-headline-row .ht-headline .q-headline, .headline_text--style-2 .q-headline-text .ht-headline-row .ht-headline .q-subheadline, .headline_text--style-3 .q-headline-text .ht-headline-row .ht-headline .q-headline, .headline_text--style-3 .q-headline-text .ht-headline-row .ht-headline .q-subheadline, .headline_text--style-4 .q-headline-text .ht-headline-row .ht-headline .q-headline, .headline_text--style-4 .q-headline-text .ht-headline-row .ht-headline .q-subheadline {
        font-size: 2.5rem;
        line-height: 1.125
    }
}

.headline_text--style-4 .q-headline-text .ht-headline-row .q-subheadline {
    color: #888
}

.headline_text--style-5 .q-headline-text .ht-headline-row .ht-headline .q-headline {
    font-size: 3.75rem;
    line-height: 1.06667
}

@media print,only screen and (min-width:48rem) {
    .headline_text--style-5 .q-headline-text .ht-headline-row .ht-headline .q-headline {
        font-size: 6.875rem;
        line-height: 1.03636
    }
}

.headline_text--style-5 .q-headline-text .ht-headline-row .ht-headline .q-subheadline {
    font-size: 1.5rem;
    line-height: 1
}

@media print,only screen and (min-width:48rem) {
    .headline_text--style-5 .q-headline-text .ht-headline-row .ht-headline .q-subheadline {
        font-size: 2.625rem;
        line-height: 1.04762
    }
}

.headline_text--align-center {
    text-align: center
}

.headline_text--light {
    color: #fff
}

.q-legal-notification .q-content-container .q-button-container {
    float: left
}

@media print,only screen and (min-width:48rem) {
    .q-legal-notification .q-content-container .q-button-container {
        float: right;
        margin-right: 1rem
    }
}

.q-legal-notification {
    background-color: #ccc;
    font-size: .875rem;
    line-height: 1.42857;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height .5s ease;
    transition: max-height .5s ease
}

    .q-legal-notification.q-minimize .q-content-container {
        visibility: hidden
    }

    .q-legal-notification.q-minimize .q-minimize-text {
        visibility: visible
    }

    .q-legal-notification.q-bye-felicia {
        display: none
    }

    .q-legal-notification .q-content-container {
        padding: 1rem 2.5rem 1rem .75rem
    }

        .q-legal-notification .q-content-container .q-content, .q-legal-notification .q-content-container .q-title {
            font-size: inherit;
            line-height: inherit;
            padding-right: 1rem
        }

            .q-legal-notification .q-content-container .q-content :not(sub):not(sup), .q-legal-notification .q-content-container .q-title :not(sub):not(sup) {
                font-size: inherit;
                line-height: inherit
            }

        .q-legal-notification .q-content-container .q-title {
            font-weight: 700
        }

        .q-legal-notification .q-content-container .q-button-container .q-button:last-child {
            margin-bottom: 0
        }

    .q-legal-notification .q-button:last-child {
        margin-bottom: 0
    }

    .q-legal-notification .q-close-button .icon {
        background-color: #fff;
        color: #000;
        font-size: 1.5rem;
        font-weight: 800;
        padding: .5rem;
        position: absolute
    }

.no-touch .q-legal-notification .q-close-button .icon:hover {
    color: #606060
}

.q-legal-notification .q-minimize-text {
    font-weight: 700;
    margin-top: 0;
    padding: .5rem .75rem;
    position: absolute;
    text-align: right;
    text-decoration: none;
    visibility: hidden;
    width: 100%
}

    .q-legal-notification .q-minimize-text .icon {
        font-size: .5rem;
        padding-left: .3125rem
    }

.no-touch .q-legal-notification:hover .q-minimize-text {
    color: #606060
}

@media print,only screen and (min-width:48rem) {
    .q-legal-notification .q-content-container {
        padding: 1rem 2.5rem 1.5rem
    }

        .q-legal-notification .q-content-container .q-button-container .q-button {
            margin-top: 0
        }

    .q-legal-notification .q-minimize-text {
        padding: .5rem 1rem
    }
}

.q-legal-text {
    padding: 0 1.75rem 0
}

    .q-legal-text a {
        text-decoration: underline
    }

    .q-legal-text p {
        font-size: .6875rem;
        line-height: 1.125rem
    }

@media print,only screen and (min-width:48rem) {
    .q-legal-text {
        padding: 0 2.5rem 0
    }
}

.q-link-list a {
    text-decoration: none
}

.q-link-list .q-links .q-button.link:not(:first-of-type) {
    margin-top: .5rem
}

.q-link-list .q-links .q-button.link:not(:last-of-type) {
    margin-bottom: .5rem
}

.q-link-list .q-header {
    border-bottom: 1px solid #000;
    padding-bottom: .0625rem
}

    .q-link-list .q-header:empty {
        border-top: 1.25rem solid transparent
    }

    .q-link-list .q-header:not(.q-separator):empty {
        border: 0;
        margin: 0;
        padding: 0
    }

    .q-link-list .q-header:not(.q-separator) {
        border-bottom: 1px solid transparent;
        margin: 0;
        padding: 0
    }

.q-pcui {
    margin: 0 auto;
    padding: 10px;
    width: 90%
}

    .q-pcui .pcui-form {
        padding: 10px
    }

    .q-pcui .pcui-features {
        padding: 10px
    }

        .q-pcui .pcui-features .pcui-checkmark {
            background: #000;
            border-radius: 50%;
            display: inline-block;
            height: 22px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 22px
        }

            .q-pcui .pcui-features .pcui-checkmark::before {
                background-color: #fff;
                content: '';
                height: 9px;
                left: 11px;
                position: absolute;
                top: 6px;
                width: 3px
            }

            .q-pcui .pcui-features .pcui-checkmark::after {
                background-color: #fff;
                content: '';
                height: 3px;
                left: 8px;
                position: absolute;
                top: 12px;
                width: 3px
            }

        .q-pcui .pcui-features .pcui-selected-options {
            padding: 10px
        }

        .q-pcui .pcui-features .table {
            margin: auto
        }

.q-price-disclaimer {
    font-size: .6875rem;
    line-height: 1.636;
    padding: .5625rem 1.75rem 0
}

    .q-price-disclaimer .q-price-disclaimer-title {
        text-decoration: underline
    }

    .q-price-disclaimer .q-disclaimer-list {
        font-size: inherit;
        line-height: 1.636;
        list-style-type: none;
        margin-left: 0;
        margin-top: .5625rem
    }

        .q-price-disclaimer .q-disclaimer-list li, .q-price-disclaimer .q-disclaimer-list p {
            font-size: .6875rem;
            line-height: 1.636
        }

    .q-price-disclaimer .q-disclaimer-ref {
        float: left;
        width: 2rem
    }

    .q-price-disclaimer .q-disclaimer-text {
        margin-left: 2rem
    }

@media print,only screen and (min-width:48rem) {
    .q-price-disclaimer {
        padding: .625rem 2.5rem 0
    }
}

.q-pricing-modal .close-reveal-modal {
    right: .9375rem
}

@media print,only screen and (min-width:48rem) {
    .q-pricing-modal .close-reveal-modal {
        right: 2.5rem
    }
}

.pricing--align-reversed .q-pricing-content, .pricing--align-reversed .q-pricing-line, .pricing--align-reversed .q-pricing-title {
    text-align: right
}

.q-pricing {
    margin: 0 auto
}

    .q-pricing .q-pricing-title {
        text-transform: uppercase;
        font-size: 1.5625rem;
        line-height: 2.1875rem;
        margin-bottom: 1.25rem
    }

    .q-pricing .q-tooltip {
        font-size: initial;
        font-weight: 400
    }

        .q-pricing .q-tooltip .q-tooltip-icon {
            vertical-align: baseline
        }

            .q-pricing .q-tooltip .q-tooltip-icon:before {
                font-size: 135%;
                -webkit-transition: color .3s ease-in-out;
                transition: color .3s ease-in-out
            }

            .q-pricing .q-tooltip .q-tooltip-icon:hover {
                color: #00a3e0
            }

.q-pricing-modal {
    padding: 3.125rem .9375rem 2.5rem;
    max-width: 56.25rem;
    max-height: 90vh;
    margin: 0 auto
}

    .q-pricing-modal .close-reveal-modal {
        top: .9375rem
    }

        .q-pricing-modal .close-reveal-modal .icon:before {
            font-size: 1.875rem;
            font-weight: 400;
            color: #000
        }

    .q-pricing-modal a {
        text-decoration: none
    }

@media print,only screen and (min-width:48rem) {
    .q-pricing-modal {
        padding: 6.25rem 2.5rem 2.5rem
    }

        .q-pricing-modal .close-reveal-modal {
            top: 2.5rem
        }

            .q-pricing-modal .close-reveal-modal .icon:before {
                font-size: 2.375rem
            }
}

.q-pricing.q-pricing--standard-price .q-pricing-line--cash-price + .q-pricing-line--monthly-price {
    margin-top: 1.25rem
}

.q-pricing.q-pricing--total-cash-price .q-pricing-line--cash-price + .q-pricing-line--offer-price {
    margin-top: 1.25rem
}

.pricing--light .q-pricing-content, .pricing--light .q-pricing-line, .pricing--light .q-pricing-title {
    color: #fff
}

.pricing--light .q-tooltip {
    color: #fff
}

.pricing--align-center .q-pricing-content, .pricing--align-center .q-pricing-line, .pricing--align-center .q-pricing-title {
    text-align: center
}

.q-related-articles {
    -webkit-box-shadow: 0 1.25rem 1.25rem -.625rem #555;
    box-shadow: 0 1.25rem 1.25rem -.625rem #555;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    position: relative;
    z-index: 5
}

    .q-related-articles .q-multimedia-scroller .slider-pagination {
        top: 0
    }

    .q-related-articles .q-slider {
        background-color: #f9f9f9;
        padding: .375rem 2.5rem 0 2.5rem
    }

        .q-related-articles .q-slider .ui-control {
            border: 0;
            height: 100%;
            margin: 0;
            top: 0
        }

            .q-related-articles .q-slider .ui-control .icon {
                line-height: inherit
            }

        .q-related-articles .q-slider .q-slider-item {
            padding: 0 .5rem
        }

            .q-related-articles .q-slider .q-slider-item .q-article {
                border-bottom: 4px solid transparent;
                display: block;
                padding-bottom: .25rem;
                text-decoration: none
            }

                .q-related-articles .q-slider .q-slider-item .q-article:after, .q-related-articles .q-slider .q-slider-item .q-article:before {
                    content: " ";
                    display: table
                }

                .q-related-articles .q-slider .q-slider-item .q-article:after {
                    clear: both
                }

                .q-related-articles .q-slider .q-slider-item .q-article.active, .q-related-articles .q-slider .q-slider-item .q-article:hover {
                    border-bottom: 4px solid #00a3e0
                }

        .q-related-articles .q-slider .slider-pagination {
            height: 1rem
        }

            .q-related-articles .q-slider .slider-pagination button {
                padding: .1875rem
            }

            .q-related-articles .q-slider .slider-pagination li {
                margin-top: .125rem
            }

    .q-related-articles .q-article .q-image {
        float: left;
        height: 2.8125rem;
        margin-right: .375rem;
        width: 5.625rem
    }

    .q-related-articles .q-article .q-text {
        display: table-cell;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: .875rem;
        height: 2.8125rem;
        line-height: 1;
        vertical-align: middle
    }

@media print,only screen and (min-width:48rem) {
    .q-related-articles .q-article .q-text {
        font-size: 1rem
    }
}

@media print,only screen and (min-width:62rem) {
    .q-related-articles .q-slider {
        padding-top: 1rem
    }

        .q-related-articles .q-slider .q-slider-item .q-article {
            padding-bottom: .375rem
        }
}

.q-separator hr {
    background: #d8d8d8;
    border: 0 solid #d8d8d8;
    height: .125rem;
    margin: 3rem 1.5rem 3rem
}

@media print,only screen and (min-width:48rem) {
    .q-separator hr {
        margin: 3rem 2.5rem 3rem
    }
}

@media print,only screen and (min-width:62rem) {
    .q-separator hr {
        margin: 1.5rem 2.5rem 1.5rem
    }
}

body .q-skip-to-content.primary {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    margin: 0;
    z-index: 9999
}

    body .q-skip-to-content.primary:focus {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        background-color: #00a3e0
    }

.q-sticky-bottom-bar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.q-sticky-bottom-bar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.q-sticky-bottom-bar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-decoration: none
}

.sticky_navigation.aem-GridColumn {
    padding: 0
}

.q-sticky-navigation {
    background: 0 0
}

.q-sticky-navigation-desktop {
    height: 5.25rem;
    line-height: 5.25rem;
    display: none
}

@media print,only screen and (min-width:48rem) {
    .q-sticky-navigation-desktop {
        display: block
    }
}

.q-sticky-navigation-mobile {
    height: 4.125rem;
    line-height: 4.125rem;
    display: none
}

@media only screen and (max-width:47.9375rem) {
    .q-sticky-navigation-mobile {
        display: block
    }
}

.q-sticky-navigation .q-headline-text {
    color: inherit
}

    .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-sticky-navigation .q-headline-text .q-title, .q-sticky-navigation .q-headline-text .h1, .q-sticky-navigation .q-headline-text .h2, .q-sticky-navigation .q-headline-text .h3, .q-sticky-navigation .q-headline-text .h4, .q-sticky-navigation .q-headline-text .h5, .q-sticky-navigation .q-headline-text .h6, .q-sticky-navigation .q-headline-text .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, .q-sticky-navigation .q-headline-text h1, .q-sticky-navigation .q-headline-text h2, .q-sticky-navigation .q-headline-text h3, .q-sticky-navigation .q-headline-text h4, .q-sticky-navigation .q-headline-text h5, .q-sticky-navigation .q-headline-text h6 {
        color: inherit
    }

.q-table {
    margin-left: -1.64062rem;
    margin-right: -1.64062rem;
    overflow-x: auto
}

    .q-table .pinned {
        overflow: hidden
    }

    .q-table table {
        margin-bottom: 0;
        table-layout: fixed;
        width: 100%
    }

        .q-table table th {
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-weight: 400;
            padding-bottom: .5rem
        }

            .q-table table th.q-table-label {
                /*font-family: 'Noto Kufi Arabic', sans-serif;*/
                font-size: 1.125rem;
                font-weight: 700;
                line-height: 1.3125rem
            }

            .q-table table th p {
                font-weight: inherit
            }

        .q-table table td {
            font-weight: 700;
            padding: .5625rem .75rem
        }

            .q-table table td.q-table-label {
                font-weight: 400
            }

            .q-table table td:not(:last-child) {
                border-right: .25rem solid #fff
            }

            .q-table table td p {
                font-weight: inherit
            }

        .q-table table td, .q-table table th {
            color: #000;
            font-size: .875rem;
            line-height: 1.125rem
        }

            .q-table table td p, .q-table table th p {
                color: inherit;
                font-size: inherit;
                line-height: inherit
            }

    .q-table .q-header-addition {
        border-bottom: 3px solid #00a3e0;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.3125rem;
        padding: 1rem .75rem;
        width: 100%
    }

@media only screen and (max-width:47.9375rem) {
    .q-table table td, .q-table table th {
        width: 120px
    }
}

@media only screen and (max-width:47.9375rem) {
    .table-wrapper {
        overflow: hidden;
        position: relative
    }

        .table-wrapper .scrollable {
            overflow: scroll;
            overflow-y: hidden
        }

            .table-wrapper .scrollable table {
                margin-left: 35%
            }

    .hidden-table-wrapper {
        overflow: hidden;
        position: relative
    }

        .hidden-table-wrapper .scrollable {
            overflow: scroll;
            overflow-y: hidden
        }

    .pinned {
        background: #fff;
        left: 0;
        overflow: hidden;
        overflow-x: scroll;
        position: absolute;
        top: 0;
        width: 35%
    }

        .pinned table {
            border-left: 0;
            border-right: 0
        }

            .pinned table .q-table-label {
                width: 100%
            }
}

@media print,only screen and (min-width:48rem) {
    .q-table table th {
        padding-bottom: 1rem
    }

    .q-table .q-header-addition {
        padding-bottom: 1rem
    }
}

.q-target-group-selector {
    margin: 1rem 0;
    position: relative;
    width: 100%
}

    .q-target-group-selector .dropdown, .q-target-group-selector .q-dropdown {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: 1.125rem;
        font-weight: 800;
        line-height: 1.1667;
        padding: .875rem 1rem;
        width: 100%
    }

        .q-target-group-selector .dropdown .q-label, .q-target-group-selector .q-dropdown .q-label {
            white-space: pre-line
        }

        .q-target-group-selector .dropdown::after, .q-target-group-selector .q-dropdown::after {
            right: 2.125rem;
            top: 1.3125rem
        }

        .q-target-group-selector .dropdown.disabled, .q-target-group-selector .q-dropdown.disabled {
            opacity: .4;
            pointer-events: none
        }

        .q-target-group-selector .dropdown.open, .q-target-group-selector .q-dropdown.open {
            background: #fff;
            border-bottom: 1px solid #fff;
            -webkit-box-shadow: .25rem .25rem .1875rem 0 rgba(0,0,0,.19);
            box-shadow: .25rem .25rem .1875rem 0 rgba(0,0,0,.19)
        }

            .q-target-group-selector .dropdown.open .q-label, .q-target-group-selector .q-dropdown.open .q-label {
                color: #888
            }

    .q-target-group-selector .f-dropdown {
        border: 1px solid #ccc;
        border-top: 0;
        margin-top: -1px;
        max-width: none;
        opacity: 1;
        width: 100% !important;
        z-index: 51
    }

        .q-target-group-selector .f-dropdown .q-tooltip-text, .q-target-group-selector .f-dropdown .q-tooltip-text p {
            color: #888;
            font-size: .875rem;
            line-height: 1.3125rem
        }

            .q-target-group-selector .f-dropdown .q-tooltip-text:not(:empty) {
                border-top: 1px solid #888;
                margin: 0 1rem;
                padding-top: .25rem
            }

        .q-target-group-selector .f-dropdown .q-dropdown-item .tab-item {
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-size: 1.125rem;
            font-weight: 800;
            line-height: 1.1667;
            padding: 1rem 0
        }

@media only screen and (max-width:47.9375rem) {
    .q-target-group-selector .f-dropdown {
        left: 0 !important
    }
}

.q-tooltip .q-tooltip-content {
    left: -1.875rem;
    text-align: right
}

.q-tooltip.js-left .q-tooltip-content {
    left: auto;
    right: -.625rem
}

.q-tooltip:after, .q-tooltip:before {
    left: 50%
}

.q-tooltip {
    display: inline-block;
    position: relative;
    text-decoration: none
}

    .q-tooltip .q-tooltip-icon {
        vertical-align: middle
    }

        .q-tooltip .q-tooltip-icon::before {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit
        }

        .q-tooltip .q-tooltip-icon:before {
            font-size: 150%;
            line-height: 0
        }

    .q-tooltip .q-tooltip-content {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: calc(100% + 8px);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .q-tooltip.js-top .q-tooltip-content {
        top: auto;
        bottom: calc(100% + 10px)
    }

    .q-tooltip.js-center .q-tooltip-content {
        max-width: 100vw;
        width: 100vw
    }

.q-tooltip-content {
    pointer-events: none;
    background-color: #fff;
    padding: 1.125rem 1rem;
    border: 1px solid #000;
    z-index: 99;
    max-width: 18.75rem;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.q-tooltip-arrow {
    position: fixed;
    z-index: 100;
    pointer-events: none
}

    .q-tooltip-arrow:after, .q-tooltip-arrow:before {
        content: '';
        position: absolute;
        border: .5rem solid transparent;
        border-top-width: 0
    }

    .q-tooltip-arrow:before {
        border-bottom-color: #000;
        bottom: 100%
    }

    .q-tooltip-arrow:after {
        border-bottom: .5625rem solid #fff;
        bottom: -.125rem
    }

    .q-tooltip-arrow.js-reversed {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

.trim_feature {
    font-size: .75rem;
    line-height: 1.25rem;
    color: #787b80
}

    .trim_feature ul {
        margin-top: 1.25rem;
        margin-bottom: 1.5rem
    }

@media print,only screen and (min-width:48rem) {
    .trim_feature ul {
        margin-bottom: 1.875rem
    }
}

.trim_feature p, .trim_feature ul {
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.gridwithbackground--light .trim_feature, .tabbed_scroller--light .trim_feature, .trim_feature--light {
    color: #fff
}

@media print,only screen and (max-width:61.9375rem) {
    .gridwithbackground__container--mobile-separated .trim_feature, .tabbed_scroller--mobile-separated .trim_feature {
        color: #fff
    }
}

.q-vertical-text {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flyout-content .q-vertical-text {
    pointer-events: none
}

.q-vertical-text.q-vt-left-mobile {
    left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.q-vertical-text.q-vt-right-mobile {
    right: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media print,only screen and (min-width:48rem) {
    .q-vertical-text.q-vt-left {
        left: 0;
        right: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .q-vertical-text.q-vt-right {
        right: 0;
        left: auto;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .q-vertical-text.q-vt-bottom {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.q-vertical-text-editArea {
    position: relative;
    z-index: 2;
    color: #fff;
    background: rgba(0,0,0,.5)
}

.q-vertical-text-container, .section.vertical_text {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    width: 5.625rem;
    background: rgba(0,0,0,.5)
}

@media print,only screen and (min-width:48rem) {
    .q-vertical-text-container, .section.vertical_text {
        width: 11.25rem
    }
}

.q-vt-text {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: scale(-1);
    transform: scale(-1);
    text-transform: uppercase;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 1.25rem;
    padding: 1.09375rem 2.1875rem;
    margin: 0;
    font-weight: 700;
    text-align: right
}

.nav-flyout .flyout-content .q-vt-text {
    padding: 2.5rem;
    font-size: 1.5625rem;
    line-height: 1.5625rem;
    pointer-events: all
}

.q-vt-dark .q-vt-text {
    color: #000
}

@media only screen and (min-width:74rem) {
    .q-vt-text {
        font-size: 2.5rem;
        padding: 4.375rem
    }
}

.q-vt-overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none
}

.q-article-footer hr {
    margin-bottom: 0
}

.q-article-footer .q-tags-container {
    font-size: .875rem;
    line-height: 1.42857;
    margin-top: 1.25rem
}

    .q-article-footer .q-tags-container .q-tags-label {
        font-weight: 700
    }

    .q-article-footer .q-tags-container .q-tag {
        font-size: .875rem;
        text-transform: uppercase
    }

.q-article-footer .q-button-container {
    margin-top: 1.1875rem
}

    .q-article-footer .q-button-container .q-button {
        margin-top: 0
    }

@media print,only screen and (min-width:48rem) {
    .q-article-footer .q-button-container {
        margin-top: .5rem
    }

        .q-article-footer .q-button-container .q-button {
            float: right
        }
}

.q-back-to-top-button {
    background-color: rgba(121,121,121,.95);
    bottom: 4rem;
    -webkit-box-shadow: .375rem .625rem .75rem 0 rgba(0,0,0,.2);
    box-shadow: .375rem .625rem .75rem 0 rgba(0,0,0,.2);
    display: none;
    height: 3rem;
    left: auto;
    line-height: 2.25rem;
    position: fixed;
    right: .5rem;
    text-align: center;
    text-decoration: none;
    width: 3rem;
    z-index: 120
}

    .q-back-to-top-button, .q-back-to-top-button:active, .q-back-to-top-button:focus, .q-back-to-top-button:hover {
        color: #fff
    }

.no-touch .q-back-to-top-button:hover {
    color: #606060
}

.q-back-to-top-button .icon {
    font-size: 1.5rem;
    line-height: 1.9
}

    .q-back-to-top-button .icon::before {
        vertical-align: middle
    }

.q-back-to-top-button--velaro-chat {
    bottom: 3.75em
}

@media print,only screen and (min-width:48rem) {
    .q-back-to-top-button {
        bottom: 5.5rem
    }
}

@media print,only screen and (min-width:62rem) {
    .q-back-to-top-button {
        bottom: 4.125rem
    }
}

@media only screen and (min-width:128.25rem) {
    .q-back-to-top-button {
        left: 60.5rem;
        margin-left: 50%
    }
}

@media print {
    .q-back-to-top-button {
        display: none !important
    }
}

.q-nav-breadcrumb {
    background: #fff
}

    .q-nav-breadcrumb .q-breadcrumb__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        list-style: none;
        z-index: 10
    }

    .q-nav-breadcrumb .q-breadcrumb__item {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: .75rem;
        line-height: 1.25rem;
        color: #787b80
    }

    .q-nav-breadcrumb .q-breadcrumb__item-link {
        color: inherit
    }

        .q-nav-breadcrumb .q-breadcrumb__item-link:focus, .q-nav-breadcrumb .q-breadcrumb__item-link:hover {
            color: #00a3e0
        }

    .q-nav-breadcrumb .q-breadcrumb__item--active .q-breadcrumb__item-label {
        font-weight: 700
    }

    .q-nav-breadcrumb .q-breadcrumb__item + .q-breadcrumb__item::before {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        margin: 0 .375rem
    }

.q-nav-primary--overlapping + .q-nav-breadcrumb {
    position: absolute;
    top: 9rem;
    z-index: 10;
    width: 100%;
    background: 0 0
}

    .q-nav-primary--overlapping + .q-nav-breadcrumb .q-breadcrumb__item {
        color: #fff
    }

@media print,only screen and (min-width:48rem) {
    .q-carline-family {
        margin: 0 1rem 1.5rem 0
    }

        .q-carline-family.last-row-item {
            margin-right: 0 !important
        }

        .q-carline-family .q-wrap .gm-filter-item ~ .gm-filter-item {
            margin-left: 1rem
        }

        .q-carline-family .q-wrap .q-bodystyle-container .q-bodystyle-link .q-offer-icon {
            left: .5rem
        }

        .q-carline-family .q-wrap .q-bodystyle-container:first-child {
            border-left: 0
        }

        .q-carline-family .q-wrap .q-bodystyle-container:last-child {
            border-right: 0
        }

        .q-carline-family.large-tile .q-header {
            padding-left: 1rem
        }

        .q-carline-family.large-tile .q-wrap .q-bodystyle-container .q-bodystyle-link .q-offer-icon {
            left: 1rem
        }
}

@media print,only screen and (min-width:48rem) {
    .q-carline-family {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        background-color: #fff;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        float: none;
        font-family: Peugeot,sans-serif
    }

        .q-carline-family a {
            border-bottom: 4px solid transparent;
            display: block;
            text-decoration: none
        }

            .q-carline-family a:hover {
                border-bottom: 4px solid #00a3e0
            }

            .q-carline-family a .q-carline {
                text-transform: uppercase
            }

        .q-carline-family .q-header {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            font-size: .875rem;
            font-weight: 700;
            line-height: 1.2857;
            padding: .5rem;
            text-transform: uppercase
        }

            .q-carline-family .q-header .q-label {
                display: inline-block
            }

        .q-carline-family .q-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            margin: 0
        }

            .q-carline-family .q-wrap .q-bodystyle-container {
                border-left: 1px solid transparent;
                border-right: 1px solid transparent;
                -webkit-box-sizing: content-box;
                box-sizing: content-box;
                display: inline-block;
                list-style-type: none;
                margin: 0;
                width: 9rem
            }

                .q-carline-family .q-wrap .q-bodystyle-container .q-bodystyle-link {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    height: 100%;
                    padding: 0 .5rem 1rem;
                    position: relative
                }

                .q-carline-family .q-wrap .q-bodystyle-container .q-image-container {
                    margin-bottom: .5rem;
                    min-height: 1px;
                    text-align: center
                }

                .q-carline-family .q-wrap .q-bodystyle-container .q-label-container {
                    color: #999;
                    -webkit-box-flex: 1;
                    -ms-flex: 1 0 auto;
                    flex: 1 0 auto;
                    font-size: .75rem
                }

                    .q-carline-family .q-wrap .q-bodystyle-container .q-label-container .q-label {
                        color: #000;
                        font-size: .875rem;
                        font-weight: 700;
                        line-height: 1.2857;
                        text-transform: uppercase
                    }

        .q-carline-family.large-tile .q-wrap .q-bodystyle-container {
            font-size: .875rem;
            font-weight: 700;
            width: 18.875rem
        }

            .q-carline-family.large-tile .q-wrap .q-bodystyle-container .q-bodystyle-link {
                height: 100%;
                padding: 0 1rem .75rem
            }

            .q-carline-family.large-tile .q-wrap .q-bodystyle-container .q-label {
                color: #000;
                font-size: 1rem;
                line-height: 1.125
            }

            .q-carline-family.large-tile .q-wrap .q-bodystyle-container .q-price-container {
                font-size: .75rem
            }

        .q-carline-family .q-price-container {
            font-size: .75rem;
            font-weight: 400;
            line-height: 1.5;
            margin-top: 0
        }

            .q-carline-family .q-price-container .q-price, .q-carline-family .q-price-container .q-price-net {
                padding-bottom: 0
            }

                .q-carline-family .q-price-container .q-price .q-value .q-tax-label, .q-carline-family .q-price-container .q-price-net .q-value .q-tax-label {
                    font-size: .5rem;
                    line-height: 2.25
                }
}

.q-footer-links .q-links-list li {
    margin-left: 0
}

    .q-footer-links .q-links-list li:first-child {
        margin-right: .25rem
    }

@media only screen and (max-width:47.9375rem) {
    .q-footer-links .q-links-list > li {
        padding: 0 1.5rem 0 0
    }

        .q-footer-links .q-links-list > li::after {
            right: .5625rem
        }

        .q-footer-links .q-links-list > li:first-child, .q-footer-links .q-links-list > li:last-child {
            padding-right: .5rem
        }
}

@media print,only screen and (min-width:48rem) {
    .q-footer-links .q-links-list > li {
        padding: 0 .5rem 0 .875rem
    }

        .q-footer-links .q-links-list > li::before {
            left: .0625rem
        }

        .q-footer-links .q-links-list > li:first-child, .q-footer-links .q-links-list > li:nth-child(2) {
            padding-left: 0
        }

    .q-footer-links .q-footer-logo-container {
        float: left
    }
}

.q-footer-links {
    border-top: 1px solid rgba(255,255,255,.2);
    display: table;
    padding: 1.5rem 1.75rem
}

    .q-footer-links .q-links-list {
        display: table-header-group
    }

        .q-footer-links .q-links-list li {
            font-size: .75rem;
            line-height: 1.5rem;
            position: relative
        }

            .q-footer-links .q-links-list li.q-selected {
                color: #606060
            }

            .q-footer-links .q-links-list li > * {
                display: inline
            }

        .q-footer-links .q-links-list.inline-list {
            margin: 0
        }

    .q-footer-links .q-footer-logo-container {
        display: table-footer-group;
        line-height: 0;
        margin-top: 1rem
    }

        .q-footer-links .q-footer-logo-container .q-footer-logo {
            max-height: 1.625rem
        }

@media only screen and (max-width:47.9375rem) {
    .q-footer-links .q-links-list > li::after {
        color: #00a3e0;
        content: "|";
        display: inline-block;
        font-size: .875rem;
        padding: 0 0;
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
        position: absolute;
        top: 0
    }

    .q-footer-links .q-links-list > li:first-child::after, .q-footer-links .q-links-list > li:last-child::after {
        content: ''
    }

    .q-footer-links .q-footer-logo-container .q-footer-logo {
        margin-top: 1rem
    }
}

@media print,only screen and (min-width:48rem) {
    .q-footer-links {
        display: block;
        padding: 1.5rem 2.5rem
    }

        .q-footer-links .q-flex-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .q-footer-links .q-flex-container .q-language-selector-container {
                -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                flex: 0 1 auto
            }

            .q-footer-links .q-flex-container .q-footer-links-container {
                -webkit-box-flex: 1;
                -ms-flex: 1 0 .0001px;
                flex: 1 0 .0001px
            }

        .q-footer-links .q-links-list {
            display: block;
            position: relative
        }

            .q-footer-links .q-links-list > li::before {
                color: #00a3e0;
                content: "|";
                display: inline-block;
                font-size: .875rem;
                padding: 0 0;
                -webkit-transform: rotate(12deg);
                transform: rotate(12deg);
                position: absolute;
                top: 0
            }

            .q-footer-links .q-links-list > li:first-child::before, .q-footer-links .q-links-list > li:nth-child(2)::before {
                content: ''
            }

        .q-footer-links .q-footer-logo-container {
            display: block
        }
}

@media print {
    .q-footer-links {
        display: none !important
    }
}

.q-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
    background-color: transparent;
    text-align: center;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

@media print,only screen and (max-width:61.9375rem) {
    .q-hamburger {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.q-hamburger:focus, .q-hamburger:hover {
    background-color: transparent
}

.q-hamburger__box {
    position: relative;
    display: inline-block;
    width: 1.75rem;
    height: .9375rem
}

.q-hamburger__inner {
    top: 50%;
    display: block;
    margin-top: -.03125rem
}

    .q-hamburger__inner::before {
        top: -.4375rem
    }

    .q-hamburger__inner::after {
        bottom: -.4375rem
    }

    .q-hamburger__inner::after, .q-hamburger__inner::before {
        content: '';
        display: block
    }

    .q-hamburger__inner, .q-hamburger__inner::after, .q-hamburger__inner::before {
        position: absolute;
        width: 1.75rem;
        height: .0625rem;
        border-radius: 0;
        background-color: #3b3938;
        -webkit-transition: background-color .3s ease,-webkit-transform .15s ease;
        transition: background-color .3s ease,-webkit-transform .15s ease;
        transition: transform .15s ease,background-color .3s ease;
        transition: transform .15s ease,background-color .3s ease,-webkit-transform .15s ease
    }

.hamburger-menu--opened .q-hamburger__inner, .hamburger-menu--opened .q-hamburger__inner::after, .hamburger-menu--opened .q-hamburger__inner::before, .menu-open .q-hamburger__inner, .menu-open .q-hamburger__inner::after, .menu-open .q-hamburger__inner::before {
    background-color: #00a3e0
}

.q-hamburger__label {
    display: inline-block;
    padding-top: .875rem;
    font-size: .6875rem;
    line-height: 1;
    color: #3b3938;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.hamburger-menu--opened .q-hamburger__label {
    opacity: 0
}

.q-hamburger--squeeze .q-hamburger__inner {
    -webkit-transition: background-color .3s ease,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: background-color .3s ease,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
    transition: transform 75ms cubic-bezier(.55,.055,.675,.19),background-color .3s ease;
    transition: transform 75ms cubic-bezier(.55,.055,.675,.19),background-color .3s ease,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19)
}

    .q-hamburger--squeeze .q-hamburger__inner::before {
        -webkit-transition: top 75ms ease .12s,opacity 75ms ease,background-color .3s ease;
        transition: top 75ms ease .12s,opacity 75ms ease,background-color .3s ease
    }

    .q-hamburger--squeeze .q-hamburger__inner::after {
        -webkit-transition: bottom 75ms ease .12s,background-color .3s ease,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
        transition: bottom 75ms ease .12s,background-color .3s ease,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
        transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19),background-color .3s ease;
        transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19),background-color .3s ease,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19)
    }

.hamburger-menu--opened .q-hamburger--squeeze .q-hamburger__inner, .menu-open .q-hamburger--squeeze .q-hamburger__inner {
    -webkit-transition: background-color .3s ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: background-color .3s ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transition: transform 75ms cubic-bezier(.215,.61,.355,1) .12s,background-color .3s ease;
    transition: transform 75ms cubic-bezier(.215,.61,.355,1) .12s,background-color .3s ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

    .hamburger-menu--opened .q-hamburger--squeeze .q-hamburger__inner::before, .menu-open .q-hamburger--squeeze .q-hamburger__inner::before {
        opacity: 0;
        top: 0;
        -webkit-transition: top 75ms ease,opacity 75ms ease .12s,background-color .3s ease;
        transition: top 75ms ease,opacity 75ms ease .12s,background-color .3s ease
    }

    .hamburger-menu--opened .q-hamburger--squeeze .q-hamburger__inner::after, .menu-open .q-hamburger--squeeze .q-hamburger__inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: bottom 75ms ease,background-color .3s ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
        transition: bottom 75ms ease,background-color .3s ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
        transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s,background-color .3s ease;
        transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s,background-color .3s ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s
    }

.q-language-selector .f-dropdown {
    left: 0 !important
}

.q-language-selector .q-dropdown::after {
    margin-left: .75rem
}

.q-language-selector .q-dropdown .q-content {
    margin-right: 1rem;
    padding-right: .75rem
}

.q-language-selector--dropdown {
    margin-right: .75rem
}

@media print,only screen and (min-width:48rem) {
    .q-language-selector--dropdown {
        margin-right: 1rem
    }

    .q-language-selector .q-dropdown::after {
        margin-left: .5rem
    }

    .q-language-selector .f-dropdown .q-dropdown-item .q-language-link {
        margin-left: .5rem;
        margin-right: .5rem
    }
}

.q-language-selector__item + .q-language-selector__item {
    padding-left: 1.25rem
}

.q-language-selector .f-dropdown .q-dropdown-item .q-language, .q-language-selector .q-dropdown .q-content {
    font-size: .75rem;
    font-weight: 400
}

.q-language-selector .f-dropdown, .q-language-selector .q-dropdown {
    background-color: #000 !important;
    border: 1px solid #323232;
    color: #fff;
    max-width: inherit !important;
    overflow: hidden;
    width: inherit !important
}

.q-language-selector .f-dropdown {
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    padding-bottom: .5rem;
    padding-top: .5rem
}

    .q-language-selector .f-dropdown .q-dropdown-item .q-language-link {
        margin: 0 .75rem;
        padding-bottom: .5rem;
        padding-top: .5rem
    }

    .q-language-selector .f-dropdown .q-dropdown-item.q-selected .q-language-link {
        color: #00a3e0;
        text-decoration: underline
    }

    .q-language-selector .f-dropdown .q-dropdown-item .q-language {
        line-height: .75rem;
        word-wrap: break-word
    }

    .q-language-selector .f-dropdown .q-dropdown-item:hover {
        background-color: #000
    }

        .q-language-selector .f-dropdown .q-dropdown-item:hover:not(.q-selected) {
            color: #00a3e0
        }

            .q-language-selector .f-dropdown .q-dropdown-item:hover:not(.q-selected) a:hover {
                color: inherit
            }

.q-language-selector .q-dropdown {
    line-height: .75rem;
    padding: 1rem .75rem
}

    .q-language-selector .q-dropdown.open::after, .q-language-selector .q-dropdown::after {
        color: #666
    }

    .q-language-selector .q-dropdown .q-content {
        color: #fff
    }

@media print,only screen and (min-width:48rem) {
    .q-language-selector .q-dropdown {
        padding: .5rem;
        width: auto
    }

    .q-language-selector .f-dropdown {
        padding: 0;
        width: auto
    }
}

.q-language-selector--dropdown {
    margin-bottom: 1.5rem;
    min-width: 7.5rem;
    width: 7.5rem
}

.q-language-selector__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.q-language-selector .q-language-selector__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.q-language-selector__link {
    text-decoration: none
}

.q-selected .q-language-selector__link {
    cursor: auto
}

    .q-selected .q-language-selector__link:active, .q-selected .q-language-selector__link:focus, .q-selected .q-language-selector__link:hover {
        color: #000 !important
    }

.q-nav-primary--overlapping .q-selected .q-language-selector__link:active, .q-nav-primary--overlapping .q-selected .q-language-selector__link:focus, .q-nav-primary--overlapping .q-selected .q-language-selector__link:hover {
    color: #fff !important
}

.q-language-selector__text {
    opacity: .6;
    text-align: end;
    font-size: .6875rem;
    line-height: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.q-selected .q-language-selector__text {
    opacity: 1
}

.q-language-selector-container--list {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: .8125rem 0 .625rem
}

.q-nav-anchor-dropdown .dropdown, .q-nav-anchor-dropdown .q-dropdown, .q-nav-anchor-dropdown button {
    padding-left: 0;
    padding-right: 2.125rem
}

@media only screen and (max-width:47.9375rem) {
    .q-nav-anchor-dropdown .f-dropdown {
        left: -3rem !important
    }
}

.q-nav-anchor {
    display: none;
    font-family: Peugeot,sans-serif
}

    .q-nav-anchor.sticky-child {
        z-index: 57
    }

@media print {
    .q-nav-anchor {
        display: none !important
    }
}

@media print,only screen and (min-width:62rem) {
    .q-nav-anchor {
        display: block
    }

        .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
            font-size: 1.125rem;
            line-height: 1.11112;
            padding: .9375rem 1.25rem
        }

            .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item:first-child {
                padding-left: 1rem
            }

            .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link, .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link:focus {
                border-bottom: 4px solid transparent
            }

                .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link:hover {
                    border-bottom: 4px solid #00a3e0
                }

            .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item.active {
                padding-top: .875rem
            }

                .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item.active .q-list-link {
                    border-bottom: 4px solid #00a3e0;
                    font-weight: 700
                }

            .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item::after {
                color: transparent;
                content: attr(title);
                display: block;
                font-weight: 700;
                height: .0625rem;
                margin-bottom: -.0625rem;
                overflow: hidden;
                visibility: hidden
            }
}

.q-nav-anchor-dropdown {
    display: inline-block
}

    .q-nav-anchor-dropdown .dropdown, .q-nav-anchor-dropdown .q-dropdown, .q-nav-anchor-dropdown button {
        border: 0;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.61111;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: initial;
        white-space: nowrap;
        z-index: 0
    }

        .q-nav-anchor-dropdown .dropdown::after, .q-nav-anchor-dropdown .q-dropdown::after, .q-nav-anchor-dropdown button::after {
            top: .875rem
        }

        .q-nav-anchor-dropdown .dropdown.open, .q-nav-anchor-dropdown .q-dropdown.open, .q-nav-anchor-dropdown button.open {
            color: #000
        }

            .q-nav-anchor-dropdown .dropdown.open::after, .q-nav-anchor-dropdown .q-dropdown.open::after, .q-nav-anchor-dropdown button.open::after {
                color: #000
            }

        .q-nav-anchor-dropdown .dropdown span, .q-nav-anchor-dropdown .q-dropdown span, .q-nav-anchor-dropdown button span {
            padding: 0
        }

            .q-nav-anchor-dropdown .dropdown span::after, .q-nav-anchor-dropdown .q-dropdown span::after, .q-nav-anchor-dropdown button span::after {
                top: 0
            }

    .q-nav-anchor-dropdown .f-dropdown {
        text-align: center;
        width: 100vw !important
    }

        .q-nav-anchor-dropdown .f-dropdown li {
            font-size: 1.125rem
        }

            .q-nav-anchor-dropdown .f-dropdown li.active {
                background-color: #00a3e0;
                color: #000
            }

            .q-nav-anchor-dropdown .f-dropdown li a {
                font-weight: 700;
                padding: .875rem 0 !important
            }

@media only screen and (max-width:47.9375rem) {
    .q-nav-anchor-dropdown .q-dropdown {
        max-width: calc(60vw - 34px)
    }

    .q-nav-anchor-dropdown .f-dropdown {
        margin-top: 0
    }
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .q-nav-anchor-dropdown .dropdown, .q-nav-anchor-dropdown .q-dropdown, .q-nav-anchor-dropdown button {
        margin: 0;
        max-width: 60vw;
        position: relative
    }

    .q-nav-anchor-dropdown .f-dropdown {
        left: 50% !important;
        margin-left: -10.9375rem;
        margin-top: 3rem;
        max-width: 21.875rem !important;
        top: 0 !important
    }
}

.q-offcanvas-header {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

    .q-offcanvas-header .back > a::before {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        font-size: 1rem;
        padding-right: .5rem
    }

    .q-offcanvas-header .q-close-primary-nav {
        margin-left: auto
    }

.q-nav-offcanvas .off-canvas-list .off-canvas-list__link, .q-nav-offcanvas .off-canvas-list .utility-links__link {
    padding: 1rem 2.5rem 1rem .5rem
}

.q-nav-offcanvas .off-canvas-list li.active:not(.q-expander-item) {
    border-left: .25rem solid #00a3e0
}

    .q-nav-offcanvas .off-canvas-list li.active:not(.q-expander-item) > a {
        padding-left: .25rem
    }

.q-nav-offcanvas .off-canvas-list li.has-submenu li > a:not(.shopping-tool):not(.call-to-action)::after {
    right: .5625rem
}

.q-offcanvas-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: .0625rem solid #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    font-weight: 400;
    height: 3.125rem;
    position: fixed;
    top: 0;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    width: 100%;
    z-index: 100
}

.off-canvas-wrap .inner-wrap .q-offcanvas-header {
    padding-bottom: 0
}

.q-offcanvas-header.animate-in {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.q-offcanvas-header a {
    border-bottom: 0;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    padding: .5rem;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

    .q-offcanvas-header a .icon {
        font-size: 1.5rem
    }

    .q-offcanvas-header a.q-close-primary-nav .icon {
        font-size: 1rem
    }

    .q-offcanvas-header a:hover {
        border-bottom: 0
    }

.q-offcanvas-header .back > a {
    line-height: 1.16667
}

.q-offcanvas-header .q-close-primary-nav {
    padding: .5rem;
    text-align: center;
    width: 2.5rem
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .q-offcanvas-header {
        width: 23.4375rem
    }
}

.q-nav-offcanvas {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .q-nav-offcanvas.left-off-canvas-menu, .q-nav-offcanvas.right-off-canvas-menu {
        background-color: #f5f5f5;
        margin-top: 3.125rem;
        width: 100%
    }

    .q-nav-offcanvas .off-canvas-list .navbar-header-content {
        display: none
    }

    .q-nav-offcanvas .off-canvas-list .off-canvas-list__link, .q-nav-offcanvas .off-canvas-list .utility-links__link {
        background-color: #fff;
        border-bottom-color: #f5f5f5;
        color: #000;
        font-family: inherit;
        font-size: 1.3125rem;
        font-weight: 700;
        line-height: 1.14286;
        position: relative
    }

        .q-nav-offcanvas .off-canvas-list .off-canvas-list__link:hover, .q-nav-offcanvas .off-canvas-list .utility-links__link:hover {
            background-color: #fff
        }

    .q-nav-offcanvas .off-canvas-list li {
        font-family: Peugeot,sans-serif
    }

        .q-nav-offcanvas .off-canvas-list li.has-submenu li {
            font-size: 1.3125rem;
            font-weight: 400
        }

            .q-nav-offcanvas .off-canvas-list li.has-submenu li > a::after {
                font-size: 1rem
            }

    .q-nav-offcanvas .off-canvas-list.call-to-actions li {
        margin: 0 auto;
        max-width: 120rem;
        width: 90%
    }

        .q-nav-offcanvas .off-canvas-list.call-to-actions li .q-button.call-to-action {
            background-color: #fff !important;
            font-size: .875rem;
            line-height: 1.28;
            padding-left: 1rem !important;
            padding-right: 1rem
        }

            .q-nav-offcanvas .off-canvas-list.call-to-actions li .q-button.call-to-action .icon {
                font-size: inherit;
                line-height: inherit;
                margin-right: .5rem
            }

    .q-nav-offcanvas .off-canvas-list .left-submenu, .q-nav-offcanvas .off-canvas-list .right-submenu {
        background-color: #f5f5f5;
        bottom: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        overflow: hidden;
        padding-bottom: 100%;
        width: 100%
    }

        .q-nav-offcanvas .off-canvas-list .left-submenu .title, .q-nav-offcanvas .off-canvas-list .right-submenu .title {
            color: #000;
            line-height: 1.0833;
            padding: 1rem .5rem
        }

    .q-nav-offcanvas .off-canvas-util-nav .shopping-tools {
        border-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 2rem .25rem;
        text-align: center
    }

        .q-nav-offcanvas .off-canvas-util-nav .shopping-tools li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 50%
        }

            .q-nav-offcanvas .off-canvas-util-nav .shopping-tools li a.shopping-tool {
                display: block;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                font-size: .875rem;
                line-height: 1.14286;
                margin: 0 .25rem .5rem;
                padding: 1rem;
                text-align: center;
                background-color: #fff;
                color: #000
            }

                .q-nav-offcanvas .off-canvas-util-nav .shopping-tools li a.shopping-tool .icon {
                    display: block;
                    font-size: 2rem;
                    padding-bottom: 1rem
                }

        .q-nav-offcanvas .off-canvas-util-nav .shopping-tools.q-no-nav-primary {
            margin-top: 0
        }

    .q-nav-offcanvas .q-vehicle-selector-mobile-list .q-expander-item .q-bodystyle-link {
        border-bottom: 0
    }

        .q-nav-offcanvas .q-vehicle-selector-mobile-list .q-expander-item .q-bodystyle-link:hover {
            background-color: #fff
        }

    .q-nav-offcanvas .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-expander-menu {
        background-color: #fff
    }

        .q-nav-offcanvas .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-expander-menu .q-menu-list {
            margin: 0 1rem
        }

            .q-nav-offcanvas .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-expander-menu .q-menu-list .q-menu-list-item:first-of-type {
                margin-top: 0
            }

            .q-nav-offcanvas .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-expander-menu .q-menu-list .q-menu-list-item a {
                color: #000
            }

                .q-nav-offcanvas .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-expander-menu .q-menu-list .q-menu-list-item a:hover {
                    background-color: #fff
                }

            .q-nav-offcanvas .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-expander-menu .q-menu-list .q-menu-list-item {
                margin: 0
            }

                .q-nav-offcanvas .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-expander-menu .q-menu-list .q-menu-list-item a {
                    border-bottom: 0;
                    font-size: .8125rem;
                    font-weight: 400;
                    line-height: 1.23077;
                    padding: 1rem 0
                }

                .q-nav-offcanvas .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-expander-menu .q-menu-list .q-menu-list-item.active {
                    margin-left: -1rem;
                    padding-left: .75rem
                }

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .q-nav-offcanvas.left-off-canvas-menu, .q-nav-offcanvas.right-off-canvas-menu {
        width: 23.4375rem
    }

        .q-nav-offcanvas.left-off-canvas-menu .q-vehicle-selector, .q-nav-offcanvas.right-off-canvas-menu .q-vehicle-selector {
            display: none
        }

        .q-nav-offcanvas.left-off-canvas-menu .q-vehicle-selector-mobile-list, .q-nav-offcanvas.right-off-canvas-menu .q-vehicle-selector-mobile-list {
            display: block !important
        }
}

.q-nav-primary .logo-container {
    float: right
}

.q-nav-primary .q-nav-title {
    padding-right: 2rem
}

@media print,only screen and (min-width:62rem) {
    .q-nav-primary .top-bar {
        padding-left: 1rem
    }

    .q-nav-primary .nav-flyout .button-wrapper .btn-close {
        padding-left: 1rem !important
    }
}

.q-nav-primary {
    min-height: 3.125rem
}

    .q-nav-primary .off-canvas-wrap {
        overflow-y: auto;
        z-index: 0
    }

    .q-nav-primary .menu-scroller-control {
        position: relative;
        -webkit-transform: translate3d(17.1875rem,0,0);
        transform: translate3d(17.1875rem,0,0);
        -webkit-transition: -webkit-transform 250ms ease;
        transition: -webkit-transform 250ms ease;
        transition: transform 250ms ease;
        transition: transform 250ms ease,-webkit-transform 250ms ease
    }

    .q-nav-primary .menu-content-pin {
        left: 17.1875rem;
        position: fixed;
        top: 0
    }

    .q-nav-primary .move-right > .menu-content-pin {
        left: 0;
        -webkit-transform: translate3d(17.2rem,0,0);
        transform: translate3d(17.2rem,0,0)
    }

    .q-nav-primary .move-left > .menu-content-pin {
        right: 0;
        -webkit-transform: translate3d(-17.2rem,0,0);
        transform: translate3d(-17.2rem,0,0)
    }

    .q-nav-primary .top-bar {
        display: none;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        overflow: visible
    }

        .q-nav-primary .top-bar a {
            outline: 0
        }

@media print,only screen and (min-width:62rem) {
    .q-nav-primary .top-bar {
        display: block
    }
}

.q-nav-primary .logo-section {
    width: auto
}

.q-nav-primary .logo-container {
    display: inline-block
}

    .q-nav-primary .logo-container .logo {
        display: block
    }

    .q-nav-primary .logo-container .logo--alt {
        display: none
    }

.q-nav-primary .nav-flyout {
    display: none
}

.q-nav-primary .tab-bar {
    border-bottom: 1px solid #d8d8d8;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    width: 100%;
    z-index: 1000
}

.q-nav-primary .q-simple-header .title {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-size: .9375rem;
    font-weight: 700
}

.q-nav-primary .q-nav-title {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-size: .9375rem
}

    .q-nav-primary .q-nav-title .title {
        font-family: inherit;
        font-size: inherit;
        white-space: nowrap
    }

.q-nav-primary .utility-image {
    display: block
}

.q-nav-primary .utility-image--alt {
    display: none
}

.q-nav-primary.is-overlapping {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 65
}

.q-nav-primary--overlapping .logo-container .logo--base {
    display: none
}

.q-nav-primary--overlapping .logo-container .logo--alt {
    display: block
}

.q-nav-primary--overlapping .utility-image--base {
    display: none
}

.q-nav-primary--overlapping .utility-image--alt {
    display: block
}

@media print {
    .q-nav-primary .nav-flyout, .q-nav-primary .tab-bar, .q-nav-primary .top-bar {
        display: none !important
    }
}

@media print,only screen and (min-width:62rem) {
    .q-nav-primary {
        min-height: 9rem
    }

        .q-nav-primary .top-bar {
            border-bottom: 1px solid #d8d8d8
        }

            .q-nav-primary .top-bar .top-bar-section:after, .q-nav-primary .top-bar .top-bar-section:before {
                content: " ";
                display: table
            }

            .q-nav-primary .top-bar .top-bar-section:after {
                clear: both
            }

            .q-nav-primary .top-bar .top-bar-section ul li {
                background: inherit
            }

            .q-nav-primary .top-bar .top-bar-section .first-level li:not(.has-form) a:not(.button) {
                font-size: 10px;
                margin: 0;
                padding: 0
            }

            .q-nav-primary .top-bar .top-bar-section .first-level li + li::before {
                color: #00a3e0;
                content: "|";
                display: inline-block;
                font-size: 1.375rem;
                padding: 0 .5rem;
                -webkit-transform: rotate(18deg);
                transform: rotate(18deg)
            }

            .q-nav-primary .top-bar .top-bar-section .first-level .icon-home, .q-nav-primary .top-bar .top-bar-section .first-level .icon-home-negative {
                bottom: .1875rem
            }

            .q-nav-primary .top-bar .top-bar-section li.flyout-opened a {
                position: relative
            }

                .q-nav-primary .top-bar .top-bar-section li.flyout-opened a::before {
                    content: "";
                    font-family: icons-peugeot;
                    font-size: 1rem;
                    font-style: normal;
                    font-variant: normal;
                    line-height: 1;
                    position: relative;
                    speak: none;
                    text-transform: none;
                    font-size: inherit;
                    font-weight: inherit;
                    line-height: inherit;
                    text-align: inherit;
                    bottom: -1.0625rem;
                    color: #d8d8d8;
                    display: block;
                    font-size: 1rem;
                    left: 50%;
                    line-height: 1;
                    margin-left: -.625rem;
                    position: absolute;
                    -webkit-transform: scaleX(1.7);
                    transform: scaleX(1.7)
                }

                .q-nav-primary .top-bar .top-bar-section li.flyout-opened a::after {
                    content: "";
                    font-family: icons-peugeot;
                    font-size: 1rem;
                    font-style: normal;
                    font-variant: normal;
                    line-height: 1;
                    position: relative;
                    speak: none;
                    text-transform: none;
                    font-size: inherit;
                    font-weight: inherit;
                    line-height: inherit;
                    text-align: inherit;
                    bottom: -1.125rem;
                    color: #f1f1f1;
                    display: block;
                    font-size: 1rem;
                    left: 50%;
                    line-height: 1;
                    margin-left: -.625rem;
                    position: absolute;
                    -webkit-transform: scaleX(1.5);
                    transform: scaleX(1.5)
                }

            .q-nav-primary .top-bar .top-bar-section li:not(.flyout-opened) a {
                margin: 0 .5rem;
                padding: 0
            }

                .q-nav-primary .top-bar .top-bar-section li:not(.flyout-opened) a .icon-dealer-locator, .q-nav-primary .top-bar .top-bar-section li:not(.flyout-opened) a .icon-dealer-locator-negative {
                    bottom: .125rem
                }

                .q-nav-primary .top-bar .top-bar-section li:not(.flyout-opened) a.active, .q-nav-primary .top-bar .top-bar-section li:not(.flyout-opened) a.q-highlight, .q-nav-primary .top-bar .top-bar-section li:not(.flyout-opened) a:hover {
                    border-bottom: 4px solid #00a3e0
                }

        .q-nav-primary .nav-flyout {
            background: #f1f1f1;
            border-bottom: .625rem solid #00a3e0;
            -webkit-box-shadow: 0 .5rem .3125rem -.125rem rgba(50,50,50,.3);
            box-shadow: 0 .5rem .3125rem -.125rem rgba(50,50,50,.3);
            position: relative;
            top: 0;
            width: auto;
            z-index: 61
        }

            .q-nav-primary .nav-flyout .content-container {
                padding: 1.5rem 1rem 0 1rem
            }

                .q-nav-primary .nav-flyout .content-container .q-grid-container {
                    margin-left: 0;
                    margin-right: 0;
                    padding: 0
                }

            .q-nav-primary .nav-flyout .content {
                display: none;
                padding: 1rem
            }

                .q-nav-primary .nav-flyout .content:after, .q-nav-primary .nav-flyout .content:before {
                    content: " ";
                    display: table
                }

                .q-nav-primary .nav-flyout .content:after {
                    clear: both
                }

            .q-nav-primary .nav-flyout .button-wrapper {
                margin: .75rem 0 -.625rem 0;
                text-align: center
            }

                .q-nav-primary .nav-flyout .button-wrapper .btn-close {
                    display: inline-block;
                    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
                    margin: 0;
                    padding-top: .5rem
                }
}

@media print,only screen and (min-width:62rem) {
    .q-nav-secondary .q-dropdown-container .q-button-properties {
        overflow: visible;
        position: relative;
        z-index: 0;
        padding-right: 1.75rem
    }

        .q-nav-secondary .q-dropdown-container .q-button-properties.q-highlight {
            border-color: #9d0605 transparent transparent
        }

        .q-nav-secondary .q-dropdown-container .q-button-properties::before {
            background-color: inherit;
            border-right: #e6e6e6 solid 1px;
            bottom: 0;
            content: '';
            display: block;
            left: 0;
            position: absolute;
            top: 0;
            -webkit-transform: skewX(-34.25deg);
            transform: skewX(-34.25deg);
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
            width: 100%;
            z-index: -1
        }

        .q-nav-secondary .q-dropdown-container .q-button-properties .q-angle {
            border-color: #e6e6e6 transparent transparent;
            border-style: solid;
            border-width: 2.5rem 1.625rem 0 0;
            position: absolute;
            right: -1.6875rem;
            top: 0;
            -webkit-transform: scale(.9999);
            transform: scale(.9999);
            -webkit-transition: border-color .5s ease;
            transition: border-color .5s ease;
            z-index: 20
        }

            .q-nav-secondary .q-dropdown-container .q-button-properties .q-angle.q-highlight {
                border-color: #00a3e0 transparent transparent
            }

                .q-nav-secondary .q-dropdown-container .q-button-properties .q-angle.q-highlight::after {
                    border-color: #00a3e0 transparent transparent
                }

            .q-nav-secondary .q-dropdown-container .q-button-properties .q-angle::after {
                border-color: #fff transparent transparent;
                border-style: solid;
                border-width: 2.5rem 1.625rem 0 0;
                bottom: 0;
                content: '';
                position: absolute;
                right: -1.5625rem;
                -webkit-transform: inherit;
                transform: inherit;
                -webkit-transition: inherit;
                transition: inherit;
                z-index: 10
            }

        .q-nav-secondary .q-dropdown-container .q-button-properties.open .q-angle, .q-nav-secondary .q-dropdown-container .q-button-properties[aria-expanded=true] .q-angle {
            background-color: #fff;
            border-width: 0;
            height: 2.5rem;
            right: -1.625rem;
            width: 1.625rem
        }

            .q-nav-secondary .q-dropdown-container .q-button-properties.open .q-angle.q-highlight, .q-nav-secondary .q-dropdown-container .q-button-properties[aria-expanded=true] .q-angle.q-highlight {
                background-color: #00a3e0
            }

            .q-nav-secondary .q-dropdown-container .q-button-properties.open .q-angle::after, .q-nav-secondary .q-dropdown-container .q-button-properties[aria-expanded=true] .q-angle::after {
                content: none
            }

    .q-nav-secondary.flex-container .flex-dropdown.no-arrow {
        padding-left: 1rem !important;
        padding-right: .625rem
    }

    .q-nav-secondary.flex-container .q-navigation-bar {
        float: left;
        margin-left: 0
    }

    .q-nav-secondary.flex-container .flex-nav {
        margin-left: -1.625rem
    }

    .q-nav-secondary .q-dropdown-container {
        padding-right: 1.625rem
    }

    .q-nav-secondary .f-dropdown.q-carline-family .inline-list {
        margin-left: 0
    }

        .q-nav-secondary .f-dropdown.q-carline-family .inline-list > li {
            margin-left: 0
        }

    .q-nav-secondary .q-navigation-bar {
        margin-right: 0
    }

        .q-nav-secondary .q-navigation-bar .ui-control.slider-control.slider-control-prev {
            text-align: right;
            width: 4.375rem
        }

            .q-nav-secondary .q-navigation-bar .ui-control.slider-control.slider-control-prev .icon {
                margin-right: 1rem
            }

        .q-nav-secondary .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item:first-child {
            padding-left: 2.375rem
        }
}

.q-nav-secondary.sticky-child {
    z-index: 60
}

.q-nav-secondary .q-dropdown-container .q-button-properties {
    font-size: 1.125rem;
    font-weight: 800
}

.q-nav-secondary .q-dropdown-container .f-dropdown li a, .q-nav-secondary .q-dropdown-container .q-button, .q-nav-secondary .q-dropdown-container .q-dropdown {
    font-size: 1.125rem;
    font-weight: 800
}

    .q-nav-secondary .q-dropdown-container .f-dropdown li a .q-label, .q-nav-secondary .q-dropdown-container .f-dropdown li a::after, .q-nav-secondary .q-dropdown-container .q-button .q-label, .q-nav-secondary .q-dropdown-container .q-button::after, .q-nav-secondary .q-dropdown-container .q-dropdown .q-label, .q-nav-secondary .q-dropdown-container .q-dropdown::after {
        color: inherit
    }

.no-touch .q-nav-secondary .q-dropdown-container .f-dropdown li a:hover, .no-touch .q-nav-secondary .q-dropdown-container .q-button:hover, .no-touch .q-nav-secondary .q-dropdown-container .q-dropdown:hover {
    color: #999
}

@media print,only screen and (max-width:61.9375rem),print {
    .q-nav-secondary, .q-nav-secondary.flex-container {
        display: none !important
    }
}

@media print,only screen and (min-width:62rem) {
    .q-nav-secondary {
        background-color: #f3f3f3;
        border-bottom: 1px solid #e6e6e6;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        position: relative
    }

        .q-nav-secondary .q-dropdown-container .q-button-properties {
            border: 0;
            display: block;
            line-height: 1.9375rem;
            margin-bottom: 0;
            position: relative;
            text-transform: uppercase
        }

            .q-nav-secondary .q-dropdown-container .q-button-properties::after {
                top: .625rem
            }

            .q-nav-secondary .q-dropdown-container .q-button-properties.open.flex-dropdown, .q-nav-secondary .q-dropdown-container .q-button-properties.open.q-highlight, .q-nav-secondary .q-dropdown-container .q-button-properties[aria-expanded=true].flex-dropdown, .q-nav-secondary .q-dropdown-container .q-button-properties[aria-expanded=true].q-highlight {
                color: #999
            }

        .q-nav-secondary.flex-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            width: 100%
        }

            .q-nav-secondary.flex-container .flex-dropdown {
                padding: .3125rem 1.75rem .25rem 1rem;
                -webkit-transition: background-color .5s ease;
                transition: background-color .5s ease;
                width: auto
            }

                .q-nav-secondary.flex-container .flex-dropdown.no-arrow .q-label {
                    padding: 0
                }

                .q-nav-secondary.flex-container .flex-dropdown.q-highlight {
                    background-color: #00a3e0
                }

            .q-nav-secondary.flex-container .flex-nav {
                -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
                width: 34.375rem
            }

        .q-nav-secondary .q-carline-family .q-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-bottom: -.5rem
        }

        .q-nav-secondary .q-carline-family .q-dropdown-item {
            position: relative
        }

            .q-nav-secondary .q-carline-family .q-dropdown-item .q-dropdown-item-link {
                display: block;
                height: 100%
            }

        .q-nav-secondary .q-dropdown-container {
            position: relative
        }

            .q-nav-secondary .q-dropdown-container:hover .flex-dropdown {
                color: #00a3e0
            }

        .q-nav-secondary .f-dropdown {
            max-width: none;
            opacity: 1;
            text-transform: uppercase;
            width: auto;
            z-index: 60
        }

            .q-nav-secondary .f-dropdown:not(.q-carline-family) {
                min-width: 100%;
                padding-top: .5rem;
                top: 2.5rem !important
            }

                .q-nav-secondary .f-dropdown:not(.q-carline-family) .q-dropdown-item {
                    white-space: nowrap
                }

                    .q-nav-secondary .f-dropdown:not(.q-carline-family) .q-dropdown-item.active .q-label, .q-nav-secondary .f-dropdown:not(.q-carline-family) .q-dropdown-item:hover .q-label {
                        border-bottom: 4px solid #00a3e0
                    }

            .q-nav-secondary .f-dropdown.q-carline-family {
                border: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                margin-top: 1px;
                max-width: none;
                width: auto
            }

                .q-nav-secondary .f-dropdown.q-carline-family .inline-list > li {
                    margin-bottom: .5rem;
                    width: 13.5rem
                }

                .q-nav-secondary .f-dropdown.q-carline-family .q-dropdown-item:not(.active) {
                    border-bottom: 4px solid transparent
                }

                .q-nav-secondary .f-dropdown.q-carline-family .q-dropdown-item.active, .q-nav-secondary .f-dropdown.q-carline-family .q-dropdown-item:hover {
                    border-bottom: 4px solid #00a3e0
                }

                .q-nav-secondary .f-dropdown.q-carline-family .q-dropdown-item .q-dropdown-item-link {
                    border: 0;
                    margin: 0 .25rem;
                    padding: 0
                }

                .q-nav-secondary .f-dropdown.q-carline-family .q-dropdown-item .q-image-container img {
                    height: auto;
                    width: 100%
                }

                .q-nav-secondary .f-dropdown.q-carline-family .q-dropdown-item .q-carline-container, .q-nav-secondary .f-dropdown.q-carline-family .q-dropdown-item .q-price-container {
                    font-size: 1.25rem;
                    font-weight: 700;
                    padding: 0 .75rem
                }

                .q-nav-secondary .f-dropdown.q-carline-family .q-dropdown-item .q-carline-container {
                    margin-top: .5rem
                }

                .q-nav-secondary .f-dropdown.q-carline-family .q-dropdown-item .q-price-container {
                    color: #888;
                    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
                    font-size: .875rem;
                    font-weight: 700;
                    line-height: 1.42857;
                    margin-top: .25rem
                }

                    .q-nav-secondary .f-dropdown.q-carline-family .q-dropdown-item .q-price-container .q-price .q-tax-label, .q-nav-secondary .f-dropdown.q-carline-family .q-dropdown-item .q-price-container .q-price-net .q-tax-label {
                        font-size: .75rem;
                        line-height: 1.66667
                    }

        .q-nav-secondary .q-navigation-bar {
            z-index: 1
        }

            .q-nav-secondary .q-navigation-bar .ui-control.slider-control {
                line-height: 2.5rem
            }

            .q-nav-secondary .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
                line-height: 2.5rem;
                padding: 0 .75rem
            }
}

@media print,only screen and (min-width:48rem) {
    .q-nav-segment {
        margin: 0 .5rem 0 0
    }

        .q-nav-segment .q-content-container {
            margin-left: 0
        }

            .q-nav-segment .q-content-container .q-content-item {
                margin-left: 0;
                margin-right: 1.5rem
            }

        .q-nav-segment .q-button {
            float: right
        }

        .q-nav-segment .q-carline-family {
            margin: 0 1rem 1.5rem 0
        }
}

.q-nav-segment {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    position: relative;
    width: 100%
}

    .q-nav-segment .q-nav-segment-list {
        font-size: .875rem;
        line-height: 1.5625rem
    }

@media print,only screen and (min-width:48rem) {
    .q-nav-segment {
        display: inline-block;
        float: none
    }

        .q-nav-segment:after, .q-nav-segment:before {
            content: " ";
            display: table
        }

        .q-nav-segment:after {
            clear: both
        }

        .q-nav-segment .q-mini-teaser {
            display: inline-block
        }

        .q-nav-segment .q-content-container {
            background-color: transparent;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-bottom: 0;
            padding-top: 1.5rem
        }

            .q-nav-segment .q-content-container.q-segment-vehicles {
                padding-top: 1.5rem
            }

            .q-nav-segment .q-content-container.inline-list {
                padding-top: 0
            }

            .q-nav-segment .q-content-container .q-content-item a {
                border-bottom: 4px solid transparent
            }

                .q-nav-segment .q-content-container .q-content-item a.active, .q-nav-segment .q-content-container .q-content-item a:hover {
                    border-bottom: 4px solid #00a3e0
                }

                .q-nav-segment .q-content-container .q-content-item a.active {
                    font-weight: 700
                }

        .q-nav-segment a {
            display: block;
            text-decoration: none
        }

        .q-nav-segment .q-button {
            margin-bottom: 0;
            margin-top: -.5rem
        }
}

.q-nav-segment-filter .q-nav-segment-filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff
}

.q-nav-segment-filter .q-nav-segment-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0
}

.q-nav-segment-filter .q-nav-segment-list-container__second {
    border-left: 1px solid #fff;
    margin-left: 3.1875rem
}

.q-nav-segment-filter .q-nav-list-header {
    display: block;
    font-size: .875rem;
    line-height: 1.1875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 2.5rem;
    margin-right: 3.375rem
}

.q-nav-segment-filter .q-nav-segment-list-container__second .q-nav-list-header {
    margin-left: 3rem;
    width: 8.5625rem
}

.q-nav-segment-filter .q-nav-segment-list {
    padding-top: 1.375rem
}

    .q-nav-segment-filter .q-nav-segment-list.inline-list {
        padding-top: 1.375rem
    }

    .q-nav-segment-filter .q-nav-segment-list .q-content-item {
        margin-right: 0
    }

        .q-nav-segment-filter .q-nav-segment-list .q-content-item .q-no-link {
            display: block;
            padding-bottom: 1.25rem;
            width: 6.6875rem;
            border-bottom: none
        }

            .q-nav-segment-filter .q-nav-segment-list .q-content-item .q-no-link.active, .q-nav-segment-filter .q-nav-segment-list .q-content-item .q-no-link:hover {
                border-bottom: none;
                font-weight: inherit
            }

            .q-nav-segment-filter .q-nav-segment-list .q-content-item .q-no-link span {
                display: block;
                clear: both;
                font-size: .75rem;
                line-height: .8125rem;
                text-transform: uppercase;
                font-weight: 700;
                text-align: right
            }

        .q-nav-segment-filter .q-nav-segment-list .q-content-item .q-filter-switch {
            position: relative;
            display: block;
            width: 2.8125rem;
            height: 1.25rem;
            border-radius: .625rem;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            background-color: #000;
            border: 1px solid #000;
            margin-top: .5rem
        }

        .q-nav-segment-filter .q-nav-segment-list .q-content-item .q-switch-handle {
            position: absolute;
            top: 0;
            left: -1px;
            width: 1.25rem;
            height: 1.25rem;
            background-color: #fff;
            border-radius: 100%;
            border: 1px solid #fff;
            -webkit-transition: All .3s ease;
            transition: All .3s ease
        }

        .q-nav-segment-filter .q-nav-segment-list .q-content-item .q-no-link.active span {
            color: #000
        }

        .q-nav-segment-filter .q-nav-segment-list .q-content-item .q-no-link.active .q-filter-switch {
            background-color: #000
        }

        .q-nav-segment-filter .q-nav-segment-list .q-content-item .q-no-link.active .q-switch-handle {
            left: 1.625rem
        }

.q-nav-sibling {
    -o-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    font-family: Peugeot,sans-serif
}

@media print {
    .q-nav-sibling {
        display: none !important
    }
}

.q-nav-sibling .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
    font-weight: 700;
    line-height: 1.75rem
}

    .q-nav-sibling .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link {
        padding-right: 1.5rem
    }

        .q-nav-sibling .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link::after {
            padding-top: .125rem
        }

@media print,only screen and (max-width:61.9375rem) {
    [data-navigation-bottom] .q-nav-sibling.q-nav-sibling-mobile {
        display: block
    }
}

@media print,only screen and (min-width:62rem) {
    .q-nav-sibling {
        display: block;
        font-weight: 400;
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        text-transform: none
    }

        .q-nav-sibling .q-navigation-bar {
            background-color: transparent !important
        }

            .q-nav-sibling .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
                font-size: 1.125rem;
                font-weight: 700;
                padding-left: 1rem;
                padding-right: 1rem
            }

                .q-nav-sibling .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link {
                    padding-right: 0
                }

                .q-nav-sibling .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-label {
                    border-bottom: 4px solid transparent
                }

                .q-nav-sibling .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item.active .q-label, .q-nav-sibling .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item.active span, .q-nav-sibling .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item:hover .q-label, .q-nav-sibling .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item:hover span {
                    border-bottom: 4px solid #00a3e0
                }
}

.q-scroll-down-button {
    display: none;
    position: absolute;
    bottom: 1.5625rem;
    left: calc(50% - (3.75rem / 2));
    z-index: 120;
    width: 3.75rem;
    height: 3.75rem;
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-decoration: none;
    -webkit-animation-name: bounceAlpha;
    animation-name: bounceAlpha;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

    .q-scroll-down-button .icon {
        font-size: 3.75rem
    }

    .q-scroll-down-button:hover {
        background-color: transparent
    }

@-webkit-keyframes bounceAlpha {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }

    25% {
        opacity: 0;
        -webkit-transform: translateY(1.25rem) scale(.9);
        transform: translateY(1.25rem) scale(.9)
    }

    26% {
        opacity: 0;
        -webkit-transform: translateY(-1.5625rem) scale(.9);
        transform: translateY(-1.5625rem) scale(.9)
    }

    55% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }

    25% {
        opacity: 0;
        -webkit-transform: translateY(1.25rem) scale(.9);
        transform: translateY(1.25rem) scale(.9)
    }

    26% {
        opacity: 0;
        -webkit-transform: translateY(-1.5625rem) scale(.9);
        transform: translateY(-1.5625rem) scale(.9)
    }

    55% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
}

@media print,only screen and (min-width:62rem) {
    .q-shopping-tools .q-st-button .icon {
        padding-right: .25rem
    }
}

.q-sticky .q-shopping-tools {
    background-color: rgba(0,0,0,.5)
}

    .q-sticky .q-shopping-tools:hover {
        background-color: rgba(0,0,0,.8)
    }

.q-shopping-tools {
    background-color: #000;
    margin: 0;
    min-height: 3.625rem;
    padding: .6875rem 0;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    width: 100%;
    z-index: 100
}

    .q-shopping-tools:after, .q-shopping-tools:before {
        content: " ";
        display: table
    }

    .q-shopping-tools:after {
        clear: both
    }

    .q-shopping-tools a {
        color: #fff;
        outline: 0;
        text-decoration: none
    }

    .q-shopping-tools .q-st-button {
        height: 5.625rem;
        padding: .8125rem .5rem;
        text-align: center
    }

        .q-shopping-tools .q-st-button .shopping-tool {
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            margin: 0;
            padding: 0;
            text-align: center
        }

            .q-shopping-tools .q-st-button .shopping-tool:hover {
                color: #00a3e0
            }

        .q-shopping-tools .q-st-button .q-button {
            background-color: transparent
        }

        .q-shopping-tools .q-st-button .icon, .q-shopping-tools .q-st-button .q-label {
            color: inherit
        }

        .q-shopping-tools .q-st-button .icon {
            font-size: 1.75rem;
            font-weight: 400
        }

        .q-shopping-tools .q-st-button .q-label {
            display: block;
            font-weight: 800;
            margin-top: .5rem;
            text-transform: uppercase
        }

@media print,only screen and (min-width:48rem) {
    .q-shopping-tools {
        padding: .75rem 0
    }

        .q-shopping-tools .q-st-button {
            height: auto;
            line-height: 1.25rem;
            padding: 0
        }
}

@media print,only screen and (min-width:62rem) {
    .q-shopping-tools {
        max-height: 3.625rem
    }

        .q-shopping-tools .q-st-button .q-label {
            display: inline-block;
            margin-top: 0;
            vertical-align: middle
        }
}

@media print {
    .q-shopping-tools {
        display: none !important
    }
}

.q-sitemap ul {
    margin-left: 0
}

.q-sitemap {
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 1.5rem 1.75rem
}

    .q-sitemap .header {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-weight: 400;
        line-height: 1.5rem;
        margin-bottom: .75rem
    }

    .q-sitemap ul {
        font-size: .75rem;
        list-style-type: none
    }

        .q-sitemap ul.no-header {
            margin-top: 1.25rem
        }

        .q-sitemap ul li {
            line-height: 1.5rem
        }

        .q-sitemap ul + .header {
            margin-top: 1.25rem
        }

@media print,only screen and (min-width:62rem) {
    .q-sitemap {
        padding: 1.5rem 2.5rem
    }
}

@media print {
    .q-sitemap {
        display: none !important
    }
}

.q-sitemap-html__list--indent {
    padding-left: 1.25rem
}

.q-sitemap-html {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
}

@media print,only screen and (min-width:48rem) {
    .q-sitemap-html {
        -webkit-column-gap: 3.4375rem;
        -moz-column-gap: 3.4375rem;
        column-gap: 3.4375rem
    }
}

.q-sitemap-html__group {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 2.5rem
}

@media print,only screen and (min-width:48rem) {
    .q-sitemap-html__group {
        margin-bottom: 5rem
    }
}

.q-sitemap-html__container {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    line-height: 1
}

    .q-sitemap-html__container + .q-sitemap-html__group {
        margin-top: 2.5rem
    }

@media print,only screen and (min-width:48rem) {
    .q-sitemap-html__container + .q-sitemap-html__group {
        margin-top: 5rem
    }
}

.q-sitemap-html__item {
    display: inline-block;
    padding-bottom: 0 !important
}

.q-sitemap-html__item--subtitle, .q-sitemap-html__item--title {
    text-decoration: none;
    text-transform: uppercase
}

.q-sitemap-html__item--title {
    padding-bottom: 0 !important
}

    .q-sitemap-html__item--title + .q-sitemap-html__list {
        margin-top: .9375rem
    }

@media print,only screen and (min-width:48rem) {
    .q-sitemap-html__item--title + .q-sitemap-html__list {
        margin-top: 1.875rem
    }
}

.q-sitemap-html__item--subtitle {
    padding-bottom: 1.25rem !important
}

@media print,only screen and (min-width:48rem) {
    .q-sitemap-html__item--subtitle {
        padding-bottom: 1rem !important
    }
}

.q-social-links span {
    float: left;
    margin-right: 1rem
}

.q-social-links a {
    float: left;
    margin-right: .75rem
}

    .q-social-links a:last-child {
        margin-right: 0
    }

@media print,only screen and (min-width:48rem) {
    .q-social-links .social-links-container {
        float: right
    }
}

.q-social-links {
    border-top: .0625rem solid rgba(255,255,255,.2);
    padding: .75rem 1.75rem
}

    .q-social-links span {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: 1.3125rem;
        font-weight: 800
    }

    .q-social-links a {
        line-height: 1
    }

@media print,only screen and (min-width:48rem) {
    .q-social-links {
        padding: .75rem 2.5rem
    }
}

@media print {
    .q-social-links {
        display: none !important
    }
}

.q-switchB2B {
    margin-left: 4rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-switchB2B {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 1.9375rem;
        vertical-align: middle
    }

    .menu-open .q-switchB2B {
        display: none
    }
}

.q-switchB2B__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 0;
    height: 2.875rem
}

    .q-switchB2B__container:hover {
        cursor: pointer
    }

@media print,only screen and (max-width:61.9375rem) {
    .q-switchB2B__container {
        height: 1.75rem
    }
}

.q-switchB2B__outside {
    position: absolute;
    width: 1.25rem;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: .625rem;
    overflow: hidden;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    border-width: 1px;
    border-style: solid;
    border-color: #3b3938
}

@media print,only screen and (max-width:61.9375rem) {
    .q-switchB2B__outside {
        width: .8125rem
    }
}

.q-nav-primary--overlapping .q-switchB2B__outside {
    border-color: #fff
}

.sticky-wrapper.q-sticky .q-switchB2B__outside {
    border-color: #3b3938
}

.q-switchB2B__inside {
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: .875rem;
    width: .875rem;
    left: .125rem;
    top: .125rem;
    background-color: #00a3e0
}

@media print,only screen and (max-width:61.9375rem) {
    .q-switchB2B__inside {
        height: .5625rem;
        width: .5625rem;
        left: .0625rem;
        top: .0625rem
    }
}

.q-nav-primary--overlapping .q-switchB2B__inside {
    background-color: #fff
}

.sticky-wrapper.q-sticky .q-switchB2B__inside {
    background-color: #00a3e0
}

.q-switchB2B label {
    margin: 0;
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .03125rem;
    text-align: right;
    padding-left: 1.75rem;
    text-transform: uppercase;
    opacity: .75;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media print,only screen and (max-width:61.9375rem) {
    .q-switchB2B label {
        font-size: .75rem;
        line-height: .8125rem;
        padding-left: 1.3125rem
    }
}

.q-switchB2B label::after, .q-switchB2B label::before {
    display: none
}

.q-nav-primary--overlapping .q-switchB2B label {
    opacity: .5
}

.sticky-wrapper.q-sticky .q-switchB2B label {
    opacity: .75
}

.q-switchB2B input[type=radio] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    border: none;
    position: absolute;
    height: 100%;
    width: 1.25rem;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    z-index: 2
}

    .q-switchB2B input[type=radio] + label {
        display: block;
        margin: 0;
        color: #a39c9b
    }

@media print,only screen and (max-width:61.9375rem) {
    .q-switchB2B input[type=radio] + label {
        display: block;
        vertical-align: top
    }
}

.q-nav-primary--overlapping .q-switchB2B input[type=radio] + label {
    color: #fff
}

.sticky-wrapper.q-sticky .q-switchB2B input[type=radio] + label {
    color: #a39c9b
}

.q-switchB2B input[type=radio]:checked {
    z-index: 1
}

    .q-switchB2B input[type=radio]:checked + label {
        opacity: 1;
        color: #00a3e0
    }

.q-nav-primary--overlapping .q-switchB2B input[type=radio]:checked + label {
    color: #fff
}

.sticky-wrapper.q-sticky .q-switchB2B input[type=radio]:checked + label {
    color: #00a3e0
}

@media print,only screen and (max-width:61.9375rem) {
    .q-switchB2B input[type=radio]:checked + label + label {
        margin-top: .3125rem
    }
}

.q-switchB2B input[type=radio]:checked ~ .q-switchB2B__outside .q-switchB2B__inside {
    top: .125rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-switchB2B input[type=radio]:checked ~ .q-switchB2B__outside .q-switchB2B__inside {
        top: .0625rem
    }
}

.q-switchB2B input[type=radio] ~ input:checked ~ .q-switchB2B__outside .q-switchB2B__inside {
    top: 1.75rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-switchB2B input[type=radio] ~ input:checked ~ .q-switchB2B__outside .q-switchB2B__inside {
        top: 1rem
    }
}

.menu-open .q-switchB2B {
    display: none
}

.q-tabs .dropdown::after, .q-tabs .q-dropdown::after {
    margin-right: .25rem
}

.q-tabs.q-dropdown-only .q-dropdown-column ul {
    margin-left: 0
}

@media only screen and (max-width:47.9375rem) {
    .q-tabs .f-dropdown {
        left: 0 !important
    }
}

@media print,only screen and (min-width:48rem) {
    .q-tabs.q-multiline .tabs .tab-title:not(:last-child), .q-tabs.q-tabs-toggle .tabs .tab-title:not(:last-child) {
        border-right: 1px solid #efefef
    }

    .q-tabs.q-multiline .tabs .tab-title.active, .q-tabs.q-tabs-toggle .tabs .tab-title.active {
        border-right: 0
    }

        .q-tabs.q-tabs-toggle .tabs .tab-title.active::after, .q-tabs.q-tabs-toggle .tabs .tab-title::after {
            right: 1rem
        }

    .q-tabs.q-tabs-toggle .tabs .tab-title .tab-item {
        padding-right: 3rem
    }

    .q-tabs.q-dropdown-only .dropdown::after, .q-tabs.q-dropdown-only .q-dropdown::after {
        right: 2.125rem
    }

    .q-tabs.q-dropdown-only .f-dropdown .q-dropdown-column:not(:last-child) {
        border-right: 1px solid #efefef
    }
}

.q-tabs {
    position: relative
}

    .q-tabs .tab-title .q-list-link {
        padding: 1rem
    }

    .q-tabs .tab-item {
        margin: 0;
        padding: 1rem .75rem
    }

    .q-tabs .tab-text {
        display: block;
        font-size: 1.125rem;
        line-height: 1.2222
    }

    .q-tabs .tab-pretext {
        font-size: 1rem;
        line-height: 1rem
    }

    .q-tabs .tabs-content .content.active, .q-tabs .tabs-content .content.show-all {
        -webkit-animation: fadeIn 1.2s forwards;
        animation: fadeIn 1.2s forwards
    }

    .q-tabs .tabs-content .content .q-headline-text.q-ht-expander {
        margin-left: 0;
        margin-right: 0
    }

    .q-tabs .tabs-content .content .q-table {
        margin-left: 0;
        margin-right: 0
    }

    .q-tabs .dropdown, .q-tabs .q-dropdown {
        background: #00a3e0;
        color: #000;
        font-size: 1.125rem;
        line-height: 1rem;
        padding: 1rem .75rem;
        width: 100%
    }

        .q-tabs .dropdown::after, .q-tabs .q-dropdown::after {
            border-top-color: #000;
            margin-top: -.5rem
        }

        .q-tabs .dropdown.open, .q-tabs .q-dropdown.open {
            background: #fff;
            color: #00a3e0
        }

    .q-tabs .f-dropdown {
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        max-width: none;
        opacity: 1;
        width: 100% !important;
        z-index: 60
    }

        .q-tabs .f-dropdown li:hover {
            color: #000
        }

    .q-tabs.q-multiline .tab-text {
        font-weight: 700
    }

    .q-tabs.q-multiline .dropdown {
        padding-bottom: .5rem;
        padding-top: .5rem
    }

        .q-tabs.q-multiline .dropdown div {
            font-weight: 400
        }

    .q-tabs.q-multiline .f-dropdown .tab-title .tab-item {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .q-tabs.q-multiline .f-dropdown .tab-title:not(:last-child):not(.active) .tab-item {
        border-bottom: 1px solid #ccc
    }

    .q-tabs.q-multiline .f-dropdown .tab-title:hover .tab-item {
        border-bottom: 0 !important
    }

    .q-tabs.q-dropdown-only .dropdown, .q-tabs.q-dropdown-only .q-dropdown {
        background-color: #fff
    }

        .q-tabs.q-dropdown-only .dropdown.open, .q-tabs.q-dropdown-only .q-dropdown.open {
            border-bottom: 0
        }

    .q-tabs.q-dropdown-only .tab-text {
        font-weight: 700;
        line-height: 1.25
    }

    .q-tabs.q-dropdown-only .tab-item {
        padding-bottom: .5rem;
        padding-top: .5rem
    }

    .q-tabs.q-dropdown-only .q-dropdown-column ul {
        list-style-type: none
    }

        .q-tabs.q-dropdown-only .q-dropdown-column ul .tab-title:hover {
            color: #555
        }

    .q-tabs.q-dropdown-only.q-multiline .f-dropdown .tab-title .tab-item {
        padding-bottom: .5rem;
        padding-top: .5rem
    }

    .q-tabs.q-dropdown-only.q-multiline .dropdown {
        padding-bottom: .5rem;
        padding-top: .5rem
    }

@media print {
    .q-tabs {
        display: none !important
    }
}

@media only screen and (max-width:47.9375rem) {
    .q-tabs .q-dropdown .tab-text {
        font-weight: 700
    }

    .q-tabs--mobile .q-navigation-bar {
        background: #fff
    }

        .q-tabs--mobile .q-navigation-bar .ui-control.slider-control {
            border: 0;
            -webkit-box-shadow: 0 0 1.5rem -.0625rem #d8d8d8;
            box-shadow: 0 0 1.5rem -.0625rem #d8d8d8;
            display: block;
            margin: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            -webkit-transition: opacity .5s;
            transition: opacity .5s;
            z-index: 30
        }

            .q-tabs--mobile .q-navigation-bar .ui-control.slider-control.active {
                opacity: 1
            }

            .q-tabs--mobile .q-navigation-bar .ui-control.slider-control.inactive {
                opacity: 0;
                z-index: -1
            }

            .q-tabs--mobile .q-navigation-bar .ui-control.slider-control.slider-control-prev {
                left: 0
            }

            .q-tabs--mobile .q-navigation-bar .ui-control.slider-control.slider-control-next {
                right: 0
            }

            .q-tabs--mobile .q-navigation-bar .ui-control.slider-control .icon {
                font-size: 1.125rem
            }

                .q-tabs--mobile .q-navigation-bar .ui-control.slider-control .icon::before {
                    font-size: 1.125rem;
                    font-weight: 800
                }

        .q-tabs--mobile .q-navigation-bar .slider-control-next, .q-tabs--mobile .q-navigation-bar .slider-control-prev {
            height: auto;
            margin-top: -2.75rem !important;
            top: 50% !important
        }

            .q-tabs--mobile .q-navigation-bar .slider-control-next .icon, .q-tabs--mobile .q-navigation-bar .slider-control-prev .icon {
                font-size: 1.875rem
            }

                .q-tabs--mobile .q-navigation-bar .slider-control-next .icon::before, .q-tabs--mobile .q-navigation-bar .slider-control-prev .icon::before {
                    font-size: 1.875rem
                }

        .q-tabs--mobile .q-navigation-bar .q-scroller-content {
            overflow: hidden;
            position: relative;
            width: 100%
        }

            .q-tabs--mobile .q-navigation-bar .q-scroller-content .q-scroller-list {
                margin: 0;
                padding: 0;
                position: relative
            }

                .q-tabs--mobile .q-navigation-bar .q-scroller-content .q-scroller-list:after, .q-tabs--mobile .q-navigation-bar .q-scroller-content .q-scroller-list:before {
                    content: " ";
                    display: table
                }

                .q-tabs--mobile .q-navigation-bar .q-scroller-content .q-scroller-list:after {
                    clear: both
                }

                .q-tabs--mobile .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
                    float: left;
                    list-style-type: none;
                    padding: .875rem .75rem
                }

                .q-tabs--mobile .q-navigation-bar .q-scroller-content .q-scroller-list.tabs > .q-scroller-content-item {
                    padding: 0
                }

        .q-tabs--mobile .q-navigation-bar:not(.ps-container) .slider-control {
            height: 100%;
            line-height: 2.75rem;
            margin-top: 0
        }
}

@media print,only screen and (min-width:48rem) {
    .q-tabs .q-navigation-bar {
        background: #fff
    }

        .q-tabs .q-navigation-bar .ui-control.slider-control {
            border: 0;
            -webkit-box-shadow: 0 0 1.5rem -.0625rem #d8d8d8;
            box-shadow: 0 0 1.5rem -.0625rem #d8d8d8;
            display: block;
            margin: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            -webkit-transition: opacity .5s;
            transition: opacity .5s;
            z-index: 30
        }

            .q-tabs .q-navigation-bar .ui-control.slider-control.active {
                opacity: 1
            }

            .q-tabs .q-navigation-bar .ui-control.slider-control.inactive {
                opacity: 0;
                z-index: -1
            }

            .q-tabs .q-navigation-bar .ui-control.slider-control.slider-control-prev {
                left: 0
            }

            .q-tabs .q-navigation-bar .ui-control.slider-control.slider-control-next {
                right: 0
            }

            .q-tabs .q-navigation-bar .ui-control.slider-control .icon {
                font-size: 1.125rem
            }

                .q-tabs .q-navigation-bar .ui-control.slider-control .icon::before {
                    font-size: 1.125rem;
                    font-weight: 800
                }

        .q-tabs .q-navigation-bar .slider-control-next, .q-tabs .q-navigation-bar .slider-control-prev {
            height: auto;
            margin-top: -2.75rem !important;
            top: 50% !important
        }

            .q-tabs .q-navigation-bar .slider-control-next .icon, .q-tabs .q-navigation-bar .slider-control-prev .icon {
                font-size: 1.875rem
            }

                .q-tabs .q-navigation-bar .slider-control-next .icon::before, .q-tabs .q-navigation-bar .slider-control-prev .icon::before {
                    font-size: 1.875rem
                }

        .q-tabs .q-navigation-bar .q-scroller-content {
            overflow: hidden;
            position: relative;
            width: 100%
        }

            .q-tabs .q-navigation-bar .q-scroller-content .q-scroller-list {
                margin: 0;
                padding: 0;
                position: relative
            }

                .q-tabs .q-navigation-bar .q-scroller-content .q-scroller-list:after, .q-tabs .q-navigation-bar .q-scroller-content .q-scroller-list:before {
                    content: " ";
                    display: table
                }

                .q-tabs .q-navigation-bar .q-scroller-content .q-scroller-list:after {
                    clear: both
                }

                .q-tabs .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
                    float: left;
                    list-style-type: none;
                    padding: .875rem .75rem
                }

                .q-tabs .q-navigation-bar .q-scroller-content .q-scroller-list.tabs > .q-scroller-content-item {
                    padding: 0
                }

        .q-tabs .q-navigation-bar:not(.ps-container) .slider-control {
            height: 100%;
            line-height: 2.75rem;
            margin-top: 0
        }

    .q-tabs.js-equal-width .tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .q-tabs.js-equal-width .tab-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .q-tabs.js-equal-width .tab-title.active, .q-tabs.js-equal-width .tab-title:hover {
            background-color: #f7d900
        }

    .q-tabs.js-equal-width .q-list-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .q-tabs .q-navigation-bar .q-scroller-list {
        border: 1px solid #ccc
    }

    .q-tabs .tabs-content {
        padding: 0 1.5rem 1.5rem
    }

    .q-tabs .content > .q-grid-container.q-margin-none {
        margin-top: 0
    }

    .q-tabs .content > .q-grid-container.q-margin-xsmall {
        margin-top: 1.64062rem
    }

    .q-tabs .content > .q-grid-container.q-margin-small {
        margin-top: 2.1875rem
    }

    .q-tabs .content > .q-grid-container.q-margin-medium {
        margin-top: 1.5rem
    }

    .q-tabs .content > .q-grid-container.q-margin-large {
        margin-top: 2.5rem
    }

    .q-tabs .tab-text {
        line-height: 1.5rem
    }

    .q-tabs .tab-item {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .q-tabs .q-style-white {
        background-color: #fff !important
    }

    .q-tabs .q-style-grey {
        background-color: #f3f3f3 !important
    }

    .q-tabs.q-tabs-toggle .tabs .tab-title::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit
    }

    .q-tabs.q-tabs-toggle .tabs .tab-title.active::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit
    }

    .q-tabs.q-tabs-toggle .tabs .tab-title.active::after, .q-tabs.q-tabs-toggle .tabs .tab-title::after {
        font-size: 1.25rem;
        line-height: 0;
        position: absolute;
        top: 50%
    }

    .q-tabs.q-dropdown-only .dropdown, .q-tabs.q-dropdown-only .q-dropdown {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 33.33333%
    }

    .q-tabs.q-dropdown-only .f-dropdown {
        max-width: 100%
    }

        .q-tabs.q-dropdown-only .f-dropdown .tab-item {
            padding-bottom: .75rem;
            padding-top: .75rem
        }

    .q-tabs.q-multiline .q-navigation-bar .q-scroller-content .slider-control {
        line-height: 3.375rem
    }

    .q-tabs.q-multiline .dropdown {
        padding-bottom: 1.25rem;
        padding-top: 1.25rem
    }

    .q-tabs.q-multiline .f-dropdown .tab-title .tab-item {
        padding-bottom: 1.25rem;
        padding-top: 1.25rem
    }
}

.q-bodystyle-selector {
    padding: 0 .5rem 1rem .5rem
}

    .q-bodystyle-selector .q-navigation-bar {
        background: #fff
    }

        .q-bodystyle-selector .q-navigation-bar .ui-control.slider-control {
            border: 0;
            -webkit-box-shadow: 0 0 1.5rem -.0625rem #d8d8d8;
            box-shadow: 0 0 1.5rem -.0625rem #d8d8d8;
            display: block;
            margin: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            -webkit-transition: opacity .5s;
            transition: opacity .5s;
            z-index: 30
        }

            .q-bodystyle-selector .q-navigation-bar .ui-control.slider-control.active {
                opacity: 1
            }

            .q-bodystyle-selector .q-navigation-bar .ui-control.slider-control.inactive {
                opacity: 0;
                z-index: -1
            }

            .q-bodystyle-selector .q-navigation-bar .ui-control.slider-control.slider-control-prev {
                left: 0
            }

            .q-bodystyle-selector .q-navigation-bar .ui-control.slider-control.slider-control-next {
                right: 0
            }

            .q-bodystyle-selector .q-navigation-bar .ui-control.slider-control .icon {
                font-size: 1.125rem
            }

                .q-bodystyle-selector .q-navigation-bar .ui-control.slider-control .icon::before {
                    font-size: 1.125rem;
                    font-weight: 800
                }

        .q-bodystyle-selector .q-navigation-bar .slider-control-next, .q-bodystyle-selector .q-navigation-bar .slider-control-prev {
            height: auto;
            margin-top: -2.75rem !important;
            top: 50% !important
        }

            .q-bodystyle-selector .q-navigation-bar .slider-control-next .icon, .q-bodystyle-selector .q-navigation-bar .slider-control-prev .icon {
                font-size: 1.875rem
            }

                .q-bodystyle-selector .q-navigation-bar .slider-control-next .icon::before, .q-bodystyle-selector .q-navigation-bar .slider-control-prev .icon::before {
                    font-size: 1.875rem
                }

        .q-bodystyle-selector .q-navigation-bar .q-scroller-content {
            overflow: hidden;
            position: relative;
            width: 100%
        }

            .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list {
                margin: 0;
                padding: 0;
                position: relative
            }

                .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list:after, .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list:before {
                    content: " ";
                    display: table
                }

                .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list:after {
                    clear: both
                }

                .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
                    float: left;
                    list-style-type: none;
                    padding: .875rem .75rem
                }

                .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list.tabs > .q-scroller-content-item {
                    padding: 0
                }

        .q-bodystyle-selector .q-navigation-bar:not(.ps-container) .slider-control {
            height: 100%;
            line-height: 2.75rem;
            margin-top: 0
        }

    .q-bodystyle-selector .q-navigation-bar {
        background: 0 0
    }

        .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: .5rem
        }

            .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
                border-bottom: 4px solid transparent;
                padding: 1rem .5rem
            }

                .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item.active .q-variant-tile, .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item:hover .q-variant-tile {
                    border-bottom: 4px solid #00a3e0
                }

                .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item:first-child {
                    padding-left: 0
                }

                .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item:last-child {
                    padding-right: 0
                }

                .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-variant-tile {
                    background: #fff;
                    cursor: pointer;
                    height: 100%;
                    padding: .5rem;
                    position: relative;
                    width: 9rem
                }

                    .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-variant-tile .q-title {
                        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
                        font-size: .875rem;
                        font-weight: 700;
                        line-height: 1.286;
                        text-transform: uppercase
                    }

                    .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-variant-tile .q-price-container {
                        color: #888;
                        font-size: .75rem;
                        font-weight: 400;
                        line-height: 1.666666;
                        margin-top: 0
                    }

                        .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-variant-tile .q-price-container.q-include-exclude {
                            line-height: 1.5
                        }

                            .q-bodystyle-selector .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-variant-tile .q-price-container.q-include-exclude .q-tax-label {
                                font-size: .5rem;
                                line-height: 2.25
                            }

.q-offer-item {
    background-color: #fff;
    height: 100%
}

    .q-offer-item .q-offer-inner {
        padding: 0 .75rem
    }

    .q-offer-item .q-title:not(:last-child) {
        margin-bottom: .75rem
    }

        .q-offer-item .q-title:not(:last-child) .q-headline > a {
            text-decoration: none
        }

        .q-offer-item .q-title:not(:last-child) .q-headline + a {
            font-size: .75rem;
            vertical-align: text-bottom
        }

    .q-offer-item .q-title .q-headline {
        font-size: 2rem;
        font-weight: 800
    }

    .q-offer-item .q-offer-content p {
        font-size: .875rem;
        line-height: 1.5;
        padding-bottom: 1rem
    }

    .q-offer-item .q-offer-content .q-button-container .q-button {
        margin-bottom: 0;
        margin-top: 1rem
    }

    .q-offer-item .q-offer-content .q-button-container.q-inline .q-button {
        display: inline-block;
        margin-right: .5rem
    }

    .q-offer-item .q-content-area {
        background-color: #f3f3f3;
        margin-top: 2rem
    }

        .q-offer-item .q-content-area > .q-content-inner {
            border-bottom: 1px solid #ccc;
            padding: 1.5rem .75rem 0
        }

        .q-offer-item .q-content-area .q-expander > .q-title {
            display: block;
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-size: 1rem;
            font-weight: 700;
            padding: .5rem 0;
            text-decoration: none
        }

            .q-offer-item .q-content-area .q-expander > .q-title > .expand::after {
                content: "";
                font-family: icons-peugeot;
                font-size: 1rem;
                font-style: normal;
                font-variant: normal;
                line-height: 1;
                position: relative;
                speak: none;
                text-transform: none;
                font-size: inherit;
                font-weight: inherit;
                line-height: inherit;
                text-align: inherit
            }

            .q-offer-item .q-content-area .q-expander > .q-title > .collapse::after {
                content: "";
                font-family: icons-peugeot;
                font-size: 1rem;
                font-style: normal;
                font-variant: normal;
                line-height: 1;
                position: relative;
                speak: none;
                text-transform: none;
                font-size: inherit;
                font-weight: inherit;
                line-height: inherit;
                text-align: inherit
            }

            .q-offer-item .q-content-area .q-expander > .q-title > .collapse::after, .q-offer-item .q-content-area .q-expander > .q-title > .expand::after {
                font-size: .75rem;
                line-height: 1;
                margin-left: .75rem
            }

@media only screen and (max-width:47.9375rem) {
    .q-offer-item.q-align-right .q-offer-inner > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .q-offer-item.q-align-right .q-offer-inner > .row > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto
        }

            .q-offer-item.q-align-right .q-offer-inner > .row > .columns:first-child {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1
            }

    .q-offer-item .q-media {
        margin: 0 -.75rem
    }

    .q-offer-item .q-offer-content p {
        padding-bottom: .5rem
    }

    .q-offer-item .q-title .q-headline {
        font-size: 1.5rem
    }

    .q-offer-item .q-content-area {
        margin-top: 1.5rem
    }
}

@media print,only screen and (min-width:48rem) {
    .q-offer-item {
        padding: 1.5rem
    }

        .q-offer-item.q-align-left .q-media {
            margin-right: 1rem
        }

        .q-offer-item.q-align-right .q-media {
            margin-left: 1rem
        }

        .q-offer-item .q-offer-inner {
            padding: 0
        }

        .q-offer-item .q-content-area > .q-content-inner {
            padding: 1.5rem
        }
}

@media print,only screen and (min-width:62rem) {
    .q-offer-item {
        padding: 2.5rem 2.5rem 1.5rem 2.5rem
    }

        .q-offer-item .q-offer-inner {
            padding: 0 1.5rem
        }
}

.offer_item--vertical .q-offer-item.q-grid-overflow-medium {
    margin: 0
}

    .offer_item--vertical .q-offer-item.q-grid-overflow-medium .q-offer-inner > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .offer_item--vertical .q-offer-item.q-grid-overflow-medium .q-offer-inner > .row > .columns {
            width: 100% !important
        }

            .offer_item--vertical .q-offer-item.q-grid-overflow-medium .q-offer-inner > .row > .columns .q-title {
                text-transform: uppercase;
                margin-bottom: 0
            }

            .offer_item--vertical .q-offer-item.q-grid-overflow-medium .q-offer-inner > .row > .columns .q-media {
                max-width: 56.25rem;
                margin: 0
            }

@media only screen and (max-width:47.9375rem) {
    .offer_item--vertical .q-offer-item.q-grid-overflow-medium .q-offer-inner > .row > .columns:first-child.hide-for-small-only + .columns .q-offer-container {
        padding-top: 2.5rem
    }
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .offer_item--vertical .q-offer-item.q-grid-overflow-medium .q-offer-inner > .row > .columns:first-child.hide-for-medium-only + .columns .q-offer-container {
        padding-top: 2.5rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .offer_item--vertical .q-offer-item.q-grid-overflow-medium .q-offer-inner > .row > .columns:first-child.hide-for-large-only + .columns .q-offer-container {
        padding-top: 2.5rem
    }
}

@media only screen and (min-width:74rem) {
    .offer_item--vertical .q-offer-item.q-grid-overflow-medium .q-offer-inner > .row > .columns:first-child.hide-for-xlarge-up + .columns .q-offer-container {
        padding-top: 2.5rem
    }
}

.offer_item--vertical .q-offer-item.q-grid-overflow-medium .q-offer-inner .q-offer-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media print,only screen and (min-width:62rem) {
    .offer_item--vertical .q-offer-item.q-grid-overflow-medium .q-offer-inner .q-offer-container {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .offer_item--vertical .q-offer-item.q-grid-overflow-medium .q-offer-inner .q-offer-container {
        padding-top: 0;
        padding-bottom: 0
    }
}

.offer_item--vertical .q-offer-item.q-grid-overflow-medium .q-offer-inner .q-offer-container .q-offer-content ul li::marker {
    font-size: .75rem
}

.offer_item--vertical .q-offer-item.q-grid-overflow-medium .q-offer-inner .q-offer-container .q-offer-content .q-button-container {
    margin-top: 1.875rem
}

.offer_item--vertical .q-offer-item .q-content-area {
    background-color: #fff
}

@media print,only screen and (max-width:61.9375rem) {
    .offer_item--vertical .q-offer-item .q-content-area .q-content-inner {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media print,only screen and (min-width:48rem) {
    .offer_item--vertical .q-offer-item .q-content-area .q-content-inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.offer_item--vertical .q-offer-item .q-align-center .q-offer-inner .medium-1 .hide-for-small-only {
    display: none
}

@media print,only screen and (min-width:48rem) {
    .q-segment-vehicle .q-carline-family {
        background-color: #fff;
        border-bottom: .0625rem solid #eee;
        border-top: .0625rem solid #eee;
        display: inline-block;
        float: none;
        margin: 0 .5rem 0 0
    }

        .q-segment-vehicle .q-carline-family a {
            display: block;
            text-decoration: none
        }

        .q-segment-vehicle .q-carline-family li {
            border-bottom: .3125rem solid transparent
        }

            .q-segment-vehicle .q-carline-family li:hover {
                border-bottom: .3125rem solid #00a3e0
            }

        .q-segment-vehicle .q-carline-family .q-header {
            font-weight: 700;
            padding: .25rem .5rem .25rem .5rem
        }

        .q-segment-vehicle .q-carline-family .q-wrap {
            margin: 0
        }

            .q-segment-vehicle .q-carline-family .q-wrap .q-list-item-container {
                display: inline-block;
                list-style-type: none;
                margin: 0;
                padding: .5rem .5rem 0 .5rem;
                width: 8.5625rem
            }

                .q-segment-vehicle .q-carline-family .q-wrap .q-list-item-container .q-image-container {
                    text-align: center
                }

                .q-segment-vehicle .q-carline-family .q-wrap .q-list-item-container .q-carline-container {
                    color: #999;
                    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
                    font-size: .75rem;
                    font-weight: 700;
                    margin: .25rem 0 0 0
                }

        .q-segment-vehicle .q-carline-family .q-price-container {
            margin: 0
        }

            .q-segment-vehicle .q-carline-family .q-price-container .q-price, .q-segment-vehicle .q-carline-family .q-price-container .q-price-net {
                font-family: inherit;
                font-size: .75rem;
                padding-bottom: 0
            }

                .q-segment-vehicle .q-carline-family .q-price-container .q-price .q-from, .q-segment-vehicle .q-carline-family .q-price-container .q-price .q-value, .q-segment-vehicle .q-carline-family .q-price-container .q-price-net .q-from, .q-segment-vehicle .q-carline-family .q-price-container .q-price-net .q-value {
                    font-weight: 700
                }

                .q-segment-vehicle .q-carline-family .q-price-container .q-price .q-tax-label, .q-segment-vehicle .q-carline-family .q-price-container .q-price-net .q-tax-label {
                    font-weight: 400
                }
}

.q-trim-information {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-bottom: .75rem;
    position: relative;
    width: 16.875rem
}

    .q-trim-information:after, .q-trim-information:before {
        content: " ";
        display: table
    }

    .q-trim-information:after {
        clear: both
    }

    .q-trim-information .q-ti-equalize {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        min-height: 1px
    }

    .q-trim-information .q-ti-features .q-button {
        margin: 0
    }

    .q-trim-information .q-content-container {
        padding: 1.5rem .75rem 0
    }

        .q-trim-information .q-content-container > .q-button {
            margin: 0
        }

        .q-trim-information .q-content-container .q-title {
            color: inherit;
            font-weight: 700;
            text-transform: uppercase
        }

        .q-trim-information .q-content-container .q-price-container {
            color: #000;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.25;
            margin-top: .75rem
        }

            .q-trim-information .q-content-container .q-price-container .q-price, .q-trim-information .q-content-container .q-price-container .q-price-net {
                color: inherit;
                font-size: inherit;
                font-weight: inherit;
                padding: 0
            }

        .q-trim-information .q-content-container .q-content {
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            margin-top: .875rem
        }

            .q-trim-information .q-content-container .q-content a {
                text-decoration: underline
            }

                .q-trim-information .q-content-container .q-content a:hover {
                    text-decoration: underline
                }

            .q-trim-information .q-content-container .q-content ul {
                margin-left: 1rem;
                margin-top: .75rem
            }

                .q-trim-information .q-content-container .q-content ul li {
                    line-height: 1.5rem
                }

                    .q-trim-information .q-content-container .q-content ul li::before {
                        margin: .5rem 0 0
                    }

            .q-trim-information .q-content-container .q-content :not(sub):not(sup) {
                font-size: .875rem;
                line-height: 1.3125rem
            }

            .q-trim-information .q-content-container .q-content li {
                line-height: 1.5rem
            }

    .q-trim-information .q-button-container {
        margin-top: 1.5rem;
        padding: 0 .75rem;
        position: relative
    }

        .q-trim-information .q-button-container .q-button {
            margin: .5rem 0
        }

            .q-trim-information .q-button-container .q-button:first-child {
                margin-top: 0
            }

            .q-trim-information .q-button-container .q-button:last-child {
                margin-bottom: 0
            }

@media print,only screen and (min-width:48rem) {
    .q-trim-information {
        padding-bottom: 1.5rem
    }

        .q-trim-information .q-content-container {
            padding: 1.5rem 1rem 0
        }

            .q-trim-information .q-content-container .q-content {
                margin-top: .875rem
            }

                .q-trim-information .q-content-container .q-content ul {
                    margin-top: .75rem
                }

        .q-trim-information .q-button-container {
            padding: 0 1rem
        }

            .q-trim-information .q-button-container .q-button {
                margin-top: 1rem
            }

                .q-trim-information .q-button-container .q-button:first-child {
                    margin-top: 1.5rem
                }
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .q-trim-information-large .q-bottom .q-button-container .q-button {
        margin-right: 1.25rem
    }
}

@media print,only screen and (min-width:48rem) {
    .q-trim-information-large .q-picture-container .tabs .tab-title, .q-trim-information-large .q-til-gallery .tabs .tab-title {
        margin-right: -.3125rem
    }

    .q-trim-information-large .q-picture-container .icon {
        right: 0
    }

    .q-trim-information-large .q-til-gallery .icon {
        right: 1.25rem
    }

    .q-trim-information-large .q-top .small-12 + .small-12 {
        padding-left: 0;
        padding-right: .5rem
    }

    .q-trim-information-large .q-top .small-12:last-child {
        padding-left: .5rem;
        padding-right: 0
    }
}

@media print,only screen and (min-width:62rem) {
    .q-trim-information-large .q-top {
        padding: 1rem 1rem 1rem 2.5rem
    }

        .q-trim-information-large .q-top .q-details-long {
            padding: 1.125rem 2.5rem 0 0
        }
}

.q-trim-information-large {
    background-color: #f9f9f9;
    overflow: hidden;
    position: relative;
    z-index: 1
}

    .q-trim-information-large .q-til-gallery {
        background-color: #fff;
        overflow: hidden
    }

        .q-trim-information-large .q-til-gallery.closed {
            height: 0;
            visibility: hidden
        }

        .q-trim-information-large .q-til-gallery.opened {
            height: auto;
            visibility: visible
        }

    .q-trim-information-large .q-top .q-title {
        font-size: 1.5625rem;
        font-weight: 700;
        text-transform: uppercase
    }

    .q-trim-information-large .q-top .q-price-container {
        color: #000;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.25;
        margin-top: .5rem
    }

        .q-trim-information-large .q-top .q-price-container .q-price, .q-trim-information-large .q-top .q-price-container .q-price-net {
            padding: 0
        }

        .q-trim-information-large .q-top .q-price-container .q-from {
            font-weight: 400
        }

    .q-trim-information-large .q-top .q-details-long {
        padding: 1rem .75rem 1.5rem
    }

        .q-trim-information-large .q-top .q-details-long .q-content p {
            font-size: .875rem;
            line-height: 1.5rem
        }

        .q-trim-information-large .q-top .q-details-long .q-content ul {
            font-size: inherit
        }

    .q-trim-information-large .q-bottom {
        padding: 0 .25rem .75rem .25rem
    }

        .q-trim-information-large .q-bottom .q-feature-title {
            font-size: .875rem;
            line-height: 1.5rem;
            margin-top: .5rem
        }

            .q-trim-information-large .q-bottom .q-feature-title:first-child {
                margin-top: 0
            }

        .q-trim-information-large .q-bottom ul {
            font-size: .875rem;
            margin-top: .375rem
        }

            .q-trim-information-large .q-bottom ul:first-child {
                margin-top: 0
            }

    .q-trim-information-large .q-button-column .q-button-container .q-button:last-child {
        margin-bottom: 0
    }

@media only screen and (max-width:47.9375rem) {
    .q-trim-information-large .q-top > .row {
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .q-trim-information-large .q-top > .row .columns:first-child {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2
        }

        .q-trim-information-large .q-top > .row .columns + .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }

    .q-trim-information-large .q-button-column .q-button-container {
        margin-top: 1rem
    }

        .q-trim-information-large .q-button-column .q-button-container .q-button {
            margin: .5rem 0
        }

    .q-bottom {
        background-color: #fff
    }

        .q-bottom div {
            height: auto !important
        }
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .q-trim-information-large .q-top .q-details-long {
        margin-bottom: 1.125rem;
        padding: 0
    }

    .q-trim-information-large .q-button-column {
        height: auto !important
    }

    .q-trim-information-large .q-bottom .q-button-container .q-button {
        display: inline-block;
        margin-bottom: 0
    }
}

@media print,only screen and (min-width:48rem) {
    .q-trim-information-large .q-top .q-details-long p {
        font-weight: 700
    }

    .q-trim-information-large .q-picture-container .icon, .q-trim-information-large .q-til-gallery .icon {
        background-color: #fff;
        cursor: pointer;
        padding: .25rem;
        position: absolute;
        z-index: 1
    }

        .q-trim-information-large .q-picture-container .icon:hover, .q-trim-information-large .q-til-gallery .icon:hover {
            color: #ccc
        }

    .q-trim-information-large .q-picture-container .q-tabs, .q-trim-information-large .q-til-gallery .q-tabs {
        padding: .5rem 0
    }

    .q-trim-information-large .q-picture-container .tabs, .q-trim-information-large .q-til-gallery .tabs {
        text-align: center
    }

        .q-trim-information-large .q-picture-container .tabs .tab-title, .q-trim-information-large .q-til-gallery .tabs .tab-title {
            display: inline-block;
            float: none
        }

            .q-trim-information-large .q-picture-container .tabs .tab-title a, .q-trim-information-large .q-til-gallery .tabs .tab-title a {
                background-color: #ccc;
                border: 0;
                color: #000;
                font-size: .875rem;
                font-weight: 700;
                line-height: 1rem;
                padding: .25rem 1.375rem
            }

                .q-trim-information-large .q-picture-container .tabs .tab-title a:hover, .q-trim-information-large .q-til-gallery .tabs .tab-title a:hover {
                    color: #f9f9f9
                }

            .q-trim-information-large .q-picture-container .tabs .tab-title.active a, .q-trim-information-large .q-til-gallery .tabs .tab-title.active a {
                background-color: #000;
                color: #fff
            }

                .q-trim-information-large .q-picture-container .tabs .tab-title.active a:hover, .q-trim-information-large .q-til-gallery .tabs .tab-title.active a:hover {
                    color: #ccc
                }

    .q-trim-information-large .q-til-gallery .icon {
        top: .5rem
    }

    .q-trim-information-large .q-top {
        background-color: #00a3e0;
        padding: 1.125rem 2.5rem 2rem
    }

        .q-trim-information-large .q-top .small-12:first-child {
            padding: 0
        }

        .q-trim-information-large .q-top .q-details-long .q-content {
            margin-top: 1rem
        }

        .q-trim-information-large .q-top .q-price-container {
            margin-top: .75rem
        }

            .q-trim-information-large .q-top .q-price-container .q-tax-label {
                font-size: .75rem;
                line-height: 1.666666
            }

            .q-trim-information-large .q-top .q-price-container .q-from {
                font-weight: inherit
            }

        .q-trim-information-large .q-top .q-picture-container {
            position: relative
        }

    .q-trim-information-large .q-bottom {
        padding: 1.5rem 2rem 2.5rem 2rem
    }

        .q-trim-information-large .q-bottom li {
            list-style-position: outside
        }
}

@media print,only screen and (min-width:62rem) {
    .q-trim-information-large .q-top .q-details-long .q-content {
        margin-top: .5rem
    }

    .q-trim-information-large .q-top .q-picture-container {
        max-width: 35.4375rem
    }

    .q-trim-information-large .q-bottom {
        padding: 2.5rem 2.5rem 3rem
    }

        .q-trim-information-large .q-bottom .q-feature-title {
            margin-top: 2.5rem
        }

        .q-trim-information-large .q-bottom .q-bottom-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .q-trim-information-large .q-bottom .q-bottom-row .q-bottom-columns {
                -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto
            }

            .q-trim-information-large .q-bottom .q-bottom-row .q-button-column {
                -ms-flex-item-align: end;
                align-self: flex-end
            }
}

.q-attributes-container .q-vehicle-attribute .q-attribute-value {
    font-size: 1.5rem
}

.q-attributes-container .q-vehicle-attribute hr {
    display: none
}

.q-vehicle-attribute {
    background-color: transparent;
    height: 100%;
    width: 100%
}

    .q-vehicle-attribute .q-attribute {
        border-bottom: 1px solid #c7c7c7;
        line-height: 1;
        overflow: auto;
        padding: 1rem 1rem;
        width: 100%
    }

        .q-vehicle-attribute .q-attribute hr {
            clear: none
        }

        .q-vehicle-attribute .q-attribute .q-icon-container {
            float: left
        }

            .q-vehicle-attribute .q-attribute .q-icon-container .icon {
                font-size: 2.25rem
            }

        .q-vehicle-attribute .q-attribute .q-content-container {
            margin-left: 3rem
        }

            .q-vehicle-attribute .q-attribute .q-content-container.q-no-icon {
                margin-left: 0
            }

            .q-vehicle-attribute .q-attribute .q-content-container.q-align-middle {
                padding-top: .625rem
            }

            .q-vehicle-attribute .q-attribute .q-content-container .q-attribute-title {
                text-transform: uppercase
            }

            .q-vehicle-attribute .q-attribute .q-content-container .q-attribute-value {
                display: block;
                /*font-family: 'Noto Kufi Arabic', sans-serif;*/
                font-size: 1.5rem;
                font-weight: 700;
                line-height: 1.375rem;
                text-transform: none
            }

            .q-vehicle-attribute .q-attribute .q-content-container .q-attribute-title, .q-vehicle-attribute .q-attribute .q-content-container .q-attribute-unit-addition {
                color: #888;
                font-size: .875rem;
                line-height: 1.125rem
            }

    .q-vehicle-attribute.q-small-only .q-attribute {
        padding: 1rem
    }

@media print,only screen and (min-width:48rem) {
    .q-vehicle-attribute:not(.q-small-only) {
        background-color: #fff
    }

        .q-vehicle-attribute:not(.q-small-only) .q-attribute {
            border-bottom: 0;
            margin: 0;
            padding: 1.5rem 1rem
        }

            .q-vehicle-attribute:not(.q-small-only) .q-attribute .q-content-container hr {
                margin-bottom: .25rem;
                margin-top: .125rem
            }

            .q-vehicle-attribute:not(.q-small-only) .q-attribute .q-content-container.q-align-middle {
                padding-top: 0
            }

            .q-vehicle-attribute:not(.q-small-only) .q-attribute .q-content-container .q-attribute-title {
                color: #000;
                display: block;
                float: none;
                /*font-family: 'Noto Kufi Arabic', sans-serif;*/
                font-weight: 700;
                min-height: .375rem
            }

            .q-vehicle-attribute:not(.q-small-only) .q-attribute .q-content-container .q-attribute-value {
                display: block;
                /*font-family: 'Noto Kufi Arabic', sans-serif;*/
                font-size: 1.375rem;
                font-weight: 700;
                line-height: 1
            }

            .q-vehicle-attribute:not(.q-small-only) .q-attribute .q-content-container .q-attribute-unit-addition {
                display: block;
                font-size: .75rem;
                line-height: 1rem
            }

    .q-vehicle-attribute.q-small-only .q-attribute .q-content-container .q-attribute-value {
        display: table-row
    }

    .q-vehicle-attribute.q-small-only .q-attribute .q-content-container hr {
        border-color: #c7c7c7;
        margin-bottom: .25rem;
        margin-top: .1875rem
    }

    .q-vehicle-attribute.q-small-only .q-attribute .q-content-container .q-attribute-title {
        color: #000
    }
}

@media only screen and (max-width:47.9375rem) {
    .q-vehicle-attribute .q-attribute-value {
        font-size: 1.5rem;
        line-height: .9167
    }
}

.q-vehicle-grid {
    padding-bottom: .5rem
}

    .q-vehicle-grid .q-vehicle-block-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -.5rem
    }

        .q-vehicle-grid .q-vehicle-block-grid.columns:last-child {
            float: left
        }

        .q-vehicle-grid .q-vehicle-block-grid .q-vehicle-block-item {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            list-style: none;
            margin-top: 1rem;
            padding: 0 .5rem;
            width: 50%
        }

    .q-vehicle-grid .q-bodystyle-link {
        padding-bottom: 1rem;
        padding-top: .5rem;
        text-decoration: none
    }

    .q-vehicle-grid .q-bodystyle-container {
        background-color: #fff;
        border: 1px solid #eee;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding: .5rem .5rem 1rem;
        position: relative
    }

        .q-vehicle-grid .q-bodystyle-container:hover {
            -webkit-box-shadow: 0 -.25rem 0 #00a3e0 inset;
            box-shadow: 0 -.25rem 0 #00a3e0 inset
        }

        .q-vehicle-grid .q-bodystyle-container .q-image-container {
            min-height: 1px
        }

            .q-vehicle-grid .q-bodystyle-container .q-image-container img {
                width: 100%
            }

        .q-vehicle-grid .q-bodystyle-container .q-label-container {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto
        }

            .q-vehicle-grid .q-bodystyle-container .q-label-container .q-title {
                /*font-family: 'Noto Kufi Arabic', sans-serif;*/
                padding-top: .5rem
            }

                .q-vehicle-grid .q-bodystyle-container .q-label-container .q-title .q-label {
                    font-size: .875rem;
                    font-weight: 800;
                    line-height: 1.75rem;
                    text-transform: uppercase
                }

            .q-vehicle-grid .q-bodystyle-container .q-label-container .q-price-container {
                font-size: .75rem;
                font-weight: 700;
                line-height: 1.5;
                margin-top: 0
            }

                .q-vehicle-grid .q-bodystyle-container .q-label-container .q-price-container .q-price, .q-vehicle-grid .q-bodystyle-container .q-label-container .q-price-container .q-price-net {
                    font-size: inherit;
                    font-weight: inherit;
                    line-height: inherit
                }

                .q-vehicle-grid .q-bodystyle-container .q-label-container .q-price-container .q-tax-label {
                    font-size: .5rem;
                    line-height: 2.25
                }

@media print,only screen and (min-width:48rem) {
    .q-vehicle-grid .q-vehicle-block-grid .q-vehicle-block-item {
        margin-top: 1.5rem;
        width: 25%
    }

    .q-vehicle-grid .q-vehicle-block-grid .q-bodystyle-container {
        padding-top: 1.5rem
    }

        .q-vehicle-grid .q-vehicle-block-grid .q-bodystyle-container .q-price-container {
            font-weight: 400
        }

            .q-vehicle-grid .q-vehicle-block-grid .q-bodystyle-container .q-price-container .q-price, .q-vehicle-grid .q-vehicle-block-grid .q-bodystyle-container .q-price-container .q-price-net {
                font-family: inherit
            }

            .q-vehicle-grid .q-vehicle-block-grid .q-bodystyle-container .q-price-container .q-tax-label {
                font-size: inherit;
                line-height: inherit
            }

    .q-vehicle-grid .q-vehicle-selector-mobile-list {
        display: none
    }
}

@media print,only screen and (min-width:62rem) {
    .q-vehicle-grid .q-vehicle-block-grid .q-vehicle-block-item {
        width: 16.66667%
    }

    .q-vehicle-grid .q-vehicle-block-grid .q-vehicle-bodystyle-item {
        margin-top: 1.5rem
    }
}

.q-vehicle-information-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .875rem;
    line-height: 1.25rem;
    min-height: 1px;
    padding: 1rem .75rem
}

    .q-vehicle-information-a .q-offer-icon-large {
        display: none
    }

    .q-vehicle-information-a .q-image-column {
        margin-top: 1rem;
        min-height: 1px
    }

    .q-vehicle-information-a .q-title-column {
        padding-left: 1.09375rem;
        padding-right: 1.09375rem;
        width: 100%;
        float: left
    }

    .q-vehicle-information-a .q-details-column {
        padding-left: 1.09375rem;
        padding-right: 1.09375rem;
        width: 100%;
        float: left;
        margin-top: 1rem
    }

    .q-vehicle-information-a .q-separator {
        margin-top: .75rem
    }

        .q-vehicle-information-a .q-separator hr {
            margin: 0
        }

    .q-vehicle-information-a .q-paragraph {
        display: none
    }

    .q-vehicle-information-a .q-price-container {
        color: #797979;
        font-size: .75rem;
        line-height: 1.083333;
        margin-top: .125rem
    }

    .q-vehicle-information-a .q-headline-border {
        display: inline-block;
        padding-bottom: .125rem
    }

    .q-vehicle-information-a .q-vehicle-attribute {
        height: auto
    }

        .q-vehicle-information-a .q-vehicle-attribute .q-attribute {
            padding-left: 0;
            padding-right: 0
        }

            .q-vehicle-information-a .q-vehicle-attribute .q-attribute .q-content-container .q-attribute-title {
                margin-top: .3125rem
            }

        .q-vehicle-information-a .q-vehicle-attribute:last-of-type {
            margin-bottom: 1.5rem
        }

    .q-vehicle-information-a .q-headline {
        text-transform: uppercase
    }

    .q-vehicle-information-a .q-attributes-container {
        display: none;
        height: auto
    }

        .q-vehicle-information-a .q-attributes-container.show {
            display: block
        }

        .q-vehicle-information-a .q-attributes-container .q-attribute .q-attribute-title {
            display: block
        }

    .q-vehicle-information-a .q-button-container {
        padding-top: 0
    }

        .q-vehicle-information-a .q-button-container .q-button:last-of-type {
            margin-bottom: 0
        }

@media only screen and (max-width:47.9375rem) {
    .q-vehicle-information-a .q-vehicle-attribute .icon {
        font-size: 1.25rem
    }

    .q-vehicle-information-a .q-title-column {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .q-vehicle-information-a .q-image-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .q-vehicle-information-a .q-details-column {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .q-vehicle-information-a .q-price-extra {
        font-size: 1rem
    }

    .q-vehicle-information-a .q-headline {
        font-size: 1.5rem
    }
}

@media print,only screen and (min-width:48rem) {
    .q-vehicle-information-a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 1.5rem 1rem
    }

        .q-vehicle-information-a .q-image-column {
            padding-left: 1.09375rem;
            padding-right: 1.09375rem;
            width: 50%;
            float: left;
            margin-top: 0;
            padding-left: 0;
            padding-right: 0
        }

        .q-vehicle-information-a .q-info-column {
            padding-left: 1.09375rem;
            padding-right: 1.09375rem;
            width: 50%;
            float: left;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .q-vehicle-information-a .q-paragraph {
            display: block
        }

        .q-vehicle-information-a .q-headline {
            margin-top: -.4375rem
        }

        .q-vehicle-information-a .q-attributes-container {
            margin-top: .75rem
        }

            .q-vehicle-information-a .q-attributes-container .q-vehicle-attribute .q-attribute {
                max-width: 80%;
                padding: .875rem 0
            }

        .q-vehicle-information-a .q-button:last-of-type {
            margin-bottom: 0
        }

        .q-vehicle-information-a .q-price-container {
            color: #797979;
            font-size: 1.5rem;
            line-height: 1.083333;
            margin-top: .125rem
        }
}

@media print,only screen and (min-width:62rem) {
    .q-vehicle-information-a .q-image-column {
        padding-left: 1.09375rem;
        padding-right: 1.09375rem;
        width: 58.33333%;
        float: left;
        padding-left: 0;
        padding-right: 0
    }

    .q-vehicle-information-a .q-info-column {
        padding-left: 1.09375rem;
        padding-right: 1.09375rem;
        width: 41.66667%;
        float: right
    }

    .q-vehicle-information-a .q-attributes-container .q-vehicle-attribute .q-attribute {
        max-width: 60%
    }
}

.q-vehicle-information-b {
    height: 100%;
    position: relative
}

    .q-vehicle-information-b .q-vehicle-attribute {
        background-color: transparent
    }

    .q-vehicle-information-b .q-information-container {
        height: 100%;
        min-width: 25%;
        overflow: hidden;
        padding: 1.09375rem 2.1875rem;
        position: absolute
    }

        .q-vehicle-information-b .q-information-container .q-headline a {
            text-decoration: none
        }

        .q-vehicle-information-b .q-information-container .q-price, .q-vehicle-information-b .q-information-container .q-price-net {
            color: #000
        }

        .q-vehicle-information-b .q-information-container .q-attributes-container {
            border-bottom: solid thin #000;
            height: auto;
            margin-left: 0;
            max-width: 21.875rem
        }

            .q-vehicle-information-b .q-information-container .q-attributes-container .q-attribute {
                background-color: transparent;
                width: 35%
            }

    .q-vehicle-information-b .q-legal-text {
        font-size: .75rem;
        padding-left: 2.1875rem;
        position: absolute
    }

@media only screen and (max-width:47.9375rem) {
    .q-vehicle-information-b {
        display: none
    }
}

.q-vehicle-information-bar {
    background-color: transparent
}

    .q-vehicle-information-bar .q-vehicle-attribute {
        height: auto
    }

    .q-vehicle-information-bar .q-headline {
        font-size: 2.375rem;
        line-height: 1.06;
        text-transform: uppercase
    }

        .q-vehicle-information-bar .q-headline .q-headline-border {
            display: inline-block
        }

    .q-vehicle-information-bar .q-price-container {
        line-height: 1.333333;
        margin-top: .5rem
    }

        .q-vehicle-information-bar .q-price-container .q-price {
            font-size: 1.5rem
        }

        .q-vehicle-information-bar .q-price-container .q-price, .q-vehicle-information-bar .q-price-container .q-price-net {
            line-height: inherit
        }

@media print,only screen and (min-width:48rem) {
    .q-vehicle-information-bar .q-headline {
        line-height: initial;
        margin-top: 0
    }

    .q-vehicle-information-bar .q-offers-container {
        height: 7.5rem
    }

        .q-vehicle-information-bar .q-offers-container .q-offers-content {
            float: right;
            height: 100%;
            position: relative;
            width: 16.25rem
        }

            .q-vehicle-information-bar .q-offers-container .q-offers-content .q-offers-text {
                left: 0;
                max-width: 50%;
                padding-left: .5rem;
                padding-top: .5rem;
                position: absolute;
                top: 0
            }
}

.q-vehicle-selector .q-carline-item .dropdown, .q-vehicle-selector .q-carline-item .q-dropdown {
    padding: 0 2.5rem 0 0
}

    .q-vehicle-selector .q-carline-item .dropdown::after, .q-vehicle-selector .q-carline-item .q-dropdown::after {
        margin-right: .3125rem
    }

    .q-vehicle-selector .q-carline-item .dropdown .q-label, .q-vehicle-selector .q-carline-item .q-dropdown .q-label {
        padding-right: 0
    }

.q-vehicle-selector .q-carline-item .f-dropdown {
    text-align: right
}

    .q-vehicle-selector .q-carline-item .f-dropdown ul li a {
        padding-right: .875rem
    }

        .q-vehicle-selector .q-carline-item .f-dropdown ul li a::after {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: .75rem;
            position: absolute;
            right: 1rem
        }

.q-vehicle-selector {
    background-color: #00a3e0;
    overflow: hidden;
    position: relative;
    z-index: 55
}

.grid-full-width .q-vehicle-selector {
    padding: 0 1.875rem
}

.q-vehicle-selector a {
    display: inline-block
}

.q-vehicle-selector .q-slider {
    background-color: #f9f9f9;
    margin-bottom: 2.5rem;
    overflow: visible;
    padding: 0 3.125rem .625rem 3.125rem;
    text-align: center;
    z-index: 40
}

    .q-vehicle-selector .q-slider .slick-list {
        overflow: visible
    }

    .q-vehicle-selector .q-slider .slider-control {
        border: 0;
        height: 100%;
        opacity: 1;
        top: 0
    }

        .q-vehicle-selector .q-slider .slider-control.slick-disabled {
            opacity: 0
        }

        .q-vehicle-selector .q-slider .slider-control.ui-control {
            margin-top: 0
        }

    .q-vehicle-selector .q-slider .slider-pagination {
        z-index: -1
    }

        .q-vehicle-selector .q-slider .slider-pagination li {
            margin-top: 0
        }

.q-vehicle-selector .q-carline-item {
    background-color: #f9f9f9;
    cursor: pointer;
    display: table-cell;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 800;
    max-width: 25%;
    padding: 0 .5rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top
}

    .q-vehicle-selector .q-carline-item:hover .q-dropdown {
        color: #555
    }

        .q-vehicle-selector .q-carline-item:hover .q-dropdown .q-label {
            color: #555
        }

    .q-vehicle-selector .q-carline-item.active::after {
        border-left: 2.4375rem solid transparent;
        border-right: 2.4375rem solid transparent;
        border-top: 2.5rem solid #fff;
        bottom: -3.0625rem;
        content: ' ';
        display: block;
        height: 0;
        left: 50%;
        margin-left: -2.4375rem;
        pointer-events: none;
        position: absolute;
        width: 0;
        z-index: -200
    }

    .q-vehicle-selector .q-carline-item.active .q-title {
        color: #555
    }

        .q-vehicle-selector .q-carline-item.active .q-title .q-label {
            color: #555
        }

    .q-vehicle-selector .q-carline-item > a {
        min-height: 1px;
        width: 100%
    }

        .q-vehicle-selector .q-carline-item > a img {
            display: inline-block
        }

    .q-vehicle-selector .q-carline-item .q-image-container {
        padding-top: 1.5rem
    }

        .q-vehicle-selector .q-carline-item .q-image-container img {
            display: inline-block;
            height: 5.625rem;
            margin: 0 auto
        }

    .q-vehicle-selector .q-carline-item .q-title {
        font-family: inherit;
        padding: .5rem 0;
        position: relative
    }

        .q-vehicle-selector .q-carline-item .q-title .q-label {
            display: inherit;
            overflow: hidden;
            white-space: normal;
            width: 100%
        }

    .q-vehicle-selector .q-carline-item .dropdown, .q-vehicle-selector .q-carline-item .q-dropdown {
        border: 0;
        margin-bottom: 0;
        position: relative;
        text-align: center;
        width: auto
    }

        .q-vehicle-selector .q-carline-item .dropdown::after, .q-vehicle-selector .q-carline-item .q-dropdown::after {
            top: .25rem
        }

        .q-vehicle-selector .q-carline-item .dropdown .q-label, .q-vehicle-selector .q-carline-item .q-dropdown .q-label {
            display: inline-block;
            text-transform: uppercase;
            width: inherit
        }

    .q-vehicle-selector .q-carline-item .q-dropdown, .q-vehicle-selector .q-carline-item .q-title {
        font-weight: 800
    }

        .q-vehicle-selector .q-carline-item .q-dropdown .q-label, .q-vehicle-selector .q-carline-item .q-title .q-label {
            font-family: inherit;
            font-size: inherit;
            font-weight: inherit;
            line-height: 1.375rem;
            text-transform: uppercase
        }

    .q-vehicle-selector .q-carline-item .f-dropdown {
        -webkit-box-shadow: 0 .25rem .25rem .0625rem rgba(0,0,0,.19);
        box-shadow: 0 .25rem .25rem .0625rem rgba(0,0,0,.19);
        left: 0 !important;
        max-width: none;
        opacity: .95;
        padding-top: 13rem;
        top: 0 !important;
        -webkit-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out;
        z-index: -100
    }

        .q-vehicle-selector .q-carline-item .f-dropdown ul {
            -webkit-overflow-scrolling: touch;
            margin-top: -1.875rem;
            max-height: 8.875rem;
            overflow-y: auto
        }

            .q-vehicle-selector .q-carline-item .f-dropdown ul li {
                line-height: 1.5;
                min-height: 2.5rem;
                padding: .5rem 1rem;
                position: relative
            }

                .q-vehicle-selector .q-carline-item .f-dropdown ul li a {
                    font-family: inherit;
                    font-size: inherit;
                    font-weight: inherit;
                    margin: 0;
                    padding-bottom: 0;
                    padding-top: 0;
                    white-space: normal;
                    width: 100%
                }

.q-vehicle-selector.q-selector-none {
    background: #fff;
    overflow: visible
}

    .q-vehicle-selector.q-selector-none .q-slider {
        margin-bottom: 0;
        padding-bottom: 0
    }

        .q-vehicle-selector.q-selector-none .q-slider .q-carline-item.active::after {
            content: none
        }

.q-vehicle-selector.q-with-pagination .q-carline-item.active::after {
    bottom: -4.3125rem
}

.q-vehicle-selector .q-stage {
    background-color: #f9f9f9;
    position: relative;
    z-index: 0
}

    .q-vehicle-selector .q-stage .q-slider-stage-item {
        height: 100%;
        opacity: 0;
        position: absolute;
        -webkit-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        width: 100%;
        z-index: 1
    }

        .q-vehicle-selector .q-stage .q-slider-stage-item:first-child {
            position: relative
        }

        .q-vehicle-selector .q-stage .q-slider-stage-item:not(.active) {
            height: 0
        }

    .q-vehicle-selector .q-stage .active {
        opacity: 1;
        position: relative;
        -webkit-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        z-index: 99
    }

@media print,only screen and (min-width:48rem) {
    .q-vehicle-selector .dropdown, .q-vehicle-selector .q-dropdown {
        max-width: 18.75rem
    }
}

@media print,only screen and (min-width:62rem) {
    .q-vehicle-selector .q-carline-item .q-image-container img {
        height: 7.5rem
    }

    .q-vehicle-selector .q-carline-item .q-title {
        padding-top: 0
    }

    .q-vehicle-selector .q-carline-item .f-dropdown {
        padding-top: 14.875rem
    }
}

@media print {
    .q-vehicle-selector {
        display: none !important
    }
}

.q-vehicle-selector-mobile-list {
    padding-left: .5rem;
    padding-right: .5rem
}

    .q-vehicle-selector-mobile-list > .h5, .q-vehicle-selector-mobile-list > h5 {
        font-size: 1rem
    }

    .q-vehicle-selector-mobile-list > .q-vehicle-grid {
        padding: 0 .5rem
    }

    .q-vehicle-selector-mobile-list .q-stacked-list {
        margin: 0
    }

        .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item {
            display: block;
            height: auto;
            padding: 0;
            position: relative
        }

            .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item > a {
                display: block;
                padding: .5rem 0;
                width: 100%
            }

            .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-bodystyle-link {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

            .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-label-container, .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-picture-container {
                display: inline;
                vertical-align: middle
            }

            .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-picture-container {
                height: 5.625rem;
                padding: 0 .5rem;
                width: 11rem
            }

            .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-label-container {
                float: none;
                padding-left: .5rem
            }

                .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-label-container .q-label {
                    font-size: .875rem;
                    text-transform: uppercase
                }

            .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item.q-with-price .q-price-container {
                color: #888;
                font-size: .75rem;
                font-weight: 800
            }

                .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item.q-with-price .q-price-container .q-price, .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item.q-with-price .q-price-container .q-price-net {
                    padding: 0
                }

                    .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item.q-with-price .q-price-container .q-price .q-from, .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item.q-with-price .q-price-container .q-price .q-tax-label, .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item.q-with-price .q-price-container .q-price .q-value, .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item.q-with-price .q-price-container .q-price-net .q-from, .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item.q-with-price .q-price-container .q-price-net .q-tax-label, .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item.q-with-price .q-price-container .q-price-net .q-value {
                        color: inherit
                    }

            .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-label-container {
                margin: 0;
                padding-right: 2.5rem
            }

            .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-expander-menu .q-menu-list {
                border-top: 1px solid #d2d2d2;
                margin: 0 1rem
            }

                .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-expander-menu .q-menu-list .q-menu-list-item {
                    font-size: .8125rem;
                    line-height: 1rem;
                    list-style: none;
                    margin: 2rem 0 1rem 0
                }

                    .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-expander-menu .q-menu-list .q-menu-list-item:first-of-type {
                        margin-top: 1rem
                    }

    .q-vehicle-selector-mobile-list .q-vehicle-block-grid .q-price-container .q-price {
        font-size: .75rem;
        line-height: 1.3333
    }

    .q-vehicle-selector-mobile-list .q-vehicle-block-grid .q-title .q-label {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: .875rem;
        line-height: 1.1428
    }

.q-vehicle-selector-mobile-scroller .q-attribute:not(:last-child) {
    margin-right: .125rem
}

.q-vehicle-selector-mobile-scroller .q-slider-item {
    background-color: #f9f9f9;
    margin-right: .625rem
}

.q-vehicle-selector-mobile-scroller .q-attributes-container {
    border-bottom: 0
}

.q-vehicle-selector-mobile-scroller .q-text, .q-vehicle-selector-mobile-scroller .secondary {
    display: none
}

.q-vehicle-selector-suggested-bodystyles .q-stacked-list .q-label {
    text-transform: uppercase
}

@media print,only screen and (min-width:48rem) {
    .q-vehicle-selector-suggested-bodystyles .q-stacked-list {
        background-color: #fff;
        padding-bottom: .625rem;
        padding-top: .625rem
    }

        .q-vehicle-selector-suggested-bodystyles .q-stacked-list .q-list-item {
            display: inline-block;
            padding-right: 2rem
        }

        .q-vehicle-selector-suggested-bodystyles .q-stacked-list .q-picture-container {
            text-align: center
        }

        .q-vehicle-selector-suggested-bodystyles .q-stacked-list .q-label-container {
            text-align: center
        }
}

@media only screen and (max-width:47.9375rem) {
    .q-vehicle-selector-suggested-bodystyles .q-stacked-list .q-list-item {
        height: auto;
        padding-right: 2rem
    }

    .q-vehicle-selector-suggested-bodystyles .q-stacked-list .q-label-container .q-label {
        line-height: 1.75rem
    }
}

.q-vehicle-selector-trim .q-navigation-bar .q-scroller-content::before {
    border-color: #00a3e0 transparent transparent;
    border-width: 68.75rem 37.5rem 0 0;
    left: 0;
    -webkit-transform: scale(1.002);
    transform: scale(1.002)
}

.q-vehicle-selector-trim .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
    padding-left: .375rem;
    padding-right: .375rem
}

    .q-vehicle-selector-trim .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item:first-child {
        padding-left: .75rem
    }

@media print,only screen and (min-width:48rem) {
    .q-vehicle-selector-trim .q-navigation-bar .q-scroller-list {
        padding-right: 1.75rem !important
    }

    .q-vehicle-selector-trim .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
        padding-left: .5rem;
        padding-right: .5rem
    }

        .q-vehicle-selector-trim .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item:first-child {
            padding-left: 1rem
        }
}

.q-vehicle-selector-trim {
    background-color: #fff;
    position: relative
}

    .q-vehicle-selector-trim .q-navigation-bar {
        background: #fff
    }

        .q-vehicle-selector-trim .q-navigation-bar .ui-control.slider-control {
            border: 0;
            -webkit-box-shadow: 0 0 1.5rem -.0625rem #d8d8d8;
            box-shadow: 0 0 1.5rem -.0625rem #d8d8d8;
            display: block;
            margin: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            -webkit-transition: opacity .5s;
            transition: opacity .5s;
            z-index: 30
        }

            .q-vehicle-selector-trim .q-navigation-bar .ui-control.slider-control.active {
                opacity: 1
            }

            .q-vehicle-selector-trim .q-navigation-bar .ui-control.slider-control.inactive {
                opacity: 0;
                z-index: -1
            }

            .q-vehicle-selector-trim .q-navigation-bar .ui-control.slider-control.slider-control-prev {
                left: 0
            }

            .q-vehicle-selector-trim .q-navigation-bar .ui-control.slider-control.slider-control-next {
                right: 0
            }

            .q-vehicle-selector-trim .q-navigation-bar .ui-control.slider-control .icon {
                font-size: 1.125rem
            }

                .q-vehicle-selector-trim .q-navigation-bar .ui-control.slider-control .icon::before {
                    font-size: 1.125rem;
                    font-weight: 800
                }

        .q-vehicle-selector-trim .q-navigation-bar .slider-control-next, .q-vehicle-selector-trim .q-navigation-bar .slider-control-prev {
            height: auto;
            margin-top: -2.75rem !important;
            top: 50% !important
        }

            .q-vehicle-selector-trim .q-navigation-bar .slider-control-next .icon, .q-vehicle-selector-trim .q-navigation-bar .slider-control-prev .icon {
                font-size: 1.875rem
            }

                .q-vehicle-selector-trim .q-navigation-bar .slider-control-next .icon::before, .q-vehicle-selector-trim .q-navigation-bar .slider-control-prev .icon::before {
                    font-size: 1.875rem
                }

        .q-vehicle-selector-trim .q-navigation-bar .q-scroller-content {
            overflow: hidden;
            position: relative;
            width: 100%
        }

            .q-vehicle-selector-trim .q-navigation-bar .q-scroller-content .q-scroller-list {
                margin: 0;
                padding: 0;
                position: relative
            }

                .q-vehicle-selector-trim .q-navigation-bar .q-scroller-content .q-scroller-list:after, .q-vehicle-selector-trim .q-navigation-bar .q-scroller-content .q-scroller-list:before {
                    content: " ";
                    display: table
                }

                .q-vehicle-selector-trim .q-navigation-bar .q-scroller-content .q-scroller-list:after {
                    clear: both
                }

                .q-vehicle-selector-trim .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
                    float: left;
                    list-style-type: none;
                    padding: .875rem .75rem
                }

                .q-vehicle-selector-trim .q-navigation-bar .q-scroller-content .q-scroller-list.tabs > .q-scroller-content-item {
                    padding: 0
                }

        .q-vehicle-selector-trim .q-navigation-bar:not(.ps-container) .slider-control {
            height: 100%;
            line-height: 2.75rem;
            margin-top: 0
        }

    .q-vehicle-selector-trim .q-trim-information {
        background-color: #f9f9f9
    }

    .q-vehicle-selector-trim .q-navigation-bar {
        background-color: transparent
    }

        .q-vehicle-selector-trim .q-navigation-bar .q-scroller-content-item {
            margin-bottom: 1.5rem
        }

        .q-vehicle-selector-trim .q-navigation-bar .q-selector-trim-list {
            padding-top: 2.25rem !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .q-vehicle-selector-trim .q-navigation-bar .q-scroller-content::before {
            border-style: solid;
            content: '';
            position: absolute;
            top: 0;
            z-index: 0
        }

        .q-vehicle-selector-trim .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
            padding-top: 0
        }

@media print,only screen and (min-width:48rem) {
    .q-vehicle-selector-trim .q-navigation-bar .q-scroller-content {
        padding-bottom: 1.5rem !important
    }
}

.q-vehicle-spec-table {
    background-color: #fff
}

    .q-vehicle-spec-table .q-section-padding {
        padding: 0 1.5rem 1.5rem
    }

        .q-vehicle-spec-table .q-section-padding .tabs-content {
            margin: 0;
            padding: 0
        }

            .q-vehicle-spec-table .q-section-padding .tabs-content .show-all {
                display: block
            }

            .q-vehicle-spec-table .q-section-padding .tabs-content .show-all-remove {
                -webkit-animation: fadeIn 0s forwards;
                animation: fadeIn 0s forwards;
                display: none
            }

        .q-vehicle-spec-table .q-section-padding .vst-column-item .q-trim-label {
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-size: 1.125rem;
            font-weight: 700;
            line-height: 1.25rem
        }

    .q-vehicle-spec-table .q-section-top-padding {
        padding-top: 1.5rem
    }

    .q-vehicle-spec-table .q-no-padding {
        padding: 0 !important
    }

    .q-vehicle-spec-table .row {
        display: block;
        margin: 0 auto
    }

        .q-vehicle-spec-table .row .columns .vst-column-item {
            padding: 0 .5rem .5rem .5rem
        }

    .q-vehicle-spec-table .q-feature-value-container {
        font-family: Peugeot,sans-serif
    }

        .q-vehicle-spec-table .q-feature-value-container .q-content-name {
            font-size: .9375rem;
            font-weight: 700
        }

    .q-vehicle-spec-table .q-top-row .q-dropdown-button-container {
        padding-left: .5rem
    }

        .q-vehicle-spec-table .q-top-row .q-dropdown-button-container:first-of-type {
            padding-left: 0
        }

    .q-vehicle-spec-table .q-top-row .q-dropdown {
        width: 100%
    }

        .q-vehicle-spec-table .q-top-row .q-dropdown .q-label {
            padding-right: 1rem
        }

            .q-vehicle-spec-table .q-top-row .q-dropdown .q-label::after {
                right: 0;
                top: 0
            }

    .q-vehicle-spec-table .q-top-row .q-dropdown-column {
        max-width: 25rem
    }

    .q-vehicle-spec-table .q-section-title {
        border-bottom: .3125rem solid #00a3e0;
        color: #555;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: .9375rem;
        font-weight: 700;
        margin-top: .3125rem
    }

    .q-vehicle-spec-table .q-features .row .q-feature-name {
        padding-bottom: .4375rem;
        padding-left: .625rem;
        padding-right: .625rem;
        padding-top: .4375rem
    }

    .q-vehicle-spec-table .q-features .row .q-feature-column-container {
        padding-bottom: .625rem;
        padding-top: 2px
    }

        .q-vehicle-spec-table .q-features .row .q-feature-column-container .q-feature-value-container:nth-of-type(2) {
            padding-left: .25rem
        }

    .q-vehicle-spec-table .q-separator hr {
        background-color: #00a3e0;
        height: .25rem;
        margin: 0 0 .25rem 0
    }

    .q-vehicle-spec-table .row-bottom-margin {
        margin-bottom: 1.75rem
    }

    .q-vehicle-spec-table .no-margin {
        margin: 0
    }

    .q-vehicle-spec-table .vst-dropdown {
        padding-left: 2px;
        padding-right: 2px
    }

        .q-vehicle-spec-table .vst-dropdown .q-dropdown {
            background-color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            height: 2.5rem;
            margin-bottom: 0;
            padding: .5rem 1rem;
            width: 100%
        }

            .q-vehicle-spec-table .vst-dropdown .q-dropdown::after {
                margin-top: -.5rem;
                right: 1.75rem
            }

        .q-vehicle-spec-table .vst-dropdown .f-dropdown.open {
            border: 1px solid #d8d8d8;
            border-bottom: 0;
            left: 2px !important;
            max-height: 21.875rem;
            max-width: none;
            opacity: 1;
            overflow-y: auto;
            right: 2px;
            -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
            width: auto !important
        }

        .q-vehicle-spec-table .vst-dropdown .f-dropdown .vst-label {
            border-bottom: 1px solid #d8d8d8
        }

    .q-vehicle-spec-table .vst-label-text {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: 1.125rem;
        font-weight: 800;
        line-height: 1.25rem
    }

        .q-vehicle-spec-table .vst-label-text.vst-single-trim {
            cursor: default;
            margin: .625rem 1rem
        }

    .q-vehicle-spec-table .q-headline {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: .9375rem;
        font-weight: 700;
        line-height: 1.1667;
        padding: 0 1rem .25rem
    }

        .q-vehicle-spec-table .q-headline.q-no-padding-left {
            padding-left: 0
        }

    .q-vehicle-spec-table .vst-section .row .vst-section {
        margin-bottom: .25rem
    }

        .q-vehicle-spec-table .vst-section .row .vst-section:not(:first-child) {
            margin-top: 2.25rem
        }

    .q-vehicle-spec-table .vst-section .vst-grid-header .q-headline {
        padding: .25rem .5rem
    }

    .q-vehicle-spec-table .vst-section .columns {
        border-right: solid .25rem #fff;
        min-height: 2.25rem
    }

        .q-vehicle-spec-table .vst-section .columns:last-child {
            border-right: solid .25rem transparent
        }

    .q-vehicle-spec-table .vst-section .vst-attr-label .vst-column-item {
        padding: 0 .5rem
    }

        .q-vehicle-spec-table .vst-section .vst-attr-label .vst-column-item .vst-property-title {
            margin: .1875rem 0
        }

    .q-vehicle-spec-table .vst-section .vst-attr-value .vst-column-item {
        padding: 0 .5rem
    }

        .q-vehicle-spec-table .vst-section .vst-attr-value .vst-column-item .vst-property-value {
            font-weight: 700
        }

            .q-vehicle-spec-table .vst-section .vst-attr-value .vst-column-item .vst-property-value:not(.vst-sup) {
                min-height: 2rem
            }

            .q-vehicle-spec-table .vst-section .vst-attr-value .vst-column-item .vst-property-value.vst-engine-img {
                text-align: center
            }

    .q-vehicle-spec-table .vst-section .vst-attr-label .vst-column-item, .q-vehicle-spec-table .vst-section .vst-attr-value .vst-column-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1 1 auto;
        -ms-flex-positive: 1 1 auto;
        flex-grow: 1 1 auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        overflow-wrap: break-word;
        padding: 0 .5rem;
        word-wrap: break-word
    }

        .q-vehicle-spec-table .vst-section .vst-attr-label .vst-column-item .vst-property-title, .q-vehicle-spec-table .vst-section .vst-attr-label .vst-column-item .vst-property-value, .q-vehicle-spec-table .vst-section .vst-attr-value .vst-column-item .vst-property-title, .q-vehicle-spec-table .vst-section .vst-attr-value .vst-column-item .vst-property-value {
            font-size: .875rem;
            line-height: 1.125rem
        }

            .q-vehicle-spec-table .vst-section .vst-attr-label .vst-column-item .vst-property-title:not(.vst-sup), .q-vehicle-spec-table .vst-section .vst-attr-label .vst-column-item .vst-property-value:not(.vst-sup), .q-vehicle-spec-table .vst-section .vst-attr-value .vst-column-item .vst-property-title:not(.vst-sup), .q-vehicle-spec-table .vst-section .vst-attr-value .vst-column-item .vst-property-value:not(.vst-sup) {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

    .q-vehicle-spec-table .vst-section .q-button {
        margin: 0
    }

    .q-vehicle-spec-table .vst-section .vst-fade-on-focus {
        opacity: 1;
        -webkit-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out
    }

        .q-vehicle-spec-table .vst-section .vst-fade-on-focus.vst-focus {
            opacity: 0
        }

    .q-vehicle-spec-table .vst-section .vst-status-standard::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        color: #00a3e0
    }

    .q-vehicle-spec-table .vst-section .vst-status-available::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit
    }

    .q-vehicle-spec-table .vst-section .vst-status-n-a::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit
    }

    .q-vehicle-spec-table .vst-section .vst .tabs a:focus, .q-vehicle-spec-table .vst-section .vst.tabs a:focus {
        outline: 0
    }

    .q-vehicle-spec-table .vst-section .vst-config-links .columns {
        background-color: transparent;
        height: 3rem
    }

    .q-vehicle-spec-table .vst-content > .content.vst-show-all {
        display: block;
        float: none;
        height: initial;
        padding-bottom: 1rem
    }

    .q-vehicle-spec-table .vst-spec-table .q-selector-padding {
        display: block
    }

        .q-vehicle-spec-table .vst-spec-table .q-selector-padding .columns {
            padding: 0
        }

            .q-vehicle-spec-table .vst-spec-table .q-selector-padding .columns .inline-list {
                margin: .625rem 0 0
            }

                .q-vehicle-spec-table .vst-spec-table .q-selector-padding .columns .inline-list .vst-option-icon-text {
                    vertical-align: middle
                }

                .q-vehicle-spec-table .vst-spec-table .q-selector-padding .columns .inline-list li:first-child {
                    margin-left: 0
                }

    .q-vehicle-spec-table .vst-spec-table .q-bottom-row .q-vst-trim-price {
        display: inline-block;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: .875rem;
        line-height: 1.2857;
        margin: .75rem 0 .25rem 0
    }

        .q-vehicle-spec-table .vst-spec-table .q-bottom-row .q-vst-trim-price .q-vst-price-label, .q-vehicle-spec-table .vst-spec-table .q-bottom-row .q-vst-trim-price .q-vst-price-tax-label {
            display: inline-block;
            font-family: inherit;
            font-weight: 700
        }

    .q-vehicle-spec-table .vst-spec-table .q-bottom-row .q-vst-incl-excl-price .q-vst-trim-price .q-vst-from-price, .q-vehicle-spec-table .vst-spec-table .q-bottom-row .q-vst-incl-excl-price .q-vst-trim-price .q-vst-from-price-net {
        display: block
    }

    .q-vehicle-spec-table .vst-spec-table .q-bottom-row .vst-column-item .q-button:first-of-type {
        margin-top: 0
    }

@media only screen and (max-width:47.9375rem) {
    .q-vehicle-spec-table {
        background-color: transparent
    }

        .q-vehicle-spec-table .q-bottom-row {
            margin-top: 0
        }

            .q-vehicle-spec-table .q-bottom-row .row .vst-column-item {
                padding-top: 0
            }

        .q-vehicle-spec-table .q-section-padding {
            padding: 0 0 1.5rem 0
        }

            .q-vehicle-spec-table .q-section-padding .tabs-content {
                margin: 0
            }

        .q-vehicle-spec-table .q-features .q-feature-name {
            background-color: #d8d8d8;
            padding-bottom: .4375rem;
            padding-top: .4375rem
        }

        .q-vehicle-spec-table .q-features .q-feature-value {
            background-color: #eee;
            padding-bottom: 0;
            padding-left: .625rem;
            padding-right: .625rem;
            padding-top: 2px
        }

        .q-vehicle-spec-table .vst-content {
            background-color: #fff;
            padding: .25rem
        }

            .q-vehicle-spec-table .vst-content > .content:not(:first-child) .q-headline {
                margin-top: 2.25rem
            }

        .q-vehicle-spec-table .vst-section {
            padding-bottom: 0
        }

            .q-vehicle-spec-table .vst-section .vst-content {
                border-left: solid 1px #ccc;
                border-right: solid 1px #ccc;
                border-top: 0
            }

            .q-vehicle-spec-table .vst-section:first-child .vst-content {
                border-bottom: 0;
                border-top: solid 1px #ccc
            }

            .q-vehicle-spec-table .vst-section .vst-attr-label {
                background-color: #efefef;
                border-bottom: solid .25rem #fff;
                border-right: 0;
                min-height: 1.5rem;
                padding-bottom: 0;
                padding-top: 0
            }

            .q-vehicle-spec-table .vst-section .vst-attr-value {
                background-color: #f5f5f5
            }

                .q-vehicle-spec-table .vst-section .vst-attr-value.align-items-center {
                    min-height: 2rem
                }

            .q-vehicle-spec-table .vst-section .vst-grid-header .small-6 {
                border-color: transparent
            }

            .q-vehicle-spec-table .vst-section .row.vst-section-attr:not(:last-child) {
                margin-bottom: .75rem
            }

            .q-vehicle-spec-table .vst-section .vst-section-config {
                border: solid 1px #ccc;
                border-top: 0;
                padding: .25rem
            }

        .q-vehicle-spec-table .vst-sections .vst-section .vst-content .q-headline {
            margin-top: .75rem;
            padding: .75rem .5rem
        }

        .q-vehicle-spec-table .vst-sections .vst-section:first-child .vst-content .q-headline {
            margin-top: 0
        }

        .q-vehicle-spec-table .q-dropdown-only .q-dropdown {
            background-color: #fff;
            height: auto;
            padding: .75rem 1rem
        }

        .q-vehicle-spec-table .q-headline {
            padding-bottom: .5rem;
            padding-top: .5rem
        }

        .q-vehicle-spec-table .q-separator hr {
            margin-bottom: 0
        }

        .q-vehicle-spec-table .vst-available-option-list {
            margin-left: 0
        }

            .q-vehicle-spec-table .vst-available-option-list > li {
                font-size: .875rem;
                margin-left: 1rem
            }

                .q-vehicle-spec-table .vst-available-option-list > li:first-child {
                    margin-left: 0
                }

        .q-vehicle-spec-table .vst-spec-table .q-selector-padding .columns:first-child {
            padding-left: 0
        }

        .q-vehicle-spec-table .vst-spec-table .q-selector-padding .columns:last-child {
            padding-right: 0
        }

        .q-vehicle-spec-table .vst-dropdown-row .columns .vst-dropdown .f-dropdown.open {
            width: 200% !important
        }

        .q-vehicle-spec-table .vst-dropdown-row .columns:first-child .vst-dropdown {
            padding-left: 0
        }

            .q-vehicle-spec-table .vst-dropdown-row .columns:first-child .vst-dropdown .f-dropdown.open {
                left: 0 !important
            }

        .q-vehicle-spec-table .vst-dropdown-row .columns:nth-of-type(2) .vst-dropdown {
            padding-right: 0
        }

            .q-vehicle-spec-table .vst-dropdown-row .columns:nth-of-type(2) .vst-dropdown .f-dropdown.open {
                left: -100% !important
            }
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .q-vehicle-spec-table .vst-dropdown-row .columns:nth-of-type(2) .vst-dropdown .f-dropdown.open {
        left: -99% !important
    }
}

@media print,only screen and (max-width:61.9375rem) {
    .q-vehicle-spec-table .vst-section .columns:nth-child(2) {
        border-right: solid .125rem #fff
    }

    .q-vehicle-spec-table .vst-section .columns:nth-child(3) {
        border-left: solid .125rem #fff;
        border-right: 0
    }

    .q-vehicle-spec-table .vst-section .vst-section-config .q-full-width {
        text-align: center;
        width: 100%
    }

    .q-vehicle-spec-table .vst-spec-table .third-column {
        display: none
    }

    .q-vehicle-spec-table .vst-spec-table .q-selector-padding .columns:first-child {
        padding-left: 0
    }

    .q-vehicle-spec-table .vst-spec-table .q-selector-padding .columns:nth-child(2) {
        padding-right: 0
    }
}

@media print,only screen and (min-width:48rem) {
    .q-vehicle-spec-table .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .q-vehicle-spec-table .row.no-flex {
            display: inherit
        }

    .q-vehicle-spec-table .vst-section .even .columns {
        background-color: #f5f5f5
    }

    .q-vehicle-spec-table .vst-section .vst-section-config {
        padding-top: 1.5rem
    }

    .q-vehicle-spec-table .q-features .q-odd .q-feature-name {
        background-color: #eee
    }

    .q-vehicle-spec-table .q-features .q-odd .q-feature-value {
        background-color: #eee
    }

    .q-vehicle-spec-table .q-features .q-even .q-feature-name {
        background-color: #fff
    }

    .q-vehicle-spec-table .q-features .q-even .q-feature-value {
        background-color: #fff
    }

    .q-vehicle-spec-table .q-features .row .q-feature-column-container {
        padding: 0
    }

    .q-vehicle-spec-table .q-features .row .q-feature-value-container {
        padding-left: .25rem
    }

    .q-vehicle-spec-table .q-features .row .q-feature-column-container:nth-of-type(-n+3) {
        margin-top: 2px
    }

    .q-vehicle-spec-table .q-features .row .q-feature-name:first-of-type {
        margin-top: 2px
    }

    .q-vehicle-spec-table .q-features .row .q-feature-value {
        padding: .3125rem;
        padding-bottom: .3125rem;
        padding-top: .3125rem
    }

    .q-vehicle-spec-table .vst-dropdown-row .columns .vst-dropdown .f-dropdown.open {
        max-height: 37.5rem;
        width: calc(200% - 4px) !important
    }
}

@media print,only screen and (min-width:62rem) {
    .q-vehicle-spec-table .q-selector-padding .vst-dropdown .f-dropdown.open {
        right: 2px
    }

    .q-vehicle-spec-table .row .columns .vst-column-item.vst-engine-label {
        padding-top: 1.0625rem
    }

    .q-vehicle-spec-table .vst-dropdown-row .columns:last-child .vst-dropdown .f-dropdown.open {
        left: -99% !important
    }
}

@media only screen and (max-width:47.9375rem) {
    .q-vehicle-teaser .q-info-container {
        margin-right: 1rem
    }
}

.q-vehicle-teaser {
    list-style: none;
    margin-top: .5rem
}

    .q-vehicle-teaser .q-vehicle-teaser-link {
        padding: .5rem .5rem .125rem;
        position: relative;
        text-decoration: none
    }

        .q-vehicle-teaser .q-vehicle-teaser-link .q-price-container {
            line-height: 1.5
        }

        .q-vehicle-teaser .q-vehicle-teaser-link .q-carline-container {
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-size: 1rem;
            font-weight: 700;
            margin-top: .5rem;
            text-transform: uppercase
        }

@media only screen and (max-width:47.9375rem) {
    .q-vehicle-teaser {
        background: #fff;
        margin-top: .5rem;
        min-height: 5.625rem;
        width: 100%
    }

        .q-vehicle-teaser > .q-vehicle-teaser-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: .5rem 0;
            width: 100%
        }

        .q-vehicle-teaser .q-image-container {
            padding: 0 1rem
        }

            .q-vehicle-teaser .q-image-container img {
                height: 5.625rem
            }

        .q-vehicle-teaser .q-info-container {
            -ms-flex-item-align: center;
            align-self: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0%;
            flex: 1 1 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .q-vehicle-teaser .q-info-container .q-label-container {
                width: 100%
            }

                .q-vehicle-teaser .q-info-container .q-label-container .q-carline-container {
                    margin: 0
                }

                .q-vehicle-teaser .q-info-container .q-label-container .q-price-container {
                    margin: 0;
                    text-transform: uppercase
                }

        .q-vehicle-teaser .q-vehicle-details-link, .q-vehicle-teaser .q-vehicle-details-popout {
            display: none
        }

            .q-vehicle-teaser .q-vehicle-details-link.active, .q-vehicle-teaser .q-vehicle-details-popout.active {
                display: none
            }

        .q-vehicle-teaser .q-expander-menu .q-menu-list {
            border-top: 1px solid #d2d2d2;
            margin: 0 1rem
        }

            .q-vehicle-teaser .q-expander-menu .q-menu-list .q-menu-list-item {
                font-size: .8125rem;
                line-height: 1rem;
                list-style: none;
                margin: 2rem 0 1rem 0
            }

                .q-vehicle-teaser .q-expander-menu .q-menu-list .q-menu-list-item:first-of-type {
                    margin-top: 1rem
                }

                .q-vehicle-teaser .q-expander-menu .q-menu-list .q-menu-list-item > a {
                    text-decoration: none
                }
}

@media only screen and (max-width:47.9375rem) {
    .q-vehicle-teaser:first-child {
        margin-top: 0
    }
}

@media print,only screen and (min-width:48rem) {
    .q-vehicle-teaser {
        float: left;
        margin-top: 1rem;
        padding: 0 .5rem;
        width: 25%
    }

        .q-vehicle-teaser.q-vt-details {
            float: none;
            margin-bottom: .5rem;
            width: 100%
        }

        .q-vehicle-teaser .q-vehicle-details-link {
            border: 1px solid #ccc;
            cursor: pointer;
            line-height: 1.4;
            margin-bottom: .5rem;
            text-align: center
        }

            .q-vehicle-teaser .q-vehicle-details-link .icon {
                display: inline-block
            }

    .no-touch .q-vehicle-teaser .q-vehicle-details-link:hover {
        background-color: #00a3e0;
        border-color: transparent;
        color: #000;
        font-weight: 700
    }

    .q-vehicle-teaser.active {
        margin-bottom: 0
    }

        .q-vehicle-teaser.active .q-vehicle-details-link {
            background-color: #00a3e0;
            border-color: transparent;
            color: #000;
            margin-bottom: 0;
            padding-bottom: .5rem
        }

            .q-vehicle-teaser.active .q-vehicle-details-link .icon {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg)
            }

    .q-vehicle-teaser div.hide-vehicle-teaser-link-by-configuration {
        display: none
    }

    .q-vehicle-teaser .q-vehicle-teaser-link {
        border: 1px solid #eee;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 12rem;
        padding: .5rem
    }

        .q-vehicle-teaser .q-vehicle-teaser-link.hide-vehicle-teaser-link {
            display: none
        }

        .q-vehicle-teaser .q-vehicle-teaser-link.hide-vehicle-teaser-link-by-configuration {
            display: none
        }

        .q-vehicle-teaser .q-vehicle-teaser-link .q-image-container {
            min-height: 1px
        }

        .q-vehicle-teaser .q-vehicle-teaser-link .q-info-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .q-vehicle-teaser .q-vehicle-teaser-link .q-info-container .q-label-container {
                -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto
            }

        .q-vehicle-teaser .q-vehicle-teaser-link .q-price-container {
            margin-top: 0
        }

    .q-vehicle-teaser .q-vehicle-details-popout {
        border: 1px solid #eee;
        border-top: 8px solid #00a3e0;
        display: none;
        min-height: 1px
    }

        .q-vehicle-teaser .q-vehicle-details-popout.active {
            display: block
        }

            .q-vehicle-teaser .q-vehicle-details-popout.active .q-vehicle-information-a {
                width: 100%
            }

    .q-vehicle-teaser.q-info-drawer {
        border: 1px solid #eee;
        border-top: 8px solid #00a3e0;
        clear: both;
        min-height: 18.75rem;
        width: 100%
    }
}

.q-vehicle-trim-details .tabs-content {
    padding: 0
}

    .q-vehicle-trim-details .tabs-content > .content {
        display: block;
        height: 0;
        margin-bottom: 0;
        overflow-y: hidden
    }

        .q-vehicle-trim-details .tabs-content > .content.active {
            height: auto
        }

@-webkit-keyframes bsFadeInMobile {
    from {
        height: 0;
        opacity: 0
    }

    33% {
        opacity: .33;
        height: 0
    }

    to {
        height: 3.125rem;
        opacity: 1
    }
}

@keyframes bsFadeInMobile {
    from {
        height: 0;
        opacity: 0
    }

    33% {
        opacity: .33;
        height: 0
    }

    to {
        height: 3.125rem;
        opacity: 1
    }
}

@-webkit-keyframes bsFadeInDesktop {
    from {
        width: 0;
        opacity: 0
    }

    33% {
        width: 0;
        opacity: .33
    }

    to {
        width: 6.25rem;
        opacity: 1
    }
}

@keyframes bsFadeInDesktop {
    from {
        width: 0;
        opacity: 0
    }

    33% {
        width: 0;
        opacity: .33
    }

    to {
        width: 6.25rem;
        opacity: 1
    }
}

.q-book-showcase {
    position: relative;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #000
}

    .q-book-showcase.light {
        background: 0 0
    }

        .q-book-showcase.light .q-book-showcase-item {
            color: #787b80;
            border-bottom: 1px solid #adaeb2
        }

@media print,only screen and (min-width:48rem) {
    .q-book-showcase.light .q-book-showcase-item {
        border-bottom: none;
        border-right: 1px solid #adaeb2
    }
}

.q-book-showcase.light .q-book-showcase-item:hover {
    color: #00a2e0;
    border-color: #00a2e0
}

.q-book-showcase-section-title {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: scale(-1);
    transform: scale(-1);
    text-transform: uppercase;
    position: absolute;
    left: 2.1875rem;
    top: 1.09375rem;
    z-index: 1
}

    .q-book-showcase-section-title .q-book-showcase-title {
        color: #fff;
        font-size: 1.25rem;
        margin: 0
    }

.q-book-showcase-container-box {
    width: 100%;
    position: relative;
    height: 27.1875rem
}

.q-book-showcase-container-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 2.1875rem
}

.q-book-showcase-boxItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .75s cubic-bezier(.83,0,.17,1);
    transition: opacity .75s cubic-bezier(.83,0,.17,1)
}

.q-book-showcase-boxItem-title {
    position: absolute;
    text-transform: uppercase;
    font-size: .9375rem;
    font-weight: 700;
    color: #fff;
    bottom: 1.09375rem;
    left: 2.1875rem
}

.q-book-showcase-boxItem > .aem-Grid {
    width: 100%
}

    .q-book-showcase-boxItem > .aem-Grid > .aem-GridColumn {
        padding-left: 0;
        padding-right: 0
    }

.q-book-showcase-boxItem.active {
    opacity: 1;
    visibility: visible
}

    .q-book-showcase-boxItem.active.fadeOut {
        opacity: 0
    }

.q-book-showcase .q-book-showcase-boxItem .q-responsive-image .q-image-container {
    height: 27.1875rem
}

    .q-book-showcase .q-book-showcase-boxItem .q-responsive-image .q-image-container picture {
        height: 100%
    }

        .q-book-showcase .q-book-showcase-boxItem .q-responsive-image .q-image-container picture img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

.q-book-showcase-boxItem .q-overlay-container {
    display: none
}

.q-book-showcase-item {
    height: 3.125rem;
    color: #ececee;
    margin: 0 2.1875rem;
    font-size: .625rem;
    border-bottom: 1px solid #ececee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -webkit-animation: bsFadeInMobile .75s cubic-bezier(.83,0,.17,1);
    animation: bsFadeInMobile .75s cubic-bezier(.83,0,.17,1)
}

    .q-book-showcase-item:hover {
        color: #4cc9f9;
        border-color: #4cc9f9;
        cursor: pointer
    }

    .q-book-showcase-item.active {
        display: none
    }

    .q-book-showcase-item.shrink {
        height: 0;
        opacity: 0;
        -webkit-transition: all .5s cubic-bezier(.83,0,.17,1) .25s;
        transition: all .5s cubic-bezier(.83,0,.17,1) .25s
    }

        .q-book-showcase-item.shrink .q-book-showcase-item-content {
            -webkit-transform: translate3d(0,-100px,0);
            transform: translate3d(0,-100px,0);
            -webkit-transition: -webkit-transform .5s cubic-bezier(.83,0,.17,1);
            transition: -webkit-transform .5s cubic-bezier(.83,0,.17,1);
            transition: transform .5s cubic-bezier(.83,0,.17,1);
            transition: transform .5s cubic-bezier(.83,0,.17,1),-webkit-transform .5s cubic-bezier(.83,0,.17,1)
        }

.q-book-showcase-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none
}

.q-book-showcase-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

.q-book-showcase-item .icon {
    font-size: 1.25rem
}

@media print,only screen and (min-width:48rem) {
    .q-book-showcase {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 56.25rem
    }

    .q-book-showcase-section-title {
        left: 4.375rem;
        top: 4.375rem
    }

        .q-book-showcase-section-title .q-book-showcase-title {
            font-size: 2.5rem
        }

    .q-book-showcase-container-box {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: auto;
        height: auto
    }

    .q-book-showcase-container-list {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 4.375rem 0 0;
        width: 29.375rem
    }

    .q-book-showcase-boxItem-title {
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-transform: scale(-1);
        transform: scale(-1);
        text-transform: uppercase;
        top: 4.375rem;
        right: 2.1875rem;
        font-size: 1.875rem;
        bottom: unset;
        left: unset
    }

    .q-book-showcase-boxItem > .aem-Grid {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .q-book-showcase .q-book-showcase-boxItem .q-responsive-image .q-image-container {
        height: 56.25rem
    }

        .q-book-showcase .q-book-showcase-boxItem .q-responsive-image .q-image-container picture img {
            width: 100%
        }

    .q-book-showcase-boxItem .q-overlay-container {
        display: block
    }

    .q-book-showcase-item {
        height: auto;
        width: 6.25rem;
        color: #ececee;
        margin: 4.375rem 0;
        border-bottom: none;
        border-right: 1px solid #ececee;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-animation: bsFadeInDesktop .75s cubic-bezier(.83,0,.17,1);
        animation: bsFadeInDesktop .75s cubic-bezier(.83,0,.17,1)
    }

        .q-book-showcase-item.shrink {
            width: 0;
            height: auto;
            opacity: 0;
            -webkit-transition: all .5s cubic-bezier(.83,0,.17,1) .25s;
            transition: all .5s cubic-bezier(.83,0,.17,1) .25s
        }

            .q-book-showcase-item.shrink .q-book-showcase-item-content {
                -webkit-transform: translate3d(-100px,0,0);
                transform: translate3d(-100px,0,0);
                -webkit-transition: -webkit-transform .5s cubic-bezier(.83,0,.17,1);
                transition: -webkit-transform .5s cubic-bezier(.83,0,.17,1);
                transition: transform .5s cubic-bezier(.83,0,.17,1);
                transition: transform .5s cubic-bezier(.83,0,.17,1),-webkit-transform .5s cubic-bezier(.83,0,.17,1)
            }

    .q-book-showcase-item-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .q-book-showcase-item span {
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-transform: scale(-1);
        transform: scale(-1);
        text-transform: uppercase;
        font-size: .9375rem
    }

    .q-book-showcase-item .icon {
        font-size: 1.875rem
    }
}

.q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group:not(.q-equal-size) .q-gallery-row .q-gallery-item-small:first-child {
    margin-right: .25rem
}

@media print,only screen and (min-width:48rem) {
    .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group:not(.q-equal-size) .q-gallery-row .q-gallery-item-small:first-child {
        margin-right: .5rem
    }
}

.q-gallery {
    display: block;
    min-height: 12.5rem;
    overflow: hidden
}

    .q-gallery:after, .q-gallery:before {
        content: " ";
        display: table
    }

    .q-gallery:after {
        clear: both
    }

    .q-gallery:not(.q-horizontal-stream) {
        margin: 0 -.25rem
    }

    .q-gallery > .q-responsive-image {
        float: left;
        margin-bottom: .75rem;
        padding: 0 .5rem;
        width: 50%
    }

        .q-gallery > .q-responsive-image:hover {
            cursor: pointer
        }

            .q-gallery > .q-responsive-image:hover .q-caption {
                color: #00a3e0
            }

        .q-gallery > .q-responsive-image:nth-of-type(n) {
            clear: none
        }

        .q-gallery > .q-responsive-image:nth-of-type(2n+1) {
            clear: both
        }

    .q-gallery .q-caption {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.2222229;
        text-decoration: none
    }

        .q-gallery .q-caption p {
            font: inherit;
            line-height: inherit
        }

    .q-gallery.q-horizontal-stream {
        padding-bottom: 1rem;
        padding-top: 1.5rem
    }

        .q-gallery.q-horizontal-stream .q-responsive-image {
            margin-bottom: 0;
            padding: 0
        }

        .q-gallery.q-horizontal-stream .q-scroller-list {
            padding-right: .75rem !important
        }

        .q-gallery.q-horizontal-stream .q-navigation-bar {
            background-color: transparent
        }

            .q-gallery.q-horizontal-stream .q-navigation-bar .ui-control.slider-control {
                -webkit-box-shadow: none;
                box-shadow: none
            }

            .q-gallery.q-horizontal-stream .q-navigation-bar .ps {
                position: relative;
                height: 14.4375rem
            }

                .q-gallery.q-horizontal-stream .q-navigation-bar .ps:hover .ps__thumb-x {
                    background: #00a3e0
                }

                .q-gallery.q-horizontal-stream .q-navigation-bar .ps .ps__rail-x {
                    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(40%,transparent),color-stop(40%,#999),color-stop(60%,#999),color-stop(60%,transparent),to(transparent)) !important;
                    background: linear-gradient(to bottom,transparent 0,transparent 40%,#999 40%,#999 60%,transparent 60%,transparent 100%) !important;
                    bottom: 0
                }

                    .q-gallery.q-horizontal-stream .q-navigation-bar .ps .ps__rail-x:hover {
                        background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(40%,transparent),color-stop(40%,#999),color-stop(60%,#999),color-stop(60%,transparent),to(transparent)) !important;
                        background: linear-gradient(to bottom,transparent 0,transparent 40%,#999 40%,#999 60%,transparent 60%,transparent 100%) !important
                    }

        .q-gallery.q-horizontal-stream .q-gallery-content-list {
            list-style: none;
            margin-left: 0
        }

            .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group {
                float: left;
                padding: 0
            }

                .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group:not(:last-child) {
                    margin-right: .25rem
                }

                .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group .q-gallery-row {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    overflow: hidden
                }

                    .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group .q-gallery-row .q-gallery-item-large {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        height: 8.4375rem;
                        width: 15rem
                    }

                    .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group .q-gallery-row .q-gallery-item-small {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        height: 4.125rem;
                        width: 7.375rem
                    }

                .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group.q-equal-size .q-gallery-row:not(:first-child) {
                    margin-top: .25rem
                }

                .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group.q-equal-size .q-gallery-row:nth-child(2) .q-gallery-item-small {
                    height: 4.0625rem
                }

                .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group:not(.q-equal-size) .q-gallery-row:last-child {
                    margin-top: .25rem
                }

@media print,only screen and (min-width:48rem) {
    .q-gallery:not(.q-horizontal-stream) {
        margin: 0 -.5rem
    }

    .q-gallery .q-responsive-image {
        margin-bottom: 1.5rem
    }

    .q-gallery.q-medium-4-grid > .q-responsive-image {
        width: 25%
    }

        .q-gallery.q-medium-4-grid > .q-responsive-image:nth-of-type(n) {
            clear: none
        }

        .q-gallery.q-medium-4-grid > .q-responsive-image:nth-of-type(4n+1) {
            clear: both
        }

    .q-gallery.q-medium-3-grid > .q-responsive-image {
        width: 33.33333%
    }

        .q-gallery.q-medium-3-grid > .q-responsive-image:nth-of-type(n) {
            clear: none
        }

        .q-gallery.q-medium-3-grid > .q-responsive-image:nth-of-type(3n+1) {
            clear: both
        }

    .q-gallery.q-horizontal-stream {
        padding-bottom: 1.5rem;
        padding-top: 2.5rem
    }

        .q-gallery.q-horizontal-stream .q-scroller-list {
            padding-right: 2.5rem !important
        }

        .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group:not(:last-child) {
            margin-right: .5rem
        }

        .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group.q-equal-size .q-gallery-row:not(:first-child) {
            margin-top: .5rem
        }

        .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group:not(.q-equal-size) .q-gallery-row:last-child {
            margin-top: .5rem
        }
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .q-gallery.q-horizontal-stream .q-navigation-bar .ps {
        height: 23.375rem
    }

    .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group .q-gallery-row .q-gallery-item-large {
        height: 14.0625rem;
        width: 25rem
    }

    .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group .q-gallery-row .q-gallery-item-small {
        height: 6.875rem;
        width: 12.25rem
    }

    .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group.q-equal-size .q-gallery-row:nth-child(2) .q-gallery-item-small {
        height: 6.6875rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .q-gallery .q-responsive-image {
        margin-bottom: 1.5rem
    }

    .q-gallery.q-horizontal-stream .q-navigation-bar .ps {
        height: 29rem
    }

    .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group .q-gallery-row .q-gallery-item-large {
        height: 17.5625rem;
        width: 31.25rem
    }

    .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group .q-gallery-row .q-gallery-item-small {
        height: 8.625rem;
        width: 15.375rem
    }

    .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group.q-equal-size .q-gallery-row:nth-child(2) .q-gallery-item-small {
        height: 8.4375rem
    }
}

@media only screen and (min-width:74rem) {
    .q-gallery.q-horizontal-stream {
        padding-top: 2.5rem
    }

        .q-gallery.q-horizontal-stream .q-navigation-bar .ps {
            height: 34.625rem
        }

        .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group .q-gallery-row .q-gallery-item-large {
            height: 21.125rem;
            width: 37.5rem
        }

        .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group .q-gallery-row .q-gallery-item-small {
            height: 10.4375rem;
            width: 18.5rem
        }

        .q-gallery.q-horizontal-stream .q-gallery-content-list .q-gallery-group.q-equal-size .q-gallery-row:nth-child(2) .q-gallery-item-small {
            height: 10.1875rem
        }
}

.q-gallery-layer .row {
    max-width: none
}

.q-gallery-layer .q-multimedia-teaser {
    margin-bottom: 0
}

.q-gallery-layer .q-multimedia-scroller .q-slider-counter {
    background-color: #fff;
    font-size: .875rem;
    text-align: right
}

.q-gallery-layer .q-multimedia-scroller .q-caption {
    display: none
}

.q-gallery-layer .q-multimedia-scroller .q-caption-scroller {
    padding: 1.25rem .75rem
}

    .q-gallery-layer .q-multimedia-scroller .q-caption-scroller.q-multimedia-teaser {
        background-color: transparent
    }

        .q-gallery-layer .q-multimedia-scroller .q-caption-scroller.q-multimedia-teaser .q-teaser-content-container {
            background-color: #fff;
            display: block !important;
            padding: 0
        }

            .q-gallery-layer .q-multimedia-scroller .q-caption-scroller.q-multimedia-teaser .q-teaser-content-container .q-gallery-title {
                font-size: .875rem;
                line-height: 1.75;
                padding: 0
            }

.q-gallery-layer .q-gallery-thumbnail-scroller {
    display: none
}

.q-gallery-layer .q-gallery-thumbnails {
    display: block;
    padding: 0 1.875rem
}

    .q-gallery-layer .q-gallery-thumbnails .q-thumbnail-block {
        margin-top: .75rem
    }

        .q-gallery-layer .q-gallery-thumbnails .q-thumbnail-block .q-slider-item {
            padding: .5rem;
            position: relative;
            z-index: 0
        }

            .q-gallery-layer .q-gallery-thumbnails .q-thumbnail-block .q-slider-item.active picture, .q-gallery-layer .q-gallery-thumbnails .q-thumbnail-block .q-slider-item:active picture, .q-gallery-layer .q-gallery-thumbnails .q-thumbnail-block .q-slider-item:hover picture {
                background: rgba(0,0,0,.5);
                -webkit-box-shadow: inset 0 0 0 .5rem #00a3e0;
                box-shadow: inset 0 0 0 .5rem #00a3e0;
                display: block
            }

                .q-gallery-layer .q-gallery-thumbnails .q-thumbnail-block .q-slider-item.active picture img, .q-gallery-layer .q-gallery-thumbnails .q-thumbnail-block .q-slider-item:active picture img, .q-gallery-layer .q-gallery-thumbnails .q-thumbnail-block .q-slider-item:hover picture img {
                    position: relative;
                    z-index: -1
                }

            .q-gallery-layer .q-gallery-thumbnails .q-thumbnail-block .q-slider-item:hover {
                cursor: pointer
            }

.q-gallery-layer .q-thumbnail-container {
    padding: 0;
    padding-left: .5rem
}

.q-gallery-layer .q-gallery-container {
    padding-left: 1rem;
    padding-right: 1.5rem
}

@media only screen and (max-width:47.9375rem) {
    .q-gallery-layer .q-gallery-thumbnails {
        padding: 0 .75rem
    }

        .q-gallery-layer .q-gallery-thumbnails .q-thumbnail-block {
            margin-top: -.5rem
        }

            .q-gallery-layer .q-gallery-thumbnails .q-thumbnail-block .q-slider-item.active picture, .q-gallery-layer .q-gallery-thumbnails .q-thumbnail-block .q-slider-item:active picture, .q-gallery-layer .q-gallery-thumbnails .q-thumbnail-block .q-slider-item:hover picture {
                -webkit-box-shadow: inset 0 0 0 .25rem #00a3e0;
                box-shadow: inset 0 0 0 .25rem #00a3e0
            }
}

@media print,only screen and (min-width:48rem) {
    .q-gallery-layer .q-multimedia-scroller .q-caption-scroller {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media print,only screen and (min-width:62rem) {
    .q-gallery-layer .q-slider .slick-list {
        margin: 0
    }

    .q-gallery-layer .q-slider .ui-control {
        border: 0
    }

    .q-gallery-layer .q-slider .slick-slide {
        margin: 0
    }

    .q-gallery-layer .q-gallery-thumbnails {
        display: none
    }

    .q-gallery-layer .q-gallery-thumbnail-scroller {
        display: block;
        padding-bottom: 1.5rem
    }

        .q-gallery-layer .q-gallery-thumbnail-scroller .q-navigation-bar .slider-control {
            -webkit-box-shadow: none;
            box-shadow: none;
            height: 100%;
            margin-top: 0;
            top: 0
        }

            .q-gallery-layer .q-gallery-thumbnail-scroller .q-navigation-bar .slider-control.inactive {
                opacity: 1;
                z-index: 10
            }

            .q-gallery-layer .q-gallery-thumbnail-scroller .q-navigation-bar .slider-control .icon {
                top: -1.75rem
            }

        .q-gallery-layer .q-gallery-thumbnail-scroller .q-scroller-list {
            left: 0 !important;
            margin-bottom: 3.875rem
        }

            .q-gallery-layer .q-gallery-thumbnail-scroller .q-scroller-list .q-scroller-content-item {
                cursor: pointer;
                overflow: hidden;
                padding: 0;
                position: relative;
                width: 15.375rem
            }

                .q-gallery-layer .q-gallery-thumbnail-scroller .q-scroller-list .q-scroller-content-item.active::after, .q-gallery-layer .q-gallery-thumbnail-scroller .q-scroller-list .q-scroller-content-item:active::after, .q-gallery-layer .q-gallery-thumbnail-scroller .q-scroller-list .q-scroller-content-item:hover::after {
                    background: rgba(0,0,0,.5);
                    border-bottom: 4px solid #00a3e0;
                    bottom: 0;
                    content: ' ';
                    display: block;
                    height: 100%;
                    position: absolute;
                    width: 100%
                }
}

.q-masthead {
    overflow: hidden;
    width: 100%;
    position: relative
}

    .q-masthead .q-multimedia-scroller {
        margin: 0 !important
    }

        .q-masthead .q-multimedia-scroller .q-tabs-title {
            margin: 1rem 0 1rem .5rem
        }

@media only screen and (max-width:47.9375rem) {
    .q-masthead .q-multimedia-scroller .q-multimedia-item {
        background-color: #00a3e0
    }

    .q-masthead .q-multimedia-scroller .q-tabs-title {
        margin-left: 2rem
    }
}

@media only screen {
    .q-masthead .q-responsive-image img {
        max-height: 100vh;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.q-mm-scroller-mobile-expander {
    margin-left: -1.64062rem;
    margin-right: -1.64062rem;
    background-color: #fff;
    border-top: 4px solid #00a3e0;
    list-style: none
}

    .q-mm-scroller-mobile-expander .q-expander-item {
        border-top: 2px solid #ccc;
        clear: both;
        padding: .75rem .75rem 0
    }

        .q-mm-scroller-mobile-expander .q-expander-item:not(.q-first-item) .q-expanded-image {
            display: none
        }

        .q-mm-scroller-mobile-expander .q-expander-item .q-button, .q-mm-scroller-mobile-expander .q-expander-item .q-content {
            display: none
        }

        .q-mm-scroller-mobile-expander .q-expander-item .q-slide-text .tab-title {
            color: #888;
            font-size: 1rem;
            font-weight: 800;
            line-height: 1.125;
            margin-bottom: 1rem;
            margin-top: .25rem
        }

        .q-mm-scroller-mobile-expander .q-expander-item .q-slide-text .q-headline {
            font-size: 1.25rem;
            font-weight: 700
        }

        .q-mm-scroller-mobile-expander .q-expander-item.active .q-content, .q-mm-scroller-mobile-expander .q-expander-item.q-first-item .q-content {
            display: block;
            font-size: .875rem;
            line-height: 1.5;
            margin-top: 1rem
        }

        .q-mm-scroller-mobile-expander .q-expander-item.active .q-button, .q-mm-scroller-mobile-expander .q-expander-item.q-first-item .q-button {
            display: inline-block;
            margin: 1.25rem 0
        }

        .q-mm-scroller-mobile-expander .q-expander-item.active .q-slide-text, .q-mm-scroller-mobile-expander .q-expander-item.q-first-item .q-slide-text {
            margin-bottom: 1.25rem
        }

            .q-mm-scroller-mobile-expander .q-expander-item.active .q-slide-text .tab-title, .q-mm-scroller-mobile-expander .q-expander-item.q-first-item .q-slide-text .tab-title {
                margin-bottom: 0;
                margin-top: 1rem
            }

            .q-mm-scroller-mobile-expander .q-expander-item.active .q-slide-text .q-headline, .q-mm-scroller-mobile-expander .q-expander-item.q-first-item .q-slide-text .q-headline {
                font-size: 1.5rem;
                margin-top: .75rem
            }

            .q-mm-scroller-mobile-expander .q-expander-item.active .q-slide-text .q-button, .q-mm-scroller-mobile-expander .q-expander-item.q-first-item .q-slide-text .q-button {
                margin-bottom: .375rem
            }

        .q-mm-scroller-mobile-expander .q-expander-item.q-first-item {
            border-top: 0
        }

        .q-mm-scroller-mobile-expander .q-expander-item .q-toggle-text {
            text-align: center;
            width: 100%
        }

            .q-mm-scroller-mobile-expander .q-expander-item .q-toggle-text::after {
                content: "";
                font-family: icons-peugeot;
                font-size: 1rem;
                font-style: normal;
                font-variant: normal;
                line-height: 1;
                position: relative;
                speak: none;
                text-transform: none;
                font-size: inherit;
                font-weight: inherit;
                line-height: inherit;
                text-align: inherit
            }

        .q-mm-scroller-mobile-expander .q-expander-item.active .q-toggle-text::after {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit
        }

        .q-mm-scroller-mobile-expander .q-expander-item .q-toggle-text::after {
            color: #00a3e0;
            display: block;
            padding: .75rem 0
        }

    .q-mm-scroller-mobile-expander .q-content {
        font-size: .875rem;
        line-height: 1.5
    }

        .q-mm-scroller-mobile-expander .q-content p, .q-mm-scroller-mobile-expander .q-content ul {
            font-size: inherit;
            line-height: inherit
        }

.q-mtc-load-more:after, .q-mtc-load-more:before {
    content: " ";
    display: table
}

.q-mtc-load-more:after {
    clear: both
}

.q-mtc-load-more .q-teaser-container .q-mtc-teaser {
    line-height: 0;
    padding-bottom: 0
}

.q-mtc-load-more .q-teaser-container .q-multimedia-teaser {
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    display: inline-block;
    margin-bottom: 0
}

    .q-mtc-load-more .q-teaser-container .q-multimedia-teaser .small-4 .q-teaser-image-container {
        margin: 0;
        padding-top: 0 !important
    }

    .q-mtc-load-more .q-teaser-container .q-multimedia-teaser .q-teaser-content-container {
        padding: 0 .75rem
    }

.q-mtc-load-more .q-teaser-container .q-teaser-link {
    width: 100%
}

.q-mtc-load-more .q-button-container {
    padding-left: 1.54688rem
}

    .q-mtc-load-more .q-button-container .q-button {
        margin-bottom: .5rem;
        margin-top: .5rem
    }

        .q-mtc-load-more .q-button-container .q-button.hide {
            display: none
        }

.q-mtc-load-more .q-loader {
    display: block
}

.q-mtc-load-more .q-error {
    display: none
}

@media only screen and (max-width:47.9375rem) {
    .q-mtc-load-more {
        margin-left: -1.64062rem;
        margin-right: -1.64062rem
    }

        .q-mtc-load-more .q-mtc-teaser {
            padding-left: 0;
            padding-right: 0
        }

            .q-mtc-load-more .q-mtc-teaser .q-teaser-image-container {
                padding-left: 1rem;
                width: 100%
            }
}

@media print,only screen and (min-width:48rem) {
    .q-mtc-load-more .q-multimedia-teaser.q-teaser-button .q-teaser-content-container, .q-mtc-load-more .q-multimedia-teaser.q-teaser-date .q-teaser-content-container {
        padding: .75rem 1rem .75rem
    }

    .q-mtc-load-more .q-teaser-container .medium-4:not(.large-3).q-mtc-teaser:nth-child(3) ~ .q-mtc-teaser {
        margin-top: 1.5rem
    }

    .q-mtc-load-more .q-teaser-container .medium-6.q-mtc-teaser:nth-child(2) ~ .q-mtc-teaser {
        margin-top: 1.5rem
    }

    .q-mtc-load-more .q-teaser-container .q-multimedia-teaser {
        border-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .q-mtc-load-more .q-teaser-container .q-multimedia-teaser .small-8 {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto
        }

        .q-mtc-load-more .q-teaser-container .q-multimedia-teaser .q-teaser-image-container {
            border-top: 4px solid #00a3e0
        }

        .q-mtc-load-more .q-teaser-container .q-multimedia-teaser .q-teaser-content-container {
            border: 1px solid #eee;
            border-top: 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            width: 100%
        }

    .q-mtc-load-more .q-button-container .q-button {
        margin: 0 auto;
        max-width: 120rem;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem
    }
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .q-mtc-load-more .q-teaser-container .medium-4.q-mtc-teaser:nth-child(3) ~ .q-mtc-teaser {
        margin-top: 1.5rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .q-mtc-load-more .q-teaser-container .large-3.q-mtc-teaser:nth-child(4) ~ .q-mtc-teaser {
        margin-top: 1.5rem
    }
}

.q-multimedia-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative
}

    .q-multimedia-item .q-headline-text {
        margin-top: 0;
        padding: 1rem .5rem
    }

        .q-multimedia-item .q-headline-text .ht-subhead {
            margin-top: .75rem
        }

            .q-multimedia-item .q-headline-text .ht-subhead .q-subheadline {
                font-size: 1rem;
                font-weight: 700;
                line-height: 1.125
            }

        .q-multimedia-item .q-headline-text .ht-content {
            margin-top: 0
        }

        .q-multimedia-item .q-headline-text .flexbox-container > .q-button-container {
            margin-left: 0
        }

            .q-multimedia-item .q-headline-text .flexbox-container > .q-button-container .q-button {
                margin-bottom: 0;
                margin-top: .625rem
            }

    .q-multimedia-item .q-media-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .q-multimedia-item .q-overlay-container {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .q-multimedia-item .q-overlay {
        height: auto
    }

        .q-multimedia-item .q-overlay .q-headline, .q-multimedia-item .q-overlay .q-mm-overlay-text, .q-multimedia-item .q-overlay .q-show-text, .q-multimedia-item .q-overlay .q-subheadline {
            color: #000
        }

        .q-multimedia-item .q-overlay.q-headline-simple, .q-multimedia-item .q-overlay.q-read-more, .q-multimedia-item .q-overlay.q-simple {
            padding: 1rem .75rem .75rem;
            width: 100%
        }

            .q-multimedia-item .q-overlay.q-headline-simple .q-headline-text, .q-multimedia-item .q-overlay.q-read-more .q-headline-text, .q-multimedia-item .q-overlay.q-simple .q-headline-text {
                width: 100%;
                background: 0 0
            }

                .q-multimedia-item .q-overlay.q-headline-simple .q-headline-text .q-headline, .q-multimedia-item .q-overlay.q-read-more .q-headline-text .q-headline, .q-multimedia-item .q-overlay.q-simple .q-headline-text .q-headline {
                    font-size: 1.5625rem
                }

                .q-multimedia-item .q-overlay.q-headline-simple .q-headline-text .ht-subhead .q-subheadline, .q-multimedia-item .q-overlay.q-read-more .q-headline-text .ht-subhead .q-subheadline, .q-multimedia-item .q-overlay.q-simple .q-headline-text .ht-subhead .q-subheadline {
                    font-size: 1rem
                }

                .q-multimedia-item .q-overlay.q-headline-simple .q-headline-text .q-button, .q-multimedia-item .q-overlay.q-read-more .q-headline-text .q-button, .q-multimedia-item .q-overlay.q-simple .q-headline-text .q-button {
                    margin-bottom: 0
                }

            .q-multimedia-item .q-overlay.q-headline-simple .q-mm-overlay-text, .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text, .q-multimedia-item .q-overlay.q-simple .q-mm-overlay-text {
                width: 100%
            }

                .q-multimedia-item .q-overlay.q-headline-simple .q-mm-overlay-text.ellipsis, .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text.ellipsis, .q-multimedia-item .q-overlay.q-simple .q-mm-overlay-text.ellipsis {
                    max-height: 5.625rem
                }

                .q-multimedia-item .q-overlay.q-headline-simple .q-mm-overlay-text.q-manual-read-more, .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text.q-manual-read-more, .q-multimedia-item .q-overlay.q-simple .q-mm-overlay-text.q-manual-read-more {
                    max-height: none
                }

                .q-multimedia-item .q-overlay.q-headline-simple .q-mm-overlay-text.expanded, .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text.expanded, .q-multimedia-item .q-overlay.q-simple .q-mm-overlay-text.expanded {
                    max-height: 12.5rem;
                    overflow-y: auto
                }

                    .q-multimedia-item .q-overlay.q-headline-simple .q-mm-overlay-text.expanded .q-starting-read-more .q-ellipsis::after, .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text.expanded .q-starting-read-more .q-ellipsis::after, .q-multimedia-item .q-overlay.q-simple .q-mm-overlay-text.expanded .q-starting-read-more .q-ellipsis::after {
                        content: ' '
                    }

                    .q-multimedia-item .q-overlay.q-headline-simple .q-mm-overlay-text.expanded .q-show-text, .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text.expanded .q-show-text, .q-multimedia-item .q-overlay.q-simple .q-mm-overlay-text.expanded .q-show-text {
                        display: block
                    }

                    .q-multimedia-item .q-overlay.q-headline-simple .q-mm-overlay-text.expanded .q-show-more, .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text.expanded .q-show-more, .q-multimedia-item .q-overlay.q-simple .q-mm-overlay-text.expanded .q-show-more {
                        display: none
                    }

                    .q-multimedia-item .q-overlay.q-headline-simple .q-mm-overlay-text.expanded .q-show-less, .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text.expanded .q-show-less, .q-multimedia-item .q-overlay.q-simple .q-mm-overlay-text.expanded .q-show-less {
                        display: inline-block
                    }

                .q-multimedia-item .q-overlay.q-headline-simple .q-mm-overlay-text:not(.expanded) .q-starting-read-more .q-ellipsis::after, .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text:not(.expanded) .q-starting-read-more .q-ellipsis::after, .q-multimedia-item .q-overlay.q-simple .q-mm-overlay-text:not(.expanded) .q-starting-read-more .q-ellipsis::after {
                    content: "..."
                }

                .q-multimedia-item .q-overlay.q-headline-simple .q-mm-overlay-text:not(.expanded) .q-ending-read-more, .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text:not(.expanded) .q-ending-read-more, .q-multimedia-item .q-overlay.q-simple .q-mm-overlay-text:not(.expanded) .q-ending-read-more {
                    display: none
                }

                .q-multimedia-item .q-overlay.q-headline-simple .q-mm-overlay-text:not(.expanded) .q-show-more, .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text:not(.expanded) .q-show-more, .q-multimedia-item .q-overlay.q-simple .q-mm-overlay-text:not(.expanded) .q-show-more {
                    display: inline-block
                }

                .q-multimedia-item .q-overlay.q-headline-simple .q-mm-overlay-text:not(.expanded) .q-show-less, .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text:not(.expanded) .q-show-less, .q-multimedia-item .q-overlay.q-simple .q-mm-overlay-text:not(.expanded) .q-show-less {
                    display: none
                }

            .q-multimedia-item .q-overlay.q-headline-simple .q-show-text, .q-multimedia-item .q-overlay.q-read-more .q-show-text, .q-multimedia-item .q-overlay.q-simple .q-show-text {
                font-weight: 700;
                text-decoration: none
            }

                .q-multimedia-item .q-overlay.q-headline-simple .q-show-text .icon, .q-multimedia-item .q-overlay.q-read-more .q-show-text .icon, .q-multimedia-item .q-overlay.q-simple .q-show-text .icon {
                    margin-left: .3125rem
                }

            .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text {
                margin-top: .625rem
            }

            .q-multimedia-item .q-overlay.q-read-more .q-headline-text .q-header-row {
                margin-bottom: .25rem
            }

            .q-multimedia-item .q-overlay.q-read-more .q-headline-text .ht-subhead {
                margin-top: .5rem
            }

            .q-multimedia-item .q-overlay.q-headline-simple .q-mm-overlay-text, .q-multimedia-item .q-overlay.q-simple .q-mm-overlay-text {
                margin-top: .5rem
            }

    .q-multimedia-item .q-overlay-flag {
        display: none
    }

@media only screen and (max-width:47.9375rem) {
    .q-multimedia-item .q-overlay-container {
        position: relative
    }

    .q-multimedia-item .q-headline-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

        .q-multimedia-item .q-headline-text .flexbox-container .q-headline {
            font-size: 2.25rem;
            line-height: .88889
        }

        .q-multimedia-item .q-headline-text .flexbox-container .q-button-container {
            -webkit-box-flex: 0;
            -ms-flex: 0 100%;
            flex: 0 100%
        }

    .q-multimedia-item .q-mm-overlay-text.ellipsis {
        max-height: 3.125rem
    }

    .q-multimedia-item .q-overlay {
        width: 100% !important
    }

        .q-multimedia-item .q-overlay.q-read-more {
            background-color: #fff
        }

            .q-multimedia-item .q-overlay.q-read-more .q-headline-text {
                padding: 0
            }

                .q-multimedia-item .q-overlay.q-read-more .q-headline-text .q-header-row.q-stacked-text {
                    margin: 0 0 .5rem
                }

        .q-multimedia-item .q-overlay.q-headline-simple .q-headline-text, .q-multimedia-item .q-overlay.q-simple .q-headline-text {
            padding: 0
        }

            .q-multimedia-item .q-overlay.q-headline-simple .q-headline-text .q-mm-overlay-text, .q-multimedia-item .q-overlay.q-simple .q-headline-text .q-mm-overlay-text {
                margin-top: 0
            }

        .q-multimedia-item .q-overlay.q-overlay-mobile-bg-primary {
            background-color: #00a3e0
        }

        .q-multimedia-item .q-overlay.q-overlay-mobile-bg-black {
            background-color: #000
        }

            .q-multimedia-item .q-overlay.q-overlay-mobile-bg-black .q-headline, .q-multimedia-item .q-overlay.q-overlay-mobile-bg-black .q-mm-overlay-text, .q-multimedia-item .q-overlay.q-overlay-mobile-bg-black .q-show-text, .q-multimedia-item .q-overlay.q-overlay-mobile-bg-black .q-subheadline {
                color: #fff
            }

        .q-multimedia-item .q-overlay.q-overlay-mobile-bg-white {
            background-color: #fff
        }

        .q-multimedia-item .q-overlay.q-overlay-mobile-bg-slate {
            background-color: #333
        }

            .q-multimedia-item .q-overlay.q-overlay-mobile-bg-slate .q-headline, .q-multimedia-item .q-overlay.q-overlay-mobile-bg-slate .q-mm-overlay-text, .q-multimedia-item .q-overlay.q-overlay-mobile-bg-slate .q-show-text, .q-multimedia-item .q-overlay.q-overlay-mobile-bg-slate .q-subheadline {
                color: #fff
            }

        .q-multimedia-item .q-overlay.q-overlay-mobile-bg-neutral {
            background-color: #ccc
        }

    .q-multimedia-item.q-overlay-reverse .q-overlay-container {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

        .q-multimedia-item.q-overlay-reverse .q-overlay-container .q-overlay {
            bottom: auto !important
        }
}

.q-multimedia-item .q-ht-expander .q-overlay {
    padding-left: 2.75rem;
    padding-right: 2.75rem
}

@media print,only screen and (min-width:48rem) {
    .q-multimedia-item .q-overlay-flag {
        background: -webkit-gradient(linear,left top,right top,from(#00a3e0),to(rgba(0,163,224,.7)));
        background: linear-gradient(to right,#00a3e0,rgba(0,163,224,.7));
        display: block;
        height: 100%;
        position: absolute;
        width: 32%;
        z-index: 1
    }

        .q-multimedia-item .q-overlay-flag .q-flag {
            border-style: solid;
            height: 0;
            margin-right: -21.875rem;
            position: absolute;
            right: 0;
            width: 0
        }

            .q-multimedia-item .q-overlay-flag .q-flag.q-overlay-drive {
                border-color: rgba(0,163,224,.7) transparent transparent;
                border-width: 38.625rem 21.875rem 0 0;
                bottom: 0
            }

            .q-multimedia-item .q-overlay-flag .q-flag.q-overlay-contra-drive {
                border-color: transparent transparent rgba(0,163,224,.7);
                border-width: 0 21.875rem 38.625rem 0;
                top: 0
            }

    .q-multimedia-item .q-overlay {
        height: auto;
        padding: 1.5rem 1rem;
        z-index: 2
    }

        .q-multimedia-item .q-overlay.grid-bg-black, .q-multimedia-item .q-overlay.q-overlay-bg-black {
            background-color: rgba(0,0,0,.8)
        }

        .q-multimedia-item .q-overlay.grid-bg-dark, .q-multimedia-item .q-overlay.q-overlay-bg-dark {
            background-color: rgba(204,204,204,.8)
        }

        .q-multimedia-item .q-overlay.grid-bg-white, .q-multimedia-item .q-overlay.q-overlay-bg-white {
            background-color: rgba(255,255,255,.8)
        }

        .q-multimedia-item .q-overlay.grid-bg-slate, .q-multimedia-item .q-overlay.q-overlay-bg-slate {
            background-color: rgba(51,51,51,.8)
        }

            .q-multimedia-item .q-overlay.grid-bg-slate .q-headline, .q-multimedia-item .q-overlay.grid-bg-slate .q-mm-overlay-text, .q-multimedia-item .q-overlay.grid-bg-slate .q-show-text, .q-multimedia-item .q-overlay.grid-bg-slate .q-subheadline, .q-multimedia-item .q-overlay.q-overlay-bg-slate .q-headline, .q-multimedia-item .q-overlay.q-overlay-bg-slate .q-mm-overlay-text, .q-multimedia-item .q-overlay.q-overlay-bg-slate .q-show-text, .q-multimedia-item .q-overlay.q-overlay-bg-slate .q-subheadline {
                color: #fff
            }

        .q-multimedia-item .q-overlay:not(.q-read-more) {
            z-index: 20;
            position: absolute
        }

        .q-multimedia-item .q-overlay .q-headline, .q-multimedia-item .q-overlay .q-mm-overlay-text, .q-multimedia-item .q-overlay .q-show-text, .q-multimedia-item .q-overlay .q-subheadline {
            color: inherit
        }

        .q-multimedia-item .q-overlay .q-headline-text {
            margin: 0;
            padding: 0;
            z-index: 30
        }

            .q-multimedia-item .q-overlay .q-headline-text .ht-headline .q-headline {
                /*font-family: 'Noto Kufi Arabic', sans-serif;*/
                font-size: 3rem;
                font-weight: 800;
                line-height: .91667
            }

            .q-multimedia-item .q-overlay .q-headline-text .ht-subhead .q-subheadline {
                /*font-family: 'Noto Kufi Arabic', sans-serif;*/
                font-size: 1.125rem;
                font-weight: 700;
                line-height: 1.33333
            }

        .q-multimedia-item .q-overlay.q-read-more {
            padding: 1.5rem 1rem;
            position: absolute;
            width: 25rem
        }

            .q-multimedia-item .q-overlay.q-read-more .q-headline-text {
                margin: 0;
                padding: 0
            }

            .q-multimedia-item .q-overlay.q-read-more .ht-subhead {
                display: inline-block
            }

            .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text {
                display: inline-block
            }

                .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text.expanded {
                    max-height: 8.875rem;
                    overflow-y: auto
                }

        .q-multimedia-item .q-overlay.q-overlay-decoration {
            border-left: 4px solid #00a3e0
        }
}

@media print,only screen and (min-width:62rem) {
    .q-multimedia-item .q-overlay.q-read-more .q-mm-overlay-text.expanded {
        max-height: 15rem
    }
}

.q-multimedia-paragraph .q-button-container.q-button-inline > .q-button {
    margin-right: .5rem
}

.q-multimedia-paragraph.q-contact .q-content {
    padding-left: 1.5rem
}

.q-multimedia-paragraph.q-benefit .q-content {
    padding-left: 2.5rem
}

    .q-multimedia-paragraph.q-benefit .q-content .icon {
        left: 0
    }

@media print,only screen and (max-width:61.9375rem) {
    .q-multimedia-paragraph .q-contact-info .q-content-container {
        padding-left: 0
    }
}

@media print,only screen and (min-width:48rem) {
    .q-multimedia-paragraph .q-contact {
        padding-left: 3.625rem
    }

    .q-multimedia-paragraph .q-address {
        padding-left: 3.625rem
    }

    .q-multimedia-paragraph .q-content-container {
        padding-left: .5rem
    }

    .q-multimedia-paragraph .q-mmp-image-container {
        padding-right: .5rem
    }

    .q-multimedia-paragraph .q-content-left .q-content-container {
        padding-left: 0;
        padding-right: .5rem
    }

    .q-multimedia-paragraph .q-content-left .q-mmp-image-container {
        padding-left: .5rem;
        padding-right: 0
    }
}

.q-multimedia-paragraph:after, .q-multimedia-paragraph:before {
    content: " ";
    display: table
}

.q-multimedia-paragraph:after {
    clear: both
}

.q-multimedia-paragraph.q-border-top, .q-multimedia-paragraph.white {
    padding: 1.5rem 1rem
}

.q-multimedia-paragraph.q-border-top {
    padding-top: 1rem
}

.q-multimedia-paragraph .q-button-container {
    margin-top: 1.5rem
}

    .q-multimedia-paragraph .q-button-container.q-button-inline {
        line-height: .875rem;
        margin-top: .5rem
    }

        .q-multimedia-paragraph .q-button-container.q-button-inline > .q-button {
            display: inline-block
        }

    .q-multimedia-paragraph .q-button-container .q-button {
        margin-bottom: 0
    }

.q-multimedia-paragraph .q-content {
    margin-top: 1.1875rem
}

    .q-multimedia-paragraph .q-content.q-mp-below {
        margin-top: 0
    }

    .q-multimedia-paragraph .q-content:not(sub):not(sup) {
        font-size: .875rem;
        line-height: 1.4286
    }

    .q-multimedia-paragraph .q-content > p {
        font-size: inherit;
        line-height: inherit
    }

.q-multimedia-paragraph .q-mp-headline {
    font-weight: 700;
    line-height: 1.1667
}

.q-multimedia-paragraph .q-title {
    font-weight: 700;
    margin-bottom: 1.1875rem
}

    .q-multimedia-paragraph .q-title a {
        text-decoration: none
    }

        .q-multimedia-paragraph .q-title a:hover {
            color: #606060
        }

.q-multimedia-paragraph .q-quote {
    margin-bottom: 1rem
}

    .q-multimedia-paragraph .q-quote p {
        font-size: 1rem;
        line-height: 1.625rem
    }

.q-multimedia-paragraph .q-source {
    color: #999;
    margin: 0
}

    .q-multimedia-paragraph .q-source p {
        font-size: .75rem;
        line-height: 1.0625rem
    }

.q-multimedia-paragraph .q-subtitle {
    color: #999;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3125rem;
    margin: 1.5rem 0
}

.q-multimedia-paragraph .q-mmp-image-container .q-caption p {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.8125rem
}

.q-multimedia-paragraph.q-quote-no-image .q-quote {
    margin-bottom: 1rem
}

    .q-multimedia-paragraph.q-quote-no-image .q-quote p {
        font-size: 1.25rem;
        line-height: 1.5rem
    }

.q-multimedia-paragraph.q-quote-no-image .q-source {
    color: #000;
    margin-bottom: .25rem;
    margin-top: 1rem
}

    .q-multimedia-paragraph.q-quote-no-image .q-source p {
        font-size: .75rem;
        line-height: 1.375rem
    }

.q-multimedia-paragraph.q-quote-no-image .q-button-container {
    margin: 0
}

.q-multimedia-paragraph .q-contact-info .q-button.utility, .q-multimedia-paragraph.q-contact .q-button.utility {
    border: 0;
    padding: 0
}

.q-multimedia-paragraph .q-contact-info .q-button::before, .q-multimedia-paragraph.q-contact .q-button::before {
    padding-right: .25rem
}

.q-multimedia-paragraph .q-contact-info .q-button .icon, .q-multimedia-paragraph.q-contact .q-button .icon {
    vertical-align: text-top
}

.q-multimedia-paragraph .q-contact-info .q-button .q-label, .q-multimedia-paragraph.q-contact .q-button .q-label {
    line-height: 1.125rem
}

.q-multimedia-paragraph.q-contact .q-button-container {
    margin-top: 0
}

.q-multimedia-paragraph.q-contact .q-button {
    margin-bottom: .375rem;
    margin-top: 0
}

.q-multimedia-paragraph.q-contact .q-content {
    margin-top: .3125rem
}

.q-multimedia-paragraph .q-contact-info .q-content {
    margin-top: 0
}

.q-multimedia-paragraph .q-contact-info .q-button:not(:first-of-type) {
    margin-top: 1.5rem
}

.q-multimedia-paragraph .q-contact-info .q-mp-headline {
    font-size: 1rem
}

.q-multimedia-paragraph .q-address-title {
    font-weight: 700
}

.q-multimedia-paragraph.q-benefit .q-content {
    position: relative
}

    .q-multimedia-paragraph.q-benefit .q-content p {
        font-size: 1.125rem
    }

    .q-multimedia-paragraph.q-benefit .q-content .icon {
        font-size: 1.375rem;
        font-weight: 700;
        position: absolute;
        top: 0
    }

@media only screen and (max-width:47.9375rem) {
    .q-multimedia-paragraph .q-title {
        padding-top: 1rem
    }

    .q-multimedia-paragraph:not(.q-benefit) .columns {
        padding-left: 0;
        padding-right: 0
    }

    .q-multimedia-paragraph .q-quote {
        margin-top: 1.5rem
    }

    .q-multimedia-paragraph.q-quote-no-image {
        padding-left: 2rem;
        padding-right: 2rem
    }

        .q-multimedia-paragraph.q-quote-no-image .q-quote {
            margin-top: 0
        }
}

@media print,only screen and (min-width:48rem) {
    .q-multimedia-paragraph.q-quote-no-image .q-content {
        margin: auto;
        width: 80%
    }

    .q-multimedia-paragraph.q-quote-no-image .q-quote {
        margin-bottom: 1.25rem
    }

        .q-multimedia-paragraph.q-quote-no-image .q-quote p {
            font-size: 1.75rem;
            line-height: 2rem
        }

    .q-multimedia-paragraph.q-quote-no-image .q-source {
        margin-bottom: 0;
        margin-top: 1.25rem
    }
}

@media print,only screen and (min-width:62rem) {
    .q-multimedia-paragraph .q-contact-image .columns {
        padding: 0
    }

    .q-multimedia-paragraph .q-contact-info .columns {
        padding-left: 1.09375rem;
        padding-right: 1.09375rem
    }
}

@media only screen and (min-width:74rem) {
    .q-multimedia-paragraph.q-quote-no-image .q-content {
        width: 60%
    }
}

.q-multimedia-scroller {
    position: relative
}

.grid-full-width .q-multimedia-scroller {
    padding: 0 2.5rem
}

.q-multimedia-scroller .q-responsive-image.q-show-video-icon::after {
    border-radius: 50%;
    font-size: 4.625rem;
    height: 4.625rem;
    width: 4.625rem
}

.q-multimedia-scroller .q-tabs-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-left: 2rem
}

.q-multimedia-scroller .q-caption-scroller .q-teaser-content-container {
    background-color: #00a3e0
}

.q-multimedia-scroller .q-caption-scroller .q-gallery-title {
    font-size: 1rem;
    padding-left: 1.125rem
}

@media print,only screen and (min-width:62rem) {
    .q-multimedia-scroller .q-caption-scroller .q-gallery-title {
        padding-left: 1.5625rem
    }
}

.q-multimedia-scroller .q-caption-scroller .q-button {
    display: none;
    font-weight: 700;
    margin-top: 0
}

@media print,only screen and (min-width:48rem) {
    .q-multimedia-scroller .q-caption-scroller .q-button {
        display: block
    }
}

.q-multimedia-scroller .q-close-scroller {
    background: #fff;
    cursor: pointer;
    display: none;
    font-size: 1.5rem;
    margin: 0;
    padding: .125rem .25rem;
    position: absolute;
    right: 0;
    text-decoration: inherit;
    z-index: 55
}

    .q-multimedia-scroller .q-close-scroller.button::before, .q-multimedia-scroller .q-close-scroller.q-button::before {
        content: initial
    }

    .q-multimedia-scroller .q-close-scroller:hover {
        color: #00a3e0
    }

.q-multimedia-scroller .q-slider .slick-track {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 2000;
    perspective: 2000
}

.q-multimedia-scroller .q-slider .slider-pagination .slick-active button:focus {
    background-color: #000;
    border: 1px solid #000
}

.q-multimedia-scroller .q-grid-container.q-equalize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 100%
}

    .q-multimedia-scroller .q-grid-container.q-equalize > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        height: auto
    }

        .q-multimedia-scroller .q-grid-container.q-equalize > .row > .columns {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto
        }

.q-multimedia-scroller .q-block {
    display: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

    .q-multimedia-scroller .q-block.q-teaser-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        min-height: 1px
    }

@media only screen and (max-width:47.9375rem) {
    .q-multimedia-scroller .q-caption-scroller .q-title {
        font-size: 1.5625rem
    }

    .q-multimedia-scroller .q-pagination-overlay-mobile .slider-pagination {
        bottom: 0;
        position: absolute
    }
}

@media print,only screen and (min-width:48rem) {
    .q-multimedia-scroller.q-scroller-margin-small .q-slider .slick-list {
        margin-left: 1.6875rem;
        margin-right: 1.6875rem
    }

    .q-multimedia-scroller.q-scroller-margin-small .slick-track .slick-slide {
        margin: 0 .5rem
    }

    .q-multimedia-scroller.q-scroller-margin-medium .q-slider .slick-list {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .q-multimedia-scroller.q-scroller-margin-medium .slick-track .slick-slide {
        margin: 0 .5rem
    }

    .q-multimedia-scroller.q-scroller-margin-large .q-slider .slick-list {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .q-multimedia-scroller.q-scroller-margin-large .slick-track .slick-slide {
        margin: 0 .5rem
    }

    .q-multimedia-scroller.q-scroller-with-tabs .q-scroller-list {
        line-height: 1rem
    }

    .q-multimedia-scroller .q-pagination-overlay .slider-pagination {
        bottom: 0;
        position: absolute
    }
}

.no-touch .q-multimedia-scroller .q-tabbed-navigation .q-scroller-list .q-scroller-content-item a:hover {
    background-color: #00a3e0
}

@media print,only screen and (min-width:48rem) {
    .q-multimedia-teaser.q-scroller-margin-small .q-slider .slick-list {
        margin-left: 1.6875rem;
        margin-right: 1.6875rem
    }

    .q-multimedia-teaser.q-scroller-margin-small .slick-track .slick-slide {
        margin: 0 .5rem
    }

    .q-multimedia-teaser.q-scroller-margin-medium .q-slider .slick-list {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .q-multimedia-teaser.q-scroller-margin-medium .slick-track .slick-slide {
        margin: 0 .5rem
    }

    .q-multimedia-teaser.q-scroller-margin-large .q-slider .slick-list {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .q-multimedia-teaser.q-scroller-margin-large .slick-track .slick-slide {
        margin: 0 .5rem
    }
}

.q-headline-text.q-ht-expander .q-multimedia-scroller .q-tabs-title {
    margin-left: 0
}

.q-teaser-link.q-mini-teaser-link {
    margin: 0 1rem 1.5rem 0
}

    .q-teaser-link.q-mini-teaser-link.last-row-item {
        margin-right: 0
    }

.q-teaser-link {
    text-decoration: none;
    width: 100%
}

    .q-teaser-link.q-mini-teaser-link {
        display: inline-block;
        width: 9.125rem
    }

.q-content-drawer .q-expander-container {
    background: #fff;
    border: 1px solid #eee;
    border-top: solid .3125rem #00a3e0;
    padding: 2.5rem 2rem 2rem;
    width: 100%
}

.multimedia_teaser {
    height: 100%
}

.flyout-content .multimedia_teaser {
    height: auto
}

.q-multimedia-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 .0001px;
    flex: 1 1 .0001px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5rem;
    max-height: 100%;
    min-height: 1px
}

    .q-multimedia-teaser.row.collapse {
        width: 100%
    }

    .q-multimedia-teaser.q-teaser-link {
        background-color: #00a3e0;
        height: inherit
    }

        .q-multimedia-teaser.q-teaser-link .q-teaser-content-container {
            background-color: #00a3e0;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            padding: .625rem .75rem .75rem
        }

            .q-multimedia-teaser.q-teaser-link .q-teaser-content-container .q-content {
                margin-top: .5rem .75rem
            }

            .q-multimedia-teaser.q-teaser-link .q-teaser-content-container .q-title-container .q-title {
                font-size: .875rem;
                line-height: 1
            }

            .q-multimedia-teaser.q-teaser-link .q-teaser-content-container .q-button {
                margin-top: .125rem
            }

        .q-multimedia-teaser.q-teaser-link .q-teaser-link {
            min-height: 1px
        }

    .q-multimedia-teaser.q-teaser-expander {
        border: 1px solid #eee;
        cursor: pointer
    }

        .q-multimedia-teaser.q-teaser-expander:hover .q-teaser-expander-button {
            background: #00a3e0
        }

        .q-multimedia-teaser.q-teaser-expander.expanded {
            border-bottom: 0
        }

            .q-multimedia-teaser.q-teaser-expander.expanded .q-teaser-expander-button {
                background: #00a3e0
            }

                .q-multimedia-teaser.q-teaser-expander.expanded .q-teaser-expander-button::before {
                    content: "";
                    font-family: icons-peugeot;
                    font-size: 1rem;
                    font-style: normal;
                    font-variant: normal;
                    line-height: 1;
                    position: relative;
                    speak: none;
                    text-transform: none;
                    font-size: inherit;
                    font-weight: inherit;
                    line-height: inherit;
                    text-align: inherit
                }

        .q-multimedia-teaser.q-teaser-expander .columns .q-teaser-content-container .q-title-container .q-title {
            font-size: 1.5rem;
            font-weight: 800;
            line-height: 2.25rem
        }

    .q-multimedia-teaser .q-teaser-expander-button {
        margin-top: auto;
        text-align: center
    }

        .q-multimedia-teaser .q-teaser-expander-button::before {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit
        }

    .q-multimedia-teaser .q-teaser-image-container, .q-multimedia-teaser .q-teaser-top {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .q-multimedia-teaser .q-title-container {
        line-height: 1
    }

        .q-multimedia-teaser .q-title-container .q-title {
            display: inline;
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-size: 1.25rem;
            font-weight: 800;
            line-height: 1.75;
            color: #000;
            vertical-align: middle
        }

            .q-multimedia-teaser .q-title-container .q-title:not(:first-child) {
                font-size: 1.125rem
            }

            .q-multimedia-teaser .q-title-container .q-title a {
                display: block;
                text-decoration: none
            }

        .q-multimedia-teaser .q-title-container .icon {
            display: inline;
            font-size: 1.875rem;
            padding-right: .625rem
        }

            .q-multimedia-teaser .q-title-container .icon::before {
                font-size: 1.875rem
            }

    .q-multimedia-teaser .q-teaser-content-container {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: .75rem
    }

        .q-multimedia-teaser .q-teaser-content-container .q-content {
            font-size: .875rem;
            line-height: 2;
            margin-top: 1rem
        }

            .q-multimedia-teaser .q-teaser-content-container .q-content :not(sub):not(sup) {
                font-size: inherit;
                line-height: inherit
            }

        .q-multimedia-teaser .q-teaser-content-container .q-date-container {
            color: #888;
            font-weight: 700;
            line-height: 1.5
        }

        .q-multimedia-teaser .q-teaser-content-container .q-button {
            font-size: .875rem;
            margin-bottom: 0
        }

    .q-multimedia-teaser.q-teaser-floating-text {
        position: relative
    }

        .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container {
            background-color: #fff;
            padding: 0
        }

            .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-title-container {
                display: block;
                padding: .5rem .75rem .375rem .75rem
            }

                .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-title-container .q-title {
                    font-size: .875rem;
                    font-weight: 400;
                    line-height: 1.5
                }

            .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-button {
                background-color: #00a3e0;
                color: #000;
                display: block;
                font-weight: 700;
                margin-top: 0;
                padding-left: 1.875rem !important;
                font-weight: 800
            }

                .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-button::before {
                    left: .75rem;
                    top: auto
                }

                .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-button:active, .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-button:focus, .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-button:hover {
                    background-color: #00a3e0;
                    color: #606060
                }

    .q-multimedia-teaser.q-teaser-no-image {
        background-color: #fff
    }

        .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container.q-has-icon {
            padding: 0 1rem 1rem
        }

            .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container.q-has-icon .q-button {
                margin-top: 1.125rem
            }

            .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container.q-has-icon .q-content {
                margin-top: .625rem
            }

            .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container.q-has-icon .q-title-container {
                background-color: #f9f9f9;
                margin-left: -1rem;
                margin-right: -1rem;
                padding: 1rem
            }

                .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container.q-has-icon .q-title-container .q-icon-container {
                    display: inline-block
                }

                .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container.q-has-icon .q-title-container .q-title {
                    display: inline-block;
                    line-height: 1.75rem;
                    overflow-wrap: normal;
                    width: 75%
                }

        .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container:not(.q-has-icon) {
            padding: .625rem .75rem .75rem
        }

            .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container:not(.q-has-icon) .q-title-container .q-title {
                font-size: 1.5rem;
                font-weight: 700;
                line-height: 1.75rem;
                margin-top: .625rem
            }

            .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container:not(.q-has-icon) .q-content {
                margin-top: .3125rem
            }

            .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container:not(.q-has-icon) .q-button {
                margin-top: 1.125rem
            }

    .q-multimedia-teaser.q-teaser-button, .q-multimedia-teaser.q-teaser-expander {
        background-color: #fff
    }

        .q-multimedia-teaser.q-teaser-button .q-teaser-content-container, .q-multimedia-teaser.q-teaser-expander .q-teaser-content-container {
            padding: 1.375rem 1rem 1.5rem 1rem
        }

            .q-multimedia-teaser.q-teaser-button .q-teaser-content-container .q-title-container .q-title, .q-multimedia-teaser.q-teaser-expander .q-teaser-content-container .q-title-container .q-title {
                font-weight: 700;
                line-height: 1
            }

            .q-multimedia-teaser.q-teaser-button .q-teaser-content-container .q-content, .q-multimedia-teaser.q-teaser-expander .q-teaser-content-container .q-content {
                margin-top: 1rem
            }

            .q-multimedia-teaser.q-teaser-button .q-teaser-content-container .q-button, .q-multimedia-teaser.q-teaser-expander .q-teaser-content-container .q-button {
                margin-top: 1.125rem
            }

    .q-multimedia-teaser.q-mini-teaser {
        background-color: #fff;
        border: 1px solid #eee;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        float: left;
        height: 100%;
        vertical-align: top;
        width: 9rem
    }

        .q-multimedia-teaser.q-mini-teaser.large-tile {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            min-height: 11.875rem
        }

        .q-multimedia-teaser.q-mini-teaser .q-teaser-content-container {
            padding: .5rem
        }

            .q-multimedia-teaser.q-mini-teaser .q-teaser-content-container .q-title-container {
                display: block
            }

                .q-multimedia-teaser.q-mini-teaser .q-teaser-content-container .q-title-container .q-title {
                    font-size: 1rem;
                    font-weight: 700;
                    line-height: 1.125
                }

            .q-multimedia-teaser.q-mini-teaser .q-teaser-content-container .q-content {
                color: #888;
                font-size: .75rem;
                line-height: 1.333;
                margin: 0;
                margin-top: .3125rem
            }

                .q-multimedia-teaser.q-mini-teaser .q-teaser-content-container .q-content :not(sub):not(sup) {
                    font-size: inherit;
                    line-height: inherit
                }

    .q-multimedia-teaser.q-teaser-date, .q-multimedia-teaser.q-teaser-expander {
        padding: 1rem 0
    }

        .q-multimedia-teaser.q-teaser-date .q-title-container, .q-multimedia-teaser.q-teaser-expander .q-title-container {
            margin-top: .5rem
        }

            .q-multimedia-teaser.q-teaser-date .q-title-container .q-title, .q-multimedia-teaser.q-teaser-expander .q-title-container .q-title {
                font-size: 1rem;
                line-height: 1.125
            }

        .q-multimedia-teaser.q-teaser-date .q-teaser-content-container, .q-multimedia-teaser.q-teaser-expander .q-teaser-content-container {
            padding: 0 .75rem
        }

            .q-multimedia-teaser.q-teaser-date .q-teaser-content-container .q-content, .q-multimedia-teaser.q-teaser-expander .q-teaser-content-container .q-content {
                font-size: .75rem;
                line-height: 1;
                margin-top: .5rem
            }

                .q-multimedia-teaser.q-teaser-date .q-teaser-content-container .q-content :not(sub):not(sup), .q-multimedia-teaser.q-teaser-expander .q-teaser-content-container .q-content :not(sub):not(sup) {
                    font-size: inherit
                }

    .q-multimedia-teaser.q-mobile-list {
        border-bottom: 1px solid #c5c5c5;
        margin-bottom: 0;
        padding-bottom: 1rem;
        padding-top: 1rem
    }

        .q-multimedia-teaser.q-mobile-list .q-teaser-content-container .q-title {
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.125
        }

        .q-multimedia-teaser.q-mobile-list .q-teaser-content-container .q-content {
            font-family: inherit;
            font-size: .75rem
        }

        .q-multimedia-teaser.q-mobile-list .q-teaser-image-container {
            margin: 0 .75rem
        }

    .q-multimedia-teaser .q-expander-content {
        display: none
    }

    .q-multimedia-teaser .q-expander-container {
        display: none
    }

@media only screen and (max-width:47.9375rem) {
    .q-teaser-date {
        border-top: 1px solid #d8d8d8;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .q-teaser-date .q-teaser-image-container {
            width: 100%
        }

    .q-content-drawer {
        margin-bottom: 1rem
    }

        .q-content-drawer .q-expander-container {
            border-top: 0;
            padding: 1.5rem .625rem
        }

    .row.q-teaser-expander.q-multimedia-teaser {
        padding: 0
    }

        .row.q-teaser-expander.q-multimedia-teaser:not(.expanded) {
            margin-bottom: 1rem
        }

        .row.q-teaser-expander.q-multimedia-teaser .q-teaser-image-container {
            width: 100%
        }

        .row.q-teaser-expander.q-multimedia-teaser .q-teaser-content-container .q-title-container {
            margin: 1.5rem 0
        }

        .row.q-teaser-expander.q-multimedia-teaser .q-teaser-content-container .q-content {
            font-size: .875rem;
            line-height: 1.3125rem;
            margin: 0 0 1rem
        }
}

@media print,only screen and (min-width:48rem) {
    .q-mini-teaser-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .q-mini-teaser-container.large-tile {
            width: 100%
        }

    .q-multimedia-teaser {
        margin-bottom: 0
    }

        .q-multimedia-teaser .q-teaser-image-container, .q-multimedia-teaser .q-teaser-top {
            width: 100%
        }

        .q-multimedia-teaser .static-image-link {
            height: 100%
        }

        .q-multimedia-teaser .q-teaser-content-container {
            padding: 1rem
        }

        .q-multimedia-teaser.q-teaser-link .q-teaser-content-container {
            padding: .5625rem 1rem .6875rem .9375rem
        }

            .q-multimedia-teaser.q-teaser-link .q-teaser-content-container .q-content {
                margin-top: 1rem
            }

            .q-multimedia-teaser.q-teaser-link .q-teaser-content-container .q-title-container {
                font-size: 1.5rem
            }

                .q-multimedia-teaser.q-teaser-link .q-teaser-content-container .q-title-container .q-title {
                    font-size: inherit;
                    line-height: 1.375rem
                }

            .q-multimedia-teaser.q-teaser-link .q-teaser-content-container .q-button {
                margin-top: .125rem
            }

        .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-title-container {
            padding: .875rem 1rem .75rem 1rem
        }

            .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-title-container .q-title {
                /*font-family: 'Noto Kufi Arabic', sans-serif;*/
                font-size: 1rem;
                font-weight: 700;
                line-height: 1
            }

        .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-button {
            margin-top: 0
        }

        .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container.q-has-icon {
            padding: 0 1rem 1rem
        }

            .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container.q-has-icon .q-title-container {
                padding: 1rem
            }

            .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container.q-has-icon .q-content {
                margin-top: .75rem
            }

        .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container:not(.q-has-icon) {
            padding: .6875rem 1rem 1rem
        }

            .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container:not(.q-has-icon) .q-title-container {
                padding: 0
            }

            .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container:not(.q-has-icon) .q-content {
                margin-top: .3125rem
            }

            .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container:not(.q-has-icon) .q-button {
                margin-top: 1.125rem
            }

        .q-multimedia-teaser.q-teaser-date, .q-multimedia-teaser.q-teaser-expander {
            background-color: #fff;
            padding: 0
        }

            .q-multimedia-teaser.q-teaser-date .q-teaser-content-container, .q-multimedia-teaser.q-teaser-expander .q-teaser-content-container {
                background-color: #fff;
                padding: .75rem 1rem .6875rem 1rem
            }

                .q-multimedia-teaser.q-teaser-date .q-teaser-content-container .q-title-container, .q-multimedia-teaser.q-teaser-expander .q-teaser-content-container .q-title-container {
                    margin-top: .375rem
                }

                    .q-multimedia-teaser.q-teaser-date .q-teaser-content-container .q-title-container .q-title, .q-multimedia-teaser.q-teaser-expander .q-teaser-content-container .q-title-container .q-title {
                        font-size: 1.3125rem;
                        font-weight: 700;
                        line-height: 1.5rem
                    }

                .q-multimedia-teaser.q-teaser-date .q-teaser-content-container .q-content, .q-multimedia-teaser.q-teaser-expander .q-teaser-content-container .q-content {
                    font-size: .875rem;
                    line-height: 1.5;
                    margin-top: .375rem
                }

                    .q-multimedia-teaser.q-teaser-date .q-teaser-content-container .q-content :not(sub):not(sup), .q-multimedia-teaser.q-teaser-expander .q-teaser-content-container .q-content :not(sub):not(sup) {
                        font-size: inherit
                    }

            .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser {
                margin-bottom: .5rem
            }

                .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-teaser-content-container {
                    padding-top: 0
                }

                    .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-teaser-content-container .q-content {
                        margin-top: 0
                    }

                    .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-teaser-content-container .q-title-container {
                        margin: 1.5rem 0
                    }

                .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser.expanded {
                    margin-bottom: 0
                }

                    .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser.expanded .q-teaser-expander-button {
                        padding-bottom: .4375rem
                    }

        .q-multimedia-teaser.q-mobile-list {
            padding-bottom: .75rem;
            padding-top: .75rem
        }

            .q-multimedia-teaser.q-mobile-list .q-teaser-content-container {
                padding: 0
            }

                .q-multimedia-teaser.q-mobile-list .q-teaser-content-container .q-button {
                    margin-top: .5rem
                }

    .q-content-drawer .q-teaser-content-container {
        padding-top: 1.125rem
    }

    .q-content-drawer .q-title-container {
        margin-bottom: 1.125rem
    }
}

@media print,only screen and (min-width:62rem) {
    .q-multimedia-teaser .q-teaser-content-container {
        padding: 1rem
    }

        .q-multimedia-teaser .q-teaser-content-container .q-teaser-content {
            padding: 1rem 0
        }

    .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container {
        background-color: transparent;
        position: absolute;
        text-transform: uppercase;
        top: 0;
        width: 100%
    }

        .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-title-container {
            display: block;
            padding: .75rem 1rem 0 1rem;
            width: 55%
        }

        .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-button {
            background-color: #000;
            color: #fff;
            display: inline-block;
            font-weight: 700;
            margin-left: 1rem;
            margin-top: 1.375rem;
            padding-left: 1.875rem
        }

            .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-button:active, .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-button:focus, .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-button:hover {
                background-color: #000;
                color: #00a3e0
            }
}

@media only screen and (min-width:74rem) {
    .q-multimedia-teaser.q-teaser-floating-text .q-teaser-content-container .q-title-container {
        width: 45%
    }
}

@media only screen and (max-width:47.9375rem) {
    .q-multimedia-teaser-collection .q-slider .slick-list {
        margin: 0 0 0 -.15625rem
    }

    .q-multimedia-teaser-collection .q-slider .slick-slide {
        margin: 0 .75rem 0 0
    }
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .q-multimedia-teaser-collection .q-teaser-split .q-multimedia-teaser:first-child {
        float: left
    }

    .q-multimedia-teaser-collection .q-teaser-split .q-multimedia-teaser:last-child {
        float: right
    }
}

@media print,only screen and (min-width:48rem) {
    .q-multimedia-teaser-collection .columns .medium-6 :first-child {
        padding-right: .5rem
    }

    .q-multimedia-teaser-collection .columns .medium-6 :last-child {
        padding-left: .5rem
    }
}

@media print,only screen and (min-width:62rem) {
    .q-multimedia-teaser-collection .q-teaser-large {
        padding-left: 0
    }

    .q-multimedia-teaser-collection .q-teaser-split {
        padding-right: 0
    }
}

.q-multimedia-teaser-collection {
    position: relative
}

    .q-multimedia-teaser-collection .q-multimedia-teaser {
        margin-bottom: 0
    }

    .q-multimedia-teaser-collection.q-tc-large-small .q-multimedia-teaser {
        position: relative
    }

        .q-multimedia-teaser-collection.q-tc-large-small .q-multimedia-teaser .q-teaser-content-container {
            padding: .75rem 1rem;
            width: 100%
        }

            .q-multimedia-teaser-collection.q-tc-large-small .q-multimedia-teaser .q-teaser-content-container .q-title {
                line-height: 1.375rem
            }

            .q-multimedia-teaser-collection.q-tc-large-small .q-multimedia-teaser .q-teaser-content-container .q-button {
                margin-top: 0
            }

    .q-multimedia-teaser-collection.q-equal-split .q-multimedia-teaser {
        margin-bottom: 1rem
    }

    .q-multimedia-teaser-collection .q-multimedia-teaser.q-teaser-date {
        border-top: 8px solid #00a3e0
    }

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .q-multimedia-teaser-collection .q-teaser-split:after, .q-multimedia-teaser-collection .q-teaser-split:before {
        content: " ";
        display: table
    }

    .q-multimedia-teaser-collection .q-teaser-split:after {
        clear: both
    }

    .q-multimedia-teaser-collection .q-teaser-split .q-multimedia-teaser {
        width: 49.5%
    }

    .q-multimedia-teaser-collection.q-tc-large-small .columns {
        padding-left: 0;
        padding-right: 0
    }
}

@media print,only screen and (min-width:48rem) {
    .q-multimedia-teaser-collection.q-equal-split .q-multimedia-teaser {
        margin-bottom: 1.5rem
    }

    .q-multimedia-teaser-collection.q-tc-large-small .q-teaser-split .q-multimedia-teaser {
        margin-top: .5rem
    }

    .q-multimedia-teaser-collection.q-tc-large-small .q-multimedia-teaser {
        overflow: hidden;
        position: relative
    }

        .q-multimedia-teaser-collection.q-tc-large-small .q-multimedia-teaser .q-teaser-content-container {
            bottom: 0;
            opacity: .9;
            position: absolute
        }
}

@media print,only screen and (min-width:62rem) {
    .q-multimedia-teaser-collection.q-tc-large-small .q-teaser-split .q-multimedia-teaser {
        margin-top: .25rem
    }

        .q-multimedia-teaser-collection.q-tc-large-small .q-teaser-split .q-multimedia-teaser:first-child {
            margin-top: 0
        }
}

@media only screen and (min-width:74rem) {
    .q-multimedia-teaser-collection.q-tc-large-small .q-teaser-split .q-multimedia-teaser {
        margin-top: .3125rem
    }
}

.q-responsive-image {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-height: 1px;
    position: relative;
    width: 100%
}

    .q-responsive-image.q-show-video-icon::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background-color: transparent;
        border-radius: 1.5rem;
        color: #fff;
        cursor: pointer;
        font-size: 3rem;
        height: 3rem;
        line-height: 1;
        pointer-events: none;
        width: 3rem;
        z-index: 30
    }

    .q-responsive-image.q-show-video-icon:hover::after {
        background-color: transparent
    }

.q-responsive-image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.q-responsive-image .q-image-wrapper {
    position: relative
}

.q-responsive-image .q-image-link {
    display: block
}

    .q-responsive-image .q-image-link:hover .icon-player-controls-play {
        background-color: transparent
    }

.q-responsive-image .q-image-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative
}

    .q-responsive-image .q-image-container picture {
        display: block
    }

        .q-responsive-image .q-image-container picture img {
            vertical-align: bottom
        }

.q-responsive-image .icon {
    cursor: pointer
}

.q-responsive-image .gallery-view {
    background: #fff;
    font-size: 1.75rem;
    margin: 0 0 0 .5rem;
    min-height: 2.25rem;
    min-width: 2.25rem;
    padding: .375rem;
    text-decoration: inherit
}

    .q-responsive-image .gallery-view.button::before, .q-responsive-image .gallery-view.q-button::before {
        content: none
    }

    .q-responsive-image .gallery-view .icon {
        font-size: 1.5rem
    }

.q-responsive-image:hover .icon-player-controls-play {
    background-color: transparent
}

.tabbed_scroller__row-inverted .q-headline-text .q-headline {
    text-align: right
}

    .tabbed_scroller__row-inverted .q-headline-text .q-headline div {
        text-align: right !important
    }

.tabbed_scroller__row-inverted .q-headline-text .q-subheadline {
    text-align: right
}

    .tabbed_scroller__row-inverted .q-headline-text .q-subheadline div {
        text-align: right !important
    }

@media print,only screen and (min-width:62rem) {
    .tabbed_scroller__row-inverted .tabbed_scroller__content {
        text-align: right
    }
}

.tabbed_scroller--text-reversed .q-headline-text .q-headline {
    text-align: right
}

    .tabbed_scroller--text-reversed .q-headline-text .q-headline div {
        text-align: right !important
    }

.tabbed_scroller--text-reversed .q-headline-text .q-subheadline {
    text-align: right
}

    .tabbed_scroller--text-reversed .q-headline-text .q-subheadline div {
        text-align: right !important
    }

.tabbed_scroller--text-reversed .tabbed_scroller__content {
    text-align: right
}

@media print,only screen and (max-width:61.9375rem) {
    .tabbed_scroller--text-reversed .tabbed_scroller__container--mobile-separated .tabbed_scroller__content {
        text-align: right
    }
}

.tabbed_scroller .q-tabs .tab-title .q-list-link {
    opacity: .6;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

    .tabbed_scroller .q-tabs .tab-title .q-list-link:hover {
        opacity: 1
    }

.tabbed_scroller .q-tabs .tab-title.active .q-list-link {
    opacity: 1;
    font-weight: 800;
    color: inherit
}

.tabbed_scroller .q-tabs .q-navigation-bar:not(.ps-container) > .q-scroller-content > .q-scroller-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important
}

.tabbed_scroller .q-tabs .q-navigation-bar:not(.ps-container) > .q-scroller-content:not(.is-scrollable) > .q-scroller-list {
    left: 0 !important
}

.tabbed_scroller .q-tabs .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: none;
    line-height: 1rem;
    margin: 0px 5px;
}

.tabbed_scroller .q-tabs .q-navigation-bar .ui-control.slider-control.active {
    opacity: .5
}

.tabbed_scroller .q-tabs .q-navigation-bar .ui-control.slider-control:not(.ui-disabled):active, .tabbed_scroller .q-tabs .q-navigation-bar .ui-control.slider-control:not(.ui-disabled):hover {
    opacity: 1
}

.tabbed_scroller .q-tabs .q-navigation-bar .slider-control .icon {
    font-size: 1.125rem
}

.tabbed_scroller .q-multimedia-scroller {
    margin: 0
}

    .tabbed_scroller .q-multimedia-scroller .q-slider .slick-list {
        margin: 0
    }

    .tabbed_scroller .q-multimedia-scroller .q-slider--counter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 1.25rem
    }

@media print,only screen and (min-width:62rem) {
    .tabbed_scroller .q-multimedia-scroller .q-slider--counter {
        margin-top: 1.875rem
    }
}

.tabbed_scroller .q-multimedia-scroller .q-slider--counter .slick-list {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 1.25rem
}

@media print,only screen and (min-width:62rem) {
    .tabbed_scroller .q-multimedia-scroller .q-slider--counter .slick-list {
        margin-top: 1.875rem
    }
}

.tabbed_scroller .q-multimedia-scroller .q-slider--counter .slider-control:not(.ui-disabled) {
    opacity: 1;
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    color: #000
}

    .tabbed_scroller .q-multimedia-scroller .q-slider--counter .slider-control:not(.ui-disabled):active, .tabbed_scroller .q-multimedia-scroller .q-slider--counter .slider-control:not(.ui-disabled):focus, .tabbed_scroller .q-multimedia-scroller .q-slider--counter .slider-control:not(.ui-disabled):hover {
        color: #00a3e0
    }

.tabbed_scroller .q-multimedia-scroller .q-slider--counter .q-slider-counter {
    padding: 0 .625rem;
    line-height: 1.25rem
}

@media print,only screen and (min-width:62rem) {
    .tabbed_scroller .q-multimedia-scroller .q-slider--counter .q-slider-counter {
        padding: 0 1.25rem
    }
}

.tabbed_scroller .q-multimedia-scroller .q-slider--counter .q-slider-counter__current {
    font-weight: 700
}

.tabbed_scroller__container {
    position: relative;
    background-color: #fff
}

.tabbed_scroller__container--side .q-tabs .q-navigation-bar .ui-control.slider-control {
    color: #000
}

@media print,only screen and (max-width:61.9375rem) {
    .tabbed_scroller__container--mobile-separated .tabbed_scroller__content {
        position: static;
        padding: 2.1875rem 0;
        -webkit-transform: none;
        transform: none;
        color: #000
    }

        .tabbed_scroller__container--mobile-separated .tabbed_scroller__content .q-tabs .q-navigation-bar:not(.ps-container) > .q-scroller-content > .q-scroller-list {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }
}

.tabbed_scroller__row, .tabbed_scroller__row-inverted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabbed_scroller__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.tabbed_scroller__row-inverted {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap
}

    .tabbed_scroller__row-inverted .q-multimedia-scroller .q-slider--counter {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

@media print,only screen and (min-width:62rem) {
    .tabbed_scroller__row-inverted .q-tabs .q-navigation-bar:not(.ps-container) > .q-scroller-content > .q-scroller-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.tabbed_scroller__row .tabbed_scroller__content {
    padding: 0rem 2.1875rem
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .tabbed_scroller__row .tabbed_scroller__content {
        padding-right: 4.375rem;
        padding-left: 4.375rem
    }
}

.tabbed_scroller__slider .q-tabs {
    position: absolute;
    bottom: 7.5rem;
    width: 100%;
    padding: 0
}

    .tabbed_scroller__slider .q-tabs .q-navigation-bar {
        padding: 0 1rem
    }

@media print,only screen and (min-width:48rem) {
    .tabbed_scroller__slider .q-tabs .q-navigation-bar {
        padding: 0 2rem
    }
}

.tabbed_scroller__slider .q-tabs .q-navigation-bar:not(.ps-container) > .q-scroller-content > .q-scroller-list {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.tabbed_scroller__content .q-multimedia-scroller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tabbed_scroller__content .q-tabs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 1.25rem 0
}

@media print,only screen and (min-width:48rem) {
    .tabbed_scroller__content .q-tabs {
        padding-top: 1.875rem
    }
}

.tabbed_scroller__content--overlay {
    position: absolute;
    top: 1.875rem;
    width: 100%;
    pointer-events: none
}

@media print,only screen and (min-width:48rem) {
    .tabbed_scroller__content--overlay {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.tabbed_scroller__content--overlay .q-button, .tabbed_scroller__content--overlay .q-headline-text, .tabbed_scroller__content--overlay .q-multimedia-scroller {
    pointer-events: auto
}

.tabbed_scroller .q-tabs-title {
    display: none
}

.tabbed_scroller .q-responsive-image-overlay {
    pointer-events: none
}

.tabbed_scroller--light .tabbed_scroller__content, .tabbed_scroller--light .tabbed_scroller__slider .q-tabs {
    color: #fff
}

.tabbed_scroller--text-reversed .q-multimedia-scroller .q-slider--counter {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tabbed_scroller--text-reversed .q-tabs .q-navigation-bar:not(.ps-container) > .q-scroller-content > .q-scroller-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.q-video {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    position: relative
}

    .q-video .youtube-player {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .q-video.has-posterframe .youtube-player {
        display: none
    }

    .q-video.has-posterframe.hide-after .youtube-player {
        display: block
    }

    .q-video.has-posterframe .q-video-overlay {
        z-index: 2
    }

        .q-video.has-posterframe .q-video-overlay .q-responsive-image::after {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit;
            background-color: transparent;
            border-radius: 1.5rem;
            color: #fff;
            cursor: pointer;
            font-size: 3rem;
            height: 3rem;
            left: 50%;
            line-height: 1;
            margin-left: -1.5rem;
            margin-top: -1.5rem;
            position: absolute;
            top: 50%;
            width: 3rem;
            z-index: 30
        }

        .q-video.has-posterframe .q-video-overlay .q-responsive-image:hover::after {
            background-color: transparent
        }

    .q-video.has-posterframe.hide-after::after {
        display: none
    }

    .q-video.q-player-selector .q-poster-frame {
        display: none
    }

    .q-video.q-player-selector::after {
        display: none
    }

    .q-video .q-poster-frame {
        cursor: pointer;
        display: block;
        left: 0;
        max-width: 100%;
        position: absolute;
        top: 0;
        z-index: 20
    }

    .q-video .q-autosize {
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
        width: 100%
    }

        .q-video .q-autosize .youtube-player {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%
        }

@media only screen and (max-width:47.9375rem) {
    .q-video .youtube-player {
        height: 100%;
        width: 100%
    }

    .q-video .q-poster-frame {
        height: auto !important;
        width: 100% !important
    }
}

.q-video-teaser {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

    .q-video-teaser .q-posterframe {
        display: none;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .q-video-teaser .q-posterframe-mobile {
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        position: absolute;
        width: 100%
    }

    .q-video-teaser .q-video-element {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

        .q-video-teaser .q-video-element:hover .vjs-big-play-button {
            background-color: transparent
        }

        .q-video-teaser .q-video-element.q-cat-videos {
            pointer-events: none
        }

            .q-video-teaser .q-video-element.q-cat-videos .vjs-loading-spinner {
                display: none
            }

        .q-video-teaser .q-video-element .vjs-big-play-button {
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            height: 3rem;
            left: 50%;
            margin-left: -1.5rem;
            margin-top: -1.5rem;
            top: 50%;
            width: 3rem
        }

            .q-video-teaser .q-video-element .vjs-big-play-button:hover {
                background-color: transparent
            }

            .q-video-teaser .q-video-element .vjs-big-play-button::before {
                content: ''
            }

            .q-video-teaser .q-video-element .vjs-big-play-button::after {
                content: "";
                font-family: icons-peugeot;
                font-size: 1rem;
                font-style: normal;
                font-variant: normal;
                line-height: 1;
                position: relative;
                speak: none;
                text-transform: none;
                font-size: inherit;
                font-weight: inherit;
                line-height: inherit;
                text-align: inherit;
                background: 0 0;
                border-radius: 1.5rem;
                color: #fff;
                cursor: pointer;
                font-size: 5rem;
                height: 5rem;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                position: absolute;
                width: 5rem
            }

@media print,only screen and (min-width:48rem) {
    .q-video-teaser .q-posterframe::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        background: 0 0;
        border-radius: 1.5rem;
        color: #fff;
        cursor: pointer;
        font-size: 5rem;
        height: 5rem;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        position: absolute;
        width: 5rem
    }

    .q-video-teaser .q-posterframe-mobile {
        display: none
    }
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item:nth-of-type(odd) {
    background-color: #f5f5f5
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item:nth-of-type(even) {
    background-color: #fff
}

.advisor .q-vehicle_reviews_list .h1, .advisor .q-vehicle_reviews_list h1 {
    margin-bottom: .625rem;
    text-transform: uppercase;
    font-size: 2.1875rem;
    padding-top: 0;
    margin-top: 1.5625rem
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    width: 270px;
    margin-bottom: 1.5625rem;
    margin-top: 1.25rem
}

    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__sort label {
        width: 97px;
        padding-right: 1.25rem
    }

    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__sort select {
        border: 1px solid #f5f5f5;
        background-color: #fff
    }

        .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__sort select.styled-select {
            background-image: url(global/resources/img/242_Chevron_down.svg);
            background-size: 2.1875rem 1.5rem;
            padding: .9375rem 3.625rem .9375rem 1.4375rem;
            margin-bottom: 0;
            height: 3.3125rem
        }

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item {
    color: #f5f5f5;
    padding: 1.5625rem .9375rem
}

    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .bg--grey {
        background-color: #f5f5f5
    }

    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .h2, .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item h2 {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-weight: 700;
        font-size: 1.5rem;
        padding-top: .5rem
    }

    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .h1, .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item h1 {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-weight: 700;
        font-size: 1.5rem;
        text-transform: uppercase;
        margin-bottom: 10px;
        margin-top: .1875rem
    }

    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item small {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: .75rem;
        padding-bottom: .25rem;
        padding-top: .25rem
    }

    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item p {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: .875rem;
        display: block;
        max-width: 70%
    }

    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer {
        padding-top: 1.875rem
    }

        .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer p {
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-size: .75rem;
            display: block;
            font-weight: 700;
            display: inline-block;
            line-height: 1.875rem
        }

        .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer .q-vehicle_reviews_list__btns__bottom {
            float: right;
            line-height: 1.875rem
        }

        .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer a, .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer button {
            background-color: transparent;
            color: #00a3e0;
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none;
            font-size: .75rem;
            margin-left: 20px
        }

@media screen and (max-width:61.9375rem) {
    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer a, .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer button {
        margin-left: 0;
        padding-left: 0
    }
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer a .icon, .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer button .icon {
    font-size: 1.25rem;
    -webkit-transform: translate(0,-3px);
    transform: translate(0,-3px);
    display: inline-block
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer a:hover, .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer button:hover {
    color: rgba(0,163,224,.8)
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .h1-like {
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: .1875rem
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__bottom {
    text-align: center;
    padding-bottom: 1.875rem
}

    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__bottom p {
        font-size: .875rem;
        margin-top: 1.25rem
    }

    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__bottom a.button {
        margin-top: 1.25rem;
        margin-bottom: 4.375rem
    }

@media screen and (max-width:61.9375rem) {
    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__sort {
        display: block;
        width: 100%
    }

        .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__sort label {
            padding-bottom: .625rem
        }

    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item p {
        max-width: 100%
    }

    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer p {
        display: block
    }

    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer .q-vehicle_reviews_list__btns__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: none
    }

        .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer .q-vehicle_reviews_list__btns__bottom a:nth-child(1) {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2
        }

        .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer .q-vehicle_reviews_list__btns__bottom a:nth-child(2) {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }

        .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer .q-vehicle_reviews_list__btns__bottom a.right {
            float: none !important
        }

    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer a {
        float: none !important;
        margin-left: 0;
        margin-right: 1.25rem
    }
}

.advisor .q-vehicle_reviews_list .q-customer-review .h2, .advisor .q-vehicle_reviews_list .q-customer-review h2 {
    text-transform: uppercase;
    padding-bottom: .625rem;
    font-size: .9375rem;
    line-height: 1.5625rem;
    font-weight: 700
}

.advisor .q-vehicle_reviews_list .q-customer-review .q-customer-response .response-text, .advisor .q-vehicle_reviews_list .q-customer-review .q-customer-response .review-text, .advisor .q-vehicle_reviews_list .q-customer-review .q-review-wrap .response-text, .advisor .q-vehicle_reviews_list .q-customer-review .q-review-wrap .review-text {
    line-height: 1.5rem;
    max-width: 85%
}

    .advisor .q-vehicle_reviews_list .q-customer-review .q-customer-response .response-text .more-content span, .advisor .q-vehicle_reviews_list .q-customer-review .q-customer-response .review-text .more-content span, .advisor .q-vehicle_reviews_list .q-customer-review .q-review-wrap .response-text .more-content span, .advisor .q-vehicle_reviews_list .q-customer-review .q-review-wrap .review-text .more-content span {
        display: none
    }

    .advisor .q-vehicle_reviews_list .q-customer-review .q-customer-response .response-text .more-content .show-more-cta, .advisor .q-vehicle_reviews_list .q-customer-review .q-customer-response .review-text .more-content .show-more-cta, .advisor .q-vehicle_reviews_list .q-customer-review .q-review-wrap .response-text .more-content .show-more-cta, .advisor .q-vehicle_reviews_list .q-customer-review .q-review-wrap .review-text .more-content .show-more-cta {
        color: #00a3e0;
        text-decoration: none;
        background: 0 0;
        font-weight: 400;
        padding: 0 0 0 .3125rem
    }

.advisor .q-vehicle_reviews_list .q-customer-review .q-customer-response {
    border-left: .125rem solid #00a3e0;
    padding-left: .9375rem
}

    .advisor .q-vehicle_reviews_list .q-customer-review .q-customer-response .response-text {
        max-width: 80%
    }

.advisor .q-vehicle_reviews_list .h1-like {
    margin-bottom: .625rem;
    text-transform: uppercase;
    font-size: 1.875rem;
    padding-top: 0;
    margin-top: .9375rem;
    line-height: normal;
    font-weight: 800;
    font-family: Peugeot,sans-serif
}

.advisor .q-vehicle_reviews_list .h2-like {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 700;
    font-size: 1.5rem;
    padding-top: .5rem;
    line-height: 2.5rem
}

.advisor .q-dealer__details {
    padding-bottom: 2.125rem;
    padding-top: 2.125rem;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    margin-top: 2.125rem;
    margin-bottom: 2.125rem
}

    .advisor .q-dealer__details .advisor__nf__ca__englobe {
        margin-bottom: .9375rem
    }

    .advisor .q-dealer__details .dl__englobe {
        display: inline-block
    }

        .advisor .q-dealer__details .dl__englobe a {
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-weight: 400;
            font-size: .875rem;
            text-transform: none;
            color: #787b80;
            color: #f5f5f5;
            font-weight: 700;
            font-size: .75rem;
            display: block;
            margin-left: 3.125rem;
            text-decoration: none;
            text-transform: uppercase
        }

            .advisor .q-dealer__details .dl__englobe a::after {
                content: "";
                font-family: icons-peugeot;
                font-size: 1rem;
                font-style: normal;
                font-variant: normal;
                line-height: 1;
                position: relative;
                speak: none;
                text-transform: none;
                font-size: inherit;
                font-weight: inherit;
                line-height: inherit;
                text-align: inherit;
                display: inline-block;
                padding-left: .3125rem;
                text-align: right
            }

@media screen and (max-width:47.9375rem) {
    .advisor .q-dealer__details .dl__englobe {
        display: block
    }

        .advisor .q-dealer__details .dl__englobe a {
            margin-left: 0
        }

            .advisor .q-dealer__details .dl__englobe a:first-child {
                margin-top: 1.25rem
            }
}

.advisor .q-dealer_locator {
    font-size: .75rem;
    line-height: 1.5
}

    .advisor .q-dealer_locator span {
        font-size: inherit;
        color: #f5f5f5
    }

        .advisor .q-dealer_locator span:first-child {
            min-width: 5.4375rem;
            display: inline-block
        }

        .advisor .q-dealer_locator span:last-child {
            padding-left: .3125rem
        }

    .advisor .q-dealer_locator .stars {
        line-height: 1;
        margin-left: 0;
        display: inline-block;
        font-size: .75rem
    }

@media screen and (max-width:61.9375rem) {
    .advisor .q-find_deader .tabs .tab-title > a {
        padding: .75rem .25rem
    }
}

.advisor .q-find_deader .advisor .q-vehicle_ratings .nf {
    display: inline-block;
    margin-left: .9375rem
}

.advisor .q-find_deader .cr_hide {
    display: none
}

.advisor .q-find_deader .no_workshop {
    padding-bottom: 2.5rem
}

    .advisor .q-find_deader .no_workshop .q-find_deader--ca {
        display: inline-block
    }

    .advisor .q-find_deader .no_workshop .h2, .advisor .q-find_deader .no_workshop h2 {
        font-weight: 800;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        color: #f5f5f5;
        font-size: 2.1875rem;
        text-transform: uppercase;
        margin-bottom: .5rem;
        text-align: center;
        padding-bottom: .625rem;
        padding-top: 1.875rem
    }

.advisor .q-find_deader--ca {
    font-size: 1.75rem;
    text-transform: uppercase;
    color: #3b3938;
    display: block;
    font-weight: 700;
    line-height: initial
}

.advisor .q-find_deader--ca--red {
    color: #00a3e0
}

.advisor .q-find_deader__bottom_reviews .button--red {
    margin-top: 1.25rem
}

.advisor .q-find_deader .name_dealer {
    font-weight: 800;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    color: #f5f5f5;
    font-size: 2.1875rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
    text-align: center;
    padding-bottom: .625rem;
    padding-top: 1.875rem
}

.advisor .q-find_deader__cards {
    background-color: #f5f5f5;
    padding: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin-top: .625rem;
    min-height: 40rem
}

    .advisor .q-find_deader__cards figure {
        margin: 0 auto;
        border-radius: 5.625rem;
        overflow: hidden;
        width: 11.25rem;
        margin-bottom: 2.5rem;
        height: 11.25rem
    }

        .advisor .q-find_deader__cards figure img {
            width: 11.25rem
        }

            .advisor .q-find_deader__cards figure img.missing {
                content: url(global/resources/img/profile.jpg)
            }

    .advisor .q-find_deader__cards a.button {
        margin-top: 1.875rem;
        margin-bottom: 0
    }

        .advisor .q-find_deader__cards a.button.button--outline {
            margin-top: 1.5625rem
        }

    .advisor .q-find_deader__cards .stars {
        display: inline-block
    }

    .advisor .q-find_deader__cards .stars_resume {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-weight: 400;
        font-size: .875rem;
        text-transform: none;
        color: #787b80;
        color: #00a3e0;
        font-weight: 700;
        font-size: .75rem;
        text-decoration: none;
        text-transform: uppercase;
        padding-left: .5rem
    }

@media screen and (max-width:73.9375rem) {
    .advisor .q-find_deader__cards .stars_resume {
        -webkit-transform: translate(0,-.1875rem);
        transform: translate(0,-.1875rem);
        display: inline-block
    }
}

.advisor .q-find_deader__cards .stars_with_resume_englobe {
    padding-bottom: .625rem;
    padding-top: 1.875rem
}

.advisor .q-find_deader__cards .link_with_arrow {
    padding-bottom: .3125rem
}

.advisor .q-find_deader__cards .h1, .advisor .q-find_deader__cards h1 {
    font-weight: 800;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    color: #f5f5f5;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: .5rem
}

.advisor .q-find_deader__cards p {
    font-size: .875rem
}

.advisor .q-find_deader .q-find_deader__wrap {
    min-height: 14.6875rem
}

    .advisor .q-find_deader .q-find_deader__wrap .dealer-email {
        word-break: break-all
    }

.advisor .q-find_deader .tabs {
    display: inline-block;
    margin-top: 2rem;
    margin-bottom: 2rem !important
}

    .advisor .q-find_deader .tabs li a {
        font-weight: 800;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        text-transform: uppercase;
        color: #f5f5f5;
        text-decoration: none
    }

        .advisor .q-find_deader .tabs li a:after {
            display: block;
            height: 1px;
            background-color: #f5f5f5;
            content: "";
            margin-top: .875rem
        }

    .advisor .q-find_deader .tabs li.active a {
        color: #00a3e0
    }

        .advisor .q-find_deader .tabs li.active a:after {
            background-color: #00a3e0;
            height: .1875rem;
            margin-top: .8125rem
        }

@media screen and (max-width:73.9375rem) {
    .advisor .q-find_deader .small-3 {
        width: 50%
    }

    .advisor .q-find_deader .q-find_deader__cards {
        margin-bottom: 2.5rem
    }
}

@media screen and (max-width:47.9375rem) {
    .advisor .q-find_deader .small-3 {
        width: 100%
    }

    .advisor .q-find_deader .salesperson-rating {
        padding-top: 3.125rem
    }
}

.q-advisor-modal.xlarge {
    width: 75%;
    max-width: 56.25rem
}

.q-advisor-modal .close-reveal-modal {
    color: #f5f5f5
}

@media screen and (max-width:47.9375rem) {
    .q-advisor-modal .advisor .form_step_two button {
        width: 100%;
        text-align: center
    }
}

.advisor.q-report_abuse_modal {
    padding: 2.5rem;
    top: 0 !important;
    height: 100%;
    padding-top: 5.625rem;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 800;
    text-transform: uppercase
}

    .advisor.q-report_abuse_modal .column, .advisor.q-report_abuse_modal .columns {
        padding-left: .8125rem;
        padding-right: .8125rem
    }

    .advisor.q-report_abuse_modal .inline_input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 1.25rem;
        position: relative
    }

        .advisor.q-report_abuse_modal .inline_input label {
            /*font-family: 'Noto Kufi Arabic', sans-serif;*/
            font-weight: 400;
            font-size: .875rem;
            text-transform: none;
            color: #787b80;
            padding-left: 2.5rem
        }

        .advisor.q-report_abuse_modal .inline_input input[type=radio] {
            visibility: hidden;
            position: absolute
        }

            .advisor.q-report_abuse_modal .inline_input input[type=radio] + label:before {
                width: 1.25rem;
                height: 1.25rem;
                min-width: 1.25rem;
                margin-top: 0;
                margin-right: .8125rem;
                content: " ";
                display: inline-block;
                vertical-align: baseline;
                border: 1px solid #f5f5f5;
                background-color: #f5f5f5;
                position: absolute;
                top: .625rem;
                left: 0
            }

            .advisor.q-report_abuse_modal .inline_input input[type=radio]:checked + label:before {
                background: #00a3e0;
                border: .1875rem solid #f5f5f5
            }

            .advisor.q-report_abuse_modal .inline_input input[type=radio] + label:before {
                border-radius: 50%
            }

        .advisor.q-report_abuse_modal .inline_input input[type=radio], .advisor.q-report_abuse_modal .inline_input label {
            display: inline-block;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

    .advisor.q-report_abuse_modal .h1, .advisor.q-report_abuse_modal .h2, .advisor.q-report_abuse_modal h1, .advisor.q-report_abuse_modal h2, .advisor.q-report_abuse_modal label.label--h1 {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-weight: 800;
        text-transform: uppercase;
        color: #f5f5f5
    }

    .advisor.q-report_abuse_modal .h1, .advisor.q-report_abuse_modal h1 {
        font-size: 3.4375rem;
        margin-bottom: 1.25rem
    }

@media screen and (max-width:61.9375rem) {
    .advisor.q-report_abuse_modal .h1, .advisor.q-report_abuse_modal h1 {
        font-size: 1.875rem
    }
}

.advisor.q-report_abuse_modal .h2, .advisor.q-report_abuse_modal h2 {
    font-size: 2.1875rem
}

.advisor.q-report_abuse_modal .label--h1 {
    font-size: 1.5rem
}

.advisor.q-report_abuse_modal .head_block {
    margin-bottom: 3.125rem
}

.advisor.q-report_abuse_modal .q-report_abuse_modal--footer {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.advisor.q-report_abuse_modal .q-report_abuse_modal--mention {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 400;
    font-size: .875rem;
    text-transform: none;
    color: #787b80
}

.advisor.q-report_abuse_modal a.close-reveal-modal {
    top: 2.75rem;
    right: 2.75rem;
    width: 1.9375rem;
    text-decoration: none;
    color: #f5f5f5
}

    .advisor.q-report_abuse_modal a.close-reveal-modal:hover {
        color: #f5f5f5
    }

    .advisor.q-report_abuse_modal a.close-reveal-modal .icon {
        font-size: 2.375rem
    }

.advisor.q-report_abuse_modal form label:not(.q-reveal-modal__label--radio):not(.label--h1) {
    margin-bottom: .9375rem;
    margin-top: .625rem;
    font-size: .875rem;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    color: #f5f5f5
}

.advisor.q-report_abuse_modal form input[type=color], .advisor.q-report_abuse_modal form input[type=date], .advisor.q-report_abuse_modal form input[type=datetime-local], .advisor.q-report_abuse_modal form input[type=datetime], .advisor.q-report_abuse_modal form input[type=email], .advisor.q-report_abuse_modal form input[type=month], .advisor.q-report_abuse_modal form input[type=number], .advisor.q-report_abuse_modal form input[type=password], .advisor.q-report_abuse_modal form input[type=search], .advisor.q-report_abuse_modal form input[type=tel], .advisor.q-report_abuse_modal form input[type=text], .advisor.q-report_abuse_modal form input[type=time], .advisor.q-report_abuse_modal form input[type=url], .advisor.q-report_abuse_modal form input[type=week], .advisor.q-report_abuse_modal form textarea {
    border: .125rem solid #f5f5f5;
    background-color: #fff;
    height: 2.8125rem;
    color: #f5f5f5;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 400;
    font-size: .875rem
}

.advisor.q-report_abuse_modal form textarea {
    min-height: 5rem
}

.advisor.q-report_abuse_modal form .input-icons {
    position: relative
}

    .advisor.q-report_abuse_modal form .input-icons::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        color: #f5f5f5
    }

    .advisor.q-report_abuse_modal form .input-icons::before {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        color: #f5f5f5
    }

    .advisor.q-report_abuse_modal form .input-icons:after, .advisor.q-report_abuse_modal form .input-icons:before {
        opacity: 0;
        position: absolute;
        top: 3.875rem;
        right: 1.375rem;
        display: block
    }

.advisor.q-report_abuse_modal form .input-icons--cross {
    color: #f5f5f5
}

    .advisor.q-report_abuse_modal form .input-icons--cross input {
        border: .125rem solid #f5f5f5
    }

    .advisor.q-report_abuse_modal form .input-icons--cross:after {
        opacity: 1
    }

    .advisor.q-report_abuse_modal form .input-icons--cross:before {
        opacity: 0
    }

.advisor.q-report_abuse_modal form .input-icons--check:after {
    opacity: 0
}

.advisor.q-report_abuse_modal form .input-icons--check:before {
    opacity: 1
}

.advisor.q-report_abuse_modal form .error input, .advisor.q-report_abuse_modal form .error textarea {
    border: .125rem solid #f5f5f5
}

    .advisor.q-report_abuse_modal form .error input[type=email]:required, .advisor.q-report_abuse_modal form input.Email_valid:required {
        border: .125rem solid #f5f5f5
    }

        .advisor.q-report_abuse_modal form .error input[type=email]:required:before, .advisor.q-report_abuse_modal form input.Email_valid:required:before {
            opacity: 1;
            color: #f5f5f5
        }

    .advisor.q-report_abuse_modal form .error input[type=email]:required, .advisor.q-report_abuse_modal form input[type=email]:required.Email_invalid {
        border: .125rem solid #f5f5f5
    }

        .advisor.q-report_abuse_modal form .error input[type=email]:required:after, .advisor.q-report_abuse_modal form input[type=email]:required.Email_invalid:after {
            opacity: 1;
            color: #f5f5f5
        }

.advisor.q-report_abuse_modal .h1-like {
    font-size: 3.4375rem;
    margin-bottom: 1.25rem;
    line-height: normal
}

.advisor.q-report_abuse_modal .h2-like {
    font-size: 2.1875rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #f5f5f5;
    line-height: 2.5rem
}

.advisor.post_review_modal_car, .advisor.q-review_delivery_modal {
    padding: 1.875rem
}

    .advisor.post_review_modal_car .head_block, .advisor.q-review_delivery_modal .head_block {
        padding-left: 0;
        padding-right: 0
    }

    .advisor.post_review_modal_car .rating, .advisor.q-review_delivery_modal .rating {
        margin-top: .625rem
    }

    .advisor.post_review_modal_car .input-wrapper, .advisor.q-review_delivery_modal .input-wrapper {
        margin: .375rem 0
    }

        .advisor.post_review_modal_car .input-wrapper .rating-message, .advisor.q-review_delivery_modal .input-wrapper .rating-message {
            right: -8.4375rem;
            position: absolute;
            top: -.375rem;
            font-size: .875rem;
            line-height: 1.0625rem;
            padding: .4375rem .625rem;
            display: none;
            color: #f5f5f5;
            border: 1px solid #f5f5f5;
            width: 7.8125rem;
            text-align: center
        }

    .advisor.post_review_modal_car input[type=checkbox], .advisor.q-review_delivery_modal input[type=checkbox] {
        top: .125rem;
        width: 1.25rem;
        height: 1.25rem;
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
        position: absolute;
        left: 0
    }

        .advisor.post_review_modal_car input[type=checkbox] + label, .advisor.q-review_delivery_modal input[type=checkbox] + label {
            padding-top: 0;
            margin-top: 0 !important
        }

            .advisor.post_review_modal_car input[type=checkbox] + label::before, .advisor.q-review_delivery_modal input[type=checkbox] + label::before {
                content: "";
                font-family: icons-peugeot;
                font-size: 1rem;
                font-style: normal;
                font-variant: normal;
                line-height: 1;
                position: relative;
                speak: none;
                text-transform: none;
                font-size: inherit;
                font-weight: inherit;
                line-height: inherit;
                text-align: inherit;
                width: 1.25rem;
                height: .875rem;
                top: .5rem;
                left: -.25rem;
                text-align: center;
                position: absolute !important;
                color: #fff;
                background: 0 0;
                opacity: 0
            }

                .advisor.post_review_modal_car input[type=checkbox] + label::before input, .advisor.q-review_delivery_modal input[type=checkbox] + label::before input {
                    position: absolute;
                    top: 0;
                    left: 0;
                    opacity: 0
                }

        .advisor.post_review_modal_car input[type=checkbox]:checked, .advisor.q-review_delivery_modal input[type=checkbox]:checked {
            background-color: #f5f5f5;
            color: #fff
        }

            .advisor.post_review_modal_car input[type=checkbox]:checked + label:before, .advisor.q-review_delivery_modal input[type=checkbox]:checked + label:before {
                opacity: 1
            }

            .advisor.post_review_modal_car input[type=checkbox]:checked + label:after, .advisor.q-review_delivery_modal input[type=checkbox]:checked + label:after {
                content: none
            }

    .advisor.post_review_modal_car .input-wrapper--select, .advisor.q-review_delivery_modal .input-wrapper--select {
        margin-bottom: .9375rem
    }

    .advisor.post_review_modal_car select, .advisor.q-review_delivery_modal select {
        border: 2px solid #f5f5f5;
        background-color: #fff
    }

        .advisor.post_review_modal_car select.styled-select, .advisor.q-review_delivery_modal select.styled-select {
            background-image: url(global/resources/img/242_Chevron_down.svg);
            background-size: 2.1875rem 1.5rem;
            padding: .3125rem;
            padding-right: 3.625rem;
            padding-left: 1.4375rem;
            margin-bottom: 0;
            height: 2.8125rem
        }

    .advisor.post_review_modal_car .error select, .advisor.post_review_modal_car .error select.styled-select, .advisor.q-review_delivery_modal .error select, .advisor.q-review_delivery_modal .error select.styled-select {
        border: .125rem solid #f5f5f5 !important
    }

    .advisor.post_review_modal_car .form_step_hidden, .advisor.q-review_delivery_modal .form_step_hidden {
        display: none
    }

    .advisor.post_review_modal_car .unvisible, .advisor.q-review_delivery_modal .unvisible {
        visibility: hidden
    }

    .advisor.post_review_modal_car .form_step.active, .advisor.q-review_delivery_modal .form_step.active {
        display: block
    }

    .advisor.post_review_modal_car .infos, .advisor.q-review_delivery_modal .infos {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .advisor.post_review_modal_car .container--flex .inline_input, .advisor.q-review_delivery_modal .container--flex .inline_input {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .advisor.post_review_modal_car .inline_input, .advisor.q-review_delivery_modal .inline_input {
        position: relative;
        padding-bottom: 1.25rem
    }

        .advisor.post_review_modal_car .inline_input label, .advisor.q-review_delivery_modal .inline_input label {
            padding-left: 1.875rem;
            color: #f5f5f5
        }

    .advisor.post_review_modal_car form .input--titre, .advisor.post_review_modal_car form label.label--form:not(.q-reveal-modal__label--radio):not(.label--h1), .advisor.q-review_delivery_modal form .input--titre, .advisor.q-review_delivery_modal form label.label--form:not(.q-reveal-modal__label--radio):not(.label--h1) {
        font-size: 1.25rem;
        font-weight: 700;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        text-transform: uppercase
    }

    .advisor.post_review_modal_car form .input--titre, .advisor.q-review_delivery_modal form .input--titre {
        color: #3b3938
    }

    .advisor.post_review_modal_car .numbers_setp, .advisor.q-review_delivery_modal .numbers_setp {
        width: 2.75rem;
        height: 2.75rem;
        display: block;
        background-color: #f5f5f5;
        color: #fff;
        padding: .5625rem;
        font-weight: 700;
        text-align: center;
        left: 0
    }

    .advisor.post_review_modal_car .form-row, .advisor.q-review_delivery_modal .form-row {
        margin: 1.25rem 0
    }

    .advisor.post_review_modal_car .form_content_container P, .advisor.q-review_delivery_modal .form_content_container P {
        margin-left: 3.75rem
    }

    .advisor.post_review_modal_car .numbers_step_englobe, .advisor.q-review_delivery_modal .numbers_step_englobe {
        float: left
    }

    .advisor.post_review_modal_car .numbers_step--right, .advisor.q-review_delivery_modal .numbers_step--right {
        margin-left: 3.75rem;
        margin-top: 0
    }

        .advisor.post_review_modal_car .numbers_step--right p, .advisor.q-review_delivery_modal .numbers_step--right p {
            margin-left: 0
        }

    .advisor.post_review_modal_car .englob_form, .advisor.q-review_delivery_modal .englob_form {
        max-width: 28.6875rem
    }

    .advisor.post_review_modal_car .car-modal figure, .advisor.q-review_delivery_modal .car-modal figure {
        margin-left: .625rem
    }

    .advisor.post_review_modal_car .input-icons, .advisor.q-review_delivery_modal .input-icons {
        position: relative
    }

        .advisor.post_review_modal_car .input-icons:after, .advisor.post_review_modal_car .input-icons:before, .advisor.q-review_delivery_modal .input-icons:after, .advisor.q-review_delivery_modal .input-icons:before {
            top: 3.1875rem !important;
            right: .9375rem !important
        }

    .advisor.post_review_modal_car .q-loader, .advisor.q-review_delivery_modal .q-loader {
        float: right;
        width: 2.8125rem;
        height: 2.8125rem;
        margin-left: .625rem
    }

@media screen and (max-width:61.9375rem) {
    .advisor.post_review_modal_car .q-loader, .advisor.q-review_delivery_modal .q-loader {
        margin: .3125rem auto;
        float: none
    }
}

@media screen and (max-width:61.9375rem) {
    .advisor.post_review_modal_car .q-report_abuse_modal--footer button, .advisor.post_review_modal_car .q-report_abuse_modal--mention, .advisor.q-review_delivery_modal .q-report_abuse_modal--footer button, .advisor.q-review_delivery_modal .q-report_abuse_modal--mention {
        display: block;
        position: relative;
        clear: both
    }
}

@media screen and (max-width:47.9375rem) {
    .advisor.post_review_modal_car .car-modal figure, .advisor.q-review_delivery_modal .car-modal figure {
        margin: 0
    }
}

@media screen and (max-width:61.9375rem) {
    .advisor.post_review_modal_car, .advisor.q-review_delivery_modal {
        padding-left: .625rem;
        padding-right: .625rem
    }

    .advisor .form_step_one .container--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.advisor.q-review-thank-you-modal li, .advisor.q-review-thank-you-modal ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.advisor.q-review-thank-you-modal .h1, .advisor.q-review-thank-you-modal h1 {
    text-transform: uppercase;
    padding-bottom: 1.875rem
}

.advisor.q-review-thank-you-modal .head_block {
    margin-bottom: 2.5rem;
    padding-left: 0
}

.advisor.q-review-thank-you-modal .label--h1 {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.625rem;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 800;
    padding-left: 0
}

.advisor.q-review-thank-you-modal .thanks-points {
    float: left;
    width: 100%
}

    .advisor.q-review-thank-you-modal .thanks-points ul {
        margin-left: 0
    }

        .advisor.q-review-thank-you-modal .thanks-points ul li {
            margin-bottom: .9375rem
        }

            .advisor.q-review-thank-you-modal .thanks-points ul li .numbers-grey {
                background-color: #f5f5f5;
                display: inline-block;
                width: 2.75rem;
                height: 2.75rem;
                text-align: center;
                font-weight: 700;
                line-height: 2.75rem;
                margin-right: .6875rem
            }

            .advisor.q-review-thank-you-modal .thanks-points ul li .numbers-label {
                font-size: .875rem;
                line-height: 1.25rem
            }

    .advisor.q-review-thank-you-modal .thanks-points .review-thank-you-footer {
        margin-top: 2.5rem;
        margin-left: 0
    }

.advisor.q-review-thank-you-modal a.close-reveal-modal {
    top: 44px;
    right: 44px;
    width: 31px;
    text-decoration: none;
    font-size: 38px;
    color: #f5f5f5
}

    .advisor.q-review-thank-you-modal a.close-reveal-modal:hover {
        color: #f5f5f5
    }

.advisor.q-review-thank-you-modal #thank-you-submit {
    position: relative
}

body > .datepicker .datepicker-close {
    background: #f5f5f5;
    font-size: .875rem;
    width: 1.5625rem !important;
    border-color: #f5f5f5
}

    body > .datepicker .datepicker-close:hover {
        background: #000;
        border-color: #000
    }

.profile-wrap {
    background: #f5f5f5;
    padding: 2.5rem 4.625rem;
    margin: 1.875rem 0
}

@media screen and (max-width:47.9375rem) {
    .profile-wrap {
        padding: .9375rem
    }
}

.profile-wrap figure {
    margin: 0 auto;
    border-radius: 5.625rem;
    overflow: hidden;
    width: 11.25rem;
    height: 11.25rem
}

    .profile-wrap figure img {
        width: 11.25rem
    }

        .profile-wrap figure img.missing {
            content: url(global/resources/img/profile.jpg)
        }

.profile-wrap .profile-detail {
    padding-left: 1.25rem
}

@media screen and (max-width:47.9375rem) {
    .profile-wrap .profile-img {
        text-align: center
    }
}

.ui-widget.dealer-autocomplete .ui-helper-hidden-accessible {
    display: none
}

.ui-widget.dealer-autocomplete ul.ui-autocomplete {
    background-color: #fff;
    border: .125rem solid #f5f5f5;
    list-style: none
}

    .ui-widget.dealer-autocomplete ul.ui-autocomplete li {
        padding: .3125rem .5rem;
        border-bottom: 1px solid #f5f5f5
    }

        .ui-widget.dealer-autocomplete ul.ui-autocomplete li a {
            text-decoration: none;
            font-weight: 400
        }

.advisor .q-vehicle_ratings {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

    .advisor .q-vehicle_ratings .q-vehicle_ratings__blockRight {
        border-left: .125rem solid #f5f5f5;
        padding-left: 5%
    }

    .advisor .q-vehicle_ratings .h2, .advisor .q-vehicle_ratings .h3, .advisor .q-vehicle_ratings .q-vehicle_ratings__rate, .advisor .q-vehicle_ratings h2, .advisor .q-vehicle_ratings h3 {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-weight: 800;
        text-transform: uppercase
    }

    .advisor .q-vehicle_ratings .h2, .advisor .q-vehicle_ratings h2 {
        font-size: 3.4375rem;
        margin-bottom: 2.5rem;
        line-height: 3.4375rem
    }

    .advisor .q-vehicle_ratings .h3, .advisor .q-vehicle_ratings h3 {
        font-size: 1.75rem;
        font-weight: 800;
        line-height: 1.75rem
    }

    .advisor .q-vehicle_ratings .q-vehicle_ratings__rate {
        font-size: 6.9375rem;
        line-height: 120%
    }

    .advisor .q-vehicle_ratings .q-vehicle_ratings__dash {
        color: #00a3e0;
        font-weight: 600
    }

    .advisor .q-vehicle_ratings .rate-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.5625rem
    }

        .advisor .q-vehicle_ratings .rate-bar:last-child {
            margin-bottom: 0
        }

        .advisor .q-vehicle_ratings .rate-bar .progress {
            background-color: rgba(0,163,224,.4);
            padding: 0;
            border-radius: .875rem;
            overflow: hidden;
            width: calc(100% - 8.75rem - 1.875rem);
            margin: 0 1.25rem;
            height: 1rem;
            margin-top: .3125rem
        }

            .advisor .q-vehicle_ratings .rate-bar .progress .meter {
                background-color: #00a3e0;
                border-radius: .875rem;
                height: .875rem
            }

        .advisor .q-vehicle_ratings .rate-bar .stars {
            width: 8.75rem;
            min-width: 8.75rem;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .advisor .q-vehicle_ratings .rate-bar .rate-number {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            text-align: right;
            width: 1.75rem;
            font-size: .875rem;
            font-weight: 700;
            font-family: Peugeot,sans-serif
        }

    .advisor .q-vehicle_ratings .q-vehicle-m-r {
        margin-right: .625rem;
        font-weight: 700;
        font-size: .9375rem;
        color: #000;
        text-align: right
    }

@media screen and (max-width:61.9375rem) {
    .advisor .q-vehicle_ratings .q-vehicle-m-r {
        text-align: right;
        float: left;
        margin-left: .625rem;
        margin-top: .625rem
    }
}

.advisor .q-vehicle_ratings .stars {
    margin-left: 0
}

.advisor .q-vehicle_ratings .marg60 {
    margin-bottom: 3.75rem;
    clear: both
}

.advisor .q-vehicle_ratings .ca {
    font-size: 1.75rem;
    text-transform: uppercase;
    color: #f5f5f5;
    display: inline-block;
    font-weight: 700;
    line-height: initial
}

.advisor .q-vehicle_ratings .ca--red {
    color: #00a3e0
}

.advisor .q-vehicle_ratings .nf {
    display: inline-block;
    margin-left: .25rem
}

    .advisor .q-vehicle_ratings .nf:after {
        content: url(global/resources/img/nf.svg);
        width: 4.25rem;
        height: 3.8125rem
    }

.advisor .q-vehicle_ratings .q-vehicle_ratings__txt {
    font-size: .75rem;
    font-family: Peugeot,sans-serif
}

.advisor .q-vehicle_ratings .q-vehicle_ratings__btns {
    text-align: right;
    float: right
}

    .advisor .q-vehicle_ratings .q-vehicle_ratings__btns .button {
        font-size: .875rem;
        padding-left: 1.375rem;
        padding-right: 1.375rem;
        padding-top: .8125rem;
        padding-bottom: .875rem
    }

        .advisor .q-vehicle_ratings .q-vehicle_ratings__btns .button.button--red {
            background-color: #00a3e0;
            color: #fff;
            text-transform: uppercase;
            margin-left: .3125rem
        }

            .advisor .q-vehicle_ratings .q-vehicle_ratings__btns .button.button--red.button--outline {
                background: 0 0;
                border: 1px solid #00a3e0;
                color: #00a3e0
            }

.advisor .q-vehicle_ratings--workshop_sale .q-vehicle_ratings__blockRight {
    border-left: .125rem solid #f5f5f5;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.advisor .q-vehicle_ratings--workshop_sale .ca {
    margin-top: 1.875rem;
    display: inline-block
}

.advisor .q-vehicle_ratings--workshop_sale .button.button--red {
    margin-top: 1.25rem
}

@media screen and (max-width:73.9375rem) {
    .advisor .q-vehicle_ratings .q-vehicle_ratings__blockRight {
        border: none
    }

    .advisor .q-vehicle_ratings .q-vehicle_ratings__rate {
        font-size: 5rem
    }
}

@media screen and (max-width:61.9375rem) {
    .advisor .q-vehicle_ratings .q-vehicle_ratings__blockLeft {
        margin-bottom: 1.25rem
    }

    .advisor .q-vehicle_ratings .rate-bar {
        display: block
    }

    .advisor .q-vehicle_ratings .rate-bar {
        margin-bottom: 1.25rem
    }

        .advisor .q-vehicle_ratings .rate-bar .stars {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            display: block
        }

        .advisor .q-vehicle_ratings .rate-bar .rate-number {
            font-weight: 700;
            font-size: .875rem
        }

        .advisor .q-vehicle_ratings .rate-bar .progress, .advisor .q-vehicle_ratings .rate-bar .rate-number {
            margin: 0;
            display: block;
            float: left
        }

        .advisor .q-vehicle_ratings .rate-bar .progress {
            margin-right: 1.25rem;
            width: calc(100% - 3.125rem)
        }

    .advisor .q-vehicle_ratings .q-vehicle_ratings__blockRight {
        border-left: none;
        padding-left: .5rem
    }

    .advisor .q-vehicle_ratings .q-vehicle_ratings__txt {
        padding-top: .625rem
    }

    .advisor .q-vehicle_ratings .q-vehicle_ratings__btns {
        text-align: right;
        margin-top: 1.25rem
    }

        .advisor .q-vehicle_ratings .q-vehicle_ratings__btns .button.button--red {
            margin-left: 0
        }
}

@media screen and (max-width:61.9375rem) {
    .advisor .q-vehicle_ratings .stars li, .advisor .q-vehicle_ratings--workshop_sale .stars li {
        overflow: inherit;
        width: 1.5625rem
    }

        .advisor .q-vehicle_ratings .stars li.stars--big:before, .advisor .q-vehicle_ratings--workshop_sale .stars li.stars--big:before {
            top: -1.5625rem
        }

    .advisor .advisor .q-vehicle_ratings .marg60 {
        margin-bottom: .9375rem
    }
}

.q-advisor-lite-version .advisor a {
    color: #000;
    text-decoration: none
}

    .q-advisor-lite-version .advisor a:hover {
        text-decoration: none
    }

.q-advisor-lite-version .advisor .q-lite-review-list {
    padding-left: .3125rem;
    position: relative;
    color: #000;
    font-size: .875rem
}

.q-advisor-lite-version .advisor .q-vehicle_ratings {
    margin: 0;
    padding: 0
}

.q-advisor-lite-version .advisor .q-vehicle-lite {
    width: auto
}

.q-advisor-lite-version .advisor .stars li.active:before, .q-advisor-lite-version .advisor .stars li.stars--big--alf:before {
    color: #00a3e0
}

.q-advisor-lite-version .advisor .arrow {
    display: inline-block;
    position: absolute;
    width: .5rem;
    height: .5rem;
    background: 0 0;
    text-indent: -9999px;
    border-top: .125rem solid #000;
    border-left: .125rem solid #000;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent
}

    .q-advisor-lite-version .advisor .arrow:before {
        display: block;
        height: 200%;
        width: 200%;
        margin-left: -50%;
        margin-top: -50%;
        content: "";
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .q-advisor-lite-version .advisor .arrow.next {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-left: .625rem;
        bottom: .25rem
    }

.headline_text--align-reversed .q-advisor-lite-version .advisor .stars {
    margin-right: 0
}

.headline_text--align-reversed .q-advisor-lite-version .advisor .q-lite-review-list {
    margin-right: 1.5625rem
}

.headline_text--light .q-advisor-lite-version .stars li.active:before, .headline_text--light .q-advisor-lite-version .stars li.stars--big--alf:before {
    color: #fff
}

.headline_text--light .q-advisor-lite-version .q-lite-review-list {
    color: #fff
}

    .headline_text--light .q-advisor-lite-version .q-lite-review-list .arrow {
        border-color: #fff
    }

.headline_text--light + .vehicle_ratings_lite .stars li.active:before, .headline_text--light + .vehicle_ratings_lite .stars li.stars--big--alf:before {
    color: #fff
}

.headline_text--light + .vehicle_ratings_lite .q-lite-review-list {
    color: #fff
}

    .headline_text--light + .vehicle_ratings_lite .q-lite-review-list .arrow {
        border-color: #fff
    }

.datepicker {
    display: none;
    position: absolute;
    padding: 4px;
    margin-top: 1px;
    direction: ltr
}

    .datepicker.dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        display: none;
        min-width: 160px;
        list-style: none;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 5px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        color: #333;
        font-size: 13px;
        line-height: 18px
    }

        .datepicker.dropdown-menu th {
            padding: 4px 5px
        }

        .datepicker.dropdown-menu td {
            padding: 4px 5px
        }

    .datepicker table {
        border: 0;
        margin: 0;
        width: auto
    }

        .datepicker table tr td span {
            display: block;
            width: 23%;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 1%;
            cursor: pointer
        }

    .datepicker td {
        text-align: center;
        width: 20px;
        height: 20px;
        border: 0;
        font-size: 12px;
        padding: 4px 8px;
        background: #fff;
        cursor: pointer
    }

        .datepicker td.active.day, .datepicker td.active.year {
            background: #2ba6cb
        }

        .datepicker td.new, .datepicker td.old {
            color: #999
        }

        .datepicker td span.active {
            background: #2ba6cb
        }

        .datepicker td.day.disabled {
            color: #eee
        }

        .datepicker td span.month.disabled, .datepicker td span.year.disabled {
            color: #eee
        }

    .datepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        border: 0;
        font-size: 12px;
        padding: 4px 8px;
        background: #fff;
        cursor: pointer
    }

        .datepicker th.active.day, .datepicker th.active.year {
            background: #2ba6cb
        }

        .datepicker th.date-switch {
            width: 145px
        }

        .datepicker th span.active {
            background: #2ba6cb
        }

    .datepicker .cw {
        font-size: 10px;
        width: 12px;
        padding: 0 2px 0 5px;
        vertical-align: middle
    }

    .datepicker.days div.datepicker-days {
        display: block
    }

    .datepicker.months div.datepicker-months {
        display: block
    }

    .datepicker.years div.datepicker-years {
        display: block
    }

    .datepicker thead tr:first-child th {
        cursor: pointer
    }

        .datepicker thead tr:first-child th.cw {
            cursor: default;
            background-color: transparent
        }

    .datepicker tfoot tr:first-child th {
        cursor: pointer
    }

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

    .datepicker-rtl table tr td span {
        float: right
    }

.datepicker-dropdown {
    top: 0;
    left: 0
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: 1px solid rgba(0,0,0,.2);
        position: absolute;
        top: -7px;
        left: 6px
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        top: -6px;
        left: 7px
    }

    .datepicker-dropdown::after, .datepicker-dropdown::before, .datepicker > div {
        display: none
    }

.datepicker-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 15px;
    height: 30px;
    padding: 0;
    display: none
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.gridwithbackground .expanderbutton__btn, .gridwithbackground--light .expanderbutton__btn {
    padding-left: 0
}

.expanderbutton__btn {
    background-color: transparent
}

.gridwithbackground .expanderbutton__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 0;
    color: #787b80;
    border-color: #787b80
}

.gridwithbackground--light .expanderbutton__btn {
    padding-right: 0;
    color: #fff;
    border-color: #fff
}

.expanderbutton.left-align {
    text-align: right !important
}

.expanderbutton.center {
    text-align: center !important
}

.expanderbutton.right-align {
    text-align: right !important
}

:not(.gridwithbackground--light) .expanderbutton__btn:hover {
    background-color: transparent;
    color: #787b80
}

.gridwithbackground--light .expanderbutton__btn:hover {
    color: #fff
}

.expanderbutton__label {
    text-transform: lowercase;
    font-size: 12px;
    font-weight: 400
}

@media print,only screen and (min-width:48rem) {
    .expanderbutton__label {
        font-size: 14px
    }
}

.expanderbutton__label::first-letter {
    text-transform: uppercase
}

.expanderbutton__icon::before {
    border: 1px solid #787b80;
    color: #787b80;
    padding: 10px
}

.gridwithbackground--light .expanderbutton__icon::before {
    border: 1px solid #fff;
    color: #fff
}

.expanderbutton__icon:hover::before {
    background-color: #00a3e0;
    border: 1px solid #00a3e0;
    color: #fff
}

@media only screen and (max-width:47.9375rem) {
    .gridwithbackground__container--stacked .gridwithbackground__content {
        bottom: 2.1875rem;
        top: auto
    }
}

@media print,only screen and (min-width:48rem) {
    .gridwithbackground__container--stacked .gridwithbackground__content {
        bottom: auto
    }
}

.gridwithbackground .q-vt-text {
    font-size: 1.25rem
}

@media only screen and (min-width:74rem) {
    .gridwithbackground .q-vt-text {
        font-size: 2.5rem
    }
}

.gridwithbackground__expander {
    color: #787b80
}

.gridwithbackground__expander-close {
    background-color: transparent;
    border-radius: 0;
    color: #000;
    font-weight: 400
}

    .gridwithbackground__expander-close:focus, .gridwithbackground__expander-close:hover {
        background-color: transparent;
        color: #00a3e0
    }

.gridwithbackground--light .gridwithbackground__row {
    background: #000
}

.gridwithbackground--light .gridwithbackground__content a:not(.link):focus, .gridwithbackground--light .gridwithbackground__content a:not(.link):hover {
    color: #fff
}

.gridwithbackground__wrapper .gridwithbackground__content:not(.gridwithbackground__content--overlay) {
    position: relative
}

.gridwithbackground__wrapper .gridwithbackground__content {
    z-index: 1;
    position: absolute
}

@media print,only screen and (min-width:48rem) {
    .gridwithbackground__wrapper .gridwithbackground__content {
        padding: 0
    }
}

.gridwithbackground__wrapper .gridwithbackground__content.desktop-parsys-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
    top: 6.25rem;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.q-masthead .gridwithbackground__wrapper .gridwithbackground__content.desktop-parsys-top {
    top: 12.5rem;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.gridwithbackground__wrapper .gridwithbackground__content.desktop-parsys-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
    bottom: 6.25rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: auto
}

.flyout-content .gridwithbackground__wrapper .gridwithbackground__content.desktop-parsys-bottom {
    bottom: 3rem
}

@media print,only screen and (max-width:61.9375rem) {
    .gridwithbackground__wrapper .gridwithbackground__content--overlay.mobile-parsys-center {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media print,only screen and (max-width:61.9375rem) {
    .gridwithbackground__wrapper .gridwithbackground__content.mobile-parsys-top {
        top: 10%;
        bottom: auto
    }
}

@media print,only screen and (max-width:61.9375rem) {
    .q-masthead .gridwithbackground__wrapper .gridwithbackground__content.mobile-parsys-top {
        top: 13%;
        bottom: auto
    }
}

@media print,only screen and (max-width:61.9375rem) {
    .gridwithbackground__wrapper .gridwithbackground__content.mobile-parsys-center {
        top: 50%;
        bottom: auto
    }
}

@media print,only screen and (max-width:61.9375rem) {
    .gridwithbackground__wrapper .gridwithbackground__content.mobile-parsys-bottom {
        top: auto;
        bottom: 10%
    }
}

@media print,only screen and (max-width:61.9375rem) {
    .q-masthead .gridwithbackground__wrapper .gridwithbackground__content.mobile-parsys-bottom {
        top: auto;
        bottom: 10%
    }
}

.gridwithbackground__container {
    position: relative
}

.q-multimedia-scroller .gridwithbackground {
    height: 100%
}

.q-multimedia-scroller .gridwithbackground__container, .q-multimedia-scroller .gridwithbackground__wrapper, .q-multimedia-scroller .gridwithbackground_media-container {
    height: 100%
}

.gridwithbackground .q-tabs-title {
    display: none
}

.gridwithbackground__content .q-scroller-with-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .gridwithbackground__content .q-scroller-with-tabs .q-tabs {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

@media print,only screen and (max-width:61.9375rem) {
    .gridwithbackground__container--mobile-separated .gridwithbackground__wrapper .gridwithbackground__content {
        padding: 2.5rem 0;
        position: static;
        -webkit-transform: none;
        transform: none;
        background-color: #000;
        color: #fff
    }
}

.q-headline-text.q-ht-expander .q-expander-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    background: 0 0
}

    .q-headline-text.q-ht-expander .q-expander-header .h1, .q-headline-text.q-ht-expander .q-expander-header .h2, .q-headline-text.q-ht-expander .q-expander-header .h3, .q-headline-text.q-ht-expander .q-expander-header .h4, .q-headline-text.q-ht-expander .q-expander-header .h5, .q-headline-text.q-ht-expander .q-expander-header .h6, .q-headline-text.q-ht-expander .q-expander-header .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, .q-headline-text.q-ht-expander .q-expander-header h1, .q-headline-text.q-ht-expander .q-expander-header h2, .q-headline-text.q-ht-expander .q-expander-header h3, .q-headline-text.q-ht-expander .q-expander-header h4, .q-headline-text.q-ht-expander .q-expander-header h5, .q-headline-text.q-ht-expander .q-expander-header h6, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-headline-text.q-ht-expander .q-expander-header .q-title {
        color: #787b80;
        font-weight: 400
    }

    .q-headline-text.q-ht-expander .q-expander-header .icon {
        position: static;
        -webkit-transform: none;
        transform: none;
        color: #00a3e0
    }

    .q-headline-text.q-ht-expander .q-expander-header.open {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .q-headline-text.q-ht-expander .q-expander-header .q-expander-header-elem {
        padding-right: 1.5625rem;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1rem;
        color: #787b80
    }

.q-headline-text.q-ht-expander .q-ht-expander-content {
    padding: 1.25rem 1rem;
    background: 0 0
}

    .q-headline-text.q-ht-expander .q-ht-expander-content .ht-headline-row .ht-subhead {
        margin: 0
    }

.q-headline-text.q-ht-inline .ht-headline-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%
}

.headline_text--align-center .q-headline-text.q-ht-inline .ht-headline-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.headline_text--align-right .q-headline-text.q-ht-inline .ht-headline-row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.q-headline-text.q-ht-inline .ht-headline-row .ht-subhead {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.headline_text--align-center .q-headline-text.q-ht-stacked .q-subheadline-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.headline_text--align-right .q-headline-text.q-ht-stacked .q-subheadline-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.q-headline-text .q-subheadline-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.q-headline-text .q-subheadline-text {
    font-size: inherit;
    color: inherit
}

.q-headline-text .ht-headline-row .ht-headline .q-headline, .q-headline-text .ht-headline-row .ht-headline .q-subheadline, .q-headline-text .ht-headline-row .ht-subhead .q-headline, .q-headline-text .ht-headline-row .ht-subhead .q-subheadline {
    text-transform: uppercase;
    color: #000;
    font-weight: 700
}

.q-multimedia-teaser .q-headline-text .ht-headline-row .ht-headline .q-headline, .q-multimedia-teaser .q-headline-text .ht-headline-row .ht-subhead .q-headline {
    margin-bottom: 1.25rem
}

.q-multimedia-teaser .q-headline-text .ht-headline-row .ht-headline .q-subheadline, .q-multimedia-teaser .q-headline-text .ht-headline-row .ht-subhead .q-subheadline {
    margin-bottom: .9375rem
}

.q-headline-text .ht-content.q-ht-paragraph {
    margin-top: 0;
    color: #787b80;
    font-size: .75rem;
    line-height: 1.25rem
}

    .q-headline-text .ht-content.q-ht-paragraph ul {
        margin-left: 1.125rem
    }

@media print,only screen and (min-width:48rem) {
    .q-headline-text .ht-content.q-ht-paragraph {
        font-size: .875rem;
        line-height: 1.5rem
    }
}

.q-headline-text .q-button-container .button_link .q-button {
    /*margin-top: 1.25rem;*/
    margin-bottom: 0
}

.flyout-content .q-headline-text .q-button-container .button_link .q-button.button:not(.link) {
    margin-top: 0
}

.q-headline-text .q-button-container .button_link .q-button.button.link {
    font-size: .75rem
}

@media print,only screen and (min-width:48rem) {
    .q-headline-text .q-button-container .button_link .q-button.button.link {
        font-size: .875rem
    }
}

.q-headline-text .q-button-container .button_link:first-child .q-button {
    /*margin-top: 1.875rem*/
}

:not(.gridwithbackground--light) .gridwithbackground__content .q-headline-text .ht-headline-row .q-headline {
    color: #000
}

.gridwithbackground--light .gridwithbackground__content .q-headline-text .ht-headline-row .q-headline, .headline_text--light .gridwithbackground__content .q-headline-text .ht-headline-row .q-headline {
    color: #fff
}

.gridwithbackground--light .gridwithbackground__content .q-headline-text .ht-headline-row .ht-subhead .q-subheadline, .headline_text--light .gridwithbackground__content .q-headline-text .ht-headline-row .ht-subhead .q-subheadline {
    color: #fff
}

    .gridwithbackground--light .gridwithbackground__content .q-headline-text .ht-headline-row .ht-subhead .q-subheadline p, .headline_text--light .gridwithbackground__content .q-headline-text .ht-headline-row .ht-subhead .q-subheadline p {
        color: #fff
    }

.gridwithbackground--light .gridwithbackground__content .q-headline-text .ht-content.q-ht-paragraph, .headline_text--light .gridwithbackground__content .q-headline-text .ht-content.q-ht-paragraph {
    color: #fff
}

.flyout-content .q-headline-text .ht-headline-row .ht-headline .q-headline, .flyout-content .q-headline-text .ht-headline-row .ht-headline .q-subheadline, .flyout-content .q-headline-text .ht-headline-row .ht-subhead .q-headline, .flyout-content .q-headline-text .ht-headline-row .ht-subhead .q-subheadline {
    color: #000;
    font-size: .75rem;
    line-height: 1.25rem;
    margin-bottom: .5rem
}

.flyout-content .q-headline-text .ht-headline-row + .ht-content {
    margin-top: 0
}

.flyout-content .q-headline-text .ht-content {
    font-size: .75rem;
    line-height: 1.125rem;
    margin-bottom: 1.5rem
}

.headline_text--align-left .q-headline, .headline_text--align-left .q-ht-paragraph, .headline_text--align-left .q-subheadline {
    text-align: right !important
}

.headline_text--align-center .q-headline, .headline_text--align-center .q-ht-paragraph, .headline_text--align-center .q-subheadline {
    text-align: center !important
}

.headline_text--align-right .q-headline, .headline_text--align-right .q-ht-paragraph, .headline_text--align-right .q-subheadline {
    text-align: right !important
}

.gridwithbackground__content .headline_text--light .q-headline-text .ht-headline-row .ht-headline .q-headline, .headline_text--light .q-headline-text .ht-headline-row .ht-headline .q-headline {
    color: #fff
}

.gridwithbackground__content .headline_text--light .q-headline-text .ht-headline-row .ht-subhead .q-subheadline, .headline_text--light .q-headline-text .ht-headline-row .ht-subhead .q-subheadline {
    color: #fff
}

.gridwithbackground__content .headline_text--light .q-headline-text .ht-content.q-ht-paragraph, .headline_text--light .q-headline-text .ht-content.q-ht-paragraph {
    color: #fff
}

    .gridwithbackground__content .headline_text--light .q-headline-text .ht-content.q-ht-paragraph p, .headline_text--light .q-headline-text .ht-content.q-ht-paragraph p {
        color: inherit
    }

.headline_text .ht-headline-row .ht-headline .q-headline {
    font-size: 1.25rem;
    line-height: 1.875rem
}

@media print,only screen and (min-width:48rem) {
    .headline_text .ht-headline-row .ht-headline .q-headline {
        font-size: 1.5625rem;
        line-height: 2.1875rem
    }
}

.headline_text .ht-headline-row .ht-headline + .ht-subhead {
    margin-top: 1.25rem
}

.headline_text .ht-headline-row .ht-subhead .q-subheadline {
    font-size: .9375rem;
    line-height: 1.25rem
}

.headline_text .ht-headline-row + .ht-content {
    margin-top: 1rem
}

.headline_text .ht-content {
    font-size: .75rem;
    line-height: 1.25rem
}

@media print,only screen and (min-width:48rem) {
    .headline_text .ht-content {
        font-size: .875rem;
        line-height: 1.5rem
    }
}

.headline_text--size-xlg .ht-headline-row .ht-headline .q-headline {
    font-size: 1.875rem;
    line-height: 2.5rem
}

@media print,only screen and (min-width:48rem) {
    .headline_text--size-xlg .ht-headline-row .ht-headline .q-headline {
        font-size: 2.5rem;
        line-height: 3.125rem
    }
}

.headline_text--size-xlg .ht-headline-row .ht-headline + .ht-subhead {
    margin-top: 1.875rem
}

.headline_text--size-xlg .ht-headline-row .ht-subhead .q-subheadline {
    font-size: 1.25rem;
    line-height: 1.875rem
}

.headline_text--size-xlg .ht-content {
    font-size: .875rem;
    line-height: 1.5rem
}

.headline_text--size-md .ht-headline-row .ht-headline .q-headline {
    font-size: .9375rem;
    line-height: 1.5625rem
}

@media print,only screen and (min-width:48rem) {
    .headline_text--size-md .ht-headline-row .ht-headline .q-headline {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.headline_text--size-md .ht-headline-row .ht-subhead .q-subheadline {
    font-size: .75rem;
    line-height: 1.25rem
}

.headline_text--size-md .ht-content {
    font-size: .75rem;
    line-height: 1.25rem
}

@media print,only screen and (min-width:48rem) {
    .headline_text--size-md .ht-content {
        font-size: .875rem;
        line-height: 1.5rem
    }
}

.headline_text--size-sm .ht-headline-row .ht-headline .q-headline {
    font-size: .75rem;
    line-height: 1.25rem
}

@media print,only screen and (min-width:48rem) {
    .headline_text--size-sm .ht-headline-row .ht-headline .q-headline {
        font-size: .9375rem;
        line-height: 1.5625rem
    }
}

.headline_text--size-sm .ht-headline-row .ht-subhead .q-subheadline {
    font-size: .75rem;
    line-height: 1.25rem
}

.headline_text--size-sm .ht-content {
    font-size: .6875rem;
    line-height: 1rem
}

@media print,only screen and (min-width:48rem) {
    .headline_text--size-sm .ht-content {
        font-size: .75rem;
        line-height: 1.25rem
    }
}

.headline_text--size-sm .q-button-container .button_link .q-button.button.link {
    font-size: .75rem
}

.q-legal-text {
    padding: 0 2.1875rem
}

@media print,only screen and (min-width:48rem) {
    .q-legal-text {
        padding: 0 4.375rem
    }
}

.q-legal-text-inner {
    max-width: 90rem;
    margin: 0 auto
}

.q-legal-text p {
    font-size: .875rem
}

.q-link-list {
    padding-bottom: 3.75rem
}

    .q-link-list .q-header {
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 700;
        color: #000;
        border-bottom: none;
        padding-bottom: 1.875rem
    }

.flyout-content .q-link-list .q-header {
    padding-bottom: .5rem;
    font-size: .75rem;
    line-height: 1.25rem
}

.q-link-list .q-button.link {
    padding-left: 0 !important;
    margin-bottom: .5rem
}

    .q-link-list .q-button.link::after {
        font-size: 1.125rem;
        padding-left: .375rem;
        color: transparent
    }

    .q-link-list .q-button.link:hover .q-label, .q-link-list .q-button.link:hover::after {
        color: #000
    }

.flyout-content .q-link-list .q-button {
    margin: 0
}

.q-link-list .q-label {
    color: #787b80;
    font-size: 1rem;
    font-weight: 400
}

.flyout-content .q-link-list .q-label {
    font-size: .75rem;
    line-height: 1.25rem
}

.flyout-content .q-link-list {
    padding-bottom: 2.5rem
}

    .flyout-content .q-link-list .button_link + .button_link .q-button.link {
        padding-top: .75rem
    }

.q-pricing {
    font-size: .6875rem;
    line-height: 1rem
}

    .q-pricing .q-pricing-title {
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.875rem
    }

    .q-pricing b {
        font-weight: 700
    }

@media print,only screen and (min-width:48rem) {
    .q-pricing {
        font-size: .75rem;
        line-height: 1.25rem
    }

        .q-pricing .q-pricing-title {
            font-size: 1.5625rem;
            line-height: 2.1875rem
        }
}

@media print,only screen and (max-width:61.9375rem) {
    .gridwithbackground__container--mobile-separated .q-pricing .q-pricing-content, .gridwithbackground__container--mobile-separated .q-pricing .q-pricing-line, .gridwithbackground__container--mobile-separated .q-pricing .q-pricing-title, .gridwithbackground__container--mobile-separated .q-pricing .q-tooltip {
        color: #fff
    }
}

.q-sticky-bottom-bar__link + .q-sticky-bottom-bar__link, .q-sticky-bottom-bar__link + .q-sticky-bottom-bar__wrapper, .q-sticky-bottom-bar__wrapper + .q-sticky-bottom-bar__link, .q-sticky-bottom-bar__wrapper + .q-sticky-bottom-bar__wrapper {
    border-left: 1px solid #adaeb2
}

.q-sticky-bottom-bar {
    position: relative;
    bottom: 0;
    -webkit-transition: bottom .3s ease;
    transition: bottom .3s ease
}

.q-sticky-bottom-bar__container {
    max-width: 100%;
    height: 3.125rem;
    margin: 0 auto;
    background-color: #00a3e0;
    -webkit-box-shadow: 0 2px 1.75rem 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 1.75rem 0 rgba(0,0,0,.15);
    -webkit-transition: max-width .3s ease;
    transition: max-width .3s ease
}

@media print,only screen and (min-width:62rem) {
    .q-sticky .q-sticky-bottom-bar__container {
        max-width: calc(100% - 2 * 1.875rem)
    }
}

@media only screen and (min-width:74rem) {
    .q-sticky .q-sticky-bottom-bar__container {
        max-width: 70.375rem
    }
}

.q-sticky-bottom-bar__link {
    gap: .25rem;
    padding: .625rem;
    font-weight: 700;
    font-size: .4375rem;
    line-height: .625rem;
    color: #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

@media print,only screen and (min-width:48rem) {
    .q-sticky-bottom-bar__link {
        font-size: .625rem;
        line-height: .875rem
    }
}

.q-sticky-bottom-bar__link:focus, .q-sticky-bottom-bar__link:hover {
    background-color: #000;
    color: #fff
}

.q-sticky-bottom-bar__link.active, .q-sticky-bottom-bar__link:active {
    -webkit-box-shadow: inset 0 -4px #000;
    box-shadow: inset 0 -4px #000
}

.q-sticky-bottom-bar__icon {
    font-size: 1.75rem
}

@media print,only screen and (min-width:62rem) {
    .q-sticky .q-sticky-bottom-bar {
        bottom: 1.875rem !important
    }
}

@media only screen and (min-width:74rem) {
    .q-sticky .q-sticky-bottom-bar {
        bottom: 2.5rem !important
    }
}

.q-target-group-selector .dropdown, .q-target-group-selector .q-dropdown {
    background-color: #f1f0f0;
    border: none;
    font-size: .875rem;
    line-height: 1rem;
    font-weight: 800;
    padding: .875rem 1rem;
    width: 100%
}

    .q-target-group-selector .dropdown.open, .q-target-group-selector .q-dropdown.open {
        background-color: #f1f0f0;
        border-bottom: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .q-target-group-selector .dropdown.open .q-label, .q-target-group-selector .q-dropdown.open .q-label {
            color: #3b3938;
            font-size: .875rem;
            line-height: 1rem;
            margin-left: .5rem
        }

.q-target-group-selector .f-dropdown {
    border: 1px solid #f3f3f3
}

    .q-target-group-selector .f-dropdown .q-tooltip-text, .q-target-group-selector .f-dropdown .q-tooltip-text p {
        color: #3b3938;
        font-size: .875rem;
        line-height: 1rem;
        margin-left: .5rem
    }

        .q-target-group-selector .f-dropdown .q-tooltip-text:not(:empty) {
            border-top: none
        }

    .q-target-group-selector .f-dropdown .q-dropdown-item.active, .q-target-group-selector .f-dropdown .q-dropdown-item:hover {
        background: #00a3e0;
        color: #fff
    }

    .q-target-group-selector .f-dropdown .q-dropdown-item .tab-item {
        font-size: .875rem;
        line-height: 1rem;
        font-weight: 700
    }

.q-tooltip .q-tooltip-icon:before {
    color: #00a3e0
}

.q-tooltip .q-tooltip-content {
    border-color: #adaeb2
}

.q-tooltip.js-top:before {
    border-top-color: #adaeb2
}

.q-tooltip:before {
    border-bottom-color: #adaeb2
}

.q-tooltip:hover {
    color: inherit
}

.q-tooltip-content {
    border-color: #adaeb2
}

.q-tooltip-arrow:before {
    border-bottom-color: #adaeb2
}

.q-hmf-model .q-global-legal-notice:not(:empty) {
    background: #000;
    padding: 1rem
}

.q-hmf-filter {
    display: block;
    width: auto;
    margin: 0;
    border-top: none
}

    .q-hmf-filter .link-list .gm-filter-by-item {
        background-color: #fff
    }

        .q-hmf-filter .link-list .gm-filter-by-item .q-link-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            padding: .75rem 2rem .75rem 0
        }

            .q-hmf-filter .link-list .gm-filter-by-item .q-link-item .checkbox-container {
                position: relative;
                display: block;
                width: 2.5rem;
                height: 1.25rem;
                border-radius: .625rem;
                -webkit-box-sizing: content-box;
                box-sizing: content-box;
                background-color: #adaeb2
            }

            .q-hmf-filter .link-list .gm-filter-by-item .q-link-item .icon-checkbox-square {
                position: absolute;
                top: 0;
                width: 1.25rem;
                height: 1.25rem;
                background-color: #fff;
                border-radius: 100%;
                border: 1px solid #adaeb2;
                -webkit-transition: All .3s ease;
                transition: All .3s ease
            }

            .q-hmf-filter .link-list .gm-filter-by-item .q-link-item .icon::before {
                font-size: 1.25rem
            }

            .q-hmf-filter .link-list .gm-filter-by-item .q-link-item .q-label {
                font-size: .625rem;
                color: #000;
                font-weight: 400;
                margin-bottom: .375rem
            }

            .q-hmf-filter .link-list .gm-filter-by-item .q-link-item:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #000;
                outline: 0
            }

            .q-hmf-filter .link-list .gm-filter-by-item .q-link-item:hover {
                color: #00a3e0
            }

        .q-hmf-filter .link-list .gm-filter-by-item .checkbox-container {
            display: block
        }

        .q-hmf-filter .link-list .gm-filter-by-item.filter-all {
            display: none
        }

        .q-hmf-filter .link-list .gm-filter-by-item.active .checkbox-container {
            background-color: #00a3e0
        }

            .q-hmf-filter .link-list .gm-filter-by-item.active .checkbox-container .icon-checkbox-square {
                left: 1.4375rem
            }

        .q-hmf-filter .link-list .gm-filter-by-item.active .q-label {
            color: #00a3e0
        }

            .q-hmf-filter .link-list .gm-filter-by-item.active .q-label .icon {
                display: none
            }

        .q-hmf-filter .link-list .gm-filter-by-item.active:not(.filter-all) .q-link-item {
            padding: .75rem 2rem .75rem 0
        }

        .q-hmf-filter .link-list .gm-filter-by-item.active:not(.filter-all) .q-label .icon {
            display: none
        }

    .q-hmf-filter.link-list-white {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding: 1.25rem .25rem .25rem 6.25rem
    }

    .q-hmf-filter .q-hmf-filter-label {
        font-weight: 700;
        color: #000;
        padding-bottom: 2rem
    }

    .q-hmf-filter.link-list-grey .link-list .gm-filter-by-item, .q-hmf-filter.link-list-white .link-list .gm-filter-by-item {
        border-bottom: none
    }

        .q-hmf-filter.link-list-grey .link-list .gm-filter-by-item.active, .q-hmf-filter.link-list-white .link-list .gm-filter-by-item.active {
            background-color: transparent
        }

.no-touch .q-hmf-filter .link-list .gm-filter-by-item .q-link-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media only screen and (max-width:47.9375rem) {
    .q-hmf-filter {
        width: auto
    }

        .q-hmf-filter .q-expander-header {
            font-size: .875rem;
            font-weight: 400;
            color: #787b80;
            padding: .5rem 0 .3125rem 0;
            margin: 0;
            border: none;
            top: -1.2rem
        }

            .q-hmf-filter .q-expander-header::before {
                content: "";
                font-family: icons-peugeot;
                font-size: 1rem;
                font-style: normal;
                font-variant: normal;
                line-height: 1;
                position: relative;
                speak: none;
                text-transform: none;
                font-size: inherit;
                font-weight: inherit;
                line-height: inherit;
                text-align: inherit;
                font-size: 1.5rem;
                color: #00a3e0;
                display: inline-block;
                position: relative;
                float: right;
                left: 8rem
            }

            .q-hmf-filter .q-expander-header ::after {
                content: '';
                display: inline-block;
                background: url(global/resources/img/000_Filters.svg) center no-repeat;
                opacity: 40%;
                width: 40px;
                height: 40px;
                position: absolute;
                margin-left: .3125rem;
                top: .375rem
            }

            .q-hmf-filter .q-expander-header.active ::before {
                -webkit-transform: rotate(270deg);
                transform: rotate(270deg)
            }

            .q-hmf-filter .q-expander-header .selected-filter-label {
                display: none
            }

        .q-hmf-filter.link-list-grey .link-list .gm-filter-by-item, .q-hmf-filter.link-list-white .link-list .gm-filter-by-item {
            background-color: transparent
        }

            .q-hmf-filter.link-list-grey .link-list .gm-filter-by-item.active, .q-hmf-filter.link-list-white .link-list .gm-filter-by-item.active {
                background-color: transparent
            }

        .q-hmf-filter .link-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .q-hmf-filter .link-list .gm-filter-by-item.active .icon {
                display: block
            }

            .q-hmf-filter .link-list .gm-filter-by-item .q-link-item {
                padding-right: 0
            }

                .q-hmf-filter .link-list .gm-filter-by-item .q-link-item .checkbox-container {
                    margin-right: 0
                }

            .q-hmf-filter .link-list.q-expander-content {
                -webkit-box-shadow: none;
                box-shadow: none;
                margin: 0 0 1.25rem 0;
                -webkit-column-gap: 2.375rem;
                -moz-column-gap: 2.375rem;
                column-gap: 2.375rem;
                grid-template-columns: repeat(auto-fill,minmax(3.125rem,1fr))
            }

        .q-hmf-filter.link-list-white {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            padding: 1.25rem .25rem .25rem 2.25rem
        }

        .q-hmf-filter .q-hmf-filter-label {
            font-weight: 700;
            color: #000;
            padding-top: 2rem;
            padding-bottom: 0;
            position: absolute
        }
}

@media print,only screen and (min-width:48rem) {
    .q-hmf-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.25rem 1.25rem 0;
        min-height: 7.5rem
    }

        .q-hmf-filter .link-list .gm-filter-by-item {
            height: 3.125rem
        }

            .q-hmf-filter .link-list .gm-filter-by-item .q-link-item {
                padding: .75rem 2rem .75rem 0;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .q-hmf-filter .link-list .gm-filter-by-item .q-link-item.active {
                    padding: .75rem 2rem .75rem 0
                }
}

@media print,only screen and (min-width:62rem) {
    .q-hmf-filter {
        padding: 1.25rem 6.25rem 0 6.25rem
    }
}

.q-hmf-model .q-hmf-group .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem
}

    .q-hmf-model .q-hmf-group .aem-Grid.aem-Grid--12.aem-Grid--default--12 > div.hmf_filter:first-child {
        border-right: 1px solid #adaeb2
    }

@media only screen and (max-width:47.9375rem) {
    .q-hmf-model .q-hmf-group {
        margin-top: 2rem
    }

        .q-hmf-model .q-hmf-group .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
            display: block;
            margin-bottom: 0
        }

            .q-hmf-model .q-hmf-group .aem-Grid.aem-Grid--12.aem-Grid--default--12 > div.hmf_filter:first-child {
                border-bottom: 1px solid #adaeb2;
                border-right: none
            }
}

.q-hmf-model {
    margin: 0;
    padding: 0
}

.q-hmf-results {
    padding: 0 1.875rem;
    margin: 0;
    background-color: #f7f7f7
}

    .q-hmf-results .q-results-container {
        margin: 0;
        padding: 0
    }

        .q-hmf-results .q-results-container .q-vehicle-teaser {
            margin: 0;
            background-color: #f7f7f7
        }

            .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-teaser-link > div {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 100%
            }

                .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-teaser-link > div .q-image-container {
                    padding-left: 0
                }

                .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-teaser-link > div .q-info-container {
                    margin-right: 0
                }

                    .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-teaser-link > div .q-info-container .q-price-and-tooltip-container {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                        -ms-flex-flow: row;
                        flex-flow: row;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center
                    }

                    .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-teaser-link > div .q-info-container .q-paragraph {
                        color: #787b80;
                        font-size: .9375rem;
                        line-height: 1.5rem;
                        font-weight: 400;
                        text-align: center
                    }

@media only screen and (max-width:47.9375rem) {
    .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-teaser-link > div .q-info-container .q-paragraph {
        font-size: .75rem
    }
}

.q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-teaser-link > div .q-label-container {
    color: #000
}

.q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-teaser-link:focus, .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-teaser-link:hover {
    background-color: transparent
}

    .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-teaser-link:focus .q-carline, .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-teaser-link:hover .q-carline {
        color: #00a3e0
    }

.q-hmf-results .q-results-container .q-vehicle-teaser .q-carline-container {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    text-align: center;
    margin: .375rem 0 .1875rem 0
}

.q-hmf-results .q-results-container .q-vehicle-teaser .q-price-container {
    color: #787b80;
    font-size: .75rem;
    line-height: 1.5rem;
    font-weight: 400;
    text-align: center
}

    .q-hmf-results .q-results-container .q-vehicle-teaser .q-price-container .q-value {
        font-weight: 700
    }

        .q-hmf-results .q-results-container .q-vehicle-teaser .q-price-container .q-value .q-tax-label {
            font-weight: 400
        }

        .q-hmf-results .q-results-container .q-vehicle-teaser .q-price-container .q-value .q-value-disclaimer {
            font-weight: 400
        }

.q-hmf-results .q-mod-hmf-sort {
    display: none
}

.q-hmf-results .q-vehicle-count {
    position: relative;
    padding: 0
}

    .q-hmf-results .q-vehicle-count .q-count-number {
        display: none
    }

        .q-hmf-results .q-vehicle-count .q-count-number:empty + .q-count-label {
            opacity: 1;
            visibility: visible;
            position: static;
            left: 0;
            display: inline-block;
            -webkit-transition-delay: .2s;
            transition-delay: .2s
        }

    .q-hmf-results .q-vehicle-count .q-count-label {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: -100%;
        padding: 2rem 0;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease
    }

@media print,only screen and (min-width:48rem) {
    .q-hmf-results .q-vehicle-count .q-count-label {
        padding-left: 3.75rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .q-hmf-results .q-results-container .q-vehicle-teaser {
        margin-top: .875rem
    }
}

@media print,only screen and (min-width:48rem) {
    .q-hmf-results .q-results-container .q-info-drawer, .q-hmf-results .q-results-container .q-vehicle-details-popout {
        margin: 0;
        border: none
    }

        .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a {
            border: none;
            border-top: 1px solid #cac6c5;
            background-color: #fff;
            padding: 0
        }

            .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding: 2.375rem 4.8125rem 2.375rem 1.4375rem;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

                .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-title-column .q-headline, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-title-column .q-headline {
                    font-weight: 400;
                    font-size: 1.5625rem;
                    line-height: 1.5625rem;
                    margin: 0 0 .3125rem 0
                }

                    .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-title-column .q-headline .q-headline-border, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-title-column .q-headline .q-headline-border {
                        border-bottom: none
                    }

                .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-title-column .q-price-container, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-title-column .q-price-container {
                    text-align: start
                }

                    .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-title-column .q-price-container .q-price, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-title-column .q-price-container .q-price {
                        font-size: 1.5625rem;
                        font-weight: 300;
                        color: #787b80
                    }

                        .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-title-column .q-price-container .q-price .q-value, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-title-column .q-price-container .q-price .q-value {
                            font-weight: 400
                        }

                            .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-title-column .q-price-container .q-price .q-value .q-value-disclaimer, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-title-column .q-price-container .q-price .q-value .q-value-disclaimer {
                                font-weight: 300
                            }

                .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container {
                    margin-top: .9375rem
                }

                    .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container .q-tooltip::after, .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container .q-tooltip::before, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container .q-tooltip::after, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container .q-tooltip::before {
                        display: none
                    }

                    .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container .q-paragraph, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container .q-paragraph {
                        font-size: .9375rem;
                        font-weight: 400;
                        line-height: 1.25rem;
                        color: #3b3938
                    }

                    .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container .q-price-container, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container .q-price-container {
                        display: inline-block;
                        margin-top: 0
                    }

                        .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container .q-price-container .q-price, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container .q-price-container .q-price {
                            font-size: .9375rem;
                            font-weight: 400;
                            line-height: 1.25rem;
                            color: #3b3938
                        }

                            .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container .q-price-container .q-price .q-value, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container .q-price-container .q-price .q-value {
                                font-weight: 700
                            }

                                .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container .q-price-container .q-price .q-value .q-value-disclaimer, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-title-column .q-finance-price-container .q-price-container .q-price .q-value .q-value-disclaimer {
                                    font-weight: 400
                                }

                .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-details-column .q-button-container .button_link, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-details-column .q-button-container .button_link {
                    width: auto;
                    margin-right: .625rem
                }

                .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-details-column .q-paragraph, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-details-column .q-paragraph {
                    color: #787b80;
                    font-size: .875rem;
                    line-height: 1.5rem
                }
}

@media print,only screen and (min-width:48rem) and (min-width:62rem) {
    .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-details-column .q-paragraph, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-details-column .q-paragraph {
        padding-right: 1.25rem;
        padding-bottom: 1.25rem
    }
}

@media print,only screen and (min-width:48rem) {
    .q-hmf-results .q-results-container .q-info-drawer .q-vehicle-information-a .q-info-column .q-details-column .q-paragraph.q-legal-notice, .q-hmf-results .q-results-container .q-vehicle-details-popout .q-vehicle-information-a .q-info-column .q-details-column .q-paragraph.q-legal-notice {
        font-size: .6875rem;
        line-height: 1rem
    }

    .q-hmf-results .q-results-container .q-info-drawer {
        background-color: #fff
    }

        .q-hmf-results .q-results-container .q-info-drawer .q-loader {
            position: relative;
            top: 3.125rem
        }

        .q-hmf-results .q-results-container .q-info-drawer .q-image-column {
            padding-left: 1.09375rem;
            padding-right: 1.09375rem;
            width: 50%;
            float: left;
            padding: 0 2rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .q-hmf-results .q-results-container .q-info-drawer .q-image-column .q-image-container {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

        .q-hmf-results .q-results-container .q-info-drawer .q-info-column {
            padding-left: 1.09375rem;
            padding-right: 1.09375rem;
            width: 50%;
            float: left
        }

            .q-hmf-results .q-results-container .q-info-drawer .q-info-column .q-headline-border {
                line-height: 1.5625rem;
                color: #262626
            }

            .q-hmf-results .q-results-container .q-info-drawer .q-info-column .q-price-container {
                color: #3b3938;
                margin-top: .8125rem;
                font-size: .9375rem;
                line-height: 1.25rem
            }

    .q-hmf-results .q-results-container .q-vehicle-teaser {
        padding: 0
    }

        .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-details-link {
            background-color: transparent;
            border: none;
            margin-bottom: 0;
            padding-bottom: .9375rem;
            text-decoration: none;
            border-bottom: 3px solid transparent
        }

            .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-details-link:hover {
                border-bottom-color: #00a3e0;
                background-color: transparent
            }

            .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-details-link .q-image-container {
                margin-bottom: 1.25rem
            }

                .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-details-link .q-image-container img {
                    margin: auto
                }

            .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-details-link .q-price-container {
                margin-top: 0
            }

            .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-details-link .icon {
                background: url(global/resources/img/242_Chevron_down.svg) center no-repeat;
                height: 1.875rem;
                width: 1.875rem;
                color: transparent;
                opacity: 50%;
                margin-top: .3125rem
            }

        .q-hmf-results .q-results-container .q-vehicle-teaser.active .q-vehicle-details-link {
            border-bottom-color: #00a3e0
        }

            .q-hmf-results .q-results-container .q-vehicle-teaser.active .q-vehicle-details-link .icon {
                -webkit-transform: none;
                transform: none
            }

        .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-teaser-link {
            border: none;
            padding-bottom: 0;
            padding-top: 1.5rem
        }

            .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-teaser-link .q-price-container {
                font-size: .9375rem
            }

            .q-hmf-results .q-results-container .q-vehicle-teaser .q-vehicle-teaser-link .q-carline-container {
                font-size: .9375rem;
                line-height: 1.25rem;
                margin-bottom: 1.75rem
            }
}

@media print,only screen and (max-width:61.9375rem) {
    .q-hmf-results .q-results-container .q-info-drawer .q-image-column, .q-hmf-results .q-results-container .q-info-drawer .q-info-column {
        width: 100%
    }

    .q-hmf-results .q-vehicle-information-a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2rem 0
    }
}

@media print,only screen and (min-width:62rem) {
    .q-hmf-results {
        padding: 0 2.5rem
    }
}

@media only screen and (min-width:74rem) {
    .q-hmf-results {
        padding: 0 6.25rem
    }
}

.q-finance-price-modal-container {
    background-color: #fff;
    height: auto;
    padding: 0 3.125rem;
    width: 55.9375rem;
    position: absolute;
    top: 3.75rem;
    overflow: visible
}

    .q-finance-price-modal-container .header {
        position: relative;
        font-size: 2.5rem;
        background-color: #262626;
        margin: 0 -3.125rem;
        padding: 3.125rem
    }

        .q-finance-price-modal-container .header .q-headline {
            line-height: 3.125rem;
            text-transform: uppercase;
            font-weight: 700;
            color: #fff
        }

        .q-finance-price-modal-container .header .q-legal-notice {
            font-size: .9375rem;
            line-height: 1.625rem;
            color: #fff
        }

        .q-finance-price-modal-container .header .close-reveal-modal {
            color: #f5f5f5;
            text-decoration: none;
            position: absolute;
            top: .9375rem;
            right: .9375rem
        }

            .q-finance-price-modal-container .header .close-reveal-modal .icon {
                font-size: 1.5625rem
            }

    .q-finance-price-modal-container .q-section {
        margin-top: 3.125rem
    }

        .q-finance-price-modal-container .q-section a {
            text-decoration: none;
            color: #00a3e0
        }

        .q-finance-price-modal-container .q-section .q-table-headline {
            padding: 2.5rem;
            color: #fff;
            background-color: #000;
            font-size: 1rem;
            line-height: 1.625rem;
            margin-bottom: 1.25rem
        }

        .q-finance-price-modal-container .q-section ul {
            width: 100%;
            margin: 0
        }

            .q-finance-price-modal-container .q-section ul li {
                list-style: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding: .9375rem 1.25rem;
                background-color: #fff
            }

                .q-finance-price-modal-container .q-section ul li:nth-child(even) {
                    background-color: #f7f7f7
                }

                .q-finance-price-modal-container .q-section ul li.q-main-section-line {
                    margin-bottom: 1.25rem;
                    background-color: #fff;
                    padding: 0;
                    border: 1px solid #adaeb2;
                    border-bottom: .125rem solid #adaeb2
                }

                .q-finance-price-modal-container .q-section ul li .q-name-label, .q-finance-price-modal-container .q-section ul li .q-value-label {
                    font-size: .75rem;
                    font-weight: 400;
                    line-height: 1.25rem;
                    color: #262626
                }

                .q-finance-price-modal-container .q-section ul li .q-value-label {
                    margin-left: auto;
                    -webkit-box-ordinal-group: 3;
                    -ms-flex-order: 2;
                    order: 2
                }

                .q-finance-price-modal-container .q-section ul li .q-text-bold {
                    font-weight: 700
                }

                .q-finance-price-modal-container .q-section ul li .q-text-indent {
                    list-style: outside;
                    display: list-item;
                    margin-left: 1.25rem
                }

                .q-finance-price-modal-container .q-section ul li .q-text-display-size-1 {
                    font-size: calc(1 + .75rem)
                }

                .q-finance-price-modal-container .q-section ul li .q-text-display-size-2 {
                    font-size: calc(2 + .75rem)
                }

                .q-finance-price-modal-container .q-section ul li .q-text-display-size-3 {
                    font-size: calc(3 + .75rem)
                }

                .q-finance-price-modal-container .q-section ul li .q-text-display-size-4 {
                    font-size: calc(4 + .75rem)
                }

                .q-finance-price-modal-container .q-section ul li .q-text-display-size-5 {
                    font-size: calc(5 + .75rem)
                }

        .q-finance-price-modal-container .q-section.q-main-info-container > .h5, .q-finance-price-modal-container .q-section.q-main-info-container > h5 {
            font-size: .75rem;
            line-height: 1.25rem;
            margin: .9375rem 0 1.5625rem;
            text-transform: uppercase
        }

        .q-finance-price-modal-container .q-section.q-main-info-container .q-price-container {
            color: #262626;
            font-size: 1rem;
            line-height: 1.5rem;
            font-weight: 400
        }

            .q-finance-price-modal-container .q-section.q-main-info-container .q-price-container .q-value {
                font-weight: 700
            }

                .q-finance-price-modal-container .q-section.q-main-info-container .q-price-container .q-value .q-value-disclaimer {
                    font-weight: 400
                }

        .q-finance-price-modal-container .q-section.q-legal-section {
            margin: 3.125rem -3.125rem 0 -3.125rem;
            padding: 3.125rem;
            background-color: #ececee
        }

            .q-finance-price-modal-container .q-section.q-legal-section p {
                font-size: 1rem;
                line-height: 1.5rem;
                margin: .9375rem 0;
                width: 100%;
                text-align: center;
                color: #787b80
            }

            .q-finance-price-modal-container .q-section.q-legal-section ul {
                margin: 0
            }

                .q-finance-price-modal-container .q-section.q-legal-section ul li {
                    list-style: none;
                    background-color: transparent;
                    font-size: .875rem;
                    font-weight: 400;
                    line-height: 1.5rem;
                    margin: .9375rem 0;
                    color: #787b80
                }

@media print,only screen and (max-width:61.9375rem) {
    .q-finance-price-modal-container {
        width: 100%;
        top: 0
    }

        .q-finance-price-modal-container header .close-reveal-modal {
            position: absolute;
            top: 0
        }

            .q-finance-price-modal-container header .close-reveal-modal .icon {
                font-size: 1.5625rem
            }
}

@media only screen and (max-width:47.9375rem) {
    .q-finance-price-modal-container {
        max-height: unset !important
    }
}

.q-hmf-sort {
    font-size: .875rem;
    line-height: 1rem
}

    .q-hmf-sort .dropdown, .q-hmf-sort .q-dropdown {
        font-weight: 700
    }

    .q-hmf-sort .f-dropdown {
        border: 1px solid #f3f3f3
    }

        .q-hmf-sort .f-dropdown .q-dropdown-item {
            font-size: .875rem;
            line-height: 1rem;
            color: #3b3938
        }

            .q-hmf-sort .f-dropdown .q-dropdown-item.active, .q-hmf-sort .f-dropdown .q-dropdown-item:hover {
                background: #00a3e0;
                color: #fff
            }

.q-hmf-teasers {
    padding: 0
}

    .q-hmf-teasers .q-hmf-group {
        margin: 0;
        padding: 0
    }

@media print,only screen and (min-width:48rem) {
    .q-hmf-teasers .q-hmf-group {
        padding: 0
    }
}

.q-hmf-teasers .q-hmf-group .q-hmf-filter {
    max-width: 93.75rem;
    padding: 0 1.875rem;
    margin: 0 auto;
    min-height: 3.75rem
}

    .q-hmf-teasers .q-hmf-group .q-hmf-filter .link-list-header {
        display: none
    }

@media only screen and (max-width:47.9375rem) {
    .q-hmf-teasers .q-hmf-group .q-hmf-filter .link-list.q-expander-content {
        border-top: 0;
        margin: 0;
        padding: 1.25rem 1.875rem;
        grid-template-columns: 1fr 1fr
    }
}

.q-hmf-teasers .q-hmf-group .q-hmf-filter .link-list .gm-filter-by-item.filter-all {
    display: block
}

.q-hmf-teasers .q-hmf-group .q-hmf-filter .q-link-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .q-hmf-teasers .q-hmf-group .q-hmf-filter .q-link-item .q-label {
        margin-bottom: 0;
        margin-left: .625rem;
        max-width: 7.5rem
    }

.mtc_load_more .q-mtc-load-more, .q-hmf-teasers .q-mtc-load-more {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

@media print,only screen and (min-width:48rem) {
    .mtc_load_more .q-mtc-load-more, .q-hmf-teasers .q-mtc-load-more {
        padding: 0
    }
}

.mtc_load_more .q-mtc-load-more .q-grid-container, .q-hmf-teasers .q-mtc-load-more .q-grid-container {
    padding: 0;
    background: #f7f7f7
}

@media print,only screen and (min-width:48rem) {
    .mtc_load_more .q-mtc-load-more .q-grid-container, .q-hmf-teasers .q-mtc-load-more .q-grid-container {
        padding: 3.75rem 0
    }
}

.mtc_load_more .q-mtc-load-more .q-grid-container .q-teaser-container, .q-hmf-teasers .q-mtc-load-more .q-grid-container .q-teaser-container {
    max-width: 92.1875rem;
    margin: 0 auto
}

@media print,only screen and (min-width:48rem) {
    .mtc_load_more .q-mtc-load-more .medium-4:not(.large-3).q-mtc-teaser:nth-child(3) ~ .q-mtc-teaser, .q-hmf-teasers .q-mtc-load-more .medium-4:not(.large-3).q-mtc-teaser:nth-child(3) ~ .q-mtc-teaser {
        margin-top: 3.75rem
    }
}

.mtc_load_more .q-mtc-load-more .q-button-container, .q-hmf-teasers .q-mtc-load-more .q-button-container {
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-bottom: 1.25rem
}

@media print,only screen and (min-width:48rem) {
    .q-multimedia-item .q-overlay .q-headline-text .ht-headline .q-headline {
        font-size: 2.5rem;
        line-height: 3.125rem
    }
}

@media print,only screen and (min-width:48rem) {
    .q-multimedia-item .q-overlay .q-headline-text .ht-subhead .q-subheadline {
        font-size: 1rem;
        line-height: 1.375rem
    }
}

.q-multimedia-item .q-overlay .q-headline-text .ht-subhead .q-subheadline p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.q-multimedia-item .q-headline-text .ht-subhead {
    margin-top: 1.875rem
}

.q-multimedia-item .q-headline-text .flexbox-container > .q-button-container .q-button {
    margin-top: 1.25rem
}

.q-book-showcase .q-multimedia-scroller {
    margin-left: 0;
    margin-right: 0
}

.q-multimedia-scroller .q-slider .slider-pagination {
    margin-top: 3.75rem
}

    .q-multimedia-scroller .q-slider .slider-pagination li {
        width: 4.0625rem;
        padding: 0 .625rem;
        height: auto;
        margin: 0
    }

    .q-multimedia-scroller .q-slider .slider-pagination button {
        width: 2.5rem;
        height: .125rem;
        background-color: #adaeb2;
        margin: 0;
        border: 0;
        padding: 0
    }

        .q-multimedia-scroller .q-slider .slider-pagination button::before {
            content: '';
            height: 2.5rem;
            width: 3.75rem;
            display: block;
            position: absolute;
            left: -.625rem;
            bottom: -1.25rem
        }

        .q-multimedia-scroller .q-slider .slider-pagination button:focus, .q-multimedia-scroller .q-slider .slider-pagination button:hover {
            border: 0;
            background-color: #00a3e0
        }

    .q-multimedia-scroller .q-slider .slider-pagination .slick-active button {
        background-color: #00a3e0
    }

        .q-multimedia-scroller .q-slider .slider-pagination .slick-active button:focus, .q-multimedia-scroller .q-slider .slider-pagination .slick-active button:hover {
            border: 0;
            background-color: #4cc9f9
        }

.q-multimedia-scroller .q-pagination-overlay.q-slider .slider-pagination {
    height: 3.75rem
}

    .q-multimedia-scroller .q-pagination-overlay.q-slider .slider-pagination button {
        background-color: #fff
    }

        .q-multimedia-scroller .q-pagination-overlay.q-slider .slider-pagination button:focus, .q-multimedia-scroller .q-pagination-overlay.q-slider .slider-pagination button:hover {
            background-color: #00a3e0
        }

    .q-multimedia-scroller .q-pagination-overlay.q-slider .slider-pagination .slick-active button {
        background-color: #4cc9f9
    }

        .q-multimedia-scroller .q-pagination-overlay.q-slider .slider-pagination .slick-active button:focus, .q-multimedia-scroller .q-pagination-overlay.q-slider .slider-pagination .slick-active button:hover {
            background-color: #00a3e0
        }

.q-multimedia-scroller .slick-slide .aem-Grid, .q-multimedia-scroller .slick-slide .q-image-container, .q-multimedia-scroller .slick-slide .q-image-wrapper, .q-multimedia-scroller .slick-slide .q-responsive-image, .q-multimedia-scroller .slick-slide .responsive_image, .q-multimedia-scroller .slick-slide .video, .q-multimedia-scroller .slick-slide img, .q-multimedia-scroller .slick-slide picture {
    height: 100%
}

.q-multimedia-scroller .slick-slide img {
    -o-object-fit: cover;
    object-fit: cover
}

.q-multimedia-scroller .slick-slide .video .q-video {
    height: 100%
}

    .q-multimedia-scroller .slick-slide .video .q-video .q-autosize {
        height: 100%
    }

@media only screen and (max-width:47.9375rem) {
    .q-multimedia-scroller.q-scroller-with-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.q-content-drawer .q-expander-container {
    border: none;
    padding: 0
}

    .q-content-drawer .q-expander-container .q-content {
        max-width: calc(100% - 1.5rem);
        margin-top: 1.5rem;
        font-size: 1rem;
        line-height: 1.5rem
    }

@media print,only screen and (min-width:48rem) {
    .q-content-drawer .q-expander-container .q-content {
        max-width: calc(100% - 3rem)
    }
}

@media print,only screen and (min-width:62rem) {
    .q-content-drawer .q-expander-container .q-content {
        max-width: calc(100% - 6rem)
    }
}

.q-multimedia-teaser {
    position: relative;
    height: 100%
}

.q-slider .q-slider-item .q-multimedia-teaser {
    border: 0;
    margin-bottom: 0
}

.q-multimedia-teaser .q-teaser-content-container .q-button {
    font-size: 15px;
}

    .q-multimedia-teaser .q-teaser-content-container .q-button.button.link {
        font-size: .875rem
    }

.q-multimedia-teaser.q-teaser-no-image {
    background-color: #e2e2e2;
    margin-bottom: 1.875rem
}

    .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container:not(.q-has-icon) .q-button {
        margin: 3.125rem 0
    }

    .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container .q-title-container {
        margin-bottom: 1.25rem
    }

    .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container .q-content {
        color: #4a4a4a
    }

    .q-multimedia-teaser.q-teaser-no-image .q-teaser-content-container .q-button {
        background-color: #787b80;
        color: #fff;
        display: inline-block;
        margin: 3.125rem 0;
        width: 100%
    }

.q-multimedia-teaser.q-teaser-expander {
    border: none
}

    .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-teaser-content-container {
        padding: 0
    }

        .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-teaser-content-container .q-title-container {
            margin-top: 2.5rem;
            margin-bottom: 1rem
        }

@media print,only screen and (min-width:48rem) {
    .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-teaser-content-container .q-title-container {
        margin-bottom: .875rem
    }
}

.q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-teaser-content-container .q-content {
    font-size: 1rem;
    line-height: 1.5rem
}

@media print,only screen and (min-width:48rem) {
    .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-teaser-content-container .q-content {
        font-size: 1.125rem
    }
}

.large-12 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content, .medium-12 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content, .small-12 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content {
    max-width: calc(100% - 1.5rem);
    font-size: 1rem
}

@media print,only screen and (min-width:48rem) {
    .large-12 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content, .medium-12 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content, .small-12 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content {
        max-width: calc(100% - 3rem);
        font-size: 1.125rem
    }
}

@media print,only screen and (min-width:62rem) {
    .large-12 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content, .medium-12 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content, .small-12 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content {
        max-width: calc(100% - 6rem)
    }
}

.large-6 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content, .medium-6 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content, .small-6 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content {
    max-width: calc(100% - 1.5rem);
    font-size: 1rem
}

@media print,only screen and (min-width:48rem) {
    .large-6 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content, .medium-6 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content, .small-6 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content {
        max-width: calc(100% - 3rem)
    }
}

.large-4 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content, .medium-4 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content, .small-4 .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .q-content {
    max-width: calc(100% - 1.5rem);
    font-size: 1rem
}

.q-multimedia-teaser.q-teaser-expander:hover .q-teaser-expander-button {
    background-color: inherit
}

.q-multimedia-teaser.q-teaser-expander.expanded .q-teaser-expander-button {
    background-color: inherit
}

.q-multimedia-teaser .q-teaser-expander-button {
    padding-top: .875rem;
    font-size: 1.25rem;
    line-height: 1;
    color: #00a3e0;
    text-align: initial
}

.q-multimedia-teaser .q-teaser-top + div {
    height: 100%
}

    .q-multimedia-teaser .q-teaser-top + div .q-teaser-content-container {
        height: 100%
    }

@media print,only screen and (min-width:48rem) {
    .q-slider:not([data-slider-columns-medium="1"]) .q-multimedia-teaser .q-teaser-top + div .q-teaser-content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .q-slider:not([data-slider-columns-medium="1"]) .q-multimedia-teaser .q-teaser-top + div .q-teaser-content-container .q-button {
            margin-top: auto
        }
}

@media print,only screen and (min-width:62rem) {
    [data-slider-columns-medium="1"] .q-multimedia-teaser .q-teaser-top + div .q-teaser-content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        [data-slider-columns-medium="1"] .q-multimedia-teaser .q-teaser-top + div .q-teaser-content-container .q-button {
            margin-top: auto
        }
}

.q-segment-vehicles .q-mini-teaser-link {
    width: 100%;
    height: 13.125rem;
    margin: 0
}

    .q-segment-vehicles .q-mini-teaser-link .q-multimedia-teaser.q-mini-teaser {
        width: 100%;
        border: none
    }

        .q-segment-vehicles .q-mini-teaser-link .q-multimedia-teaser.q-mini-teaser .q-image-container, .q-segment-vehicles .q-mini-teaser-link .q-multimedia-teaser.q-mini-teaser .q-image-wrapper, .q-segment-vehicles .q-mini-teaser-link .q-multimedia-teaser.q-mini-teaser .q-responsive-image, .q-segment-vehicles .q-mini-teaser-link .q-multimedia-teaser.q-mini-teaser img, .q-segment-vehicles .q-mini-teaser-link .q-multimedia-teaser.q-mini-teaser picture {
            height: 100%
        }

        .q-segment-vehicles .q-mini-teaser-link .q-multimedia-teaser.q-mini-teaser img {
            -o-object-fit: contain;
            object-fit: contain
        }

.multimedia_teaser--alt-style-offer-item .q-multimedia-teaser {
    margin-bottom: .625rem
}

@media print,only screen and (min-width:48rem) {
    .multimedia_teaser--alt-style-offer-item .q-multimedia-teaser {
        margin-bottom: 3.5rem
    }
}

.multimedia_teaser--alt-style-offer-item .q-multimedia-teaser:hover {
    cursor: pointer
}

    .multimedia_teaser--alt-style-offer-item .q-multimedia-teaser:hover .q-teaser-content-container .q-content, .multimedia_teaser--alt-style-offer-item .q-multimedia-teaser:hover .q-teaser-content-container .q-title {
        color: #00a3e0
    }

    .multimedia_teaser--alt-style-offer-item .q-multimedia-teaser:hover .q-teaser-image-container img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

.multimedia_teaser--alt-style-offer-item .q-multimedia-teaser .q-teaser-image-container img {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.multimedia_teaser--alt-style-offer-item .q-multimedia-teaser .q-teaser-content-container {
    text-align: center;
    padding-top: .3125rem
}

    .multimedia_teaser--alt-style-offer-item .q-multimedia-teaser .q-teaser-content-container .q-title {
        font-size: .75rem;
        line-height: 1rem;
        font-weight: 400
    }

@media print,only screen and (min-width:48rem) {
    .multimedia_teaser--alt-style-offer-item .q-multimedia-teaser .q-teaser-content-container .q-title {
        font-size: .9375rem;
        line-height: 1.25rem
    }
}

.multimedia_teaser--alt-style-offer-item .q-multimedia-teaser .q-teaser-content-container .q-content {
    padding-right: 0;
    margin-top: .3125rem;
    font-size: .75rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #787b80
}

@media print,only screen and (min-width:48rem) {
    .multimedia_teaser--alt-style-offer-item .q-multimedia-teaser .q-teaser-content-container .q-content {
        font-size: .9375rem
    }
}

.q-mtc-load-more .q-teaser-container .q-multimedia-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 0;
    padding: 0
}

    .q-mtc-load-more .q-teaser-container .q-multimedia-teaser > .columns {
        width: 100%
    }

    .q-mtc-load-more .q-teaser-container .q-multimedia-teaser .q-teaser-image-container {
        border-top: 0;
        padding-left: 0
    }

    .q-mtc-load-more .q-teaser-container .q-multimedia-teaser .q-teaser-content-container {
        padding: 1.25rem 1.875rem 2.5rem;
        background: 0 0;
        border: 0
    }

@media print,only screen and (min-width:48rem) {
    .q-mtc-load-more .q-teaser-container .q-multimedia-teaser .q-teaser-content-container {
        padding: 3.125rem 1.875rem 2.5rem
    }
}

.q-mtc-load-more .q-teaser-container .q-multimedia-teaser .q-teaser-content-container .q-title-container .q-title {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-transform: uppercase
}

@media print,only screen and (min-width:48rem) {
    .q-mtc-load-more .q-teaser-container .q-multimedia-teaser .q-teaser-content-container .q-title-container .q-title {
        font-size: .9375rem;
        line-height: 1.5625rem
    }
}

.q-mtc-load-more .q-teaser-container .q-multimedia-teaser .q-teaser-content-container .q-content {
    margin-top: 1.25rem;
    font-size: .75rem;
    line-height: 1.25rem
}

@media print,only screen and (min-width:48rem) {
    .q-mtc-load-more .q-teaser-container .q-multimedia-teaser .q-teaser-content-container .q-content {
        margin-top: .9375rem;
        font-size: .875rem;
        line-height: 1.5rem
    }
}

.q-mtc-load-more .q-teaser-container .q-multimedia-teaser .q-teaser-content-container .q-content .q-read-more-link {
    text-decoration: none;
    color: #00a3e0;
    white-space: nowrap
}

    .q-mtc-load-more .q-teaser-container .q-multimedia-teaser .q-teaser-content-container .q-content .q-read-more-link::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        color: inherit;
        font-size: inherit;
        line-height: inherit;
        font-weight: 700
    }

.q-responsive-image.q-show-video-icon::after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    color: #000;
    border-radius: 0;
    font-size: 1.5rem;
    padding: 1.125rem;
    width: 3.75rem;
    height: 3.75rem
}

.q-responsive-image.q-show-video-icon:hover::after {
    color: #fff;
    background-color: #00a3e0
}

.flyout-content .gridwithbackground .q-responsive-image img, .nav-flyout .gridwithbackground .q-responsive-image img {
    height: 37.9375rem;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width:47.9375rem) {
    .tabbed_scroller__container.tabbed_scroller__container--edit .tabbed_scroller__row .tabbed_scroller__slider {
        height: 55vmin
    }
}

@media print,only screen and (max-width:61.9375rem) {
    .tabbed_scroller__container--mobile-separated {
        background: #000
    }

        .tabbed_scroller__container--mobile-separated .q-headline-text .ht-content, .tabbed_scroller__container--mobile-separated .q-headline-text .ht-headline-row .ht-headline .q-headline, .tabbed_scroller__container--mobile-separated .q-headline-text .ht-headline-row .ht-subhead .q-subheadline {
            color: #fff
        }

        .tabbed_scroller__container--mobile-separated .q-scroller-with-tabs .q-tabs .tab-title .q-list-link {
            color: #fff
        }

        .tabbed_scroller__container--mobile-separated.tabbed_scroller__container--mobile-light {
            background: #fff
        }

            .tabbed_scroller__container--mobile-separated.tabbed_scroller__container--mobile-light .q-headline-text .ht-headline-row .ht-headline .q-headline, .tabbed_scroller__container--mobile-separated.tabbed_scroller__container--mobile-light .q-headline-text .ht-headline-row .ht-subhead .q-subheadline {
                color: #000
            }

            .tabbed_scroller__container--mobile-separated.tabbed_scroller__container--mobile-light .q-headline-text .ht-content {
                color: #787b80
            }

            .tabbed_scroller__container--mobile-separated.tabbed_scroller__container--mobile-light .q-scroller-with-tabs .q-tabs .tab-title .q-list-link {
                color: #787b80
            }
}

.tabbed_scroller__container .gridwithbackground__container--side .q-scroller-with-tabs .q-tabs .q-scroller-list .q-scroller-content-item, .tabbed_scroller__container .gridwithbackground__container--side .q-slider--counter .q-tabs .q-scroller-list .q-scroller-content-item, .tabbed_scroller__container--side .q-scroller-with-tabs .q-tabs .q-scroller-list .q-scroller-content-item, .tabbed_scroller__container--side .q-slider--counter .q-tabs .q-scroller-list .q-scroller-content-item {
    border-bottom: none
}

.tabbed_scroller__container .gridwithbackground__container--side .q-scroller-with-tabs .flexbox-container .ht-content, .tabbed_scroller__container .gridwithbackground__container--side .q-slider--counter .flexbox-container .ht-content, .tabbed_scroller__container--side .q-scroller-with-tabs .flexbox-container .ht-content, .tabbed_scroller__container--side .q-slider--counter .flexbox-container .ht-content {
    line-height: 1.5rem
}

@media print,only screen and (max-width:61.9375rem) {
    .tabbed_scroller__container .gridwithbackground__container--side .q-scroller-with-tabs .flexbox-container .ht-content, .tabbed_scroller__container .gridwithbackground__container--side .q-slider--counter .flexbox-container .ht-content, .tabbed_scroller__container--side .q-scroller-with-tabs .flexbox-container .ht-content, .tabbed_scroller__container--side .q-slider--counter .flexbox-container .ht-content {
        font-size: .75rem;
        line-height: 1.25rem
    }
}

.tabbed_scroller__container .gridwithbackground__container--side .q-scroller-with-tabs .flexbox-container .q-button-container .button_link .q-button.link, .tabbed_scroller__container .gridwithbackground__container--side .q-slider--counter .flexbox-container .q-button-container .button_link .q-button.link, .tabbed_scroller__container--side .q-scroller-with-tabs .flexbox-container .q-button-container .button_link .q-button.link, .tabbed_scroller__container--side .q-slider--counter .flexbox-container .q-button-container .button_link .q-button.link {
    padding-left: 0 !important
}

.tabbed_scroller__container .gridwithbackground__container--side .row, .tabbed_scroller__container--side .row {
    max-width: 120rem
}

.tabbed_scroller__container--stacked .q-multimedia-scroller.q-scroller-with-tabs .q-tabs--has-description {
    padding-top: 2.9375rem;
    background-color: #fff;
    min-height: 19.375rem;
    max-height: 19.375rem;
    bottom: 0
}

    .tabbed_scroller__container--stacked .q-multimedia-scroller.q-scroller-with-tabs .q-tabs--has-description .tab-title .q-list-link {
        padding: 2.1875rem 0 2.1875rem 0;
        color: #adaeb2;
        min-height: 15rem;
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        font-size: .75rem;
        line-height: 1.5625rem
    }

@media print,only screen and (min-width:48rem) {
    .tabbed_scroller__container--stacked .q-multimedia-scroller.q-scroller-with-tabs .q-tabs--has-description .tab-title .q-list-link {
        font-size: .9375rem
    }
}

.tabbed_scroller__container--stacked .q-multimedia-scroller.q-scroller-with-tabs .q-tabs--has-description .tab-title .q-list-link:hover {
    color: #000;
    border-bottom: none
}

.tabbed_scroller__container--stacked .q-multimedia-scroller.q-scroller-with-tabs .q-tabs--has-description .tab-title.active .q-list-link {
    color: #000;
    border-top: 4px solid #00a3e0;
    border-bottom: none
}

    .tabbed_scroller__container--stacked .q-multimedia-scroller.q-scroller-with-tabs .q-tabs--has-description .tab-title.active .q-list-link .q-scroller-tab-description {
        color: #787b80
    }

.tabbed_scroller__container--stacked .q-multimedia-scroller.q-scroller-with-tabs .q-tabs--has-description .q-scroller-list .q-scroller-content-item {
    border-top: 1px solid #adaeb2;
    border-bottom: none
}

@media print,only screen and (max-width:61.9375rem) {
    .tabbed_scroller__container--stacked .q-multimedia-scroller.q-scroller-with-tabs .q-tabs--has-description .q-scroller-list .q-scroller-content-item {
        max-width: 11.25rem
    }
}

.tabbed_scroller__container--stacked .q-multimedia-scroller.q-scroller-with-tabs .q-tabs--has-description .q-scroller-tab-description {
    display: block;
    font-size: .6875rem;
    line-height: 1.125rem;
    padding-top: .8125rem;
    color: #adaeb2
}

@media print,only screen and (min-width:48rem) {
    .tabbed_scroller__container--stacked .q-multimedia-scroller.q-scroller-with-tabs .q-tabs--has-description .q-scroller-tab-description {
        font-size: .75rem;
        line-height: 1.25rem;
        padding-top: 1.0625rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .tabbed_scroller__container--stacked .q-multimedia-scroller.q-scroller-with-tabs .q-tabs .q-navigation-bar .slider-control {
        display: none !important
    }
}

.tabbed_scroller__container--stacked .q-tabs .q-navigation-bar .q-scroller-content .q-scroller-list.tabs .q-scroller-content-item + .q-scroller-content-item {
    padding-left: 3rem
}

.tabbed_scroller__container--stacked .tabbed_scroller__content--overlay .q-tabs .q-navigation-bar .q-scroller-content .q-scroller-list.tabs .q-scroller-content-item + .q-scroller-content-item {
    padding-left: 1.3125rem
}

.tabbed_scroller__container--side .q-multimedia-scroller, .tabbed_scroller__container--side .slick-list, .tabbed_scroller__container--side .slick-slider, .tabbed_scroller__container--side .slick-track {
    height: 100%
}

    .tabbed_scroller__container--side .q-multimedia-scroller .q-tabs .tab-title + .tab-title .q-list-link {
        margin-left: 1.25rem
    }

    .tabbed_scroller__container--side .q-multimedia-scroller .q-tabs .q-scroller-content-item {
        border-bottom: none
    }

        .tabbed_scroller__container--side .q-multimedia-scroller .q-tabs .q-scroller-content-item + .q-scroller-content-item {
            margin-left: 0
        }

    .tabbed_scroller__container--side .q-multimedia-scroller .q-slider--counter .q-slider-counter__current, .tabbed_scroller__container--side .q-multimedia-scroller .q-slider--counter .q-slider-counter__separator, .tabbed_scroller__container--side .q-multimedia-scroller .q-slider--counter .q-slider-counter__total {
        color: #00a3e0;
        font-weight: 400;
        font-size: .875rem;
        line-height: 1.5rem
    }

    .tabbed_scroller__container--side .q-multimedia-scroller .q-slider--counter .q-button .q-label {
        line-height: .875rem
    }

    .tabbed_scroller__container--side .q-multimedia-scroller .q-slider--counter .q-button.slider-control {
        color: #787b80;
        font-weight: 400
    }

        .tabbed_scroller__container--side .q-multimedia-scroller .q-slider--counter .q-button.slider-control:hover {
            color: #00a3e0
        }

    .tabbed_scroller__container--side .q-multimedia-scroller .q-slider--counter .slick-list {
        margin-top: 1.25rem
    }

.tabbed_scroller__container--side .q-scroller-with-tabs .q-tabs .q-navigation-bar .q-scroller-content .q-scroller-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .tabbed_scroller__container--side .q-scroller-with-tabs .q-tabs .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item + .q-scroller-content-item {
        padding-left: 0
    }

@media only screen and (max-width:47.9375rem) {
    .tabbed_scroller__container--side .tabbed_scroller__row .tabbed_scroller__slider {
        height: 55vh
    }
}

.tabbed_scroller__container--side .tabbed_scroller__row .flexbox-container {
    text-align: left
}

.tabbed_scroller__container--side .tabbed_scroller__row-inverted .flexbox-container {
    text-align: right
}

.tabbed_scroller__container--side .tabbed_scroller__row-inverted .q-multimedia-scroller .q-slider--counter {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tabbed_scroller__container--side .tabbed_scroller__row-inverted .q-tabs .q-navigation-bar .q-scroller-content .q-scroller-list.tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tabbed_scroller__container--side .tabbed_scroller__row-inverted .tabbed_scroller__content {
    text-align: left;
}

.tabbed_scroller__container--side .q-headline-text .ht-headline-row .ht-headline .q-headline {
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.875rem;
    /*margin-bottom: 1.25rem;*/
    padding-top: .125rem
}

@media print,only screen and (min-width:48rem) {
    .tabbed_scroller__container--side .q-headline-text .ht-headline-row .ht-headline .q-headline {
        font-size: 1.5625rem;
        line-height: 2.1875rem
    }
}

.tabbed_scroller__container--side .q-headline-text .ht-headline-row .ht-subhead .q-subheadline {
    color: #000;
    font-size: .9375rem;
    line-height: 1.25rem;
    /*margin-bottom: .9375rem;*/
    padding-top: .25rem
}

@media print,only screen and (min-width:48rem) {
    .tabbed_scroller__container--side .q-headline-text .ht-headline-row .ht-subhead .q-subheadline {
        line-height: 1.5625rem
    }
}

.tabbed_scroller__container--side .q-headline-text::before {
    height: 1.25rem;
    margin-top: -1.25rem
}

.tabbed_scroller__container .tabbed_scroller__slider .q-multimedia-scroller .q-slider-item {
    margin: 0
}

.tabbed_scroller__content--overlay .q-scroller-with-tabs .q-tabs .q-scroller-list .q-scroller-content-item, .tabbed_scroller__content--overlay .q-slider--counter .q-tabs .q-scroller-list .q-scroller-content-item {
    border-bottom: none
}

.tabbed_scroller .gridwithbackground__row-inverted .q-multimedia-scroller .q-slider--counter, .tabbed_scroller__row-inverted .q-multimedia-scroller .q-slider--counter {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tabbed_scroller .gridwithbackground__row-inverted .q-multimedia-scroller .q-headline, .tabbed_scroller .gridwithbackground__row-inverted .q-multimedia-scroller .q-ht-paragraph, .tabbed_scroller .gridwithbackground__row-inverted .q-multimedia-scroller .q-subheadline, .tabbed_scroller__row-inverted .q-multimedia-scroller .q-headline, .tabbed_scroller__row-inverted .q-multimedia-scroller .q-ht-paragraph, .tabbed_scroller__row-inverted .q-multimedia-scroller .q-subheadline {
    text-align: right
}

.tabbed_scroller__slider .q-scroller-with-tabs .q-tabs .q-navigation-bar .q-scroller-content .q-scroller-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tabbed_scroller__slider .q-tabs .q-navigation-bar:not(.ps-container) > .q-scroller-content {
    max-width: 90rem;
    margin: 0 auto
}

.tabbed_scroller .q-scroller-tab-description {
    display: none
}

.q-scroller-with-tabs .q-tabs {
    padding-bottom: 1.875rem;
    margin: 0 .375rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-scroller-with-tabs .q-tabs {
        bottom: .5rem
    }
}

.q-scroller-with-tabs .q-tabs .q-navigation-bar {
    background-color: transparent
}

    .q-scroller-with-tabs .q-tabs .q-navigation-bar .q-scroller-content {
        padding-bottom: .3125rem
    }

        .q-scroller-with-tabs .q-tabs .q-navigation-bar .q-scroller-content .q-scroller-list {
            border: 0
        }

.gridwithbackground__container--side .q-scroller-with-tabs .q-tabs .q-navigation-bar .tab-title.active .q-list-link, .tabbed_scroller__container--side .q-scroller-with-tabs .q-tabs .q-navigation-bar .tab-title.active .q-list-link {
    border-bottom: 4px solid #00a3e0;
    background-color: transparent;
    color: #000;
    font-weight: 700
}

.gridwithbackground__container--side .q-scroller-with-tabs .q-tabs .q-navigation-bar .tab-title .q-list-link, .tabbed_scroller__container--side .q-scroller-with-tabs .q-tabs .q-navigation-bar .tab-title .q-list-link {
    padding-bottom: .5rem;
    border-bottom: 4px solid transparent;
    line-height: 2.1875rem;
    min-height: auto;
    font-size: .625rem;
    opacity: 1;
    color: #000;
    font-weight: 400
}

    .gridwithbackground__container--side .q-scroller-with-tabs .q-tabs .q-navigation-bar .tab-title .q-list-link a:active, .gridwithbackground__container--side .q-scroller-with-tabs .q-tabs .q-navigation-bar .tab-title .q-list-link a:focus, .tabbed_scroller__container--side .q-scroller-with-tabs .q-tabs .q-navigation-bar .tab-title .q-list-link a:active, .tabbed_scroller__container--side .q-scroller-with-tabs .q-tabs .q-navigation-bar .tab-title .q-list-link a:focus {
        color: inherit
    }

    .gridwithbackground__container--side .q-scroller-with-tabs .q-tabs .q-navigation-bar .tab-title .q-list-link:hover, .tabbed_scroller__container--side .q-scroller-with-tabs .q-tabs .q-navigation-bar .tab-title .q-list-link:hover {
        background-color: transparent;
        color: #000;
        border-bottom-color: #00a3e0
    }

.gridwithbackground__container--side .q-scroller-with-tabs .q-tabs .q-navigation-bar .tab-title + .tab-title .q-list-link, .tabbed_scroller__container--side .q-scroller-with-tabs .q-tabs .q-navigation-bar .tab-title + .tab-title .q-list-link {
    margin-left: 1.25rem
}

.tabbed_scroller__content--overlay .q-scroller-with-tabs .q-tabs .q-navigation-bar .tab-title .q-list-link {
    opacity: 1;
    padding-bottom: .5rem;
    border-bottom: 4px solid transparent;
    font-size: .625rem;
    font-weight: 400;
    line-height: 2.1875rem
}

    .tabbed_scroller__content--overlay .q-scroller-with-tabs .q-tabs .q-navigation-bar .tab-title .q-list-link:hover {
        border-bottom-color: #00a3e0
    }

.tabbed_scroller__content--overlay .q-scroller-with-tabs .q-tabs .q-navigation-bar .tab-title.active .q-list-link {
    border-bottom: 4px solid #00a3e0;
    font-weight: 700
}

.q-scroller-with-tabs .q-tabs .q-scroller-list .q-scroller-content-item {
    max-width: 18.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #adaeb2
}

    .q-scroller-with-tabs .q-tabs .q-scroller-list .q-scroller-content-item + .q-scroller-content-item {
        padding-left: 2.8125rem
    }

.q-scroller-with-tabs .q-tabs .tab-title.active .q-list-link {
    opacity: 1;
    color: #fff;
    border-bottom: 4px solid #00a3e0;
    background-color: transparent
}

.q-scroller-with-tabs .q-tabs .tab-title .q-list-link {
    padding: 0 0 1.25rem 0;
    font-size: .875rem;
    line-height: 1.5625rem;
    color: #fff;
    opacity: .7;
    margin-left: 0;
    max-height: 5rem;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    border-bottom: 4px solid transparent;
    height: 100%
}

@media print,only screen and (min-width:48rem) {
    .q-scroller-with-tabs .q-tabs .tab-title .q-list-link {
        font-size: .9375rem
    }
}

.q-scroller-with-tabs .q-tabs .tab-title .q-list-link:hover {
    color: #fff;
    opacity: 1;
    background-color: transparent;
    border-bottom: 4px solid #00a3e0
}

.q-video.has-posterframe .q-video-overlay .q-responsive-image::after {
    content: "";
    margin-left: -2.5rem;
    margin-top: -2.5rem;
    font-size: 5rem;
    width: 5rem;
    height: 5rem
}

.q-video.has-posterframe .q-video-overlay .q-responsive-image:hover::after {
    color: #00a3e0
}

.q-article-footer {
    display: none
}

.q-back-to-top-button {
    background-color: #ececee
}

    .q-back-to-top-button, .q-back-to-top-button:active, .q-back-to-top-button:focus, .q-back-to-top-button:hover {
        color: #adaeb2
    }

.no-touch .q-back-to-top-button:hover {
    color: #00a3e0
}

.q-back-to-top-button .icon {
    font-size: 2rem;
    line-height: 1.3
}

    .q-back-to-top-button .icon::before {
        content: ""
    }

@media print,only screen and (min-width:48rem) {
    .q-bodystyles.q-content-container.q-segment-vehicles {
        max-height: 37.9375rem;
        overflow-x: hidden;
        overflow-y: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-auto-rows: auto;
        list-style: none;
        margin: 0;
        -webkit-transform: translateY(-.625rem);
        transform: translateY(-.625rem);
        scrollbar-color: #00a3e0 #f1f0f0;
        scrollbar-width: thin
    }

        .q-bodystyles.q-content-container.q-segment-vehicles::-webkit-scrollbar {
            width: .5rem
        }

        .q-bodystyles.q-content-container.q-segment-vehicles::-webkit-scrollbar-track {
            border-right: .1875rem solid #fff;
            border-left: .1875rem solid #fff;
            background-color: #adaeb2
        }

        .q-bodystyles.q-content-container.q-segment-vehicles::-webkit-scrollbar-thumb {
            background-color: #00a3e0;
            border: none;
            border-radius: .25rem
        }

    .segment_vehicles:not(:first-child) .q-bodystyles.q-content-container.q-segment-vehicles {
        max-height: 33rem
    }

    .segment_vehicles:not(:last-child) .q-bodystyles.q-content-container.q-segment-vehicles {
        max-height: 40.4375rem
    }

    .q-bodystyles.q-content-container.q-segment-vehicles .q-bodystyle-container {
        width: 100%;
        height: 100%
    }

        .q-bodystyles.q-content-container.q-segment-vehicles .q-bodystyle-container .q-label-container {
            text-align: center
        }

            .q-bodystyles.q-content-container.q-segment-vehicles .q-bodystyle-container .q-label-container .q-label {
                font-size: .75rem;
                color: #000;
                line-height: 1rem
            }

        .q-bodystyles.q-content-container.q-segment-vehicles .q-bodystyle-container .q-price-container {
            display: none
        }

        .q-bodystyles.q-content-container.q-segment-vehicles .q-bodystyle-container .q-image-container {
            height: 100%
        }

            .q-bodystyles.q-content-container.q-segment-vehicles .q-bodystyle-container .q-image-container img {
                height: 100%;
                width: 100%;
                -o-object-fit: contain;
                object-fit: contain
            }
}

.q-nav-breadcrumb {
    background: #f7f7f7
}

    .q-nav-breadcrumb .q-breadcrumb {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        max-width: 90rem;
        margin: 0 auto;
        padding: .75rem 1.875rem
    }

    .q-nav-breadcrumb .q-breadcrumb__item {
        font-size: .625rem;
        line-height: .875rem
    }

@media only screen and (max-width:47.9375rem) {
    .q-nav-primary--overlapping + .q-nav-breadcrumb {
        top: 6.5625rem
    }
}

@media print,only screen and (min-width:48rem) {
    .q-carline-family.large-tile .q-wrap .q-bodystyle-container .q-label-container .icon-electric {
        margin-left: .3125rem
    }
}

@media print,only screen and (min-width:48rem) {
    .q-carline-family {
        margin: 0;
        border: none
    }

        .q-carline-family a {
            border: none
        }

            .q-carline-family a:hover {
                border: none
            }

        .q-carline-family .q-header {
            display: none
        }

        .q-carline-family .q-wrap .q-bodystyle-container {
            width: 100%;
            height: 100%
        }

            .q-carline-family .q-wrap .q-bodystyle-container .q-bodystyle-link {
                padding: 0 2rem 1rem
            }

            .q-carline-family .q-wrap .q-bodystyle-container .q-label-container {
                text-align: center
            }

                .q-carline-family .q-wrap .q-bodystyle-container .q-label-container .q-label {
                    font-size: .75rem
                }

            .q-carline-family .q-wrap .q-bodystyle-container .q-price-container {
                display: none
            }

            .q-carline-family .q-wrap .q-bodystyle-container .q-image-container {
                height: 100%
            }

                .q-carline-family .q-wrap .q-bodystyle-container .q-image-container img {
                    height: 100%;
                    width: 100%;
                    -o-object-fit: contain;
                    object-fit: contain
                }
}

.q-footer-links {
    padding: 0 2.1875rem 1.625rem 2.1875rem;
    margin: 0 auto;
    border-style: none
}

@media only screen and (max-width:47.9375rem) {
    .q-footer-links {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

@media print,only screen and (min-width:62rem) and (max-width:73.9375rem) {
    .q-footer-links {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.q-footer-links .q-footer-logo-container {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1.875rem
}

    .q-footer-links .q-footer-logo-container .q-footer-logo {
        max-height: 4.8125rem
    }

@media print,only screen and (min-width:48rem) {
    .q-footer-links .q-footer-logo-container .q-footer-logo {
        max-height: 5.625rem
    }
}

.q-footer-links .q-links-list {
    display: block
}

    .q-footer-links .q-links-list li {
        font-size: .75rem;
        line-height: 1.25rem
    }

        .q-footer-links .q-links-list li a > span {
            color: #adaeb2
        }

@media print,only screen and (min-width:48rem) {
    .q-footer-links .q-links-list > li::before {
        color: #adaeb2 !important
    }
}

@media only screen and (max-width:47.9375rem) {
    .q-footer-links .q-links-list > li::after {
        color: #adaeb2 !important
    }
}

.q-footer-links .q-links-list.inline-list {
    margin: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.q-footer-links .q-links-list .q-copyright {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    color: #adaeb2
}

    .q-footer-links .q-links-list .q-copyright:nth-child(1) {
        padding-top: 1.125rem
    }

@media print,only screen and (min-width:48rem) {
    .q-footer-links .q-links-list .q-copyright:nth-child(1) {
        padding-top: .6875rem
    }
}

@media print,only screen and (min-width:48rem) {
    .q-footer-links .q-links-list > li::before {
        color: #fff;
        content: "|";
        display: inline-block;
        font-size: .875rem;
        padding: 0 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@media only screen and (max-width:47.9375rem) {
    .q-footer-links .q-links-list > li::after {
        color: #fff;
        content: "|";
        display: inline-block;
        font-size: .875rem;
        padding: 0 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.q-hamburger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.q-hamburger__box {
    width: 1.5625rem
}

.q-hamburger__inner, .q-hamburger__inner::after, .q-hamburger__inner::before {
    width: 1.5625rem
}

.submenu-open .q-hamburger {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.q-language-selector-container--list {
    padding: 0;
    height: 2.875rem;
    opacity: 1;
    -webkit-transition: all .5s cubic-bezier(.83,0,.17,1) .25s;
    transition: all .5s cubic-bezier(.83,0,.17,1) .25s;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.has-flyout-opened .q-language-selector-container--list, .header--small .q-language-selector-container--list {
    height: 0;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.83,0,.17,1);
    transition: all .5s cubic-bezier(.83,0,.17,1);
    pointer-events: none;
    -webkit-transform: translate(0,-100px);
    transform: translate(0,-100px)
}

.q-language-selector .q-language-selector__list {
    height: 2.875rem !important
}

.q-language-selector__item {
    min-width: 2rem
}

    .q-language-selector__item + .q-language-selector__item {
        padding: 0
    }

.q-language-selector__text {
    font-size: .5625rem;
    padding-top: .3125rem;
    color: #fff
}

@media print,only screen and (min-width:62rem) {
    .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item:first-child {
        padding-left: 2.5rem
    }

    .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item:last-child {
        /*padding-right: 2.5rem*/
    }
}

.q-nav-anchor {
    display: block;
    -webkit-transition: top .6s cubic-bezier(.83,0,.17,1);
    transition: top .6s cubic-bezier(.83,0,.17,1)
}

    .q-nav-anchor .q-navigation-bar {
        background: #fff
    }

        .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0;
            padding: 0;
            position: relative
        }

            .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
                padding: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                width: 172px;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
            }

                .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item::after {
                    content: none
                }

@media print,only screen and (max-width:61.9375rem) {
    .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item-header {
        width: 0;
        visibility: hidden
    }
}

.q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link {
    padding: 1.5625rem 0 1.25rem;
    margin: 0 .625rem;
    color: #000;
    width:150px;
    font-size: .625rem;
    line-height: .625rem;
    text-align: center;
    border: none;
    text-transform: uppercase;
    -webkit-transition: text-shadow .3s ease-in-out;
    transition: text-shadow .3s ease-in-out
}

@media print,only screen and (min-width:62rem) {
    .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link {
        padding: 1.5625rem 0 1.25rem;
        margin: 0 1.5rem
    }

        .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link:hover:not(span) {
            border: none;
            -webkit-box-shadow: inset 0 -.3125rem 0 #00a3e0;
            box-shadow: inset 0 -.3125rem 0 #00a3e0;
            font-weight: 400;
            text-shadow: 0 .0625rem 0 #000
        }

        .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link:focus {
            border: none
        }
}

.q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link::before {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link-header {
    font-weight: 700;
    font-size: .9375rem;
    border-bottom: 0
}

    .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link-header::before {
        content: none
    }

    .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link-header:hover {
        border-bottom: 0
    }

.q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item.active {
    padding-top: 0
}

    .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item.active .q-list-link {
        border: none;
        -webkit-box-shadow: inset 0 -.3125rem 0 #00a3e0;
        box-shadow: inset 0 -.3125rem 0 #00a3e0;
        font-weight: 400;
        text-shadow: 0 .0625rem 0 #000
    }

        .q-nav-anchor .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item.active .q-list-link::after {
            color: transparent;
            content: attr(title);
            display: block;
            font-weight: 700;
            height: .0625rem;
            margin-bottom: -.0625rem;
            overflow: hidden;
            visibility: hidden
        }

.q-nav-anchor .ui-control {
    background-color: #fff;
    border: none;
    color: #3b3938
}

    .q-nav-anchor .ui-control.slider-control {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        line-height: 1;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .q-nav-anchor .ui-control.slider-control .icon::before {
            font-size: 2.125rem;
            line-height: 3.75rem;
            font-weight:bold;
        }

        .q-nav-anchor .ui-control.slider-control.slider-control-next {
            right: 0
        }

        .q-nav-anchor .ui-control.slider-control.slider-control-prev {
            left: 0
        }

        .q-nav-anchor .ui-control.slider-control.active {
            opacity: 1
        }

    .q-nav-anchor .ui-control:not(.ui-disabled):active, .q-nav-anchor .ui-control:not(.ui-disabled):hover {
        color: #00a3e0;
        background-color: #fff
    }

.q-nav-anchor .slider-control-next, .q-nav-anchor .slider-control-prev {
    top: unset !important;
    bottom: 0
}

.q-nav-offcanvas .off-canvas-list .left-submenu > li > a:after, .q-nav-offcanvas .off-canvas-list .right-submenu > li > a:after {
    right: 0 !important
}

.q-offcanvas-header .offcanvas-header .icon-back:after, .q-offcanvas-header .offcanvas-header .icon-back:before {
    left: 0
}

.q-offcanvas-actions .q-switchB2B__container label {
    font-size: .5625rem
}

.q-nav-offcanvas {
    padding: 0
}

    .q-nav-offcanvas.left-off-canvas-menu, .q-nav-offcanvas.right-off-canvas-menu {
        height: calc(100vh - 3.125rem);
        background-color: #000
    }

.q-nav-offcanvas__scroller {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    min-height: calc(100% - 2rem);
    padding: 0 2rem 2rem
}

.submenu-open .q-nav-offcanvas__scroller {
    min-height: 100%;
    padding-bottom: 0
}

.q-nav-offcanvas .off-canvas-list {
    margin-top: .625rem
}

.q-nav-offcanvas .off-canvas-list__item {
    list-style-type: none
}

.q-nav-offcanvas .off-canvas-list .off-canvas-list__link {
    position: relative;
    padding: 1rem 0;
    border: none;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #fff;
    font-weight: 400;
    background-color: #000
}

    .q-nav-offcanvas .off-canvas-list .off-canvas-list__link:hover {
        background-color: #000
    }

.left-submenu .q-nav-offcanvas .off-canvas-list .off-canvas-list__link, .right-submenu .q-nav-offcanvas .off-canvas-list .off-canvas-list__link {
    background-color: #f7f7f7;
    color: #787b80;
    font-weight: 400
}

.q-nav-offcanvas .off-canvas-list .left-submenu, .q-nav-offcanvas .off-canvas-list .right-submenu {
    background-color: #f7f7f7;
    padding: 1.375rem 2rem 2rem;
    min-height: calc(100vh - 3.125rem)
}

    .q-nav-offcanvas .off-canvas-list .left-submenu .title, .q-nav-offcanvas .off-canvas-list .right-submenu .title {
        border: none;
        font-weight: 300;
        padding: 0 0 1.25rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #000;
        padding-left: 0;
        padding-right: 0;
        background-color: #f7f7f7
    }

    .q-nav-offcanvas .off-canvas-list .left-submenu > li > a, .q-nav-offcanvas .off-canvas-list .right-submenu > li > a {
        color: #000;
        position: relative;
        font-weight: 700;
        font-size: .75rem;
        line-height: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.625rem 0
    }

        .q-nav-offcanvas .off-canvas-list .left-submenu > li > a::after, .q-nav-offcanvas .off-canvas-list .right-submenu > li > a::after {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit;
            color: #000;
            font-size: 1.5rem
        }

        .q-nav-offcanvas .off-canvas-list .left-submenu > li > a > span, .q-nav-offcanvas .off-canvas-list .right-submenu > li > a > span {
            z-index: 1
        }

            .q-nav-offcanvas .off-canvas-list .left-submenu > li > a > span:after, .q-nav-offcanvas .off-canvas-list .right-submenu > li > a > span:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: .0625rem;
                background-color: #adaeb2
            }

        .q-nav-offcanvas .off-canvas-list .left-submenu > li > a:before, .q-nav-offcanvas .off-canvas-list .right-submenu > li > a:before {
            content: '';
            position: absolute;
            top: 0;
            left: -2rem;
            right: -2rem;
            height: 100%;
            background-color: #fff;
            pointer-events: none
        }

    .q-nav-offcanvas .off-canvas-list .left-submenu .off-canvas-util-nav, .q-nav-offcanvas .off-canvas-list .right-submenu .off-canvas-util-nav {
        display: none
    }

@media print,only screen and (min-width:48rem) {
    .q-nav-offcanvas .off-canvas-list .q-vt-text {
        font-size: 1.125rem;
        line-height: 1.5625rem;
        padding: 1.0625rem 1.875rem
    }
}

.q-nav-offcanvas .off-canvas-list li.has-submenu li > a.off-canvas-list__link::after {
    content: "";
    position: absolute;
    color: #000;
    font-weight: 700;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.q-nav-offcanvas .off-canvas-util-nav {
    border-top: 1px solid #fff;
    padding-top: 1.25rem;
    margin-top: 1.8125rem
}

    .q-nav-offcanvas .off-canvas-util-nav .utility-links .utility-links__item .utility-links__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #000;
        color: #fff;
        padding: 1rem 0;
        border-bottom: none
    }

        .q-nav-offcanvas .off-canvas-util-nav .utility-links .utility-links__item .utility-links__link span {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            padding-left: 1.375rem;
            font-size: .75rem;
            line-height: 1rem;
            font-weight: 400;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .q-nav-offcanvas .off-canvas-util-nav .utility-links .utility-links__item .utility-links__link .utility-links__icon {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            font-size: 1.375rem
        }

@media print,only screen and (min-width:48rem) {
    .q-nav-offcanvas.left-off-canvas-menu, .q-nav-offcanvas.right-off-canvas-menu {
        width: 23.4375rem
    }

        .q-nav-offcanvas.left-off-canvas-menu .q-vehicle-selector, .q-nav-offcanvas.right-off-canvas-menu .q-vehicle-selector {
            display: none
        }

        .q-nav-offcanvas.left-off-canvas-menu .q-vehicle-selector-mobile-list, .q-nav-offcanvas.right-off-canvas-menu .q-vehicle-selector-mobile-list {
            display: block !important
        }
}

.q-offcanvas-header {
    display: none;
    z-index: 1005
}

@media print,only screen and (min-width:48rem) {
    .q-offcanvas-header {
        width: 100%
    }
}

.q-offcanvas-header.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem;
    background-color: transparent;
    border: none;
    width: auto
}

.q-offcanvas-header .offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem .3125rem;
    cursor: pointer
}

    .q-offcanvas-header .offcanvas-header .icon-back {
        width: 1.25rem;
        height: .0625rem;
        background-color: #fff;
        position: absolute;
        top: 50%
    }

        .q-offcanvas-header .offcanvas-header .icon-back:after, .q-offcanvas-header .offcanvas-header .icon-back:before {
            content: '';
            height: .0625rem;
            width: .5625rem;
            position: absolute;
            left: 0;
            background-color: #fff
        }

        .q-offcanvas-header .offcanvas-header .icon-back:before {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0
        }

        .q-offcanvas-header .offcanvas-header .icon-back:after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 .0625rem;
            transform-origin: 0 .0625rem
        }

.q-offcanvas-header a {
    color: #fff
}

.q-offcanvas-header .q-close-primary-nav {
    display: none
}

.q-offcanvas-header .back > a {
    padding-left: 2rem;
    font-size: .625rem;
    line-height: .875rem;
    max-width: 9.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .q-offcanvas-header .back > a::before {
        display: none
    }

.has-logo .q-offcanvas-header .back > a {
    display: none
}

.q-offcanvas-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .q-offcanvas-actions .q-language-selector-container {
        -ms-flex-item-align: auto;
        align-self: auto
    }

    .q-offcanvas-actions .q-switchB2B {
        margin-left: 0
    }

.menu-open .q-offcanvas-actions .q-switchB2B {
    display: block
}

.q-offcanvas-actions .q-switchB2B__container {
    height: 2.25rem
}

    .q-offcanvas-actions .q-switchB2B__container input[type=radio] + label {
        color: #fff;
        opacity: .5
    }

    .q-offcanvas-actions .q-switchB2B__container input[type=radio]:checked + label {
        opacity: 1
    }

    .q-offcanvas-actions .q-switchB2B__container input[type=radio] ~ input:checked ~ .q-switchB2B__outside .q-switchB2B__inside {
        top: 1.25rem
    }

    .q-offcanvas-actions .q-switchB2B__container label {
        padding-left: 1.5rem
    }

.q-offcanvas-actions .q-switchB2B__outside {
    width: 1rem
}

.q-offcanvas-actions .q-switchB2B__inside {
    width: .75rem;
    height: .75rem
}

ul.off-canvas-list li a {
    border-bottom: none
}

    ul.off-canvas-list li a:hover {
        background-color: transparent
    }

ul.off-canvas-list .left-submenu a:not(.tertiary):not(.tertiary--dark).link, ul.off-canvas-list .right-submenu a:not(.tertiary):not(.tertiary--dark).link {
    font-size: .875rem
}

ul.off-canvas-list .left-submenu a:not(.tertiary):not(.tertiary--dark):not(.link), ul.off-canvas-list .right-submenu a:not(.tertiary):not(.tertiary--dark):not(.link) {
    font-size: .75rem
}

ul.off-canvas-list .left-submenu a.primary, ul.off-canvas-list .right-submenu a.primary {
    background-color: #00a3e0
}

ul.off-canvas-list .left-submenu a.primary--dark, ul.off-canvas-list .right-submenu a.primary--dark {
    background-color: #00a3e0
}

    ul.off-canvas-list .left-submenu a.primary--dark:hover, ul.off-canvas-list .right-submenu a.primary--dark:hover {
        background-color: transparent
    }

.q-nav-primary .top-bar .top-bar-section .first-level li + li {
    padding-left: 5%
}

.submenu-open .q-nav-primary .actions-section + .logo-section.middle {
    padding-left: 2.9375rem
}

.q-offcanvas-actions .q-switchB2B__container label {
    font-size: .5625rem
}

.q-nav-primary .top-bar ul.first-level li > a {
    font-size: .625rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-nav-primary {
        position: relative;
        z-index: 1005
    }
}

@media print,only screen and (min-width:62rem) {
    .q-nav-primary .logo-wrap {
        width: 5.5rem;
        -webkit-transform: translateY(1.6875rem);
        transform: translateY(1.6875rem)
    }
}

@media print,only screen and (max-width:61.9375rem) {
    .q-nav-primary.is-overlapping {
        z-index: 1005
    }
}

@media print,only screen and (min-width:48rem) {
    .q-nav-primary.q-nav-primary--overflowing {
        min-height: auto;
        z-index: 1005
    }

    .menu-open .q-nav-primary.q-nav-primary--overflowing {
        min-height: 3.125rem
    }

    .q-nav-primary.q-nav-primary--overflowing:not(.is-overlapping) {
        position: relative
    }

    .q-nav-primary.q-nav-primary--overflowing .top-bar {
        position: fixed;
        top: -62.5rem
    }

    .q-nav-primary.q-nav-primary--overflowing .tab-bar {
        display: block !important
    }

    .q-nav-primary.q-nav-primary--overflowing .logo-container {
        width: 6.3125rem;
        height: 6.9375rem
    }
}

.q-nav-primary .actions, .q-nav-primary .first-level, .q-nav-primary .utility {
    border-bottom: 1px solid #fff;
    -webkit-transition: border-bottom .3s ease-in-out;
    transition: border-bottom .3s ease-in-out
}

.q-nav-primary .first-level-container .first-level {
    height: 3.125rem !important
}

.q-nav-primary .actions {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.q-nav-primary .actions__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .q-nav-primary .actions__wrapper .q-switchB2B {
        margin-left: 0
    }

.q-nav-primary .logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: center;
    align-self: center;
    width: 4.5625rem;
    -webkit-transition: -webkit-transform .3s ease-in-out .3s;
    transition: -webkit-transform .3s ease-in-out .3s;
    transition: transform .3s ease-in-out .3s;
    transition: transform .3s ease-in-out .3s,-webkit-transform .3s ease-in-out .3s;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,only screen and (min-width:62rem) {
    .q-nav-primary .logo-wrap {
        margin-right: 2rem;
        width: 5.5rem
    }
}

.q-nav-primary .logo-container {
    float: none;
    position: relative;
    height: 5.0625rem;
    width: 4.5625rem;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s
}

@media print,only screen and (min-width:48rem) {
    .q-nav-primary .logo-container {
        width: 6.3125rem;
        height: 6.9375rem
    }
}

@media print,only screen and (min-width:62rem) {
    .q-nav-primary .logo-container {
        width: 5.5rem;
        height: 6.0625rem
    }
}

.q-nav-primary .logo-container .logo {
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out .3s;
    transition: opacity .3s ease-in-out .3s
}

.q-nav-primary .logo-container .logo--base {
    opacity: 0
}

.menu-open .q-nav-primary .logo-container {
    width: 1.9375rem;
    height: 2.125rem
}

.q-nav-primary.header--small {
    min-height: auto
}

    .q-nav-primary.header--small .tab-bar__inner {
        height: 3.125rem
    }

        .q-nav-primary.header--small .tab-bar__inner .logo-section .logo-container {
            width: 1.9375rem;
            height: 2.125rem
        }

            .q-nav-primary.header--small .tab-bar__inner .logo-section .logo-container .logo--base {
                opacity: 1
            }

            .q-nav-primary.header--small .tab-bar__inner .logo-section .logo-container .logo--alt {
                opacity: 0
            }

        .q-nav-primary.header--small .tab-bar__inner .logo-section:after, .q-nav-primary.header--small .tab-bar__inner .logo-section:before {
            content: none
        }

@media print,only screen and (min-width:62rem) {
    html.menu-open .q-nav-primary.q-nav-primary--overflowing .logo-container {
        width: 1.9375rem;
        height: 2.125rem
    }
}

.q-nav-primary.has-flyout-opened .actions, .q-nav-primary.has-flyout-opened .first-level, .q-nav-primary.has-flyout-opened .utility, .q-nav-primary.header--small .actions, .q-nav-primary.header--small .first-level, .q-nav-primary.header--small .utility {
    border-bottom: 0
}

.q-nav-primary.has-flyout-opened .logo-wrap, .q-nav-primary.header--small .logo-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

    .q-nav-primary.has-flyout-opened .logo-wrap .logo-container, .q-nav-primary.header--small .logo-wrap .logo-container {
        width: 1.9375rem;
        height: 2.125rem;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .q-nav-primary.has-flyout-opened .logo-wrap .logo-container .logo, .q-nav-primary.header--small .logo-wrap .logo-container .logo {
            -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out
        }

        .q-nav-primary.has-flyout-opened .logo-wrap .logo-container .logo--alt, .q-nav-primary.header--small .logo-wrap .logo-container .logo--alt {
            opacity: 0
        }

        .q-nav-primary.has-flyout-opened .logo-wrap .logo-container .logo--base, .q-nav-primary.header--small .logo-wrap .logo-container .logo--base {
            opacity: 1
        }

.q-nav-primary.has-flyout-opened .top-bar.flyout-opened:not(.has-form) > a, .q-nav-primary.header--small .top-bar.flyout-opened:not(.has-form) > a {
    opacity: 1
}

@media print,only screen and (min-width:62rem) {
    .q-nav-primary .top-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        border: none;
        line-height: inherit;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background-color: #000;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.q-nav-primary .top-bar ul.first-level li > a {
    color: #fff;
    opacity: 1
}

.q-nav-primary .top-bar .top-bar-section {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 93.75rem;
    padding: 0 1.875rem
}

    .q-nav-primary .top-bar .top-bar-section::after, .q-nav-primary .top-bar .top-bar-section::before {
        content: none
    }

    .q-nav-primary .top-bar .top-bar-section li:not(.has-form) a:not(.button) {
        line-height: inherit
    }

    .q-nav-primary .top-bar .top-bar-section li:not(.flyout-opened) a {
        margin: 0
    }

        .q-nav-primary .top-bar .top-bar-section li:not(.flyout-opened) a:hover {
            border: none
        }

    .q-nav-primary .top-bar .top-bar-section .first-level {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .q-nav-primary .top-bar .top-bar-section .first-level-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .q-nav-primary .top-bar .top-bar-section .first-level li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 .75rem
    }

        .q-nav-primary .top-bar .top-bar-section .first-level li:first-child {
            margin-left: 0
        }

        .q-nav-primary .top-bar .top-bar-section .first-level li:last-child {
            margin-right: 0
        }

        .q-nav-primary .top-bar .top-bar-section .first-level li a:hover {
            color: #00a3e0;
            opacity: 1
        }

            .q-nav-primary .top-bar .top-bar-section .first-level li a:hover::after {
                content: '';
                display: block;
                height: 4px;
                position: absolute;
                right: 0;
                bottom: 0;
                left: 0;
                background-color: #00a3e0;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                margin: 0;
                -webkit-transform: none;
                transform: none
            }

        .q-nav-primary .top-bar .top-bar-section .first-level li:not(.has-form) a {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            z-index: 1
        }

            .q-nav-primary .top-bar .top-bar-section .first-level li:not(.has-form) a:hover::after {
                content: '';
                display: block;
                height: 4px;
                position: absolute;
                right: 0;
                bottom: 0;
                left: 0;
                background-color: #00a3e0;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                margin: 0;
                -webkit-transform: none;
                transform: none
            }

        .q-nav-primary .top-bar .top-bar-section .first-level li.flyout-opened a::after {
            content: '';
            display: block;
            height: 4px;
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: #00a3e0;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            margin: 0;
            -webkit-transform: none;
            transform: none
        }

        .q-nav-primary .top-bar .top-bar-section .first-level li.flyout-opened a::before {
            content: none
        }

        .q-nav-primary .top-bar .top-bar-section .first-level li:not(.flyout-opened) a.q-highlight {
            border: none
        }

            .q-nav-primary .top-bar .top-bar-section .first-level li:not(.flyout-opened) a.q-highlight::after {
                content: '';
                display: block;
                height: 4px;
                position: absolute;
                right: 0;
                bottom: 0;
                left: 0;
                background-color: #00a3e0
            }

        .q-nav-primary .top-bar .top-bar-section .first-level li + li {
            padding-left: 0
        }

            .q-nav-primary .top-bar .top-bar-section .first-level li + li::before {
                content: none
            }

    .q-nav-primary .top-bar .top-bar-section .actions {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

        .q-nav-primary .top-bar .top-bar-section .actions .q-switchB2B__container {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap
        }

            .q-nav-primary .top-bar .top-bar-section .actions .q-switchB2B__container input[type=radio] {
                display: none
            }

                .q-nav-primary .top-bar .top-bar-section .actions .q-switchB2B__container input[type=radio]:checked ~ .q-switchB2B__outside .q-switchB2B__inside {
                    left: .125rem
                }

@media print,only screen and (max-width:61.9375rem) {
    .q-nav-primary .top-bar .top-bar-section .actions .q-switchB2B__container input[type=radio]:checked ~ .q-switchB2B__outside .q-switchB2B__inside {
        left: .0625rem
    }
}

.q-nav-primary .top-bar .top-bar-section .actions .q-switchB2B__container input[type=radio] ~ input:checked ~ .q-switchB2B__outside .q-switchB2B__inside {
    left: 1.75rem;
    top: .125rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-nav-primary .top-bar .top-bar-section .actions .q-switchB2B__container input[type=radio] ~ input:checked ~ .q-switchB2B__outside .q-switchB2B__inside {
        left: 1rem;
        top: .0625rem
    }
}

.q-nav-primary .top-bar .top-bar-section .actions .q-switchB2B__container input[type=radio]:checked + label {
    color: #fff
}

.q-nav-primary .top-bar .top-bar-section .actions .q-switchB2B label:first-of-type {
    padding-left: .75rem;
    padding-right: 2rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.q-nav-primary .top-bar .top-bar-section .actions .q-switchB2B label:last-of-type {
    padding-left: 2rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.q-nav-primary .top-bar .top-bar-section .actions .q-switchB2B__outside {
    height: 1.25rem;
    width: 2.875rem;
    left: auto;
    top: auto;
    border-color: #fff
}

.q-nav-primary .top-bar .top-bar-section .actions .q-switchB2B__inside {
    background-color: #00a3e0
}

.q-nav-primary .top-bar .top-bar-section .utility {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .375rem 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

    .q-nav-primary .top-bar .top-bar-section .utility li {
        -webkit-transform: translateY(.3125rem);
        transform: translateY(.3125rem)
    }

        .q-nav-primary .top-bar .top-bar-section .utility li:not(.has-form) a:not(.button) {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-size: .6875rem;
            line-height: 1;
            text-align: center;
            color: #fff
        }

            .q-nav-primary .top-bar .top-bar-section .utility li:not(.has-form) a:not(.button).only-icon .icon {
                margin-bottom: 0;
                font-size: 2rem
            }

    .q-nav-primary .top-bar .top-bar-section .utility .icon {
        top: auto;
        font-size: 2.125rem;
        margin-bottom: .5625rem
    }

@media print,only screen and (min-width:62rem) {
    .q-nav-primary .top-bar .top-bar-section .utility .utility-image {
        width: 3.0625rem
    }
}

.q-nav-primary .top-bar .top-bar-section.hamburger-menu .q-hamburger {
    position: static;
    height: auto;
    padding: 0
}

.q-nav-primary .top-bar .top-bar-section.hamburger-menu .first-level {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 0 2.5rem;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 90rem
}

.q-nav-primary .top-bar .top-bar-section.hamburger-menu--opened .first-level {
    opacity: 1;
    visibility: visible
}

.q-nav-primary .top-bar .hamburger-menu .actions {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,only screen and (min-width:62rem) {
    .q-nav-primary .top-bar ~ .nav-flyout .content-container {
        padding: 0 6.25rem 0 6.25rem
    }
}

.q-nav-primary .top-bar ~ .nav-flyout .btn-close {
    border: none;
    height: auto
}

.q-nav-primary .tab-bar {
    height: auto;
    border: none
}

.q-nav-primary .tab-bar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6.5625rem;
    padding: 0 2rem;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    background-color: #000
}

@media print,only screen and (min-width:48rem) {
    .q-nav-primary .tab-bar__inner {
        height: 9rem
    }
}

.menu-open .q-nav-primary .tab-bar__inner {
    height: 3.125rem
}

.submenu-open .q-nav-primary .tab-bar__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}

.q-nav-primary .q-hamburger__inner, .q-nav-primary .q-hamburger__inner::after, .q-nav-primary .q-hamburger__inner::before {
    background-color: #fff
}

.q-nav-primary .q-sticky .tab-bar__inner {
    height: 3.125rem
}

.q-nav-primary .q-sticky .logo-section.middle::after, .q-nav-primary .q-sticky .logo-section.middle::before {
    background-color: transparent
}

.q-nav-primary .q-sticky .logo-section.middle .logo-container {
    width: 1.9375rem;
    height: 2.125rem
}

.q-nav-primary .actions-section {
    position: static;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.1875rem 0;
    -ms-flex-item-align: start;
    align-self: flex-start
}

    .q-nav-primary .actions-section + .logo-section.middle {
        margin-left: -1.75rem
    }

.submenu-open .q-nav-primary .actions-section + .logo-section.middle {
    margin-left: 0
}

@media only screen and (max-width:23.4375rem) {
    .submenu-open:not(.has-logo) .q-nav-primary .actions-section + .logo-section.middle {
        display: none
    }
}

.q-nav-primary .tab-bar-section {
    position: static;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto
}

.q-nav-primary .logo-section {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto
}

    .q-nav-primary .logo-section.middle {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .q-nav-primary .logo-section.middle::after, .q-nav-primary .logo-section.middle::before {
            content: '';
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0%;
            flex: 1 1 0%;
            height: 1px;
            background-color: #fff;
            -webkit-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out
        }

.menu-open .q-nav-primary .logo-section.middle::after, .menu-open .q-nav-primary .logo-section.middle::before {
    background-color: transparent
}

.q-nav-primary .logo-section.middle::before {
    margin-right: 1rem
}

.q-nav-primary .logo-section.middle::after {
    margin-left: 1rem
}

@media print,only screen and (min-width:48rem) {
    .q-nav-primary .logo-section.middle::before {
        margin-right: 1.625rem
    }

    .q-nav-primary .logo-section.middle::after {
        margin-left: 1.625rem
    }
}

.menu-open .q-nav-primary .logo--base, .menu-open .q-nav-primary .utility-image--base, .q-nav-primary .q-sticky .logo--base, .q-nav-primary .q-sticky .utility-image--base {
    opacity: 1
}

.menu-open .q-nav-primary .logo--alt, .menu-open .q-nav-primary .utility-image--alt, .q-nav-primary .q-sticky .logo--alt, .q-nav-primary .q-sticky .utility-image--alt {
    opacity: 0
}

.q-nav-primary--overlapping .top-bar {
    background-color: transparent;
    direction: rtl;
}

    .q-nav-primary--overlapping .top-bar ul:not(.utility) li:not(.has-form) > a:hover {
        color: #00a3e0
    }

.q-nav-primary--overlapping .tab-bar {
    background-color: transparent;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.q-nav-primary--overlapping .tab-bar__inner {
    background-color: transparent
}

.q-nav-primary--overlapping .q-hamburger__inner {
    background-color: #fff
}

    .q-nav-primary--overlapping .q-hamburger__inner, .q-nav-primary--overlapping .q-hamburger__inner::after, .q-nav-primary--overlapping .q-hamburger__inner::before {
        background-color: #fff
    }

.q-nav-primary--overlapping .q-hamburger__label {
    color: #fff
}

.menu-open .q-nav-primary--overlapping .tab-bar, .q-nav-primary--overlapping .q-sticky .tab-bar {
    background-color: #000
}

.q-nav-primary--overlapping .q-sticky .q-hamburger__box {
    height: .9375rem
}

.q-nav-primary--overlapping .q-sticky .q-hamburger__inner, .q-nav-primary--overlapping .q-sticky .q-hamburger__inner::after, .q-nav-primary--overlapping .q-sticky .q-hamburger__inner::before {
    background-color: #fff
}

.q-nav-primary--overlapping .q-sticky .q-hamburger .q-hamburger__label {
    color: #3b3938
}

.menu-open .q-nav-primary--overlapping .q-hamburger .q-hamburger__inner, .menu-open .q-nav-primary--overlapping .q-hamburger .q-hamburger__inner::after, .menu-open .q-nav-primary--overlapping .q-hamburger .q-hamburger__inner::before {
    background-color: #fff
}

.menu-open .q-nav-primary--overlapping .q-hamburger .q-hamburger__label {
    color: #00a3e0
}

.q-nav-primary::after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(59,57,56,.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.q-nav-primary.has-flyout-opened::after {
    opacity: 1;
    visibility: visible
}

.q-nav-primary.has-flyout-opened .top-bar ul.first-level li > a {
    opacity: .6
}

@media print,only screen and (min-width:62rem) {
    .q-nav-primary.has-flyout-opened .top-bar {
        min-height: 3.125rem;
        direction: rtl;
    }
}

@media print,only screen and (min-width:48rem) {
    .q-nav-secondary .q-dropdown-container .q-button-properties {
        padding-right: 2.8125rem;
        padding-left: 0
    }

        .q-nav-secondary .q-dropdown-container .q-button-properties.no-arrow {
            padding-left: 0 !important
        }

    .q-nav-secondary .q-carline-family.f-dropdown {
        left: 0 !important
    }

    .q-nav-secondary.q-navigation-link-list .q-navigation-bar {
        margin-left: 2.8125rem
    }

        .q-nav-secondary.q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
            padding-left: 1.25rem
        }

            .q-nav-secondary.q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item:first-child {
                padding-left: 0
            }

            .q-nav-secondary.q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link {
                padding-left: 1.0625rem
            }

                .q-nav-secondary.q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link:before {
                    left: 0;
                    margin-right: .5rem;
                    border-right: 1px solid #fff
                }

        .q-nav-secondary.q-navigation-link-list .q-navigation-bar .button {
            right: -1.25rem
        }

            .q-nav-secondary.q-navigation-link-list .q-navigation-bar .button.stat-arrow-prev {
                right: auto;
                left: -1.875rem
            }

                .q-nav-secondary.q-navigation-link-list .q-navigation-bar .button.stat-arrow-prev .icon {
                    margin-right: 0
                }
}

@media print,only screen and (min-width:48rem) {
    .q-nav-secondary {
        background-color: #3b3938
    }

        .q-nav-secondary.flex-container {
            padding: 1.5rem 2.5rem;
            border-bottom: none
        }

        .q-nav-secondary .q-dropdown-container .q-button-properties {
            color: #fff !important;
            background-color: transparent;
            font-weight: 800;
            line-height: 1;
            font-size: 1.875rem
        }

            .q-nav-secondary .q-dropdown-container .q-button-properties .q-label {
                color: inherit
            }

            .q-nav-secondary .q-dropdown-container .q-button-properties .q-angle, .q-nav-secondary .q-dropdown-container .q-button-properties:before {
                display: none
            }

            .q-nav-secondary .q-dropdown-container .q-button-properties.q-highlight {
                background-color: transparent
            }

            .q-nav-secondary .q-dropdown-container .q-button-properties:after {
                top: .8125rem;
                font-size: 1.5625rem
            }

            .q-nav-secondary .q-dropdown-container .q-button-properties:hover:after {
                color: #00a3e0
            }

        .q-nav-secondary .q-carline-family.f-dropdown {
            top: 100% !important;
            margin: 0;
            width: 100%;
            max-width: 120rem;
            padding: 0 2.5rem;
            -webkit-box-shadow: none;
            box-shadow: none;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .2s ease;
            transition: .2s ease
        }

            .q-nav-secondary .q-carline-family.f-dropdown.f-open-dropdown, .q-nav-secondary .q-carline-family.f-dropdown.open {
                opacity: 1;
                visibility: visible
            }

            .q-nav-secondary .q-carline-family.f-dropdown .q-dropdown-item .q-dropdown-item-link {
                text-align: center;
                margin-bottom: 1.5625rem
            }

                .q-nav-secondary .q-carline-family.f-dropdown .q-dropdown-item .q-dropdown-item-link .q-carline-container {
                    margin-top: 0;
                    font-size: .875rem;
                    line-height: 1rem
                }

                .q-nav-secondary .q-carline-family.f-dropdown .q-dropdown-item .q-dropdown-item-link .q-price-container {
                    color: #3b3938;
                    margin-top: 0;
                    font-size: .6875rem;
                    line-height: .75rem
                }

            .q-nav-secondary .q-carline-family.f-dropdown .q-dropdown-item .q-image-container img {
                -webkit-transition: .4s;
                transition: .4s
            }

            .q-nav-secondary .q-carline-family.f-dropdown .q-dropdown-item.active, .q-nav-secondary .q-carline-family.f-dropdown .q-dropdown-item:hover {
                border-color: transparent
            }

                .q-nav-secondary .q-carline-family.f-dropdown .q-dropdown-item:hover .q-image-container img {
                    -webkit-transform: scale3d(1.05,1.05,1.05);
                    transform: scale3d(1.05,1.05,1.05)
                }

        .q-nav-secondary.q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link {
            color: #fff;
            font-size: 1rem;
            line-height: .875rem;
            text-transform: uppercase;
            font-weight: 700;
            display: inline-block;
            border: none;
            position: relative;
            -webkit-transition: .3s ease;
            transition: .3s ease
        }

            .q-nav-secondary.q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link:before {
                content: '';
                top: 50%;
                position: absolute;
                width: .375rem;
                height: .375rem;
                border-top: 1px solid #fff;
                -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
                -webkit-transition: .3s ease;
                transition: .3s ease
            }

            .q-nav-secondary.q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link:focus, .q-nav-secondary.q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link:hover {
                color: #cac6c5;
                border-bottom: none
            }

                .q-nav-secondary.q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link:focus:before, .q-nav-secondary.q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link:hover:before {
                    border-color: #cac6c5
                }

            .q-nav-secondary.q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link.active, .q-nav-secondary.q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link:active {
                color: rgba(202,198,197,.5)
            }

                .q-nav-secondary.q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link.active:before, .q-nav-secondary.q-navigation-link-list .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item .q-list-link:active:before {
                    border-color: rgba(202,198,197,.5)
                }

        .q-nav-secondary.q-navigation-link-list .q-navigation-bar .button {
            height: 5.5rem;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: 0 !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            line-height: 1;
            -webkit-transition: .2s ease;
            transition: .2s ease;
            -webkit-transition-delay: .4s;
            transition-delay: .4s;
            background: -webkit-gradient(linear,left top,right top,from(rgba(109,107,105,0)),to(#3b3938));
            background: linear-gradient(90deg,rgba(109,107,105,0) 0,#3b3938 100%)
        }

            .q-nav-secondary.q-navigation-link-list .q-navigation-bar .button.stat-arrow-prev {
                width: 2.5rem;
                background: -webkit-gradient(linear,left top,right top,color-stop(0,#3b3938),to(rgba(109,107,105,0)));
                background: linear-gradient(90deg,#3b3938 0,rgba(109,107,105,0) 100%)
            }

            .q-nav-secondary.q-navigation-link-list .q-navigation-bar .button.slider-control .icon:before {
                color: #fff;
                font-size: 1.6875rem
            }
}

.q-nav-segment .q-nav-segment-list .q-content-item {
    margin-right: 0
}

    .q-nav-segment .q-nav-segment-list .q-content-item:not(:last-child) {
        margin-right: 2.5rem
    }

    .q-nav-segment .q-nav-segment-list .q-content-item .q-no-link {
        margin-left: 4.0625rem
    }

        .q-nav-segment .q-nav-segment-list .q-content-item .q-no-link:after, .q-nav-segment .q-nav-segment-list .q-content-item .q-no-link:before {
            left: -4.0625rem
        }

        .q-nav-segment .q-nav-segment-list .q-content-item .q-no-link.active:after {
            left: -2.5rem
        }

@media print,only screen and (min-width:62rem) {
    .q-nav-primary .nav-flyout {
        background: #fff
    }

        .q-nav-primary .nav-flyout .content-container {
            padding-top: 0
        }

        .q-nav-primary .nav-flyout .flyout-content {
            max-width: 90rem;
            margin: 0 auto
        }
}

.q-nav-primary .nav-flyout {
    border-bottom: none
}

    .q-nav-primary .nav-flyout .button-wrapper {
        position: absolute;
        top: 0;
        margin: 1rem 0 0 1rem
    }

        .q-nav-primary .nav-flyout .button-wrapper .btn-close {
            background: 0 0;
            padding: 1rem;
            color: #787b80
        }

            .q-nav-primary .nav-flyout .button-wrapper .btn-close .icon-close {
                font-size: 3rem;
                font-weight: 300
            }

.q-nav-segment > .row.collapse {
    display: none
}

.q-nav-segment .q-teaser-link {
    padding: .3125rem .9375rem 0
}

    .q-nav-segment .q-teaser-link:first-of-type {
        grid-column-start: 1
    }

@media print,only screen and (min-width:48rem) {
    .q-nav-segment {
        margin: 0
    }
}

@media print,only screen and (min-width:62rem) {
    .q-nav-sibling .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item:not(:last-child) {
        margin-right: 3.125rem
    }
}

@media print,only screen and (max-width:61.9375rem) {
    .q-nav-sibling .q-scroller-content .q-scroller-list.q-scroller-list {
        width: auto !important;
        padding: 0 1rem
    }

        .q-nav-sibling .q-scroller-content .q-scroller-list.q-scroller-list .q-scroller-content-item {
            padding: 1rem 0;
            font-size: .75rem;
            background: 0 0;
            margin-bottom: 0
        }

            .q-nav-sibling .q-scroller-content .q-scroller-list.q-scroller-list .q-scroller-content-item span {
                color: #000;
                -webkit-transition: color .3s ease-in-out;
                transition: color .3s ease-in-out
            }

            .q-nav-sibling .q-scroller-content .q-scroller-list.q-scroller-list .q-scroller-content-item a:after {
                content: none
            }

            .q-nav-sibling .q-scroller-content .q-scroller-list.q-scroller-list .q-scroller-content-item:not(:last-child) {
                border-bottom: 1px solid #000
            }

            .q-nav-sibling .q-scroller-content .q-scroller-list.q-scroller-list .q-scroller-content-item:hover span {
                color: #00a3e0
            }
}

@media print,only screen and (min-width:62rem) {
    .q-nav-sibling {
        border-bottom: .0625rem solid #adaeb2
    }

        .q-nav-sibling .q-navigation-bar .q-scroller-content {
            -webkit-transform: translateY(.125rem);
            transform: translateY(.125rem)
        }

            .q-nav-sibling .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item {
                padding: 0
            }

                .q-nav-sibling .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item span {
                    display: block;
                    padding: .125rem 0 .25rem;
                    font-size: .625rem;
                    font-weight: 400;
                    text-transform: uppercase;
                    -webkit-transition: color .3s ease-in-out,border .2s ease-in-out;
                    transition: color .3s ease-in-out,border .2s ease-in-out
                }

                    .q-nav-sibling .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item span:not(:hover) {
                        color: #787b80
                    }

                .q-nav-sibling .q-navigation-bar .q-scroller-content .q-scroller-list .q-scroller-content-item.active span {
                    color: #000;
                    font-weight: 700
                }

        .q-nav-sibling .q-navigation-bar .slider-control {
            -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
            margin-top: 0 !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 80%;
            width: 2.5rem;
            -webkit-box-shadow: none;
            box-shadow: none
        }

            .q-nav-sibling .q-navigation-bar .slider-control .icon:before {
                font-size: 1.875rem;
                font-weight: 400;
                color: #787b80
            }

        .q-nav-sibling .q-navigation-bar .slider-control-prev {
            background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,#fff),to(transparent));
            background-image: linear-gradient(90deg,#fff 50%,transparent)
        }

            .q-nav-sibling .q-navigation-bar .slider-control-prev .icon {
                -webkit-transform: translateX(-.9375rem);
                transform: translateX(-.9375rem)
            }

        .q-nav-sibling .q-navigation-bar .slider-control-next {
            background-image: -webkit-gradient(linear,right top,left top,color-stop(50%,#fff),to(transparent));
            background-image: linear-gradient(270deg,#fff 50%,transparent)
        }

            .q-nav-sibling .q-navigation-bar .slider-control-next .icon {
                -webkit-transform: translateX(.9375rem);
                transform: translateX(.9375rem)
            }
}

.q-scroll-down-button {
    font-weight: 400
}

.q-sticky .q-shopping-tools {
    background-color: rgba(0,0,0,.5)
}

    .q-sticky .q-shopping-tools:hover {
        background-color: rgba(0,0,0,.8)
    }

.q-shopping-tools {
    background-color: #000;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: auto
}

@media print,only screen and (min-width:48rem) {
    .q-shopping-tools {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.q-shopping-tools .q-st-button {
    border-bottom: 1px solid #adaeb2;
    width: 100%
}

    .q-shopping-tools .q-st-button .q-button .q-label {
        padding-left: 1.0625rem;
        line-height: 1rem;
        font-weight: 700
    }

    .q-shopping-tools .q-st-button .q-button:active, .q-shopping-tools .q-st-button .q-button:focus, .q-shopping-tools .q-st-button .q-button:hover {
        color: #00a3e0
    }

@media only screen and (max-width:47.9375rem) {
    .q-shopping-tools .q-st-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }

        .q-shopping-tools .q-st-button .q-button {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            padding: 1.6875rem 0
        }

            .q-shopping-tools .q-st-button .q-button .icon {
                padding-left: 2.0625rem
            }

            .q-shopping-tools .q-st-button .q-button .q-label {
                padding-left: 1.1875rem
            }
}

.q-shopping-tools .q-st-button .q-label {
    font-size: 12px
}

@media print,only screen and (min-width:48rem) {
    .q-shopping-tools {
        max-height: 100%;
        min-height: auto
    }

        .q-shopping-tools .q-st-button .q-button {
            padding: 2.75rem 0
        }

        .q-shopping-tools .q-st-button:not(:last-child) {
            border-right: 1px solid #adaeb2
        }
}

.q-sitemap {
    padding: 1.625rem 2rem 1.625rem 2rem;
    border-style: none
}

@media print,only screen and (min-width:48rem) {
    .q-sitemap {
        padding: 4.8125rem 7.25rem 1.625rem 7.25rem
    }
}

.q-sitemap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 90rem
}

@media only screen and (max-width:47.9375rem) {
    .q-sitemap .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .q-sitemap .row > div {
            width: 100%
        }
}

.q-sitemap .header {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 700;
    margin: 2.125rem 0
}

@media print,only screen and (min-width:48rem) {
    .q-sitemap .header {
        margin-bottom: 1.5rem
    }
}

.q-sitemap ul li {
    font-size: .75rem;
    line-height: 1.25rem;
    color: #adaeb2
}

@media print,only screen and (min-width:48rem) {
    .q-sitemap ul li {
        font-size: .875rem
    }
}

.q-sitemap ul li a {
    color: #adaeb2
}

@media only screen and (max-width:47.9375rem) {
    .q-sitemap.show-for-medium-up {
        display: block !important
    }
}

.q-sitemap-html {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
}

@media print,only screen and (min-width:48rem) {
    .q-sitemap-html {
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }
}

.q-sitemap-html__item.link {
    max-width: none;
    line-height: 1.1875rem
}

.q-sitemap-html__item.link--secondary {
    color: #787b80
}

    .q-sitemap-html__item.link--secondary:active, .q-sitemap-html__item.link--secondary:focus, .q-sitemap-html__item.link--secondary:hover {
        color: #000
    }

.q-sitemap-html__item--subtitle {
    padding-bottom: .375rem !important
}

@media print,only screen and (min-width:48rem) {
    .q-sitemap-html__item--subtitle {
        padding-bottom: .75rem !important
    }
}

.q-social-links {
    border-style: none;
    padding: 1.25rem 1.875rem 0 1.875rem
}

@media only screen and (max-width:47.9375rem) {
    .q-social-links {
        padding: 1.875rem 1.875rem 2.5rem 1.875rem
    }
}

.q-social-links .social-links-container {
    display: inline-block
}

@media print,only screen and (min-width:48rem) {
    .q-social-links .social-links-container {
        margin-right: 1.5rem
    }
}

.q-social-links span {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    width: 100%
}

@media print,only screen and (min-width:48rem) {
    .q-social-links span {
        margin-bottom: 1.25rem;
        text-align: right
    }
}

.q-social-links a {
    margin-right: 2.25rem
}

@media print,only screen and (min-width:48rem) {
    .q-social-links a {
        margin-right: 2.9375rem
    }
}

.q-social-links .icon {
    font-size: 1.9375rem
}

@media print,only screen and (min-width:48rem) {
    .q-switchB2B__container #toggle-a + label {
        padding-right: .9375rem
    }

    .q-switchB2B__container #toggle-b + label {
        padding-left: .9375rem
    }
}

.q-nav-primary .q-switchB2B__outside {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.q-nav-offcanvas .q-switchB2B__inside {
    left: .0625rem
}

.tabbed_navigation .q-mod-tabbed-navigation.q-tabs {
    background-color: #fff
}

    .tabbed_navigation .q-mod-tabbed-navigation.q-tabs .tab-title .q-list-link {
        padding: .625rem 2.5625rem 0 0
    }

        .tabbed_navigation .q-mod-tabbed-navigation.q-tabs .tab-title .q-list-link:hover {
            background-color: #fff
        }

    .tabbed_navigation .q-mod-tabbed-navigation.q-tabs .tab-title.active .q-list-link {
        background-color: #fff
    }

.q-mod-tabbed-navigation.q-tabs .tabs-content {
    padding: 0 2rem
}

.q-mod-tabbed-navigation.q-tabs .q-navigation-bar-container {
    margin: 0 2rem
}

    .q-mod-tabbed-navigation.q-tabs .q-navigation-bar-container .q-scroller-list {
        border: none
    }

.q-mod-tabbed-navigation.q-tabs.q-tabs-arrows-hidden .q-navigation-bar .button.ui-control {
    display: none !important
}

.q-mod-tabbed-navigation.q-tabs .tab-title .q-list-link {
    font-weight: 700
}

    .q-mod-tabbed-navigation.q-tabs .tab-title .q-list-link p.tab-text {
        font-size: .625rem;
        padding-bottom: .9375rem;
        color: #000
    }

.q-mod-tabbed-navigation.q-tabs .tab-title.active .q-list-link {
    font-weight: 700
}

    .q-mod-tabbed-navigation.q-tabs .tab-title.active .q-list-link p.tab-text {
        border-bottom: 3px solid #00a3e0;
        font-weight: 700;
        color: #000
    }

.q-check-vin .q-check-vin__input-wrap .q-check-vin__input {
    border-color: #787b80
}

.q-check-vin .q-check-vin__input-wrap .q-check-vin-reset:before {
    font-weight: 700
}

.q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__title {
    border-bottom: 1px solid #262626
}

.q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__clr .q-check-vin__campaign, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__not-clr .q-check-vin__campaign {
    color: #262626
}

    .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__clr .q-check-vin__campaign:nth-child(odd) > *, .q-check-vin .q-check-vin__campaigns-wrap .q-check-vin__not-clr .q-check-vin__campaign:nth-child(odd) > * {
        background-color: #f7f7f7
    }

.q-check-vin.js-campaign .q-check-vin--message, .q-check-vin.js-campaign .q-check-vin--valid, .q-check-vin.js-simple .q-check-vin--message, .q-check-vin.js-simple .q-check-vin--valid, .q-check-vin.js-valid .q-check-vin--message, .q-check-vin.js-valid .q-check-vin--valid {
    color: #787b80
}

#_psaihm_main_div ._psaihm_inside_tag_manager_tag_desc p {
    font-size: .75rem
}

.q-dealer-locator {
    height: 64.375rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator {
        height: auto
    }
}

@media print,only screen and (min-width:48rem) {
    .q-dealer-locator .mobile-filters {
        display: none
    }
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .desktop-filters {
        display: none
    }
}

.q-dealer-locator .q-dealer-locator-container {
    height: 100%;
    position: relative
}

    .q-dealer-locator .q-dealer-locator-container > div {
        width: 29.1875rem;
        margin: 0
    }

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .q-dealer-locator-container > div {
        width: 100%
    }
}

.q-dealer-locator .q-dealer-locator-container > div.dealer-locator-widget {
    width: auto
}

.q-dealer-locator .q-dealer-locator-container .map-legend {
    top: 2.25rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .q-dealer-locator-container .map-legend {
        top: .875rem
    }
}

.q-dealer-locator .search-spinner {
    margin-bottom: 3.75rem
}

.q-dealer-locator .dealer-search-list, .q-dealer-locator .q-dealer-header, .q-dealer-locator .q-dealer-search, .q-dealer-locator .q-dealer-search.column {
    background-color: #fff;
    padding: 0 2rem;
    position: relative;
    width: 29.1875rem;
    z-index: 1
}

    .q-dealer-locator .dealer-search-list .dealer-search-by, .q-dealer-locator .q-dealer-header .dealer-search-by, .q-dealer-locator .q-dealer-search .dealer-search-by, .q-dealer-locator .q-dealer-search.column .dealer-search-by {
        display: none
    }

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .dealer-search-list, .q-dealer-locator .q-dealer-header, .q-dealer-locator .q-dealer-search, .q-dealer-locator .q-dealer-search.column {
        padding: 0 2rem;
        width: 100%;
        height: auto
    }
}

.q-dealer-locator .q-dealer-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 2.1875rem;
    padding: 1.875rem 2rem 1.5625rem 2rem;
    margin: 0
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .q-dealer-header {
        padding: 1.5rem 2rem 2.1875rem 2rem;
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

.q-dealer-locator .filter-tags {
    margin-bottom: 0
}

    .q-dealer-locator .filter-tags .filter-tag {
        font-size: .875rem;
        line-height: 1.3125rem;
        color: #000
    }

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .dealer-search-list {
        padding-bottom: 1.875rem
    }
}

.q-dealer-locator .dealer-search-list .cursor-pointer {
    cursor: auto
}

.q-dealer-locator .dealer-search-list .load-more-button {
    color: #00a3e0;
    padding: 1.25rem 0;
    border: none;
    font-size: .75rem;
    line-height: 1rem
}

.q-dealer-locator .dealer-search-list .dealer-list {
    border-top: 1px solid #adaeb2
}

@media print,only screen and (min-width:62rem) {
    .q-dealer-locator .dealer-search-list .dealer-list {
        overflow: hidden;
        overflow-y: auto
    }
}

.q-dealer-locator .dealer-search-list .q-dealer-list .hide-large-up {
    display: none
}

.q-dealer-locator .dealer-search-list .q-dealer-list .dl-row {
    padding: 1.875rem 0 3.75rem 0;
    background-color: #f7f7f7
}

    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .show-more-details {
        color: #00a3e0;
        position: absolute;
        padding: .625rem 0;
        top: 100%;
        font-size: .875rem
    }

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .show-more-details {
        padding: .3125rem 0;
        font-size: .75rem
    }
}

.q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .show-more-details:hover {
    cursor: pointer
}

.q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .show-more-details .icon-arrow-right {
    right: auto
}

    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .show-more-details .icon-arrow-right::before {
        content: ""
    }

.q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .fixed-width-left {
    padding-left: 2rem
}

.q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .icon-location-pin-text-negative, .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .pin-icon-label {
    display: none
}

.q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .fixed-width {
    top: 1.875rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .fixed-width {
        top: 1.5625rem
    }
}

.q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info .q-dealer-name {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        color: #000;
        font-size: .9375rem;
        margin-bottom: 0
    }

    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info .q-dealer-distance-and-type {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #787b80
    }

        .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info .q-dealer-distance-and-type .q-dealer-type {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            font-size: .875rem;
            line-height: 1.5rem;
            color: #787b80;
            padding: .3125rem 0
        }

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info .q-dealer-distance-and-type .q-dealer-type {
        font-size: .75rem
    }
}

.q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info .q-dealer-distance-and-type .q-dealer-distance {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: .875rem;
    padding: .3125rem 1.5625rem;
    position: relative;
    font-weight: 700
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info .q-dealer-distance-and-type .q-dealer-distance {
        font-size: .75rem;
        line-height: 1.25rem
    }
}

.q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info .q-dealer-distance-and-type .q-dealer-distance::before {
    content: "";
    position: absolute;
    background-image: url(global/resources/img/069_Place_On_Map.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.5625rem;
    width: 1.5625rem;
    left: -.3125rem;
    top: .1875rem;
    opacity: 80%
}

.q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info > p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: .875rem;
    line-height: 1.5rem
}

.q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info .small-hide {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    line-height: 1.5rem;
    display: inline-block
}

    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info .small-hide a {
        color: #787b80
    }

        .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info .small-hide a:hover {
            color: #00a3e0
        }

        .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info .small-hide a.q-button:hover {
            color: #fff
        }

.q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info .dealer-ratings {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: block
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info .q-dealer-distance, .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info .small-hide, .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info p {
        font-size: .75rem;
        line-height: 1.25rem
    }
}

.q-dealer-locator .dealer-search-list .q-dealer-list .dl-row--active {
    border-left: .3125rem solid #00a3e0;
    background-color: #fff
}

    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row--active .q-dealer-info .icon-arrow-right, .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row--active .q-dealer-info .q-dealer-name {
        color: #00a3e0
    }

    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row--active .fixed-width-left {
        padding-left: 1.6875rem
    }

    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row--active .icon-location-pin-text-negative {
        left: 1.875rem
    }

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row--active .icon-location-pin-text-negative {
        left: .875rem
    }
}

.q-dealer-locator .dealer-search-list .q-dealer-list > div:last-child .q-button {
    margin-top: 0;
    max-width: none
}

.q-dealer-locator .dealer-search-list .q-dealer-list .columns {
    padding: 0
}

.q-dealer-locator .dealer-search-list .q-dealer-list .q-dealer-name {
    font-size: 1.125rem
}

.q-dealer-locator .dealer-search-list .dealer-dropdown, .q-dealer-locator .dealer-search-list .filter-tags {
    padding: 0 2rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .dealer-search-list .dealer-dropdown, .q-dealer-locator .dealer-search-list .filter-tags {
        padding: 0 2rem
    }
}

.q-dealer-locator .dealer-search-list .dealer-dropdown {
    margin-bottom: 1.25rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .dealer-search-list .dealer-dropdown {
        margin-top: 1.25rem
    }
}

.q-dealer-locator .dealer-search-list .dealer-dropdown .list-count {
    margin-top: 1.125rem;
    font-size: .9375rem;
    line-height: 1.25rem
}

    .q-dealer-locator .dealer-search-list .dealer-dropdown .list-count span {
        font-weight: 700
    }

.q-dealer-locator .dealer-search-list .dealer-dropdown .q-dropdown {
    background-color: #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: .875rem 1.1875rem
}

    .q-dealer-locator .dealer-search-list .dealer-dropdown .q-dropdown.highlight {
        border: none;
        background-color: #f7f7f7
    }

        .q-dealer-locator .dealer-search-list .dealer-dropdown .q-dropdown.highlight::before {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit;
            position: absolute;
            right: 1rem;
            top: 1rem;
            font-size: 1rem;
            color: #00a3e0
        }

    .q-dealer-locator .dealer-search-list .dealer-dropdown .q-dropdown::after {
        position: absolute;
        font-size: 1rem;
        color: #00a3e0
    }

    .q-dealer-locator .dealer-search-list .dealer-dropdown .q-dropdown .q-content {
        color: #787b80;
        font-size: .875rem;
        line-height: 1.1875rem;
        font-weight: 400
    }

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .dealer-search-list .dealer-dropdown .q-dropdown .q-content {
        color: #000
    }
}

.q-dealer-locator .dealer-search-list .dealer-dropdown .q-dropdown .q-content::after {
    content: "";
    position: absolute;
    background-image: url(global/resources/img/000_Filters.svg);
    height: 2.5rem;
    width: 2.5rem;
    top: -.625rem;
    opacity: 40%
}

.q-dealer-locator .dealer-search-list .dealer-dropdown .f-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    background-color: #f7f7f7;
    position: relative
}

    .q-dealer-locator .dealer-search-list .dealer-dropdown .f-dropdown > li:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .q-dealer-locator .dealer-search-list .dealer-dropdown .f-dropdown .q-dropdown-item {
        background-color: #f7f7f7;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .dealer-search-list .dealer-dropdown .f-dropdown .q-dropdown-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.q-dealer-locator .dealer-search-list .dealer-dropdown .f-dropdown .q-dropdown-item .checkbox-container {
    min-width: 1.25rem;
    height: 1.25rem;
    float: none;
    padding-top: 0;
    text-align: center;
    border: 1px solid #adaeb2;
    display: inline-block;
    position: relative
}

    .q-dealer-locator .dealer-search-list .dealer-dropdown .f-dropdown .q-dropdown-item .checkbox-container .icon-tick {
        width: .75rem;
        height: .75rem;
        display: inline-block;
        left: .1875rem;
        top: .1875rem;
        position: absolute;
        background-color: #00a3e0
    }

.q-dealer-locator .dealer-search-list .dealer-dropdown .f-dropdown .q-dropdown-item label {
    padding: .625rem 0 .625rem 1.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .q-dealer-locator .dealer-search-list .dealer-dropdown .f-dropdown .q-dropdown-item label .q-label {
        font-size: .625rem;
        line-height: 1rem;
        font-weight: 400;
        color: #000
    }

    .q-dealer-locator .dealer-search-list .dealer-dropdown .f-dropdown .q-dropdown-item label .checkbox-container, .q-dealer-locator .dealer-search-list .dealer-dropdown .f-dropdown .q-dropdown-item label .q-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.q-dealer-locator .dealer-search-list .dealer-dropdown .f-dropdown .q-dropdown-item.highlight .q-label {
    font-weight: 700
}

.q-dealer-locator .dealer-search-list .dealer-dropdown .f-dropdown::before {
    width: 100%;
    margin: 0 1.125rem 1rem;
    border: 1px solid #adaeb2a6
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .dealer-search-list .dealer-dropdown .f-dropdown::before {
        display: none
    }
}

.q-dealer-locator .dealer-search-list .q-separator hr {
    margin: 0
}

.q-dealer-locator .dealer-ratings {
    display: block;
    padding-top: .9375rem
}

    .q-dealer-locator .dealer-ratings .dealer-rating .star-wrap span {
        font-size: .8125rem
    }

        .q-dealer-locator .dealer-ratings .dealer-rating .star-wrap span.rating-label {
            width: auto;
            padding-right: .375rem
        }

        .q-dealer-locator .dealer-ratings .dealer-rating .star-wrap span.star-rating {
            background: url(global/resources/img/ratings-peugeot.png) center/100% 10.9375rem no-repeat
        }

        .q-dealer-locator .dealer-ratings .dealer-rating .star-wrap span.review-count {
            padding-left: .625rem
        }

            .q-dealer-locator .dealer-ratings .dealer-rating .star-wrap span.review-count::before {
                content: '(';
                position: relative
            }

            .q-dealer-locator .dealer-ratings .dealer-rating .star-wrap span.review-count::after {
                content: ')';
                position: relative
            }

        .q-dealer-locator .dealer-ratings .dealer-rating .star-wrap span.write-review {
            font-weight: 400;
            font-style: italic
        }

@media screen and (max-width:47.9375rem) {
    .q-dealer-locator .dealer-ratings .dealer-rating .star-wrap span.mt-10 {
        float: right
    }
}

.q-dealer-locator .dealer-section-padding {
    padding-top: 0
}

    .q-dealer-locator .dealer-section-padding.dealer-search {
        margin-top: 0
    }

.q-dealer-locator .dealer-search {
    padding: 1.5rem 0 .9375rem 0
}

    .q-dealer-locator .dealer-search .search-elements-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .q-dealer-locator .dealer-search .icon-gps {
        position: absolute;
        background-image: url(global/resources/img/265_Location.svg);
        background-size: contain;
        height: 1.875rem;
        width: 1.875rem;
        opacity: 60%
    }

        .q-dealer-locator .dealer-search .icon-gps::before {
            display: none
        }

    .q-dealer-locator .dealer-search .dealer-search-box, .q-dealer-locator .dealer-search .dealer-search-button, .q-dealer-locator .dealer-search .dealer-search-button[disabled], .q-dealer-locator .dealer-search .location-button {
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        float: none;
        position: static;
        border: .125rem solid #787b8087
    }

        .q-dealer-locator .dealer-search .dealer-search-box .icon, .q-dealer-locator .dealer-search .dealer-search-button .icon, .q-dealer-locator .dealer-search .dealer-search-button[disabled] .icon, .q-dealer-locator .dealer-search .location-button .icon {
            color: #787b8087;
            font-size: 1.375rem
        }

    .q-dealer-locator .dealer-search .location-button {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 2.875rem;
        width: 2.875rem;
        margin-left: .5rem;
        padding: .375rem;
        border-radius: .125rem;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

        .q-dealer-locator .dealer-search .location-button:hover .icon {
            color: #00a3e0
        }

    .q-dealer-locator .dealer-search .dealer-search-box {
        height: 2.875rem;
        font-size: .875rem;
        border-radius: .125rem 0 0 .125rem;
        border-right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .q-dealer-locator .dealer-search .clear-searchbox {
        display: none
    }

    .q-dealer-locator .dealer-search .dealer-search-button, .q-dealer-locator .dealer-search .dealer-search-button[disabled] {
        height: 2.875rem;
        width: 2.875rem;
        border-radius: 0 .125rem .125rem 0;
        border-left: 0;
        padding-right: 1.875rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        opacity: 1
    }

        .q-dealer-locator .dealer-search .dealer-search-button .icon, .q-dealer-locator .dealer-search .dealer-search-button[disabled] .icon {
            position: absolute;
            background-image: url(global/resources/img/040_MagnifyGlass.svg);
            background-size: contain;
            height: 2.1875rem;
            width: 2.1875rem;
            top: .3125rem;
            right: 3.75rem;
            opacity: 50%
        }

            .q-dealer-locator .dealer-search .dealer-search-button .icon::before, .q-dealer-locator .dealer-search .dealer-search-button[disabled] .icon::before {
                display: none
            }

    .q-dealer-locator .dealer-search .dealer-search-by .searchby-label {
        font-size: .875rem;
        display: inline-block
    }

    .q-dealer-locator .dealer-search .dealer-search-by .searchby-option {
        display: inline-block;
        float: none;
        margin-bottom: .5rem
    }

        .q-dealer-locator .dealer-search .dealer-search-by .searchby-option .searchby-radio {
            height: 1.25rem;
            width: 1.25rem;
            margin: 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background-color: #e4e2e2;
            border: .0625rem solid #787b8087;
            vertical-align: middle
        }

            .q-dealer-locator .dealer-search .dealer-search-by .searchby-option .searchby-radio:checked {
                background-color: #00a3e0;
                border: .1875rem solid #787b8087
            }

        .q-dealer-locator .dealer-search .dealer-search-by .searchby-option span {
            padding-left: .125rem;
            padding-right: 1rem
        }

@media print,only screen and (min-width:62rem) {
    .q-dealer-locator .dealer-results {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 51.25rem
    }
}

.q-dealer-locator .map-position {
    height: 100%
}

    .q-dealer-locator .map-position .dealer-map {
        height: inherit
    }

        .q-dealer-locator .map-position .dealer-map .cluster div {
            line-height: 3.125rem !important
        }

    .q-dealer-locator .map-position:not(.sticky-child) {
        padding: 0;
        position: absolute;
        z-index: 0
    }

.q-dealer-locator .dealer-locator-widget .q-dealer-header {
    display: block
}

@media print,only screen and (min-width:48rem) {
    .q-dealer-locator .dealer-locator-widget .q-dealer-header {
        margin-top: 0;
        font-size: 1.5625rem;
        font-weight: 700;
        line-height: 2.1875rem
    }
}

@media print,only screen and (min-width:48rem) {
    .q-dealer-locator .dealer-locator-widget .q-dealer-header .flyout-content {
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5rem
    }
}

.q-dealer-locator .dealer-locator-widget .dealer-search {
    padding-right: 2rem;
    padding-left: 2rem
}

.q-dealer-locator .dealer-locator-widget .dealer-location-info {
    padding: 1.875rem 0 1.875rem 1.6875rem;
    margin-bottom: 0;
    border-left: 5px solid #00a3e0
}

.q-dealer-locator .dealer-locator-widget .dealer-search-list .q-dealer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

    .q-dealer-locator .dealer-locator-widget .dealer-search-list .q-dealer-info .q-dealer-name {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        font-size: .9375rem;
        color: #00a3e0
    }

    .q-dealer-locator .dealer-locator-widget .dealer-search-list .q-dealer-info .q-dealer-distance-and-type {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #787b80
    }

        .q-dealer-locator .dealer-locator-widget .dealer-search-list .q-dealer-info .q-dealer-distance-and-type .q-dealer-distance {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            position: relative;
            font-size: .75rem;
            line-height: 1.25rem;
            font-weight: 700;
            padding: .3125rem 1.5625rem
        }

            .q-dealer-locator .dealer-locator-widget .dealer-search-list .q-dealer-info .q-dealer-distance-and-type .q-dealer-distance::before {
                content: "";
                position: absolute;
                background-image: url(global/resources/img/069_Place_On_Map.svg);
                background-repeat: no-repeat;
                background-size: contain;
                height: 1.5625rem;
                width: 1.5625rem;
                left: -.3125rem;
                top: .1875rem;
                opacity: 80%
            }

@media print,only screen and (min-width:48rem) {
    .q-dealer-locator .dealer-locator-widget .dealer-search-list .q-dealer-info .q-dealer-distance-and-type .q-dealer-distance {
        font-size: .875rem;
        line-height: 1.3125rem
    }
}

.q-dealer-locator .dealer-locator-widget .dealer-search-list .q-dealer-info .q-dealer-distance-and-type .q-dealer-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: .75rem;
    line-height: 1.5rem;
    color: #787b80;
    padding: .3125rem 0
}

@media print,only screen and (min-width:48rem) {
    .q-dealer-locator .dealer-locator-widget .dealer-search-list .q-dealer-info .q-dealer-distance-and-type .q-dealer-type {
        font-size: .875rem
    }
}

.q-dealer-locator .dealer-locator-widget .dealer-search-list .q-dealer-info > p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: .75rem;
    line-height: 1.25rem
}

@media print,only screen and (min-width:62rem) {
    .q-dealer-locator .dealer-locator-widget .dealer-search-list .q-dealer-info > p {
        font-size: .875rem;
        line-height: 1.5rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .q-dealer-locator .dealer-locator-widget .q-separator {
        display: block
    }
}

.q-dealer-locator .dealer-locator-widget .nearby-dealers {
    margin: 1.25rem 0;
    padding: 0 2rem
}

.q-dealer-locator .dealer-locator-widget .all-dealers-button {
    margin-right: 2rem;
    margin-left: 2rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-locator .map-position {
        height: 23.75rem;
        position: relative;
        padding: 0
    }

        .q-dealer-locator .map-position .dealer-map {
            margin-top: 0
        }

        .q-dealer-locator .map-position:not(.sticky-child) {
            position: relative;
            padding: 0
        }

    .q-dealer-locator .q-contact {
        background-color: transparent
    }

    .q-dealer-locator .hide-large-up {
        display: none
    }

    .q-dealer-locator .dealer-section-padding {
        padding-top: .9375rem
    }

    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row {
        padding: 1.875rem 0 3.125rem 0
    }

    .q-dealer-locator .dealer-search-list .q-dealer-list .q-contact-buttons {
        padding: 0 2rem 1.875rem 2rem
    }
}

.q-dealer-details {
    padding: 0 2.1875rem;
    background-color: #fff;
    font-size: .875rem;
    color: #3b3938
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details {
        background-color: #f7f7f7
    }
}

.q-dealer-details .modal-details-container-row {
    height: calc(100% - 14.375rem);
    padding-left: .9375rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details .modal-details-container-row {
        padding-left: 0
    }
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details {
        padding: 0 2rem
    }
}

.q-dealer-details .q-separator hr {
    background-color: #adaeb2;
    margin: 1.25rem .9375rem
}

.q-dealer-details .q-dealer-distance {
    font-size: .875rem;
    padding: .3125rem 1.5625rem;
    position: relative;
    font-weight: 700
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details .q-dealer-distance {
        font-size: .75rem;
        line-height: 1.25rem
    }
}

.q-dealer-details .q-dealer-distance::before {
    content: "";
    position: absolute;
    background-image: url(global/resources/img/069_Place_On_Map.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.5625rem;
    width: 1.5625rem;
    left: -.3125rem;
    top: .1875rem;
    opacity: 80%
}

.q-dealer-details .header {
    font-size: 1.25rem;
    color: #000
}

.q-dealer-details.reveal-modal {
    overflow-y: hidden;
    max-width: 85rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details.reveal-modal {
        overflow-y: auto;
        padding: 0
    }
}

.q-dealer-details.reveal-modal .columns {
    padding: 0 1rem 0 0
}

.q-dealer-details.reveal-modal .q-modal-header {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-top: 3.125rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details.reveal-modal .q-modal-header {
        margin: 1.25rem 0
    }
}

.q-dealer-details.reveal-modal .q-modal-header .back-to-results {
    color: #787b80;
    font-size: 1.3125rem;
    position: absolute;
    left: 1.25rem;
    top: .9375rem
}

    .q-dealer-details.reveal-modal .q-modal-header .back-to-results i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 1.25rem;
        position: relative
    }

@media print,only screen and (min-width:48rem) {
    .q-dealer-details.reveal-modal .q-modal-header .back-to-results {
        display: none
    }
}

.q-dealer-details.reveal-modal .q-modal-header .close-reveal-modal.stat-button-close {
    color: #787b80;
    right: -1rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details.reveal-modal .q-modal-header .close-reveal-modal.stat-button-close {
        top: -.9375rem
    }
}

.q-dealer-details.reveal-modal .q-modal-header .q-modal-title {
    font-size: 2.5rem;
    line-height: 3.375rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
    max-width: 100%
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details.reveal-modal .q-modal-header .q-modal-title {
        font-size: .9375rem;
        line-height: 1.25rem;
        font-weight: 400;
        color: #00a3e0;
        text-align: center;
        padding: 0 1.5625rem
    }
}

.q-dealer-details .action-buttons .q-contact {
    padding: 0;
    width: 48%
}

    .q-dealer-details .action-buttons .q-contact a {
        font-weight: 700;
        text-decoration: none
    }

        .q-dealer-details .action-buttons .q-contact a .q-label {
            color: #787b80;
            font-size: .625rem;
            line-height: .875rem;
            text-align: center
        }

    .q-dealer-details .action-buttons .q-contact .q-contact-url {
        background-color: transparent;
        border: 1px solid #787b80
    }

        .q-dealer-details .action-buttons .q-contact .q-contact-url:hover .q-label {
            color: #fff
        }

.q-dealer-details .action-buttons .row {
    margin: 0 -1.5rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details .action-buttons .row {
        margin: 0
    }
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details .action-buttons .row .q-contact {
        margin: 0
    }
}

.q-dealer-details .action-buttons .row .q-contact span {
    text-align: center
}

.q-dealer-details .service-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: .625rem
}

    .q-dealer-details .service-list ul li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        font-size: .875rem;
        line-height: 1.5rem;
        color: #787b80;
        padding-right: .9375rem
    }

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details .service-list ul li {
        font-size: .75rem;
        line-height: 1.25rem
    }
}

.q-dealer-details .general-open-hours {
    margin: .625rem 0 1.875rem 0;
    color: #787b80
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details .general-open-hours {
        font-size: .75rem;
        line-height: 1.25rem
    }
}

.q-dealer-details .icon-close {
    margin: 2rem 2rem 0 0
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details .icon-close {
        margin: 2rem 2rem 0 0
    }
}

.q-dealer-details .q-modal-header .q-modal-subtitle {
    margin: 1.25rem 0 .9375rem 0
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details .q-modal-subtitle {
        margin: 0 1.25rem .625rem 1.25rem
    }
}

.q-dealer-details .q-modal-subtitle span {
    color: #00a3e0;
    font-size: .875rem;
    font-weight: 400
}

.q-dealer-details .icon-arrow-left, .q-dealer-details .icon-arrow-right {
    font-size: 1.625rem;
    font-weight: 400;
    color: #a19a99;
    text-decoration: none
}

    .q-dealer-details .icon-arrow-right::before {
        content: ""
    }

    .q-dealer-details .icon-arrow-left::before {
        content: ""
    }

.q-dealer-details .q-modal-container {
    min-height: auto;
    height: 100%;
    margin: 0;
    padding: 0
}

    .q-dealer-details .q-modal-container .h5, .q-dealer-details .q-modal-container h5 {
        font-size: .9375rem;
        line-height: 1.25rem;
        color: #000
    }

    .q-dealer-details .q-modal-container .q-dealer-distance {
        font-weight: 700
    }

    .q-dealer-details .q-modal-container .header {
        font-size: 1.25rem;
        font-weight: 700
    }

    .q-dealer-details .q-modal-container .dealer-type {
        font-size: .875rem;
        line-height: 1.5rem;
        color: #787b80;
        margin: .625rem 0 .9375rem 0
    }

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details .q-modal-container .dealer-type {
        font-size: .75rem;
        line-height: 1.25rem
    }
}

.q-dealer-details .q-modal-container .address-info {
    font-size: .875rem
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details .q-modal-container .address-info {
        font-size: .75rem;
        line-height: 1.25rem
    }
}

.q-dealer-details .q-modal-container .address-info .phone {
    color: #787b80
}

.q-dealer-details .modal-map-container {
    height: 100%;
    padding-left: 0
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details .modal-map-container {
        height: 12.5rem;
        padding-right: 0
    }
}

.q-dealer-details .modal-map-container .q-map {
    height: 100%
}

    .q-dealer-details .modal-map-container .q-map .dealer-map {
        height: 100%;
        width: auto
    }

.q-dealer-details .modal-details-container {
    background-color: #f7f7f7;
    height: 100%;
    overflow-y: auto;
    padding: 0
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details .modal-details-container {
        margin-top: 1.875rem
    }
}

.q-dealer-details .modal-details-container > .row {
    margin: 0 .75rem
}

.q-dealer-details .modal-details-container .active-link:hover {
    color: #00a3e0
}

.q-dealer-details .modal-details-container .driving-directions-link {
    color: #00a3e0;
    margin: .9375rem 0 .3125rem 0;
    display: block;
    text-decoration: none
}

@media print,only screen and (max-width:61.9375rem) {
    .q-dealer-details .modal-details-container .driving-directions-link {
        font-size: .75rem;
        line-height: 1rem
    }
}

.q-dealer-details .modal-details-container .driving-directions-link span {
    color: #00a3e0
}

    .q-dealer-details .modal-details-container .driving-directions-link span::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit
    }

@media print,only screen and (max-width:61.9375rem) {
    .small-hide {
        display: none
    }
}

@media print,only screen and (min-width:62rem) {
    .hide-large-up {
        display: none
    }
}

#cccu-widget .cccu-button.ap.button-step-2-ap, #cccu-widget .radio-column .radio-container .cccu-button.ap.button-step-4-ap {
    width: 100%;
    height: auto;
    padding: .625rem .75rem;
    border: 1px solid #787b80;
    background-color: transparent;
    font-size: .875rem;
    line-height: 1.4375rem;
    text-transform: none;
    text-align: center
}

@media print,only screen and (min-width:62rem) {
    #cccu-widget .cccu-button.ap.button-step-2-ap, #cccu-widget .radio-column .radio-container .cccu-button.ap.button-step-4-ap {
        margin-bottom: 0
    }
}

#cccu-widget .cccu-button.ap.button-step-2-ap:focus:not(.disabled-ap), #cccu-widget .cccu-button.ap.button-step-2-ap:hover:not(.disabled-ap), #cccu-widget .radio-column .radio-container .cccu-button.ap.button-step-4-ap:focus:not(.disabled-ap), #cccu-widget .radio-column .radio-container .cccu-button.ap.button-step-4-ap:hover:not(.disabled-ap), #cccu-widget .radio-column .radio-container .selected.cccu-button.ap.button-step-4-ap, #cccu-widget .selected.cccu-button.ap.button-step-2-ap {
    border: 1px solid #00a3e0;
    background-color: transparent;
    color: #00a3e0
}

#cccu-widget p {
    margin-bottom: 1.25rem
}

#cccu-widget input {
    height: 2.8125rem;
    padding: .8125rem 1.25rem;
    border-color: #787b80;
    background-color: #fff;
    font-size: .875rem;
    line-height: 1.1875rem
}

#cccu-widget .container-fluid {
    position: static;
    max-width: 85.9375rem;
    padding-right: 2rem;
    padding-left: 2rem
}

#cccu-widget .row {
    width: auto;
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .row {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

@media only screen and (min-width:74rem) {
    #cccu-widget .row {
        margin-right: -1.09375rem;
        margin-left: -1.09375rem
    }
}

#cccu-widget [class*=col-] {
    padding-right: .9375rem;
    padding-left: .9375rem
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget [class*=col-] {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media only screen and (min-width:74rem) {
    #cccu-widget [class*=col-] {
        padding-right: 1.09375rem;
        padding-left: 1.09375rem
    }
}

#cccu-widget .cccu-button.ap:not(.btn-close-widget):not(.button-step-2-ap) {
    height: 2.8125rem;
    padding: .6875rem 1.375rem;
    line-height: 1;
    text-align: center
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .cccu-button.ap:not(.btn-close-widget):not(.button-step-2-ap) {
        width: auto
    }
}

#cccu-widget .cccu-button.ap:not(.btn-close-widget):not(.button-step-2-ap):disabled:not(.selected) {
    opacity: .45;
    background-color: #00a3e0;
    color: rgba(255,255,255,.45)
}

#cccu-widget .btn-close-widget {
    right: 1.375rem
}

#cccu-widget .main-menu {
    margin-right: auto;
    margin-left: auto
}

    #cccu-widget .main-menu .cccu-navtop {
        margin-bottom: 2.25rem;
        padding-top: 3.75rem;
        color: inherit
    }

@media print,only screen and (min-width:48rem) {
    #cccu-widget .main-menu .cccu-navtop {
        margin-bottom: 3.125rem;
        padding-top: 2rem
    }
}

@media print,only screen and (max-width:61.9375rem) {
    #cccu-widget .main-menu .cccu-navtop {
        border: 0
    }
}

#cccu-widget .main-menu .cccu-navtop .menu-step {
    opacity: 1;
    margin: 0 .625rem
}

    #cccu-widget .main-menu .cccu-navtop .menu-step .menu-text.ap {
        margin: 0 0 1.25rem;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: .625rem;
        font-weight: 400;
        line-height: .875rem;
        color: #000
    }

    #cccu-widget .main-menu .cccu-navtop .menu-step .icon {
        font-size: 2.5rem
    }

    #cccu-widget .main-menu .cccu-navtop .menu-step.active .menu-text.ap {
        font-weight: 700
    }

#cccu-widget .cccu-step-title.ap {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.875rem;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 700;
    text-transform: uppercase
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .cccu-step-title.ap {
        margin-bottom: 3.125rem;
        font-size: 1.875rem;
        line-height: 2.5rem
    }
}

#cccu-widget .cccu-step-title.ap sup {
    font-size: .9375rem
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .cccu-step-title.ap sup {
        font-size: 1.25rem
    }
}

#cccu-widget .cccu-label.ap {
    margin-top: 0;
    margin-bottom: .9375rem;
    padding: 0;
    line-height: .875rem;
    color: #787b80 !important;
    vertical-align: middle
}

    #cccu-widget .cccu-label.ap.label-step-4-ap {
        font-family: Peugeot,sans-serif
    }

#cccu-widget .cccu-radio {
    margin: 2.5rem 0
}

@media print,only screen and (min-width:62rem) {
    #cccu-widget .cccu-radio {
        margin: 1.25rem 0
    }
}

#cccu-widget .cccu-radio:first-child {
    margin-top: 0
}

#cccu-widget .cccu-radio:last-child {
    margin-bottom: 0
}

#cccu-widget .cccu-radio .radio-container {
    margin-bottom: 1.25rem
}

#cccu-widget .cccu-radio .cccu-button.selected {
    border-width: 1px !important
}

#cccu-widget .radio-line .radio-container, #cccu-widget .radio-line .radio-label {
    padding: 0
}

@media print,only screen and (min-width:62rem) {
    #cccu-widget .radio-line .radio-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: .75rem
    }
}

#cccu-widget .radio-line .radio-label .cccu-label {
    margin-bottom: 1.25rem
}

@media print,only screen and (min-width:62rem) {
    #cccu-widget .radio-line .radio-label .cccu-label {
        margin-bottom: 0
    }
}

@media print,only screen and (min-width:62rem) {
    #cccu-widget .radio-line .radio-container {
        margin-bottom: 0
    }
}

@media print,only screen and (min-width:62rem) {
    #cccu-widget .radio-line .radio-container + .radio-container {
        padding-left: 1.25rem
    }
}

@media only screen and (min-width:74rem) {
    #cccu-widget .radio-line .radio-container + .radio-container {
        padding-left: 2.1875rem
    }
}

#cccu-widget .radio-line .radio-container:last-child {
    margin-bottom: 0
}

#cccu-widget .radio-column .radio-container .cccu-button.ap.button-step-4-ap {
    margin-bottom: 0
}

#cccu-widget .radio-column .radio-container:last-child {
    margin-bottom: 0
}

#cccu-widget .radio-column .cccu-radio {
    margin: 0
}

    #cccu-widget .radio-column .cccu-radio + .cccu-radio {
        margin-top: 2.5rem
    }

@media print,only screen and (min-width:62rem) {
    #cccu-widget .radio-column .cccu-radio + .cccu-radio {
        margin-top: 0
    }
}

#cccu-widget .info-btn.ap .icon-arrow-ap {
    position: absolute;
    top: 100%;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

    #cccu-widget .info-btn.ap .icon-arrow-ap.last-arrow-ap {
        top: 100%;
        margin-top: 0
    }

#cccu-widget .info-btn-text {
    width: auto;
    top: calc(100% - .3125rem);
    margin: 0 .9375rem;
    padding: .625rem
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .info-btn-text {
        top: calc(100% - -.625rem)
    }
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    #cccu-widget .annotation-step1, #cccu-widget .step1-label {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

#cccu-widget .cccu-step-average-consumption, #cccu-widget .cccu-step-usage-consumption {
    margin-bottom: 0;
    padding-bottom: 2.5rem
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .cccu-step-average-consumption, #cccu-widget .cccu-step-usage-consumption {
        padding-bottom: 3.125rem
    }
}

#cccu-widget .cccu-step-average-consumption .cccu-step-title.ap {
    margin-top: -1.8125rem;
    margin-bottom: 2.5rem
}

#cccu-widget .cccu-step-usage-consumption .result-car {
    margin-bottom: 2.5rem
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .cccu-step-usage-consumption .result-car {
        margin-bottom: 2.5rem;
        padding: 1.5625rem;
        border: 1px solid #cac6c5 !important
    }
}

#cccu-widget .form-vehicule > .row {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .form-vehicule > .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important
    }
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .form-vehicule > .row:first-child {
        margin-top: 0 !important
    }
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .form-vehicule > .row:last-child {
        margin-bottom: 0 !important
    }
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .form-vehicule .cccu-button.ap {
        width: 100% !important
    }
}

#cccu-widget .form-vehicule .cccu-label.ap {
    color: #787b80 !important
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .form-vehicule .cccu-label.ap {
        margin-bottom: 0
    }
}

#cccu-widget .form-vehicule .cccu-custom-select {
    margin-bottom: 0
}

    #cccu-widget .form-vehicule .cccu-custom-select .cccu-select.ap {
        height: 2.8125rem;
        padding: .8125rem 1.25rem;
        border-color: #787b80;
        background-color: #fff;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-size: .875rem;
        line-height: 1.1875rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        #cccu-widget .form-vehicule .cccu-custom-select .cccu-select.ap:disabled {
            opacity: 1;
            border-color: #adaeb2;
            color: #adaeb2
        }

        #cccu-widget .form-vehicule .cccu-custom-select .cccu-select.ap:before {
            color: #00a3e0
        }

    #cccu-widget .form-vehicule .cccu-custom-select.disabled-ap:before {
        color: rgba(0,163,224,.45)
    }

#cccu-widget .form-vehicule .slider-control-centerleft, #cccu-widget .form-vehicule .slider-control-centerright {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

    #cccu-widget .form-vehicule .slider-control-centerleft .cccu-button, #cccu-widget .form-vehicule .slider-control-centerright .cccu-button {
        margin: 0;
        padding: 0 !important;
        color: #787b80
    }

        #cccu-widget .form-vehicule .slider-control-centerleft .cccu-button:focus, #cccu-widget .form-vehicule .slider-control-centerleft .cccu-button:hover, #cccu-widget .form-vehicule .slider-control-centerright .cccu-button:focus, #cccu-widget .form-vehicule .slider-control-centerright .cccu-button:hover {
            color: #00a3e0
        }

        #cccu-widget .form-vehicule .slider-control-centerleft .cccu-button::before {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit;
            margin: 0;
            font-size: 1.5rem
        }

        #cccu-widget .form-vehicule .slider-control-centerright .cccu-button::before {
            content: "";
            font-family: icons-peugeot;
            font-size: 1rem;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            position: relative;
            speak: none;
            text-transform: none;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            text-align: inherit;
            margin: 0;
            font-size: 1.5rem
        }

#cccu-widget .cccu-consumption-result .block.ap {
    margin-right: -2rem;
    margin-left: -2rem;
    padding: 1.875rem 2rem
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .cccu-consumption-result .block.ap {
        margin-right: 0;
        margin-left: 0;
        padding: 1.25rem 2.1875rem
    }
}

#cccu-widget .cccu-consumption-result .block.ap:last-child {
    margin-bottom: 0
}

#cccu-widget .cccu-consumption-result .block.ap .h4, #cccu-widget .cccu-consumption-result .block.ap .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, #cccu-widget .cccu-consumption-result .block.ap h4, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container #cccu-widget .cccu-consumption-result .block.ap .q-title {
    margin-bottom: 1.25rem;
    font-size: .75rem;
    line-height: 1.25rem;
    color: #787b80
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .cccu-consumption-result .block.ap .h4, #cccu-widget .cccu-consumption-result .block.ap .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .q-title, #cccu-widget .cccu-consumption-result .block.ap h4, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container #cccu-widget .cccu-consumption-result .block.ap .q-title {
        font-size: .875rem;
        line-height: 1.5rem
    }
}

#cccu-widget .cccu-consumption-result .block.ap .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .use.q-title, #cccu-widget .cccu-consumption-result .block.ap .use.h4, #cccu-widget .cccu-consumption-result .block.ap h4.use, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container #cccu-widget .cccu-consumption-result .block.ap .use.q-title {
    margin-bottom: .75rem;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 700;
    font-size: .9375rem;
    line-height: 1.5625rem;
    text-transform: uppercase;
    color: #000
}

    #cccu-widget .cccu-consumption-result .block.ap .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container .use.q-title sup, #cccu-widget .cccu-consumption-result .block.ap .use.h4 sup, #cccu-widget .cccu-consumption-result .block.ap h4.use sup, .q-multimedia-teaser.q-teaser-expander.q-mod-multimedia-teaser .columns .q-teaser-content-container .q-title-container #cccu-widget .cccu-consumption-result .block.ap .use.q-title sup {
        font-size: .6875rem
    }

#cccu-widget .cccu-consumption-result .block.ap p:not(.consumption-result):not(.consumption-unit-result) {
    font-size: .875rem;
    line-height: 1.5rem
}

    #cccu-widget .cccu-consumption-result .block.ap p:not(.consumption-result):not(.consumption-unit-result) sup {
        font-size: .6875rem
    }

#cccu-widget .cccu-consumption-result .block.ap p.consumption-result {
    font-size: 2.1875rem;
    line-height: 1.875rem;
    text-transform: uppercase
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .cccu-consumption-result .block.ap p.consumption-result {
        font-size: 1.5625rem;
        line-height: 2.1875rem
    }
}

#cccu-widget .cccu-consumption-result .block.ap p.consumption-temp-result:last-child {
    margin-bottom: 0
}

#cccu-widget .cccu-consumption-result .block.ap .consumption-unit-result.ap {
    font-size: .75rem;
    line-height: 1.25rem
}

    #cccu-widget .cccu-consumption-result .block.ap .consumption-unit-result.ap.nox {
        margin-bottom: 0
    }

    #cccu-widget .cccu-consumption-result .block.ap .consumption-unit-result.ap .sup {
        font-size: .5rem
    }

#cccu-widget .cccu-consumption-result hr {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-color: #787b80
}

#cccu-widget .result-car {
    margin-bottom: 2.5rem;
    padding: 0
}

@media only screen and (max-width:47.9375rem) {
    #cccu-widget .result-car {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

#cccu-widget .result-car .result-card {
    margin: 0;
    padding: 0;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.5625rem;
    text-transform: uppercase
}

#cccu-widget .result-car .image-car {
    margin-bottom: 1.5rem
}

#cccu-widget .result-car a.ap {
    font-weight: 400;
    font-size: .75rem;
    line-height: 1rem;
    text-decoration: none;
    text-transform: none;
    color: #00a3e0
}

    #cccu-widget .result-car a.ap::after {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        margin-left: .4375rem
    }

    #cccu-widget .result-car a.ap:active, #cccu-widget .result-car a.ap:focus, #cccu-widget .result-car a.ap:hover, #cccu-widget .result-car a.ap:visited {
        color: #000
    }

#cccu-widget .result-car .car-motor {
    margin-bottom: 1.25rem
}

#cccu-widget .annotation-container .annotation.ap {
    margin-top: 1.25rem;
    font-size: .75rem;
    line-height: 1.25rem
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .annotation-container .annotation.ap {
        margin-top: 1.875rem;
        font-size: .875rem;
        line-height: 1.5rem
    }
}

#cccu-widget .annotation-container .annotation.ap:first-child {
    margin-top: 2.5rem
}

#cccu-widget .steps-container {
    margin: 2.5rem 0
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .steps-container {
        margin-top: 0
    }
}

#cccu-widget .steps-container .cccu-navtop {
    margin: 0
}

    #cccu-widget .steps-container .cccu-navtop .step.ap {
        font-size: .9375rem;
        line-height: 1.625rem;
        text-align: center;
        color: #000
    }

        #cccu-widget .steps-container .cccu-navtop .step.ap:last-child {
            padding-right: 0
        }

        #cccu-widget .steps-container .cccu-navtop .step.ap .step-number {
            display: block;
            width: 2.25rem;
            height: 2.25rem;
            margin: 0 auto .9375rem;
            padding: 0;
            border-color: #ececee;
            background-color: #fff;
            font-size: .875rem;
            line-height: 2.25rem;
            color: #787b80
        }

    #cccu-widget .steps-container .cccu-navtop .active.ap {
        color: #00a3e0
    }

        #cccu-widget .steps-container .cccu-navtop .active.ap .step-number {
            background: #00a3e0;
            color: #fff
        }

#cccu-widget .steps-container .step-mobile .step-name, #cccu-widget .steps-container .step-mobile .step-number {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-size: .9375rem;
    line-height: 1.25rem;
    text-transform: uppercase
}

#cccu-widget .steps-container .step-mobile .step-number {
    font-weight: 700;
    color: #000
}

#cccu-widget .steps-container .step-mobile .step-name {
    margin: .9375rem 0 0;
    font-weight: 800;
    color: #00a3e0
}

#cccu-widget .container-form-step2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: none;
    padding: 1.875rem 2rem !important
}

@media only screen and (max-width:47.9375rem) {
    #cccu-widget .container-form-step2 {
        max-width: none !important;
        margin: 0 -1.0625rem 0 !important
    }
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .container-form-step2 {
        margin: 0 .625rem 0;
        padding: 2.5rem 2.1875rem !important
    }
}

@media print,only screen and (min-width:62rem) {
    #cccu-widget .container-form-step2 {
        margin: 0 1.09375rem 0
    }
}

#cccu-widget .container-form-step2 input.ap {
    height: 2.8125rem
}

#cccu-widget .container-form-step2 .annotation-container {
    max-width: none
}

    #cccu-widget .container-form-step2 .annotation-container.content-result {
        padding: 0
    }

#cccu-widget .cccu-step-instruction.ap {
    margin-top: 0 !important;
    margin-bottom: 2.5rem !important;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 700;
    font-size: .9375rem;
    line-height: 1.5625rem;
    text-transform: uppercase;
    color: #000
}

@media only screen and (min-width:74rem) {
    #cccu-widget .cccu-step-instruction.ap {
        width: 75%;
        margin-right: auto;
        margin-left: auto
    }
}

#cccu-widget .container-actions {
    position: static;
    z-index: auto;
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 0
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .container-actions {
        padding-top: 3.125rem
    }
}

#cccu-widget .container-actions .row {
    margin-right: 0;
    margin-left: 0
}

#cccu-widget .container-actions .btn-actions-container {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0;
    min-width: auto !important;
    margin-left: 0 !important;
    max-width: 37.5rem !important
}

@media only screen and (max-width:47.9375rem) {
    #cccu-widget .container-actions .btn-actions-container {
        max-width: none !important
    }
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .container-actions .btn-actions-container {
        -ms-flex-preferred-size: 0;
        flex-basis: 0
    }
}

#cccu-widget .container-actions .btn-actions-container + .btn-actions-container {
    margin-top: 1.875rem
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .container-actions .btn-actions-container + .btn-actions-container {
        margin-top: 0
    }
}

#cccu-widget .container-actions .btn-actions-container:last-child {
    padding: 0
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .container-actions .btn-actions-container:last-child {
        text-align: right
    }
}

#cccu-widget .container-actions .cccu-button.ap.btn-previous {
    border: 1px solid #787b80;
    background-color: transparent;
    color: #787b80
}

    #cccu-widget .container-actions .cccu-button.ap.btn-previous:active:not(.disabled-ap), #cccu-widget .container-actions .cccu-button.ap.btn-previous:focus:not(.disabled-ap), #cccu-widget .container-actions .cccu-button.ap.btn-previous:hover:not(.disabled-ap) {
        border: none;
        background-color: #00a3e0;
        color: #fff
    }

#cccu-widget .cccu-incremental-input.ap {
    margin-bottom: 2.5rem
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .cccu-incremental-input.ap {
        width: 100%;
        margin-bottom: 0
    }
}

#cccu-widget .cccu-incremental-input.ap .input-increment {
    height: 2.8125rem;
    margin: 0 .125rem;
    padding: .8125rem 1.25rem;
    border-color: #787b80;
    font-size: .875rem;
    line-height: 1.1875rem
}

#cccu-widget .cccu-incremental-input.ap .cccu-button.ap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.8125rem;
    padding: 0;
    border: 1px solid #00a3e0;
    background-color: transparent;
    font-size: 0;
    color: #00a3e0
}

    #cccu-widget .cccu-incremental-input.ap .cccu-button.ap:focus:not(.disabled-ap), #cccu-widget .cccu-incremental-input.ap .cccu-button.ap:hover:not(.disabled-ap) {
        border-color: 0;
        background-color: #00a3e0;
        color: #fff
    }

    #cccu-widget .cccu-incremental-input.ap .cccu-button.ap:disabled:not(.selected) {
        opacity: 1;
        border-color: #787b80;
        background-color: transparent;
        color: #787b80
    }

    #cccu-widget .cccu-incremental-input.ap .cccu-button.ap:nth-of-type(1)::before {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        font-size: 2.5rem
    }

    #cccu-widget .cccu-incremental-input.ap .cccu-button.ap:nth-of-type(2)::before {
        content: "";
        font-family: icons-peugeot;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: relative;
        speak: none;
        text-transform: none;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-align: inherit;
        font-size: 2.5rem
    }

#cccu-widget .distance-container .label-height {
    height: auto
}

#cccu-widget .distance-container > .row [class*=col-]:last-child .cccu-incremental-input {
    margin-bottom: 0
}

#cccu-widget .icon-container {
    margin-top: 0;
    margin-bottom: 1.25rem
}

    #cccu-widget .icon-container svg {
        fill: #00a3e0
    }

@media only screen and (max-width:47.9375rem) {
    #cccu-widget .content-result.ap {
        max-width: none;
        padding: 0
    }
}

#cccu-widget .content-result.ap .h6, #cccu-widget .content-result.ap h6 {
    margin-bottom: 1.25rem;
    line-height: 1.25rem;
    color: #787b80
}

#cccu-widget .content-result.ap .result-text {
    font-size: 2.1875rem;
    line-height: 1.875rem;
    text-transform: uppercase
}

@media print,only screen and (min-width:48rem) {
    #cccu-widget .content-result.ap .result-text {
        font-size: 1.5625rem;
        line-height: 2.1875rem
    }
}

.q-offer-item {
    border-top: 0
}

    .q-offer-item .q-offer-inner {
        padding: 0
    }

        .q-offer-item .q-offer-inner .q-offer-container {
            padding: 2.1875rem 1.25rem 3.75rem 1.25rem
        }

            .q-offer-item .q-offer-inner .q-offer-container .q-title .q-headline {
                font-size: 1.25rem;
                line-height: 2.1875rem;
                font-weight: 800
            }

            .q-offer-item .q-offer-inner .q-offer-container .q-price-container {
                font-size: 1.25rem;
                font-weight: 700;
                line-height: 2.1875rem;
                margin-top: .75rem;
                color: #000
            }

            .q-offer-item .q-offer-inner .q-offer-container .q-offer-content p {
                font-size: .875rem;
                line-height: 1.5rem
            }

            .q-offer-item .q-offer-inner .q-offer-container .q-offer-content .q-button-container {
                display: inline-block
            }

                .q-offer-item .q-offer-inner .q-offer-container .q-offer-content .q-button-container .q-button {
                    display: table;
                    text-align: center
                }

                    .q-offer-item .q-offer-inner .q-offer-container .q-offer-content .q-button-container .q-button:not(.link) {
                        padding: 1rem 1.8125rem;
                        width: 100%
                    }

            .q-offer-item .q-offer-inner .q-offer-container.cash .q-price-container {
                font-weight: 400;
                font-size: .875rem;
                line-height: 1.5rem;
                color: #787b80
            }

                .q-offer-item .q-offer-inner .q-offer-container.cash .q-price-container .q-value {
                    font-weight: 700
                }

                    .q-offer-item .q-offer-inner .q-offer-container.cash .q-price-container .q-value > span {
                        font-weight: 400
                    }

            .q-offer-item .q-offer-inner .q-offer-container.monthly .q-price-container {
                font-size: 1rem;
                color: #787b80
            }

                .q-offer-item .q-offer-inner .q-offer-container.monthly .q-price-container .q-tooltip-container {
                    display: inline-block
                }

@media print,only screen and (min-width:48rem) {
    .q-offer-item:not(.q-align-center) .q-offer-inner .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .q-offer-item:not(.q-align-center) .q-offer-inner .row .columns {
            width: 50%
        }

    .q-offer-item:not(.q-align-center) .q-media {
        margin: 0
    }

    .q-offer-item .q-offer-inner .q-offer-container {
        padding: 0 2.5rem
    }

        .q-offer-item .q-offer-inner .q-offer-container .q-title .q-headline {
            font-size: 1.5625rem;
            line-height: 2.1875rem
        }
}

@media only screen and (min-width:74rem) {
    .q-offer-item .q-offer-inner .q-offer-container {
        padding-left: 5.625rem
    }

        .q-offer-item .q-offer-inner .q-offer-container .q-offer-content p {
            padding-bottom: 0
        }

        .q-offer-item .q-offer-inner .q-offer-container .q-offer-content .q-button-container .q-button {
            padding-left: 7%;
            padding-right: 7%
        }
}

.offer_item--vertical .q-offer-item.q-mod-offer-item {
    padding: 0 0 2.5rem
}

    .offer_item--vertical .q-offer-item.q-mod-offer-item .q-offer-inner .q-media {
        margin-bottom: 2.5rem
    }

    .offer_item--vertical .q-offer-item.q-mod-offer-item .q-offer-inner .q-title .q-headline {
        font-weight: 700
    }

    .offer_item--vertical .q-offer-item.q-mod-offer-item .q-offer-inner .q-title .q-price-container {
        margin: .625rem 0 1.25rem;
        font-size: .875rem;
        line-height: 1.5rem;
        color: #787b80
    }

        .offer_item--vertical .q-offer-item.q-mod-offer-item .q-offer-inner .q-title .q-price-container .q-price, .offer_item--vertical .q-offer-item.q-mod-offer-item .q-offer-inner .q-title .q-price-container .q-price-net {
            padding: 0
        }

            .offer_item--vertical .q-offer-item.q-mod-offer-item .q-offer-inner .q-title .q-price-container .q-price .q-from, .offer_item--vertical .q-offer-item.q-mod-offer-item .q-offer-inner .q-title .q-price-container .q-price-net .q-from {
                display: block;
                font-weight: 400
            }

            .offer_item--vertical .q-offer-item.q-mod-offer-item .q-offer-inner .q-title .q-price-container .q-price .q-value, .offer_item--vertical .q-offer-item.q-mod-offer-item .q-offer-inner .q-title .q-price-container .q-price-net .q-value {
                font-weight: 700
            }

            .offer_item--vertical .q-offer-item.q-mod-offer-item .q-offer-inner .q-title .q-price-container .q-price .q-value-disclaimer, .offer_item--vertical .q-offer-item.q-mod-offer-item .q-offer-inner .q-title .q-price-container .q-price-net .q-value-disclaimer {
                font-weight: 400
            }

    .offer_item--vertical .q-offer-item.q-mod-offer-item .q-offer-inner .q-offer-content :not(.q-button-container) {
        font-size: .875rem;
        line-height: 1.5rem
    }

    .offer_item--vertical .q-offer-item.q-mod-offer-item .q-offer-inner .q-offer-content .q-button-container > * {
        margin-top: 0
    }

    .offer_item--vertical .q-offer-item.q-mod-offer-item .q-offer-inner .q-offer-content .q-button-container > :not(:last-child) {
        margin-bottom: 1.25rem
    }

@media only screen and (min-width:74rem) {
    .offer_item--vertical .q-offer-item.q-mod-offer-item .q-offer-inner .q-offer-container {
        padding-left: 2.5rem
    }
}

.q-software-update {
    background: #fff;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

    .q-software-update input.vin-no {
        border: 1px solid #c5c5c5;
        width: 26.5rem;
        margin-top: 2.5rem;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto
    }

    .q-software-update .width-auto {
        width: 30%;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        margin-left: auto;
        margin-right: auto
    }

    .q-software-update .h2, .q-software-update h2 {
        font-size: 1.5625rem
    }

        .q-software-update .heading.h2, .q-software-update h2.heading {
            margin: auto;
            width: 50%;
            padding-bottom: 1.25rem
        }

    .q-software-update .container-wrap {
        max-width: 73.125rem;
        margin: 0 auto;
        padding: 2.5rem 0
    }

    .q-software-update .wrap .h6, .q-software-update .wrap h6 {
        font-size: .9375rem;
        padding: .9375rem 0
    }

        .q-software-update .wrap .h6 i, .q-software-update .wrap h6 i {
            color: #00a3e0;
            font-size: .875rem
        }

    .q-software-update .wrap p {
        font-size: .875rem;
        color: #3b3938;
        padding: 0 2.8125rem
    }

    .q-software-update .download-step-wrap {
        padding: 3.75rem 0
    }

        .q-software-update .download-step-wrap .download-step .icon {
            font-size: 2.5rem;
            color: #00a3e0;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex
        }

        .q-software-update .download-step-wrap .download-step p {
            margin: .9375rem 0;
            padding: 0 2.5rem
        }

        .q-software-update .download-step-wrap .download-step-cta {
            float: left;
            width: 100%;
            margin: 1.25rem 0
        }

    .q-software-update .os-wrap {
        background-color: #f7f7f7;
        padding: 1.5rem;
        max-width: 31.25rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto
    }

        .q-software-update .os-wrap img.os-logo {
            width: 3.75rem
        }

        .q-software-update .os-wrap p {
            margin-bottom: .625rem
        }

        .q-software-update .os-wrap span {
            display: inline-block;
            margin-left: 1.25rem
        }

        .q-software-update .os-wrap i {
            margin-left: .625rem;
            color: #4cc9f9
        }

    .q-software-update .software-update-text {
        padding: 1.875rem 0
    }

        .q-software-update .software-update-text p {
            font-size: .875rem;
            padding: 1rem 0;
            width: 45%;
            margin: 0 auto
        }

    .q-software-update .form-wrap {
        display: inline-block
    }

    .q-software-update form .error input {
        border: 2px solid #f98181 !important
    }

    .q-software-update [data-abide] span.error, .q-software-update span.error {
        position: relative;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
        background: 0 0;
        color: red;
        font-size: .875rem
    }

        .q-software-update [data-abide] span.error:after, .q-software-update span.error:after {
            content: "\00D7";
            position: absolute;
            right: .625rem;
            bottom: 1.875rem
        }

    .q-software-update .bg--white {
        background-color: #fff
    }

    .q-software-update .number-step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        font-weight: 700;
        color: #3b3938;
        font-size: .875rem;
        line-height: 1.0625rem;
        width: 2.75rem;
        height: 2.75rem;
        background-color: #fff;
        border: 1px solid #e4e2e2;
        text-align: center
    }

    .q-software-update .button {
        display: inline-block;
        font-size: .875rem;
        padding-left: 1.375rem;
        padding-right: 1.375rem;
        padding-top: .8125rem;
        padding-bottom: .875rem;
        text-transform: uppercase;
        letter-spacing: .5px
    }

        .q-software-update .button.button--cta {
            background-color: #00a3e0;
            color: #fff;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            max-width: 100%
        }

            .q-software-update .button.button--cta:hover {
                background-color: #3b3938
            }

            .q-software-update .button.button--cta:disabled {
                background-color: #e4e2e2;
                color: #a19a99
            }

            .q-software-update .button.button--cta.button--outline {
                background: 0 0;
                border: 1px solid #4cc9f9;
                color: #4cc9f9
            }

                .q-software-update .button.button--cta.button--outline:hover {
                    color: #fff;
                    background-color: #4cc9f9
                }

                .q-software-update .button.button--cta.button--outline:disabled {
                    color: #a19a99;
                    border: 1px solid #a19a99;
                    background-color: #e4e2e2
                }

        .q-software-update .button:focus {
            -webkit-box-shadow: 0 0 .625rem rgba(0,0,0,.6);
            box-shadow: 0 0 .625rem rgba(0,0,0,.6)
        }

    .q-software-update .cta-link {
        color: #00a3e0;
        text-decoration: none
    }

        .q-software-update .cta-link:hover {
            color: #00a3e0
        }

    .q-software-update .arrow {
        display: inline-block;
        position: relative;
        width: .5rem;
        height: .5rem;
        background: 0 0;
        text-indent: -9999px;
        border-top: .125rem solid #00a3e0;
        border-left: .125rem solid #00a3e0;
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        text-decoration: none;
        color: transparent;
        top: 0
    }

        .q-software-update .arrow:before {
            display: block;
            height: 200%;
            width: 200%;
            margin-left: -50%;
            margin-top: -50%;
            content: "";
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .q-software-update .arrow.next {
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            margin-left: .625rem;
            bottom: .4375rem
        }

    .q-software-update.reveal-modal {
        padding: 3.75rem 2.5rem
    }

        .q-software-update.reveal-modal .q-modal-content p {
            margin: 1.875rem 0 2.5rem 0
        }

        .q-software-update.reveal-modal .close-reveal-modal {
            color: #787b80;
            top: .625rem;
            right: .625rem
        }

.q-vehicle-grid .q-vehicle-block-grid .q-vehicle-block-item {
    color: #000
}

@media print,only screen and (min-width:48rem) {
    .q-vehicle-grid .q-vehicle-block-grid .q-vehicle-block-item {
        width: 25%
    }
}

.q-vehicle-grid .q-bodystyle-container {
    border: 0;
    background-color: transparent
}

    .q-vehicle-grid .q-bodystyle-container:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .q-vehicle-grid .q-bodystyle-container .q-label-container .q-title .q-label {
        font-size: .9375rem;
        line-height: 1.25rem;
        font-weight: 400;
        text-align: center
    }

.q-vehicle-grid .q-bodystyle-link {
    color: #000
}

    .q-vehicle-grid .q-bodystyle-link:focus, .q-vehicle-grid .q-bodystyle-link:hover {
        color: #00a3e0
    }

.q-vehicle-grid .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item {
    margin-bottom: .875rem
}

    .q-vehicle-grid .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-picture-container {
        width: 100%;
        height: auto
    }

        .q-vehicle-grid .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-picture-container img {
            width: auto;
            height: 5.625rem
        }

    .q-vehicle-grid .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-label-container {
        display: block;
        width: 100%;
        padding: 0
    }

    .q-vehicle-grid .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-label {
        font-size: .75rem;
        line-height: 1rem;
        text-align: center
    }

    .q-vehicle-grid .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-bodystyle-link .q-picture-container img {
        width: auto
    }

    .q-vehicle-grid .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-bodystyle-link .q-label, .q-vehicle-grid .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-bodystyle-link .q-label-container {
        color: inherit
    }

.q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-bodystyle-link .q-picture-container .new {
    left: 50%
}

.q-vehicle-selector-mobile-list {
    padding: 0
}

    .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item {
        margin-bottom: 1.5625rem;
        background-color: transparent
    }

        .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-bodystyle-link {
            padding: 0;
            display: block
        }

            .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-bodystyle-link .q-picture-container {
                width: 100%;
                height: 100%;
                padding: 0
            }

                .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-bodystyle-link .q-picture-container img {
                    width: 100%;
                    max-width: 21.875rem
                }

                .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-bodystyle-link .q-picture-container .new {
                    color: #000;
                    font-size: .75rem;
                    font-weight: 700;
                    line-height: 1rem;
                    position: absolute;
                    bottom: .125rem;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%)
                }

                    .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-bodystyle-link .q-picture-container .new + img {
                        padding-bottom: 1.25rem
                    }

            .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-bodystyle-link .q-label-container {
                display: block;
                padding: 0;
                width: 100%;
                text-align: center;
                color: #000
            }

                .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-bodystyle-link .q-label-container .q-label {
                    font-size: .75rem;
                    font-weight: 400
                }

                .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-bodystyle-link .q-label-container .q-price-container {
                    color: #787b80;
                    line-height: 1.5rem
                }

                    .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-bodystyle-link .q-label-container .q-price-container .q-from {
                        font-weight: 400
                    }

                    .q-vehicle-selector-mobile-list .q-stacked-list .q-list-item .q-bodystyle-link .q-label-container .q-price-container .q-value {
                        font-weight: 800
                    }

    .q-vehicle-selector-mobile-list > .h5, .q-vehicle-selector-mobile-list > h5 {
        display: none
    }

.q-vehicle-spec-table .q-navigation-bar .q-scroller-list .q-scroller-content-item.tab-title {
    border-left: 0
}

.q-vehicle-spec-table .q-section-padding .vst-dropdown-row .columns:not(:last-child) .vst-dropdown {
    margin-right: 1.5rem
}

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .q-vehicle-spec-table .q-section-padding .vst-dropdown-row .columns:nth-child(2) .vst-dropdown {
        margin-right: 0
    }
}

.q-vehicle-spec-table .q-section-padding .vst-dropdown-row .columns .vst-dropdown button > div {
    padding-right: .75rem
}

@media only screen and (max-width:47.9375rem) {
    .q-vehicle-spec-table .q-section-padding .vst-dropdown-row .columns:not(:last-child) .vst-dropdown {
        margin-right: 0
    }

    .q-vehicle-spec-table .q-section-padding .vst-dropdown-row .columns .vst-dropdown .f-dropdown, .q-vehicle-spec-table .q-section-padding .vst-dropdown-row .columns .vst-dropdown .f-dropdown.open {
        left: 0 !important
    }

    .q-vehicle-spec-table .q-section-padding .vst-available-option-list > li:nth-child(2) {
        margin-right: 1rem
    }

    .q-vehicle-spec-table .q-section-padding .vst-available-option-list > li:last-child {
        margin-left: 0
    }

    .q-vehicle-spec-table .q-section-padding .header-mobile .q-headline {
        padding-left: .625rem;
        padding-right: 0
    }

    .q-vehicle-spec-table .q-section-padding .vst-sections .vst-section .row .vst-attr-label {
        left: 0
    }

    .q-vehicle-spec-table .q-section-padding .vst-arrow {
        right: 0
    }
}

.q-vehicle-spec-table .q-bottom-row .row:last-child .columns:nth-child(2) {
    padding-right: .625rem
}

.q-vehicle-spec-table {
    background-color: #fff
}

    .q-vehicle-spec-table .q-navigation-bar .q-scroller-list {
        border: 0
    }

        .q-vehicle-spec-table .q-navigation-bar .q-scroller-list .tab-title {
            text-align: center
        }

            .q-vehicle-spec-table .q-navigation-bar .q-scroller-list .tab-title .q-list-link {
                background-color: #fff
            }

                .q-vehicle-spec-table .q-navigation-bar .q-scroller-list .tab-title .q-list-link .tab-text {
                    font-size: .625rem;
                    font-weight: 400;
                    padding-bottom: .3125rem
                }

                    .q-vehicle-spec-table .q-navigation-bar .q-scroller-list .tab-title .q-list-link .tab-text:hover {
                        color: #00a3e0;
                        border-bottom: .25rem solid #00a3e0;
                        background-color: #fff
                    }

            .q-vehicle-spec-table .q-navigation-bar .q-scroller-list .tab-title.active .q-list-link .tab-text {
                border-bottom: .25rem solid #00a3e0
            }

@media print,only screen and (min-width:48rem) and (max-width:61.9375rem) {
    .q-vehicle-spec-table .q-navigation-bar .q-scroller-list .tab-title.active .q-list-link {
        height: 100%
    }
}

.q-vehicle-spec-table .q-navigation-bar .ui-control.slider-control {
    top: 2.5rem !important;
    color: #3b3938;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .q-vehicle-spec-table .q-navigation-bar .ui-control.slider-control .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .q-vehicle-spec-table .q-navigation-bar .ui-control.slider-control .icon:before {
            font-size: 3.125rem;
            margin-bottom: .3125rem
        }

    .q-vehicle-spec-table .q-navigation-bar .ui-control.slider-control:hover {
        color: #00a3e0
    }

.q-vehicle-spec-table .vstViewTechnical .q-navigation-bar .q-scroller-list .tab-title.vst- {
    display: none
}

.q-vehicle-spec-table .q-section-padding {
    padding: 0 0 1.5rem
}

    .q-vehicle-spec-table .q-section-padding .vst-available-option-list .icon:before {
        content: "";
        display: inline-block;
        width: .75rem;
        height: .75rem;
        margin-top: .25rem;
        border-radius: 50%
    }

    .q-vehicle-spec-table .q-section-padding .vst-available-option-list .icon.icon-option-standard:before {
        background-color: #00a3e0
    }

    .q-vehicle-spec-table .q-section-padding .vst-available-option-list .icon.icon-option-available:before {
        border: .125rem solid #000;
        background-color: #fff
    }

    .q-vehicle-spec-table .q-section-padding .vst-available-option-list .icon.icon-option-not-available:before {
        width: .625rem;
        height: .125rem;
        background-color: #000;
        vertical-align: middle;
        margin-top: 0
    }

    .q-vehicle-spec-table .q-section-padding .vst-dropdown-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .q-vehicle-spec-table .q-section-padding .vst-dropdown-row .columns .vst-dropdown {
            border: .0625rem solid #787b80;
            height: 100%
        }

            .q-vehicle-spec-table .q-section-padding .vst-dropdown-row .columns .vst-dropdown .vst-label-text {
                font-size: .875rem;
                font-weight: 400;
                height: 100%
            }

                .q-vehicle-spec-table .q-section-padding .vst-dropdown-row .columns .vst-dropdown .vst-label-text > div {
                    display: -webkit-box;
                    -webkit-line-clamp: 4;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: normal
                }

            .q-vehicle-spec-table .q-section-padding .vst-dropdown-row .columns .vst-dropdown button:after {
                color: #00a3e0;
                font-weight: 700
            }

    .q-vehicle-spec-table .q-section-padding .vst-option-icon-text {
        font-size: .75rem;
        font-weight: 400
    }

    .q-vehicle-spec-table .q-section-padding .q-headline {
        padding: 0 1.5625rem .25rem;
        color: #000
    }

    .q-vehicle-spec-table .q-section-padding .vst-label-text.mobile {
        display: none
    }

    .q-vehicle-spec-table .q-section-padding .q-separator hr {
        height: .125rem;
        background-color: #262626
    }

    .q-vehicle-spec-table .q-section-padding .row.even .vst-attr-label, .q-vehicle-spec-table .q-section-padding .row.even .vst-attr-value {
        background-color: #f7f7f7
    }

    .q-vehicle-spec-table .q-section-padding .row.odd .vst-attr-label, .q-vehicle-spec-table .q-section-padding .row.odd .vst-attr-value {
        background-color: #fff
    }

    .q-vehicle-spec-table .q-section-padding .row .vst-column-item .vst-property-title:not(.vst-sup), .q-vehicle-spec-table .q-section-padding .row .vst-column-item .vst-property-value:not(.vst-sup) {
        font-size: .75rem
    }

    .q-vehicle-spec-table .q-section-padding .row .vst-column-item i:after {
        content: "";
        display: inline-block;
        width: .75rem;
        height: .75rem;
        margin-top: .25rem;
        border-radius: 50%
    }

    .q-vehicle-spec-table .q-section-padding .row .vst-column-item i.vst-status-standard:after {
        background-color: #00a3e0
    }

    .q-vehicle-spec-table .q-section-padding .row .vst-column-item i.vst-status-available:after {
        border: .125rem solid #000;
        background-color: #fff
    }

    .q-vehicle-spec-table .q-section-padding .row .vst-column-item i.vst-status-n-a:after {
        width: .625rem;
        height: .125rem;
        background-color: #000;
        vertical-align: middle;
        margin-top: 0
    }

    .q-vehicle-spec-table .q-section-padding .row .vst-column-item .q-trim-label {
        font-size: .875rem;
        font-weight: 400
    }

    .q-vehicle-spec-table .q-section-padding .row .vst-column-item .q-vst-trim-price {
        font-size: .75rem
    }

    .q-vehicle-spec-table .q-section-padding .tabs-content {
        padding: 0 !important
    }

.q-vehicle-spec-table .vst-arrow {
    display: none
}

.q-vehicle-spec-table .vstViewOptions .vst-attr-value {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:47.9375rem) {
    .q-vehicle-spec-table .q-tabs > div:nth-child(2) .q-dropdown {
        border: .0625rem solid #787b80;
        margin-top: 2.5rem;
        background-color: #fff;
        padding: .8125rem 1.375rem
    }

        .q-vehicle-spec-table .q-tabs > div:nth-child(2) .q-dropdown .tab-text {
            font-size: .875rem;
            font-weight: 400;
            max-width: 12.0625rem
        }

        .q-vehicle-spec-table .q-tabs > div:nth-child(2) .q-dropdown:after {
            color: #00a3e0;
            font-weight: 700
        }

    .q-vehicle-spec-table .q-tabs > div .f-dropdown .tab-title .tab-item .tab-text {
        font-size: .875rem
    }

    .q-vehicle-spec-table .q-tabs > div .vst-dropdown-row {
        display: block
    }

        .q-vehicle-spec-table .q-tabs > div .vst-dropdown-row .columns .vst-dropdown:first-child {
            margin-top: 1.25rem
        }

        .q-vehicle-spec-table .q-tabs > div .vst-dropdown-row .columns .vst-dropdown .f-dropdown, .q-vehicle-spec-table .q-tabs > div .vst-dropdown-row .columns .vst-dropdown .f-dropdown.open {
            width: 100% !important;
            font-size: .875rem
        }

        .q-vehicle-spec-table .q-tabs > div .vst-dropdown-row .columns .vst-dropdown .q-dropdown {
            padding: .8125rem 1.375rem
        }

    .q-vehicle-spec-table .q-tabs > div:last-child .vst-dropdown-row .columns {
        width: 100%
    }

        .q-vehicle-spec-table .q-tabs > div:last-child .vst-dropdown-row .columns:not(:last-child) .vst-dropdown {
            margin: 1.5625rem 0 0
        }

    .q-vehicle-spec-table .vst-dropdown-row .columns {
        width: 100%
    }

        .q-vehicle-spec-table .vst-dropdown-row .columns:not(:last-child) .vst-dropdown {
            margin-bottom: 1.5625rem
        }

        .q-vehicle-spec-table .vst-dropdown-row .columns .vst-dropdown .f-dropdown, .q-vehicle-spec-table .vst-dropdown-row .columns .vst-dropdown .f-dropdown.open {
            width: 100% !important;
            font-size: .875rem
        }

    @supports ((width:-webkit-fit-content) or (width:-moz-fit-content) or (width:fit-content)) {
        .q-vehicle-spec-table .header-mobile {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            padding: 0;
            position: relative
        }

            .q-vehicle-spec-table .header-mobile .q-headline {
                font-size: .75rem;
                line-height: 1.25rem;
                width: 7.875rem;
                z-index: 1;
                position: -webkit-sticky;
                position: sticky;
                padding-bottom: .625rem;
                word-break: break-word;
                -webkit-hyphens: auto;
                -ms-hyphens: auto;
                hyphens: auto
            }

            .q-vehicle-spec-table .header-mobile .vst-label-text.mobile {
                font-size: .75rem;
                font-weight: 400;
                width: calc(100vw - 14.3125rem);
                padding: .625rem 1.375rem;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 1.5rem
            }

            .q-vehicle-spec-table .header-mobile .q-separator {
                position: absolute;
                width: 100%
            }
    }

    .q-vehicle-spec-table .vst-sections .vst-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .q-vehicle-spec-table .vst-sections .vst-section .row {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            border: 0;
            -webkit-clip-path: inset(.125rem -.9375rem 0 0);
            clip-path: inset(.125rem -.9375rem 0 0)
        }

            .q-vehicle-spec-table .vst-sections .vst-section .row.vst-section-attr:not(:last-child) {
                margin-bottom: -.5rem
            }

            .q-vehicle-spec-table .vst-sections .vst-section .row .vst-attr-label {
                width: 7.875rem;
                z-index: 1;
                white-space: normal;
                border-bottom: none;
                -webkit-box-shadow: 0 -.1875rem .9375rem .3125rem rgba(0,0,0,.45);
                box-shadow: 0 -.1875rem .9375rem .3125rem rgba(0,0,0,.45);
                position: -webkit-sticky;
                position: sticky;
                padding: .625rem
            }

                .q-vehicle-spec-table .vst-sections .vst-section .row .vst-attr-label .vst-column-item {
                    padding: 0
                }

            .q-vehicle-spec-table .vst-sections .vst-section .row .vst-attr-value {
                white-space: normal;
                width: calc(100vw - 14.3125rem);
                padding: .625rem
            }

        .q-vehicle-spec-table .vst-sections .vst-section:first-child .vst-content {
            border: 0
        }

    .q-vehicle-spec-table .vstViewEngines .vst-dropdown-row {
        display: block
    }

    .q-vehicle-spec-table .vstViewEngines .vst-section {
        position: relative;
        border: 0;
        padding: 0;
        margin-top: .9375rem
    }

        .q-vehicle-spec-table .vstViewEngines .vst-section .vst-content {
            overflow-x: scroll;
            overflow-y: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-overflow-style: none;
            scrollbar-width: none;
            border: 0;
            padding: 0
        }

            .q-vehicle-spec-table .vstViewEngines .vst-section .vst-content::-webkit-scrollbar {
                display: none
            }

            .q-vehicle-spec-table .vstViewEngines .vst-section .vst-content .content-wrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column
            }

    .q-vehicle-spec-table .vstViewTechnical .content .q-headline {
        font-size: .75rem;
        padding: 0 .625rem .625rem
    }

    .q-vehicle-spec-table .vstViewTechnical .content .vst-sections .vst-section .vst-config-links .vst-attr-label {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        margin-top: 1.25rem;
        padding: 0
    }

    .q-vehicle-spec-table .content {
        position: relative;
        overflow: hidden
    }

        .q-vehicle-spec-table .content .vst-content-mobile {
            overflow-x: scroll;
            overflow-y: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-overflow-style: none;
            scrollbar-width: none
        }

            .q-vehicle-spec-table .content .vst-content-mobile::-webkit-scrollbar {
                display: none
            }

    .q-vehicle-spec-table .q-bottom-row .row .columns {
        padding: 0 .625rem
    }

        .q-vehicle-spec-table .q-bottom-row .row .columns .vst-column-item {
            padding: 0 0 .625rem
        }

    .q-vehicle-spec-table .q-bottom-row .row:last-child .columns {
        padding: 0
    }

    .q-vehicle-spec-table .vst-arrow {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 1.75rem;
        height: 2.8125rem;
        top: 50%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        background-color: #ececee
    }

        .q-vehicle-spec-table .vst-arrow .icon {
            pointer-events: none
        }

            .q-vehicle-spec-table .vst-arrow .icon:before {
                color: #787b80;
                font-size: 2.5rem;
                font-weight: 400
            }

    .q-vehicle-spec-table .hide-arrow {
        display: none
    }
}

body > .datepicker.datepicker-dropdown .datepicker-close {
    background: #fff;
    color: #000;
    border-color: #fff
}

    body > .datepicker.datepicker-dropdown .datepicker-close:hover {
        background: #fff
    }

.advisor .close-reveal-modal {
    top: 1.875rem !important;
    right: 2.75rem
}

    .advisor .close-reveal-modal span {
        color: #787b80 !important
    }

.advisor.reveal-modal {
    background-color: #fff
}

.advisor select {
    border-color: #cac6c5
}

    .advisor select.styled-select {
        background-image: url(global/resources/img/242_Chevron_down_peugeot.svg);
        background-position: 98% 50%;
        background-size: 1rem 1rem
    }

.advisor form .error input, .advisor form .error select, .advisor form .error textarea {
    border-color: #f98181 !important
}

.advisor [data-abide] .error small.error, .advisor [data-abide] .error span.error, .advisor [data-abide] small.error, .advisor [data-abide] span.error, .advisor small.error, .advisor span.error {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 400;
    font-size: .875rem;
    text-transform: none;
    color: #787b80;
    color: red;
    font-size: .75rem;
    line-height: .875rem
}

.advisor input[type=color], .advisor input[type=date], .advisor input[type=datetime-local], .advisor input[type=datetime], .advisor input[type=email], .advisor input[type=month], .advisor input[type=number], .advisor input[type=password], .advisor input[type=search], .advisor input[type=tel], .advisor input[type=text], .advisor input[type=time], .advisor input[type=url], .advisor input[type=week], .advisor select, .advisor textarea {
    border-color: #cac6c5;
    color: #262626
}

.advisor .button.button--red {
    background-color: #00a3e0;
    font-size: .625rem;
    line-height: .875rem;
    font-weight: 700
}

    .advisor .button.button--red:hover {
        background-color: #3b3938
    }

    .advisor .button.button--red:disabled {
        background-color: #e4e2e2;
        color: #a19a99
    }

    .advisor .button.button--red.button--outline:disabled {
        color: #a19a99;
        border-color: #a19a99;
        background-color: #e4e2e2
    }

.advisor .rating {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 1.2rem
}

.advisor .rating-msg input[type=radio] {
    width: 1.2rem;
    height: 1.2rem
}

.advisor .rating-msg .icon {
    line-height: 1.2rem;
    font-size: 1.2rem
}

.advisor .rating label:last-of-type .icon {
    color: #a19a99
}

.advisor .rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #a19a99
}

.advisor input[type=radio]:checked + label:before {
    border-color: #e4e2e2
}

.advisor .important {
    color: red
}

.advisor__ca {
    color: #3b3938
}

.advisor .stars li::before {
    content: "";
    color: #ececee
}

.advisor .stars li.stars--big--alf::after, .advisor .stars li.stars--normal--alf::after, .advisor .stars li.stars--tiny--alf::after {
    content: ""
}

.advisor .stars li.stars--big--alf:before, .advisor .stars li.stars--normal--alf:before, .advisor .stars li.stars--tiny--alf:before {
    bottom: auto
}

.advisor .stars li:after {
    color: #ececee
}

.advisor.q-review-thank-you-modal .head_block {
    margin-bottom: 1.875rem
}

.advisor.q-review-thank-you-modal .thanks-points ul li .numbers-grey {
    width: 2.1875rem;
    height: 2.1875rem;
    margin-right: 1.25rem;
    border: 1px solid #ececee;
    background-color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 2.1875rem;
    color: #3b3938
}

.advisor.q-review-thank-you-modal .thanks-points ul li .numbers-label {
    line-height: 1.5rem
}

.advisor.q-review-thank-you-modal .thanks-points .review-thank-you-footer {
    margin-top: 1.875rem
}

.advisor.q-review-thank-you-modal .h1, .advisor.q-review-thank-you-modal h1 {
    color: #3b3938
}

.advisor.q-review-thank-you-modal .label--h1 {
    color: #3b3938;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 700
}

.advisor.q-review-thank-you-modal .review-thank-you-footer {
    margin-bottom: 3.125rem
}

.advisor.q-review-thank-you-modal a.close-reveal-modal span {
    color: #787b80
}

.advisor.q-review_delivery_modal input[type=checkbox] + label, .advisor.q-review_delivery_modal input[type=checkbox] + label:not(.q-reveal-modal__label--radio):not(.label--h1) {
    font-size: .875rem;
    line-height: 1.5rem
}

.advisor .q-vehicle_reviews_list .h1, .advisor .q-vehicle_reviews_list h1 {
    font-size: 1.5625rem;
    color: #262626;
    text-transform: uppercase;
    font-weight: 700
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__sort {
    color: #3b3938;
    width: 20.5rem
}

@media screen and (max-width:47.9375rem) {
    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__sort {
        width: 100%
    }
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__sort label {
    width: 9.25rem
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__sort select {
    border-color: #262626;
    background-color: #fff;
    color: #262626
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .h1, .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .h2, .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item h1, .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item h2 {
    color: #262626
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .h1, .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item h1 {
    font-size: 1.5625rem;
    text-transform: none;
    padding-top: .625rem
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .h2, .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item h2 {
    font-size: .9375rem;
    line-height: rem-cal(15)
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item small {
    font-size: .75rem;
    color: #787b80
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item p {
    max-width: 90%
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer button {
    font-weight: 400;
    text-transform: none
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer a, .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer button {
    color: #4cc9f9
}

    .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer a:hover, .advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .q-vehicle_reviews_list__footer button:hover {
        color: rgba(76,201,249,.8)
    }

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item:nth-of-type(odd) {
    background-color: #f7f7f7
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item:nth-of-type(even) {
    background: 0 0
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__item .h1-like {
    font-size: 1.5625rem;
    color: #262626;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .625rem;
    padding-top: 0;
    margin-top: 1.5625rem;
    line-height: normal;
    font-family: Peugeot,sans-serif
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__bottom a.button {
    font-weight: 400;
    text-transform: none
}

.advisor .q-vehicle_reviews_list .q-vehicle_reviews_list__bottom p {
    margin-bottom: 1.25rem
}

.advisor .q-vehicle_reviews_list .h1-like {
    font-size: 1.5625rem;
    text-transform: none;
    padding-top: .625rem;
    color: #262626;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: .1875rem;
    line-height: normal
}

.advisor .q-vehicle_reviews_list .h2-like {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 700;
    padding-top: .5rem;
    line-height: 2.5rem;
    color: #262626;
    font-size: .9375rem
}

.advisor .q-vehicle_reviews_list .q-customer-review .q-customer-response .response-text .more-content .show-more-cta, .advisor .q-vehicle_reviews_list .q-customer-review .q-customer-response .review-text .more-content .show-more-cta, .advisor .q-vehicle_reviews_list .q-customer-review .q-review-wrap .response-text .more-content .show-more-cta, .advisor .q-vehicle_reviews_list .q-customer-review .q-review-wrap .review-text .more-content .show-more-cta {
    color: #4cc9f9
}

.advisor .q-vehicle_reviews_list .q-customer-review .q-customer-response {
    border-left-color: #4cc9f9
}

.advisor .q-dealer__details {
    border-bottom-color: #cac6c5;
    border-top-color: #cac6c5
}

    .advisor .q-dealer__details .dl__englobe a {
        color: #4cc9f9
    }

.advisor .q-vehicle_ratings .q-vehicle_ratings__rate {
    font-size: 4.25rem;
    color: #262626
}

    .advisor .q-vehicle_ratings .q-vehicle_ratings__rate .q-vehicle_ratings__dash {
        color: #262626
    }

.advisor .q-find_deader .tabs li a {
    background-color: transparent
}

    .advisor .q-find_deader .tabs li a:hover {
        background-color: transparent
    }

@media screen and (max-width:47.9375rem) {
    .advisor .q-find_deader .tabs li a {
        font-size: .625rem
    }
}

.advisor .q-dealer_locator span {
    color: #3b3938
}

@media screen and (max-width:47.9375rem) {
    .q-dealership {
        float: left;
        width: 100%
    }
}

.q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info > * {
    display: block
}

    .q-dealer-locator .dealer-search-list .q-dealer-list .dl-row .q-dealer-info > * .dealer-ratings span {
        display: inline-block;
        width: 10.3125rem
    }

.advisor .q-find_deader--ca {
    color: #3b3938
}

.advisor .q-find_deader--ca--red {
    color: #4cc9f9
}

.advisor .q-find_deader .name_dealer {
    color: #3b3938
}

@media screen and (max-width:73.9375rem) {
    .advisor .q-find_deader .name_dealer {
        font-size: 1.5625rem
    }
}

.advisor .q-find_deader__cards .h1, .advisor .q-find_deader__cards h1 {
    color: #3b3938
}

.advisor .q-find_deader .tabs li a {
    color: #3b3938
}

    .advisor .q-find_deader .tabs li a:after {
        background-color: #3b3938
    }

.advisor .q-find_deader .tabs li.active a {
    color: #4cc9f9
}

    .advisor .q-find_deader .tabs li.active a:after {
        background-color: #4cc9f9
    }

.q-advisor-modal .close-reveal-modal {
    color: #3b3938
}

.advisor.q-report_abuse_modal .h1, .advisor.q-report_abuse_modal .h2, .advisor.q-report_abuse_modal h1, .advisor.q-report_abuse_modal h2, .advisor.q-report_abuse_modal label.label--h1 {
    color: #3b3938
}

.advisor.q-report_abuse_modal form input[type=color], .advisor.q-report_abuse_modal form input[type=date], .advisor.q-report_abuse_modal form input[type=datetime-local], .advisor.q-report_abuse_modal form input[type=datetime], .advisor.q-report_abuse_modal form input[type=email], .advisor.q-report_abuse_modal form input[type=month], .advisor.q-report_abuse_modal form input[type=number], .advisor.q-report_abuse_modal form input[type=password], .advisor.q-report_abuse_modal form input[type=search], .advisor.q-report_abuse_modal form input[type=tel], .advisor.q-report_abuse_modal form input[type=text], .advisor.q-report_abuse_modal form input[type=time], .advisor.q-report_abuse_modal form input[type=url], .advisor.q-report_abuse_modal form input[type=week], .advisor.q-report_abuse_modal form textarea {
    border-color: #cac6c5;
    color: #262626
}

.advisor.q-report_abuse_modal form .input-icons:after {
    color: red
}

.advisor.q-report_abuse_modal form .input-icons:before {
    color: #429800
}

.advisor.q-report_abuse_modal form .input-icons--cross {
    color: #429800
}

    .advisor.q-report_abuse_modal form .input-icons--cross input {
        border-color: #f98181
    }

.advisor.q-report_abuse_modal form .error input, .advisor.q-report_abuse_modal form .error textarea {
    border-color: #f98181
}

    .advisor.q-report_abuse_modal form .error input[type=email]:required, .advisor.q-report_abuse_modal form input.Email_valid:required {
        border-color: #cac6c5
    }

        .advisor.q-report_abuse_modal form .error input[type=email]:required:before, .advisor.q-report_abuse_modal form input.Email_valid:required:before {
            color: #429800
        }

    .advisor.q-report_abuse_modal form .error input[type=email]:required, .advisor.q-report_abuse_modal form input[type=email]:required.Email_invalid {
        border-color: #f98181
    }

        .advisor.q-report_abuse_modal form .error input[type=email]:required:after, .advisor.q-report_abuse_modal form input[type=email]:required.Email_invalid:after {
            color: red
        }

.advisor.q-report_abuse_modal a.close-reveal-modal {
    color: #3b3938
}

    .advisor.q-report_abuse_modal a.close-reveal-modal:hover {
        color: #cac6c5
    }

.advisor.q-report_abuse_modal .h2-like {
    color: #3b3938
}

.advisor.q-report_abuse_modal .h1, .advisor.q-report_abuse_modal h1, .q-advisor-modal .h1, .q-advisor-modal h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #3b3938
}

@media print,only screen and (min-width:62rem) {
    .advisor.q-report_abuse_modal .h1, .advisor.q-report_abuse_modal h1, .q-advisor-modal .h1, .q-advisor-modal h1 {
        font-size: 2.5rem;
        line-height: 3.125rem
    }
}

.advisor.q-report_abuse_modal .label--h1, .q-advisor-modal .label--h1 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #3b3938;
    font-weight: 700
}

.advisor.q-report_abuse_modal form label:not(.q-reveal-modal__label--radio):not(.label--h1), .q-advisor-modal form label:not(.q-reveal-modal__label--radio):not(.label--h1) {
    margin-bottom: .9375rem;
    color: #787b80;
    font-size: .75rem;
    line-height: .875rem
}

.advisor.q-report_abuse_modal .label--form, .q-advisor-modal .label--form {
    color: #3b3938 !important
}

.advisor.q-report_abuse_modal .infos, .q-advisor-modal .infos {
    color: #787b80;
    text-transform: none;
    font-size: .875rem
}

.advisor.q-report_abuse_modal .inline_input input[type=radio] + label:before, .q-advisor-modal .inline_input input[type=radio] + label:before {
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 1pt #adaeb2;
    box-shadow: 0 0 0 1pt #adaeb2
}

.advisor.q-report_abuse_modal .inline_input input[type=radio]:checked + label:before, .q-advisor-modal .inline_input input[type=radio]:checked + label:before {
    background-color: #4cc9f9;
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 1pt #adaeb2;
    box-shadow: 0 0 0 1pt #adaeb2
}

.advisor.q-report_abuse_modal .custom-erreur-message, .advisor.q-report_abuse_modal .q-report_abuse_modal--mention, .q-advisor-modal .custom-erreur-message, .q-advisor-modal .q-report_abuse_modal--mention {
    color: red;
    font-size: .75rem;
    line-height: .875rem
}

.advisor.q-report_abuse_modal figcaption.text-center, .q-advisor-modal figcaption.text-center {
    color: #3b3938 !important
}

.q-advisor-modal figure {
    margin-left: .25rem
}

.q-advisor-modal .close-reveal-modal {
    color: #787b80;
    top: 2rem;
    right: 2rem
}

    .q-advisor-modal .close-reveal-modal:hover {
        color: #000
    }

    .q-advisor-modal .close-reveal-modal .icon {
        font-size: 2.1875rem;
        font-weight: 400
    }

.q-advisor-modal .advisor.post_review_modal_car a:hover, .q-advisor-modal .advisor.q-review_delivery_modal a:hover {
    color: #00a3e0
}

.q-advisor-modal .advisor.post_review_modal_car .reveal-modal, .q-advisor-modal .advisor.q-review_delivery_modal .reveal-modal {
    background-color: #fff
}

.q-advisor-modal .advisor.post_review_modal_car .numbers_setp, .q-advisor-modal .advisor.q-review_delivery_modal .numbers_setp {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid #ececee;
    background-color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 2.25rem;
    color: #3b3938
}

.q-advisor-modal .advisor.post_review_modal_car .numbers_step_englobe, .q-advisor-modal .advisor.q-review_delivery_modal .numbers_step_englobe {
    padding-right: 0
}

.q-advisor-modal .advisor.post_review_modal_car .numbers_step--right figure, .q-advisor-modal .advisor.q-review_delivery_modal .numbers_step--right figure {
    display: table
}

    .q-advisor-modal .advisor.post_review_modal_car .numbers_step--right figure figcaption, .q-advisor-modal .advisor.q-review_delivery_modal .numbers_step--right figure figcaption {
        font-size: .9375rem;
        line-height: 1.25rem;
        text-align: center;
        color: #000
    }

.q-advisor-modal .advisor.post_review_modal_car .input-wrapper .rating-message, .q-advisor-modal .advisor.q-review_delivery_modal .input-wrapper .rating-message {
    width: 9.375rem;
    right: -10rem
}

.q-advisor-modal .advisor.post_review_modal_car label, .q-advisor-modal .advisor.q-review_delivery_modal label {
    line-height: normal !important
}

.q-advisor-modal .advisor.post_review_modal_car input[type=checkbox], .q-advisor-modal .advisor.q-review_delivery_modal input[type=checkbox] {
    border-color: #adaeb2;
    background-color: #fff
}

    .q-advisor-modal .advisor.post_review_modal_car input[type=checkbox]:checked, .q-advisor-modal .advisor.q-review_delivery_modal input[type=checkbox]:checked {
        border-color: #00a3e0 !important;
        background-color: #00a3e0
    }

.q-advisor-modal .advisor.post_review_modal_car .inline_input, .q-advisor-modal .advisor.q-review_delivery_modal .inline_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.875rem;
    position: relative
}

    .q-advisor-modal .advisor.post_review_modal_car .inline_input label, .q-advisor-modal .advisor.q-review_delivery_modal .inline_input label {
        margin-left: 1.25rem;
        margin-bottom: 0;
        padding-left: .9375rem;
        font-size: .875rem;
        line-height: 1.5rem !important
    }

        .q-advisor-modal .advisor.post_review_modal_car .inline_input label:before, .q-advisor-modal .advisor.q-review_delivery_modal .inline_input label:before {
            top: .375rem;
            left: -1.25rem;
            font-size: .875rem;
            font-weight: 700
        }

.q-advisor-modal .advisor.post_review_modal_car {
    padding: 2.1875rem 2rem 3.125rem
}

@media print,only screen and (min-width:62rem) {
    .q-advisor-modal .advisor.post_review_modal_car {
        padding: 3.125rem 3.125rem 5.625rem
    }
}

@media only screen and (max-width:61.9375rem) {
    .q-advisor-modal .car-modal {
        width: 100%
    }
}

.q-advisor-modal .h1-like {
    font-size: 2.5rem;
    line-height: 3.125rem;
    font-weight: 700;
    padding-left: .9375rem;
    margin-bottom: 1.25rem;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    text-transform: uppercase;
    color: #3b3938
}

.q-advisor-modal .h2-like {
    font-size: 2.1875rem;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-weight: 800;
    text-transform: uppercase;
    color: #3b3938;
    line-height: 2.5rem
}

.advisor.q-review_delivery_modal {
    padding-top: 2.5rem
}

    .advisor.q-review_delivery_modal input[type=checkbox] {
        background-color: #fff;
        border: 1px solid #cac6c5
    }

    .advisor.q-review_delivery_modal .form_content_container {
        margin-top: 0 !important
    }

    .advisor.q-review_delivery_modal .input--titre {
        margin-bottom: 1.125rem
    }

    .advisor.q-review_delivery_modal select.styled-select {
        background-image: url(global/resources/img/242_Chevron_down_peugeot.svg);
        background-position: 98% 50%;
        background-size: 1rem 1rem
    }

    .advisor.q-review_delivery_modal form .input--titre, .advisor.q-review_delivery_modal form label.label--form {
        font-size: .9375rem !important;
        line-height: 1.625rem !important
    }

    .advisor.q-review_delivery_modal .rating {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .advisor.q-review_delivery_modal .numbers_setp {
        border: 1px solid #ececee;
        background-color: #fff;
        color: #3b3938;
        font-size: .875rem;
        font-weight: 400;
        padding-top: .6875rem
    }

    .advisor.q-review_delivery_modal .numbers_step--right {
        margin-top: 0
    }

        .advisor.q-review_delivery_modal .numbers_step--right label.label--form {
            margin-top: 0
        }

    .advisor.q-review_delivery_modal .rating-message {
        border-color: #ececee;
        color: #3b3938;
        font-weight: 400
    }

    .advisor.q-review_delivery_modal .q-loader {
        float: right;
        width: 2.8125rem;
        height: 2.8125rem;
        margin-left: .625rem
    }

@media screen and (max-width:61.9375rem) {
    .advisor.q-review_delivery_modal .q-loader {
        margin: .3125rem auto;
        float: none
    }
}

.advisor.post_review_modal_car .form_steps, .advisor.q-review_delivery_modal .form_steps {
    margin-top: 2.625rem
}

@media print,only screen and (min-width:62rem) {
    .advisor.post_review_modal_car .form_steps, .advisor.q-review_delivery_modal .form_steps {
        margin-top: 3.4375rem
    }
}

.advisor.post_review_modal_car .form_step + .form_step, .advisor.q-review_delivery_modal .form_step + .form_step {
    margin-top: 2.5rem
}

@media print,only screen and (min-width:62rem) {
    .advisor.post_review_modal_car .form_step + .form_step, .advisor.q-review_delivery_modal .form_step + .form_step {
        margin-top: 3.125rem
    }
}

.advisor.post_review_modal_car form .input--titre, .advisor.post_review_modal_car form label.label--form:not(.q-reveal-modal__label--radio):not(.label--h1), .advisor.q-review_delivery_modal form .input--titre, .advisor.q-review_delivery_modal form label.label--form:not(.q-reveal-modal__label--radio):not(.label--h1) {
    font-size: .9375rem;
    line-height: 1.625rem !important
}

.advisor.post_review_modal_car form .input--titre, .advisor.q-review_delivery_modal form .input--titre {
    margin-bottom: .9375rem
}

.advisor.post_review_modal_car form label.label--form:not(.q-reveal-modal__label--radio):not(.label--h1), .advisor.q-review_delivery_modal form label.label--form:not(.q-reveal-modal__label--radio):not(.label--h1) {
    padding-top: .3125rem
}

.advisor.post_review_modal_car .input-wrapper .rating-message, .advisor.q-review_delivery_modal .input-wrapper .rating-message {
    color: #3b3938;
    border-width: 2px;
    border-color: #ececee
}

.advisor.post_review_modal_car input[type=checkbox], .advisor.q-review_delivery_modal input[type=checkbox] {
    background-color: #e4e2e2;
    border-color: #cac6c5
}

    .advisor.post_review_modal_car input[type=checkbox]:checked, .advisor.q-review_delivery_modal input[type=checkbox]:checked {
        background-color: #9d0605
    }

.advisor.post_review_modal_car select, .advisor.q-review_delivery_modal select {
    border-color: #cac6c5
}

.advisor.post_review_modal_car .error select, .advisor.post_review_modal_car .error select.styled-select, .advisor.q-review_delivery_modal .error select, .advisor.q-review_delivery_modal .error select.styled-select {
    border-color: #f98181 !important
}

.advisor.post_review_modal_car .inline_input label, .advisor.q-review_delivery_modal .inline_input label {
    color: #3b3938
}

.advisor.post_review_modal_car .numbers_step--right p, .advisor.q-review_delivery_modal .numbers_step--right p {
    margin-left: 0;
    font-size: .875rem;
    line-height: 1.5rem
}

.advisor.q-review-thank-you-modal a.close-reveal-modal {
    color: #3b3938
}

    .advisor.q-review-thank-you-modal a.close-reveal-modal:hover {
        color: #cac6c5
    }

body > .datepicker .datepicker-close {
    background: red;
    border-color: red
}

    body > .datepicker .datepicker-close:hover {
        background: #000;
        border-color: #000
    }

.ui-widget.dealer-autocomplete ul.ui-autocomplete {
    border-color: #cac6c5
}

    .ui-widget.dealer-autocomplete ul.ui-autocomplete li {
        border-bottom: 1px solid #cac6c5
    }

.advisor .q-vehicle_ratings {
    padding-top: 0
}

    .advisor .q-vehicle_ratings .q-vehicle_ratings--top {
        background-color: #f7f7f7;
        padding-bottom: 1.5625rem;
        padding-top: 1.5625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 3.125rem;
        -webkit-transform: translateX(-8.33%);
        transform: translateX(-8.33%);
        width: 100vw
    }

        .advisor .q-vehicle_ratings .q-vehicle_ratings--top .small-10 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

@media screen and (max-width:47.9375rem) {
    .advisor .q-vehicle_ratings .q-vehicle_ratings--top .small-10 {
        display: block
    }

        .advisor .q-vehicle_ratings .q-vehicle_ratings--top .small-10 .q-button {
            margin-top: 1.25rem;
            margin-left: .625rem
        }
}

.advisor .q-vehicle_ratings .q-vehicle_ratings--top .h2, .advisor .q-vehicle_ratings .q-vehicle_ratings--top h2 {
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.25rem;
    color: #262626;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0
}

.advisor .q-vehicle_ratings .q-vehicle_ratings--top span {
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin-left: 2.1875rem;
    padding-left: 2.1875rem
}

    .advisor .q-vehicle_ratings .q-vehicle_ratings--top span strong {
        color: #262626
    }

    .advisor .q-vehicle_ratings .q-vehicle_ratings--top span:before {
        content: "";
        width: .0625rem;
        height: 100%;
        background-color: #00a3e0;
        position: absolute;
        top: 0;
        left: 0
    }

@media screen and (max-width:47.9375rem) {
    .advisor .q-vehicle_ratings .q-vehicle_ratings--top span {
        margin-left: 0
    }
}

.advisor .q-vehicle_ratings .q-vehicle_ratings--top button {
    padding: 1.1875rem 2.1875rem .875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    height: 3rem;
    font-size: .625rem;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.advisor .q-vehicle_ratings .q-vehicle_ratings__rate {
    font-size: 4.4375rem;
    font-weight: 700
}

.advisor .q-vehicle_ratings .h3, .advisor .q-vehicle_ratings h3 {
    font-size: .9375rem;
    font-weight: 800
}

.advisor .q-vehicle_ratings .h2, .advisor .q-vehicle_ratings h2 {
    font-size: 1.5625rem;
    line-height: 2.1875rem
}

.advisor .q-vehicle_ratings .q-vehicle-m-r {
    margin-right: .625rem;
    font-weight: 700;
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    font-size: .9375rem;
    color: #000;
    text-align: right;
    margin-bottom: 0
}

@media screen and (max-width:61.9375rem) {
    .advisor .q-vehicle_ratings .q-vehicle-m-r {
        text-align: right;
        float: left;
        margin-left: .625rem;
        margin-top: .625rem
    }
}

.advisor .q-vehicle_ratings .rate-bar {
    margin-bottom: 1rem
}

    .advisor .q-vehicle_ratings .rate-bar .stars {
        width: 100%
    }

    .advisor .q-vehicle_ratings .rate-bar .progress {
        border-radius: 0;
        background-color: #ececee;
        height: .5rem;
        margin: .625rem .625rem 0 0
    }

        .advisor .q-vehicle_ratings .rate-bar .progress .meter {
            border-radius: 0;
            background-color: #4cc9f9
        }

.advisor .q-vehicle_ratings .ca {
    color: #3b3938
}

.advisor .q-vehicle_ratings .ca--red {
    color: #4cc9f9
}

.advisor .q-vehicle_ratings .q-vehicle_ratings__btns .button.button--red {
    background-color: #4cc9f9
}

    .advisor .q-vehicle_ratings .q-vehicle_ratings__btns .button.button--red.button--outline {
        border: 1px solid #4cc9f9;
        color: #4cc9f9
    }

.advisor .q-vehicle_ratings .q-vehicle_ratings__blockLeft {
    margin-bottom: 0
}

@media screen and (max-width:61.9375rem) {
    .advisor .q-vehicle_ratings .q-vehicle_ratings__blockLeft {
        margin: .9375rem 0;
        padding: 0 .4375rem
    }

        .advisor .q-vehicle_ratings .q-vehicle_ratings__blockLeft .stars li {
            overflow: inherit
        }

            .advisor .q-vehicle_ratings .q-vehicle_ratings__blockLeft .stars li.stars--big {
                width: 1.5625rem
            }

                .advisor .q-vehicle_ratings .q-vehicle_ratings__blockLeft .stars li.stars--big:before {
                    top: -1.5625rem
                }

            .advisor .q-vehicle_ratings .q-vehicle_ratings__blockLeft .stars li.stars--big--alf:after, .advisor .q-vehicle_ratings .q-vehicle_ratings__blockLeft .stars li.stars--big--alf:before {
                top: -1.5625rem
            }
}

.advisor .q-vehicle_ratings .q-vehicle_ratings__blockRight {
    border-left-color: grey
}

.advisor .q-vehicle_ratings--workshop_sale .q-vehicle_ratings__blockRight {
    border-left-color: grey
}

.advisor .q-vehicle_ratings .q-vehicle_ratings__dash {
    color: #4cc9f9
}

@media screen and (max-width:61.9375rem) {
    .advisor .q-vehicle_ratings .q-vehicle_ratings__btns button {
        width: 100%;
        text-align: center
    }
}

.advisor .q-header-wrap {
    background-color: #f7f7f7;
    margin: 1.5625rem 0;
    padding: 1.5625rem 0
}

    .advisor .q-header-wrap .q-vehicle-header {
        /*font-family: 'Noto Kufi Arabic', sans-serif;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 83%;
        margin: auto;
        padding: 0 1.5625rem
    }

        .advisor .q-header-wrap .q-vehicle-header .q-head {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

@media screen and (max-width:61.9375rem) {
    .advisor .q-header-wrap .q-vehicle-header .q-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.advisor .q-header-wrap .q-vehicle-header .q-head .h3, .advisor .q-header-wrap .q-vehicle-header .q-head h3 {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    text-transform: uppercase
}

@media screen and (max-width:61.9375rem) {
    .advisor .q-header-wrap .q-vehicle-header .q-head .h3, .advisor .q-header-wrap .q-vehicle-header .q-head h3 {
        font-size: .9375rem
    }
}

.advisor .q-header-wrap .q-vehicle-header .q-head span {
    padding-left: 1.875rem;
    margin-left: 1.875rem;
    border-left: 1px solid #00a3e0;
    font-size: .9375rem;
    color: #000
}

@media screen and (max-width:61.9375rem) {
    .advisor .q-header-wrap .q-vehicle-header .q-head span {
        margin: .9375rem .3125rem;
        padding-left: .75rem;
        font-size: .625rem
    }
}

@media screen and (max-width:61.9375rem) {
    .advisor .q-header-wrap .q-vehicle-header .q-head span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

        .advisor .q-header-wrap .q-vehicle-header .q-head span .q-vehicle_ratings__btns {
            width: 100%
        }
}

@media screen and (max-width:47.9375rem) {
    .advisor .q-header-wrap .q-vehicle-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .advisor .q-header-wrap .q-vehicle-header .q-vehicle_ratings__btns {
            width: 100%
        }

            .advisor .q-header-wrap .q-vehicle-header .q-vehicle_ratings__btns button {
                width: 100%;
                text-align: center
            }
}

.q-advisor-lite-version {
    font-size: .75rem;
    line-height: 1rem
}

@media print,only screen and (min-width:62rem) {
    .q-advisor-lite-version {
        margin: 1.25rem 0
    }
}

.q-advisor-lite-version .advisor {
    width: 100%
}

    .q-advisor-lite-version .advisor .q-vehicle-lite {
        width: 100%;
        padding: 0
    }

    .q-advisor-lite-version .advisor .stars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: .5625rem
    }

        .q-advisor-lite-version .advisor .stars li {
            width: auto;
            margin-right: .1875rem;
            font-size: 1.25rem
        }

            .q-advisor-lite-version .advisor .stars li:after {
                color: #a19a99
            }

            .q-advisor-lite-version .advisor .stars li:before {
                color: #a19a99
            }

    .q-advisor-lite-version .advisor .q-lite-review-list {
        padding-left: .1875rem;
        font-size: .75rem
    }

    .q-advisor-lite-version .advisor .arrow {
        width: .4375rem;
        height: .4375rem
    }

        .q-advisor-lite-version .advisor .arrow.next {
            margin-top: .1875rem
        }

.q-advisor-lite-version a {
    color: #fff;
    text-decoration: none
}

    .q-advisor-lite-version a:hover {
        text-decoration: none
    }
